What problem does it solve?
It eliminates uncertainty at task start by automatically discovering a repository's stack, architecture, and state, applying project governance, and loading cross-session memory so agents and workflows start with accurate context and safety guards.
Core Features & Use Cases
- Repository discovery: Detect runtimes, workspaces, CI, key config files, and architecture patterns across mono- and multi-repo layouts.
- Governance enforcement: Read .claude/governance.md to apply project-specific rules, sandbox boundaries, and ask-first policies before destructive actions.
- Session continuity & caching: Support warm starts, incremental discovery, and a discovery cache to speed repeated sessions and reduce redundant checks.
- Workspace safety: Enforce filesystem/network/system limits, recommend safe tool usage, and delete transient gate flags at session start.
- Use case: Prepare an AI agent for an isolated task run by validating the environment, loading prior session state, and producing a discovery report for downstream tasks.
Quick Start
Prepare a pre-start context discovery that reads governance.md, loads the discovery cache, checks runtimes and workspace members, and returns a summarized report of runtimes, key files, and recommended next steps.