Generated: Governance Repo Map
Generated from configs/governance/repo-map.json. Do not edit this file manually.
Canonical Roots
| ID |
Path |
Display Name |
Kind |
Official Entrypoints |
api |
apps/api |
API/backend |
module |
just dev-backend
uv run --extra dev pytest -q apps/api/tests |
web |
apps/web |
Web UI |
module |
pnpm --dir apps/web dev
pnpm --dir apps/web test |
automation-runner |
apps/automation-runner |
Automation runner |
module |
pnpm --dir apps/automation-runner test
pnpm --dir apps/automation-runner run automation:convert:curl -- --help
pnpm --dir apps/automation-runner run automation:har:k6 -- --help |
mcp-server |
apps/mcp-server |
MCP server |
module |
pnpm --filter @prooftrail/mcp-server start
pnpm mcp:test |
packages |
packages |
Shared packages |
shared |
pnpm typecheck
pnpm test:orchestrator |
contracts |
contracts |
Contracts |
contract |
pnpm contracts:generate
pnpm test:contract |
configs |
configs |
Configuration |
governance |
pnpm env:generate
pnpm env:check |
tests |
tests |
Cross-module tests |
test |
pnpm test:e2e:frontend
pnpm test:matrix |
docs |
docs |
Documentation |
docs |
bash scripts/docs-gate.sh |
scripts |
scripts |
Repo scripts |
tooling |
bash scripts/ci/governance-final-gate.sh |
docker |
docker |
Container assets |
infra |
bash scripts/ci/build-ci-image.sh --help |
Legacy Root Aliases (Forbidden In Current Surfaces)
| Legacy |
Canonical |
backend/ |
apps/api/ |
frontend/ |
apps/web/ |
automation/ |
apps/automation-runner/ |
Forbidden Runtime Tokens