@jeger-ai/opengantry 2.0.0 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -14
- package/dist/cli/commands/audit-rigor.d.ts +8 -0
- package/dist/cli/commands/audit-rigor.d.ts.map +1 -0
- package/dist/cli/commands/audit-rigor.js +24 -0
- package/dist/cli/commands/audit-rigor.js.map +1 -0
- package/dist/cli/commands/context-feed.d.ts +6 -0
- package/dist/cli/commands/context-feed.d.ts.map +1 -0
- package/dist/cli/commands/context-feed.js +48 -0
- package/dist/cli/commands/context-feed.js.map +1 -0
- package/dist/cli/commands/context-request.d.ts +11 -0
- package/dist/cli/commands/context-request.d.ts.map +1 -0
- package/dist/cli/commands/context-request.js +74 -0
- package/dist/cli/commands/context-request.js.map +1 -0
- package/dist/cli/commands/doctor.d.ts +1 -1
- package/dist/cli/commands/doctor.d.ts.map +1 -1
- package/dist/cli/commands/doctor.js +1 -2
- package/dist/cli/commands/doctor.js.map +1 -1
- package/dist/cli/commands/init.d.ts.map +1 -1
- package/dist/cli/commands/init.js +6 -2
- package/dist/cli/commands/init.js.map +1 -1
- package/dist/cli/commands/legislate.d.ts +1 -1
- package/dist/cli/commands/legislate.d.ts.map +1 -1
- package/dist/cli/commands/legislate.js +1 -1
- package/dist/cli/commands/legislate.js.map +1 -1
- package/dist/cli/commands/mission.js +3 -3
- package/dist/cli/commands/mission.js.map +1 -1
- package/dist/cli/commands/onboarding.d.ts.map +1 -1
- package/dist/cli/commands/onboarding.js +12 -9
- package/dist/cli/commands/onboarding.js.map +1 -1
- package/dist/cli/commands/perimeter.js +1 -1
- package/dist/cli/commands/perimeter.js.map +1 -1
- package/dist/cli/commands/runtime.js +1 -1
- package/dist/cli/commands/runtime.js.map +1 -1
- package/dist/cli/commands/scan.js +1 -1
- package/dist/cli/commands/scan.js.map +1 -1
- package/dist/cli/commands/tmvc-guard.d.ts +7 -0
- package/dist/cli/commands/tmvc-guard.d.ts.map +1 -0
- package/dist/cli/commands/tmvc-guard.js +63 -0
- package/dist/cli/commands/tmvc-guard.js.map +1 -0
- package/dist/cli/commands/triage.js +2 -2
- package/dist/cli/commands/triage.js.map +1 -1
- package/dist/cli/commands/upgrade.d.ts.map +1 -1
- package/dist/cli/commands/upgrade.js +3 -2
- package/dist/cli/commands/upgrade.js.map +1 -1
- package/dist/cli/commands/verify.d.ts +2 -2
- package/dist/cli/commands/verify.d.ts.map +1 -1
- package/dist/cli/commands/verify.js +7 -7
- package/dist/cli/commands/verify.js.map +1 -1
- package/dist/cli/index.js +1 -1
- package/dist/cli/index.js.map +1 -1
- package/dist/cli/lib/architecture-pointer.d.ts +33 -5
- package/dist/cli/lib/architecture-pointer.d.ts.map +1 -1
- package/dist/cli/lib/architecture-pointer.js +304 -5
- package/dist/cli/lib/architecture-pointer.js.map +1 -1
- package/dist/cli/lib/ast-discovery.d.ts.map +1 -1
- package/dist/cli/lib/ast-discovery.js +7 -16
- package/dist/cli/lib/ast-discovery.js.map +1 -1
- package/dist/cli/lib/audit-rigor.d.ts +18 -0
- package/dist/cli/lib/audit-rigor.d.ts.map +1 -0
- package/dist/cli/lib/audit-rigor.js +189 -0
- package/dist/cli/lib/audit-rigor.js.map +1 -0
- package/dist/cli/lib/banned-import-violation.d.ts +8 -0
- package/dist/cli/lib/banned-import-violation.d.ts.map +1 -0
- package/dist/cli/lib/banned-import-violation.js +15 -0
- package/dist/cli/lib/banned-import-violation.js.map +1 -0
- package/dist/cli/lib/break-glass.d.ts +17 -0
- package/dist/cli/lib/break-glass.d.ts.map +1 -1
- package/dist/cli/lib/break-glass.js +28 -1
- package/dist/cli/lib/break-glass.js.map +1 -1
- package/dist/cli/lib/cli-io.d.ts +8 -0
- package/dist/cli/lib/cli-io.d.ts.map +1 -1
- package/dist/cli/lib/cli-io.js +16 -0
- package/dist/cli/lib/cli-io.js.map +1 -1
- package/dist/cli/lib/command-reporter.d.ts +3 -3
- package/dist/cli/lib/command-reporter.d.ts.map +1 -1
- package/dist/cli/lib/constants.d.ts +6 -0
- package/dist/cli/lib/constants.d.ts.map +1 -1
- package/dist/cli/lib/constants.js +6 -0
- package/dist/cli/lib/constants.js.map +1 -1
- package/dist/cli/lib/context-feed-remediation.d.ts +12 -0
- package/dist/cli/lib/context-feed-remediation.d.ts.map +1 -0
- package/dist/cli/lib/context-feed-remediation.js +88 -0
- package/dist/cli/lib/context-feed-remediation.js.map +1 -0
- package/dist/cli/lib/context-feed-store.d.ts +33 -0
- package/dist/cli/lib/context-feed-store.d.ts.map +1 -0
- package/dist/cli/lib/context-feed-store.js +110 -0
- package/dist/cli/lib/context-feed-store.js.map +1 -0
- package/dist/cli/lib/context-request.d.ts +22 -0
- package/dist/cli/lib/context-request.d.ts.map +1 -0
- package/dist/cli/lib/context-request.js +45 -0
- package/dist/cli/lib/context-request.js.map +1 -0
- package/dist/cli/lib/dirty-missions.js +1 -1
- package/dist/cli/lib/dirty-missions.js.map +1 -1
- package/dist/cli/lib/doctor-core.d.ts +5 -0
- package/dist/cli/lib/doctor-core.d.ts.map +1 -0
- package/dist/cli/lib/{doctor-checks.js → doctor-core.js} +34 -9
- package/dist/cli/lib/doctor-core.js.map +1 -0
- package/dist/cli/lib/doctor-integration.d.ts +13 -0
- package/dist/cli/lib/doctor-integration.d.ts.map +1 -0
- package/dist/cli/lib/{doctor-integration-checks.js → doctor-integration.js} +38 -7
- package/dist/cli/lib/doctor-integration.js.map +1 -0
- package/dist/cli/lib/doctor-substrate.d.ts +3 -0
- package/dist/cli/lib/doctor-substrate.d.ts.map +1 -0
- package/dist/cli/lib/{doctor-substrate-drift.js → doctor-substrate.js} +1 -1
- package/dist/cli/lib/doctor-substrate.js.map +1 -0
- package/dist/cli/lib/{doctor-checks.d.ts → doctor-types.d.ts} +11 -3
- package/dist/cli/lib/doctor-types.d.ts.map +1 -0
- package/dist/cli/lib/doctor-types.js +7 -0
- package/dist/cli/lib/doctor-types.js.map +1 -0
- package/dist/cli/lib/doctor.d.ts +5 -0
- package/dist/cli/lib/doctor.d.ts.map +1 -0
- package/dist/cli/lib/doctor.js +5 -0
- package/dist/cli/lib/doctor.js.map +1 -0
- package/dist/cli/lib/draft-token.js +1 -1
- package/dist/cli/lib/draft-token.js.map +1 -1
- package/dist/cli/lib/{user-error.d.ts → errors.d.ts} +20 -1
- package/dist/cli/lib/errors.d.ts.map +1 -0
- package/dist/cli/lib/{agent-error.js → errors.js} +64 -1
- package/dist/cli/lib/errors.js.map +1 -0
- package/dist/cli/lib/fix-hints.d.ts +1 -1
- package/dist/cli/lib/fix-hints.d.ts.map +1 -1
- package/dist/cli/lib/gate-work-dir.d.ts +6 -0
- package/dist/cli/lib/gate-work-dir.d.ts.map +1 -0
- package/dist/cli/lib/gate-work-dir.js +6 -0
- package/dist/cli/lib/gate-work-dir.js.map +1 -0
- package/dist/cli/lib/git-metrics.d.ts +34 -0
- package/dist/cli/lib/git-metrics.d.ts.map +1 -1
- package/dist/cli/lib/git-metrics.js +199 -3
- package/dist/cli/lib/git-metrics.js.map +1 -1
- package/dist/cli/lib/git-proof.d.ts +4 -0
- package/dist/cli/lib/git-proof.d.ts.map +1 -1
- package/dist/cli/lib/git-proof.js +22 -8
- package/dist/cli/lib/git-proof.js.map +1 -1
- package/dist/cli/lib/git-staged.d.ts +20 -0
- package/dist/cli/lib/git-staged.d.ts.map +1 -0
- package/dist/cli/lib/git-staged.js +37 -0
- package/dist/cli/lib/git-staged.js.map +1 -0
- package/dist/cli/lib/git.d.ts +25 -0
- package/dist/cli/lib/git.d.ts.map +1 -1
- package/dist/cli/lib/git.js +52 -0
- package/dist/cli/lib/git.js.map +1 -1
- package/dist/cli/lib/gxt-error-codes.d.ts +4 -0
- package/dist/cli/lib/gxt-error-codes.d.ts.map +1 -1
- package/dist/cli/lib/gxt-error-codes.js +4 -0
- package/dist/cli/lib/gxt-error-codes.js.map +1 -1
- package/dist/cli/lib/import-scanner.d.ts +14 -0
- package/dist/cli/lib/import-scanner.d.ts.map +1 -0
- package/dist/cli/lib/import-scanner.js +67 -0
- package/dist/cli/lib/import-scanner.js.map +1 -0
- package/dist/cli/lib/{init-compose-arch-pointer.d.ts → init-compose.d.ts} +4 -1
- package/dist/cli/lib/init-compose.d.ts.map +1 -0
- package/dist/cli/lib/{init-compose-arch-pointer.js → init-compose.js} +37 -1
- package/dist/cli/lib/init-compose.js.map +1 -0
- package/dist/cli/lib/init-interactive.js +2 -2
- package/dist/cli/lib/init-interactive.js.map +1 -1
- package/dist/cli/lib/init-tutorial.d.ts.map +1 -1
- package/dist/cli/lib/init-tutorial.js +10 -10
- package/dist/cli/lib/init-tutorial.js.map +1 -1
- package/dist/cli/lib/integration-compat.d.ts +7 -0
- package/dist/cli/lib/integration-compat.d.ts.map +1 -1
- package/dist/cli/lib/integration-compat.js +14 -0
- package/dist/cli/lib/integration-compat.js.map +1 -1
- package/dist/cli/lib/kpi-engine.d.ts +32 -0
- package/dist/cli/lib/kpi-engine.d.ts.map +1 -0
- package/dist/cli/lib/kpi-engine.js +279 -0
- package/dist/cli/lib/kpi-engine.js.map +1 -0
- package/dist/cli/lib/kpi-scan.d.ts +2 -0
- package/dist/cli/lib/kpi-scan.d.ts.map +1 -1
- package/dist/cli/lib/kpi-scan.js +8 -4
- package/dist/cli/lib/kpi-scan.js.map +1 -1
- package/dist/cli/lib/legislate.d.ts +39 -0
- package/dist/cli/lib/legislate.d.ts.map +1 -0
- package/dist/cli/lib/{legislate-core.js → legislate.js} +31 -6
- package/dist/cli/lib/legislate.js.map +1 -0
- package/dist/cli/lib/mcp-governance.d.ts +124 -0
- package/dist/cli/lib/mcp-governance.d.ts.map +1 -0
- package/dist/cli/lib/mcp-governance.js +231 -0
- package/dist/cli/lib/mcp-governance.js.map +1 -0
- package/dist/cli/lib/mcp-runtime.d.ts +4 -4
- package/dist/cli/lib/mcp-runtime.d.ts.map +1 -1
- package/dist/cli/lib/mcp-runtime.js +3 -3
- package/dist/cli/lib/mcp-runtime.js.map +1 -1
- package/dist/cli/lib/mcp-tools-register.js +2 -3
- package/dist/cli/lib/mcp-tools-register.js.map +1 -1
- package/dist/cli/lib/mcp-upgrade.d.ts +11 -2
- package/dist/cli/lib/mcp-upgrade.d.ts.map +1 -1
- package/dist/cli/lib/mcp-upgrade.js +6 -2
- package/dist/cli/lib/mcp-upgrade.js.map +1 -1
- package/dist/cli/lib/missions/formatter.d.ts +17 -0
- package/dist/cli/lib/missions/formatter.d.ts.map +1 -0
- package/dist/cli/lib/{mission-markdown.js → missions/formatter.js} +58 -2
- package/dist/cli/lib/missions/formatter.js.map +1 -0
- package/dist/cli/lib/missions/parser.d.ts +45 -0
- package/dist/cli/lib/missions/parser.d.ts.map +1 -0
- package/dist/cli/lib/missions/parser.js +271 -0
- package/dist/cli/lib/missions/parser.js.map +1 -0
- package/dist/cli/lib/{mission-schema-validate.d.ts → missions/validator.d.ts} +1 -1
- package/dist/cli/lib/missions/validator.d.ts.map +1 -0
- package/dist/cli/lib/{mission-schema-validate.js → missions/validator.js} +4 -3
- package/dist/cli/lib/missions/validator.js.map +1 -0
- package/dist/cli/lib/msn-allocate.js +3 -3
- package/dist/cli/lib/msn-allocate.js.map +1 -1
- package/dist/cli/lib/perimeter.d.ts +19 -1
- package/dist/cli/lib/perimeter.d.ts.map +1 -1
- package/dist/cli/lib/perimeter.js +139 -51
- package/dist/cli/lib/perimeter.js.map +1 -1
- package/dist/cli/lib/register-proposals.d.ts +1 -1
- package/dist/cli/lib/register-proposals.d.ts.map +1 -1
- package/dist/cli/lib/register-proposals.js +5 -1
- package/dist/cli/lib/register-proposals.js.map +1 -1
- package/dist/cli/lib/runtime-env.js +2 -2
- package/dist/cli/lib/runtime-env.js.map +1 -1
- package/dist/cli/lib/runtime-exec.d.ts +48 -4
- package/dist/cli/lib/runtime-exec.d.ts.map +1 -1
- package/dist/cli/lib/runtime-exec.js +218 -4
- package/dist/cli/lib/runtime-exec.js.map +1 -1
- package/dist/cli/lib/staged-tmvc-guard.d.ts +26 -0
- package/dist/cli/lib/staged-tmvc-guard.d.ts.map +1 -0
- package/dist/cli/lib/staged-tmvc-guard.js +58 -0
- package/dist/cli/lib/staged-tmvc-guard.js.map +1 -0
- package/dist/cli/lib/start-orchestration.d.ts.map +1 -1
- package/dist/cli/lib/start-orchestration.js +20 -41
- package/dist/cli/lib/start-orchestration.js.map +1 -1
- package/dist/cli/lib/{start-state.d.ts → start-snapshot.d.ts} +1 -1
- package/dist/cli/lib/start-snapshot.d.ts.map +1 -0
- package/dist/cli/lib/{start-state.js → start-snapshot.js} +3 -8
- package/dist/cli/lib/start-snapshot.js.map +1 -0
- package/dist/cli/lib/status-report.d.ts +1 -1
- package/dist/cli/lib/status-report.d.ts.map +1 -1
- package/dist/cli/lib/status-report.js +2 -2
- package/dist/cli/lib/status-report.js.map +1 -1
- package/dist/cli/lib/surgeon.d.ts +23 -0
- package/dist/cli/lib/surgeon.d.ts.map +1 -0
- package/dist/cli/lib/surgeon.js +63 -0
- package/dist/cli/lib/surgeon.js.map +1 -0
- package/dist/cli/lib/surgeons/banned-import.d.ts +4 -0
- package/dist/cli/lib/surgeons/banned-import.d.ts.map +1 -0
- package/dist/cli/lib/surgeons/banned-import.js +37 -0
- package/dist/cli/lib/surgeons/banned-import.js.map +1 -0
- package/dist/cli/lib/surgeons/import-layer.d.ts +3 -0
- package/dist/cli/lib/surgeons/import-layer.d.ts.map +1 -0
- package/dist/cli/lib/surgeons/import-layer.js +74 -0
- package/dist/cli/lib/surgeons/import-layer.js.map +1 -0
- package/dist/cli/lib/surgeons/quarantine-import.d.ts +24 -0
- package/dist/cli/lib/surgeons/quarantine-import.d.ts.map +1 -0
- package/dist/cli/lib/surgeons/quarantine-import.js +128 -0
- package/dist/cli/lib/surgeons/quarantine-import.js.map +1 -0
- package/dist/cli/lib/surgeons/registry.d.ts +22 -0
- package/dist/cli/lib/surgeons/registry.d.ts.map +1 -0
- package/dist/cli/lib/surgeons/registry.js +27 -0
- package/dist/cli/lib/surgeons/registry.js.map +1 -0
- package/dist/cli/lib/surgeons/typescript-workspace.d.ts +7 -0
- package/dist/cli/lib/surgeons/typescript-workspace.d.ts.map +1 -0
- package/dist/cli/lib/surgeons/typescript-workspace.js +41 -0
- package/dist/cli/lib/surgeons/typescript-workspace.js.map +1 -0
- package/dist/cli/lib/teacher-identity.js +1 -1
- package/dist/cli/lib/teacher-identity.js.map +1 -1
- package/dist/cli/lib/tmvc-path.d.ts +12 -0
- package/dist/cli/lib/tmvc-path.d.ts.map +1 -0
- package/dist/cli/lib/tmvc-path.js +47 -0
- package/dist/cli/lib/tmvc-path.js.map +1 -0
- package/dist/cli/lib/trace.d.ts +28 -1
- package/dist/cli/lib/trace.d.ts.map +1 -1
- package/dist/cli/lib/trace.js +153 -3
- package/dist/cli/lib/trace.js.map +1 -1
- package/dist/cli/lib/types.d.ts +4 -1
- package/dist/cli/lib/types.d.ts.map +1 -1
- package/dist/cli/lib/upgrade-apply.d.ts.map +1 -1
- package/dist/cli/lib/upgrade-apply.js +6 -2
- package/dist/cli/lib/upgrade-apply.js.map +1 -1
- package/dist/cli/lib/upgrade-plan-payload.d.ts +31 -0
- package/dist/cli/lib/upgrade-plan-payload.d.ts.map +1 -0
- package/dist/cli/lib/upgrade-plan-payload.js +109 -0
- package/dist/cli/lib/upgrade-plan-payload.js.map +1 -0
- package/dist/cli/lib/upgrade-plan.d.ts +19 -1
- package/dist/cli/lib/upgrade-plan.d.ts.map +1 -1
- package/dist/cli/lib/upgrade-plan.js +78 -6
- package/dist/cli/lib/upgrade-plan.js.map +1 -1
- package/dist/cli/lib/verify-changed-missions.js +1 -1
- package/dist/cli/lib/verify-changed-missions.js.map +1 -1
- package/dist/cli/lib/verify-engine.d.ts +36 -6
- package/dist/cli/lib/verify-engine.d.ts.map +1 -1
- package/dist/cli/lib/verify-engine.js +74 -25
- package/dist/cli/lib/verify-engine.js.map +1 -1
- package/dist/cli/lib/{verify-failure-presentation.d.ts → verify-failure-format.d.ts} +3 -4
- package/dist/cli/lib/verify-failure-format.d.ts.map +1 -0
- package/dist/cli/lib/{verify-failure-presentation.js → verify-failure-format.js} +2 -2
- package/dist/cli/lib/verify-failure-format.js.map +1 -0
- package/dist/cli/lib/verify-hints.d.ts +32 -0
- package/dist/cli/lib/verify-hints.d.ts.map +1 -0
- package/dist/cli/lib/verify-hints.js +161 -0
- package/dist/cli/lib/verify-hints.js.map +1 -0
- package/dist/cli/lib/{verify-result-payload.d.ts → verify-payload.d.ts} +2 -8
- package/dist/cli/lib/verify-payload.d.ts.map +1 -0
- package/dist/cli/lib/{verify-result-payload.js → verify-payload.js} +9 -26
- package/dist/cli/lib/verify-payload.js.map +1 -0
- package/dist/cli/lib/verify-present.d.ts +6 -19
- package/dist/cli/lib/verify-present.d.ts.map +1 -1
- package/dist/cli/lib/verify-present.js +3 -122
- package/dist/cli/lib/verify-present.js.map +1 -1
- package/dist/cli/lib/verify-presentation.d.ts +8 -0
- package/dist/cli/lib/verify-presentation.d.ts.map +1 -0
- package/dist/cli/lib/verify-presentation.js +5 -0
- package/dist/cli/lib/verify-presentation.js.map +1 -0
- package/dist/cli/lib/verify-presenters.d.ts +19 -0
- package/dist/cli/lib/verify-presenters.d.ts.map +1 -0
- package/dist/cli/lib/verify-presenters.js +173 -0
- package/dist/cli/lib/verify-presenters.js.map +1 -0
- package/dist/cli/lib/verify-remediation.d.ts +4 -30
- package/dist/cli/lib/verify-remediation.d.ts.map +1 -1
- package/dist/cli/lib/verify-remediation.js +2 -149
- package/dist/cli/lib/verify-remediation.js.map +1 -1
- package/dist/cli/lib/verify-run.d.ts +6 -4
- package/dist/cli/lib/verify-run.d.ts.map +1 -1
- package/dist/cli/lib/verify-run.js +23 -8
- package/dist/cli/lib/verify-run.js.map +1 -1
- package/dist/cli/lib/verify-sinks.d.ts +4 -0
- package/dist/cli/lib/verify-sinks.d.ts.map +1 -0
- package/dist/cli/lib/verify-sinks.js +12 -0
- package/dist/cli/lib/verify-sinks.js.map +1 -0
- package/dist/cli/lib/version.gen.d.ts +1 -1
- package/dist/cli/lib/version.gen.js +1 -1
- package/dist/cli/lib/virtual-scratch-store.d.ts +37 -0
- package/dist/cli/lib/virtual-scratch-store.d.ts.map +1 -0
- package/dist/cli/lib/virtual-scratch-store.js +132 -0
- package/dist/cli/lib/virtual-scratch-store.js.map +1 -0
- package/dist/cli/program-core.d.ts.map +1 -1
- package/dist/cli/program-core.js +52 -29
- package/dist/cli/program-core.js.map +1 -1
- package/dist/cli/program-mission.d.ts.map +1 -1
- package/dist/cli/program-mission.js +38 -1
- package/dist/cli/program-mission.js.map +1 -1
- package/dist/cli/program-workflow.d.ts.map +1 -1
- package/dist/cli/program-workflow.js +30 -20
- package/dist/cli/program-workflow.js.map +1 -1
- package/package.json +3 -2
- package/templates/.cursor/rules/opengantry-gxt-substrate.mdc +1 -0
- package/templates/.gitagent/teacher/MISSION.schema.yaml +6 -0
- package/templates/.gitagent/teacher/WORKER_LOG.template.md +1 -0
- package/templates/.githooks/pre-commit +26 -0
- package/templates/.github/workflows/gxt-validate.yml +5 -0
- package/templates/.gitignore.gxt +2 -0
- package/templates/AGENTS.md +4 -0
- package/templates/integrations/asset-catalog.json +30 -28
- package/templates/integrations/compatibility.json +10 -1
- package/templates/integrations/recipes/_footer.md +4 -0
- package/templates/integrations/recipes/claude-code.md +6 -4
- package/templates/integrations/recipes/codex-cli.md +6 -4
- package/templates/integrations/recipes/opencode.md +8 -2
- package/templates/scripts/gxt-shell-agent.sh +62 -0
- package/dist/cli/lib/agent-error.d.ts +0 -20
- package/dist/cli/lib/agent-error.d.ts.map +0 -1
- package/dist/cli/lib/agent-error.js.map +0 -1
- package/dist/cli/lib/architecture-pointer-discovery.d.ts +0 -7
- package/dist/cli/lib/architecture-pointer-discovery.d.ts.map +0 -1
- package/dist/cli/lib/architecture-pointer-discovery.js +0 -60
- package/dist/cli/lib/architecture-pointer-discovery.js.map +0 -1
- package/dist/cli/lib/architecture-pointer-doctor.d.ts +0 -3
- package/dist/cli/lib/architecture-pointer-doctor.d.ts.map +0 -1
- package/dist/cli/lib/architecture-pointer-doctor.js +0 -115
- package/dist/cli/lib/architecture-pointer-doctor.js.map +0 -1
- package/dist/cli/lib/architecture-pointer-schema.d.ts +0 -5
- package/dist/cli/lib/architecture-pointer-schema.d.ts.map +0 -1
- package/dist/cli/lib/architecture-pointer-schema.js +0 -138
- package/dist/cli/lib/architecture-pointer-schema.js.map +0 -1
- package/dist/cli/lib/architecture-pointer-types.d.ts +0 -24
- package/dist/cli/lib/architecture-pointer-types.d.ts.map +0 -1
- package/dist/cli/lib/architecture-pointer-types.js +0 -7
- package/dist/cli/lib/architecture-pointer-types.js.map +0 -1
- package/dist/cli/lib/break-glass-flow.d.ts +0 -18
- package/dist/cli/lib/break-glass-flow.d.ts.map +0 -1
- package/dist/cli/lib/break-glass-flow.js +0 -29
- package/dist/cli/lib/break-glass-flow.js.map +0 -1
- package/dist/cli/lib/cli-timeout.d.ts +0 -9
- package/dist/cli/lib/cli-timeout.d.ts.map +0 -1
- package/dist/cli/lib/cli-timeout.js +0 -17
- package/dist/cli/lib/cli-timeout.js.map +0 -1
- package/dist/cli/lib/doctor-checks.d.ts.map +0 -1
- package/dist/cli/lib/doctor-checks.js.map +0 -1
- package/dist/cli/lib/doctor-integration-checks.d.ts +0 -5
- package/dist/cli/lib/doctor-integration-checks.d.ts.map +0 -1
- package/dist/cli/lib/doctor-integration-checks.js.map +0 -1
- package/dist/cli/lib/doctor-orchestration.d.ts +0 -10
- package/dist/cli/lib/doctor-orchestration.d.ts.map +0 -1
- package/dist/cli/lib/doctor-orchestration.js +0 -32
- package/dist/cli/lib/doctor-orchestration.js.map +0 -1
- package/dist/cli/lib/doctor-substrate-drift.d.ts +0 -7
- package/dist/cli/lib/doctor-substrate-drift.d.ts.map +0 -1
- package/dist/cli/lib/doctor-substrate-drift.js.map +0 -1
- package/dist/cli/lib/git-metrics-missions.d.ts +0 -3
- package/dist/cli/lib/git-metrics-missions.d.ts.map +0 -1
- package/dist/cli/lib/git-metrics-missions.js +0 -51
- package/dist/cli/lib/git-metrics-missions.js.map +0 -1
- package/dist/cli/lib/git-metrics-stream.d.ts +0 -24
- package/dist/cli/lib/git-metrics-stream.d.ts.map +0 -1
- package/dist/cli/lib/git-metrics-stream.js +0 -137
- package/dist/cli/lib/git-metrics-stream.js.map +0 -1
- package/dist/cli/lib/git-repo.d.ts +0 -26
- package/dist/cli/lib/git-repo.d.ts.map +0 -1
- package/dist/cli/lib/git-repo.js +0 -53
- package/dist/cli/lib/git-repo.js.map +0 -1
- package/dist/cli/lib/init-compose-arch-pointer.d.ts.map +0 -1
- package/dist/cli/lib/init-compose-arch-pointer.js.map +0 -1
- package/dist/cli/lib/init-compose-doc.d.ts +0 -5
- package/dist/cli/lib/init-compose-doc.d.ts.map +0 -1
- package/dist/cli/lib/init-compose-doc.js +0 -37
- package/dist/cli/lib/init-compose-doc.js.map +0 -1
- package/dist/cli/lib/kpi-phase.d.ts +0 -7
- package/dist/cli/lib/kpi-phase.d.ts.map +0 -1
- package/dist/cli/lib/kpi-phase.js +0 -80
- package/dist/cli/lib/kpi-phase.js.map +0 -1
- package/dist/cli/lib/kpi-report-stale.d.ts +0 -18
- package/dist/cli/lib/kpi-report-stale.d.ts.map +0 -1
- package/dist/cli/lib/kpi-report-stale.js +0 -91
- package/dist/cli/lib/kpi-report-stale.js.map +0 -1
- package/dist/cli/lib/kpi-report.d.ts +0 -13
- package/dist/cli/lib/kpi-report.d.ts.map +0 -1
- package/dist/cli/lib/kpi-report.js +0 -115
- package/dist/cli/lib/kpi-report.js.map +0 -1
- package/dist/cli/lib/legislate-core.d.ts +0 -21
- package/dist/cli/lib/legislate-core.d.ts.map +0 -1
- package/dist/cli/lib/legislate-core.js.map +0 -1
- package/dist/cli/lib/legislate-skill.d.ts +0 -20
- package/dist/cli/lib/legislate-skill.d.ts.map +0 -1
- package/dist/cli/lib/legislate-skill.js +0 -30
- package/dist/cli/lib/legislate-skill.js.map +0 -1
- package/dist/cli/lib/mcp-legislation-draft.d.ts +0 -6
- package/dist/cli/lib/mcp-legislation-draft.d.ts.map +0 -1
- package/dist/cli/lib/mcp-legislation-draft.js +0 -62
- package/dist/cli/lib/mcp-legislation-draft.js.map +0 -1
- package/dist/cli/lib/mcp-legislation-execute.d.ts +0 -6
- package/dist/cli/lib/mcp-legislation-execute.d.ts.map +0 -1
- package/dist/cli/lib/mcp-legislation-execute.js +0 -43
- package/dist/cli/lib/mcp-legislation-execute.js.map +0 -1
- package/dist/cli/lib/mcp-legislation-mission.d.ts +0 -12
- package/dist/cli/lib/mcp-legislation-mission.d.ts.map +0 -1
- package/dist/cli/lib/mcp-legislation-mission.js +0 -82
- package/dist/cli/lib/mcp-legislation-mission.js.map +0 -1
- package/dist/cli/lib/mcp-legislation-types.d.ts +0 -69
- package/dist/cli/lib/mcp-legislation-types.d.ts.map +0 -1
- package/dist/cli/lib/mcp-legislation-types.js +0 -4
- package/dist/cli/lib/mcp-legislation-types.js.map +0 -1
- package/dist/cli/lib/mcp-legislation.d.ts +0 -5
- package/dist/cli/lib/mcp-legislation.d.ts.map +0 -1
- package/dist/cli/lib/mcp-legislation.js +0 -4
- package/dist/cli/lib/mcp-legislation.js.map +0 -1
- package/dist/cli/lib/mcp-orchestration-types.d.ts +0 -28
- package/dist/cli/lib/mcp-orchestration-types.d.ts.map +0 -1
- package/dist/cli/lib/mcp-orchestration-types.js +0 -2
- package/dist/cli/lib/mcp-orchestration-types.js.map +0 -1
- package/dist/cli/lib/mcp-orchestration.d.ts +0 -14
- package/dist/cli/lib/mcp-orchestration.d.ts.map +0 -1
- package/dist/cli/lib/mcp-orchestration.js +0 -54
- package/dist/cli/lib/mcp-orchestration.js.map +0 -1
- package/dist/cli/lib/mcp-upgrade-types.d.ts +0 -12
- package/dist/cli/lib/mcp-upgrade-types.d.ts.map +0 -1
- package/dist/cli/lib/mcp-upgrade-types.js +0 -2
- package/dist/cli/lib/mcp-upgrade-types.js.map +0 -1
- package/dist/cli/lib/mission-emit.d.ts +0 -7
- package/dist/cli/lib/mission-emit.d.ts.map +0 -1
- package/dist/cli/lib/mission-emit.js +0 -23
- package/dist/cli/lib/mission-emit.js.map +0 -1
- package/dist/cli/lib/mission-legislative-stub.d.ts +0 -9
- package/dist/cli/lib/mission-legislative-stub.d.ts.map +0 -1
- package/dist/cli/lib/mission-legislative-stub.js +0 -37
- package/dist/cli/lib/mission-legislative-stub.js.map +0 -1
- package/dist/cli/lib/mission-markdown.d.ts +0 -6
- package/dist/cli/lib/mission-markdown.d.ts.map +0 -1
- package/dist/cli/lib/mission-markdown.js.map +0 -1
- package/dist/cli/lib/mission-msn.d.ts +0 -9
- package/dist/cli/lib/mission-msn.d.ts.map +0 -1
- package/dist/cli/lib/mission-msn.js +0 -86
- package/dist/cli/lib/mission-msn.js.map +0 -1
- package/dist/cli/lib/mission-parser.d.ts +0 -6
- package/dist/cli/lib/mission-parser.d.ts.map +0 -1
- package/dist/cli/lib/mission-parser.js +0 -29
- package/dist/cli/lib/mission-parser.js.map +0 -1
- package/dist/cli/lib/mission-path.d.ts +0 -4
- package/dist/cli/lib/mission-path.d.ts.map +0 -1
- package/dist/cli/lib/mission-path.js +0 -28
- package/dist/cli/lib/mission-path.js.map +0 -1
- package/dist/cli/lib/mission-resolution.d.ts +0 -14
- package/dist/cli/lib/mission-resolution.d.ts.map +0 -1
- package/dist/cli/lib/mission-resolution.js +0 -60
- package/dist/cli/lib/mission-resolution.js.map +0 -1
- package/dist/cli/lib/mission-schema-validate.d.ts.map +0 -1
- package/dist/cli/lib/mission-schema-validate.js.map +0 -1
- package/dist/cli/lib/mission-yaml.d.ts +0 -18
- package/dist/cli/lib/mission-yaml.d.ts.map +0 -1
- package/dist/cli/lib/mission-yaml.js +0 -228
- package/dist/cli/lib/mission-yaml.js.map +0 -1
- package/dist/cli/lib/register-proposals-format.d.ts +0 -2
- package/dist/cli/lib/register-proposals-format.d.ts.map +0 -1
- package/dist/cli/lib/register-proposals-format.js +0 -6
- package/dist/cli/lib/register-proposals-format.js.map +0 -1
- package/dist/cli/lib/runtime-exec-orchestrator.d.ts +0 -14
- package/dist/cli/lib/runtime-exec-orchestrator.d.ts.map +0 -1
- package/dist/cli/lib/runtime-exec-orchestrator.js +0 -132
- package/dist/cli/lib/runtime-exec-orchestrator.js.map +0 -1
- package/dist/cli/lib/runtime-exec-result.d.ts +0 -21
- package/dist/cli/lib/runtime-exec-result.d.ts.map +0 -1
- package/dist/cli/lib/runtime-exec-result.js +0 -42
- package/dist/cli/lib/runtime-exec-result.js.map +0 -1
- package/dist/cli/lib/runtime-exec-worker.d.ts +0 -18
- package/dist/cli/lib/runtime-exec-worker.d.ts.map +0 -1
- package/dist/cli/lib/runtime-exec-worker.js +0 -49
- package/dist/cli/lib/runtime-exec-worker.js.map +0 -1
- package/dist/cli/lib/start-state.d.ts.map +0 -1
- package/dist/cli/lib/start-state.js.map +0 -1
- package/dist/cli/lib/trace-evidence.d.ts +0 -23
- package/dist/cli/lib/trace-evidence.d.ts.map +0 -1
- package/dist/cli/lib/trace-evidence.js +0 -118
- package/dist/cli/lib/trace-evidence.js.map +0 -1
- package/dist/cli/lib/trace-failure-kind.d.ts +0 -4
- package/dist/cli/lib/trace-failure-kind.d.ts.map +0 -1
- package/dist/cli/lib/trace-failure-kind.js +0 -25
- package/dist/cli/lib/trace-failure-kind.js.map +0 -1
- package/dist/cli/lib/trace-status.d.ts +0 -7
- package/dist/cli/lib/trace-status.d.ts.map +0 -1
- package/dist/cli/lib/trace-status.js +0 -20
- package/dist/cli/lib/trace-status.js.map +0 -1
- package/dist/cli/lib/upgrade-eligible-assets.d.ts +0 -5
- package/dist/cli/lib/upgrade-eligible-assets.d.ts.map +0 -1
- package/dist/cli/lib/upgrade-eligible-assets.js +0 -9
- package/dist/cli/lib/upgrade-eligible-assets.js.map +0 -1
- package/dist/cli/lib/upgrade-plan-preview.d.ts +0 -13
- package/dist/cli/lib/upgrade-plan-preview.d.ts.map +0 -1
- package/dist/cli/lib/upgrade-plan-preview.js +0 -51
- package/dist/cli/lib/upgrade-plan-preview.js.map +0 -1
- package/dist/cli/lib/upgrade-profile.d.ts +0 -4
- package/dist/cli/lib/upgrade-profile.d.ts.map +0 -1
- package/dist/cli/lib/upgrade-profile.js +0 -27
- package/dist/cli/lib/upgrade-profile.js.map +0 -1
- package/dist/cli/lib/user-error.d.ts.map +0 -1
- package/dist/cli/lib/user-error.js +0 -64
- package/dist/cli/lib/user-error.js.map +0 -1
- package/dist/cli/lib/verify-failure-presentation.d.ts.map +0 -1
- package/dist/cli/lib/verify-failure-presentation.js.map +0 -1
- package/dist/cli/lib/verify-result-payload.d.ts.map +0 -1
- package/dist/cli/lib/verify-result-payload.js.map +0 -1
- package/dist/cli/lib/verify-types.d.ts +0 -31
- package/dist/cli/lib/verify-types.d.ts.map +0 -1
- package/dist/cli/lib/verify-types.js +0 -2
- package/dist/cli/lib/verify-types.js.map +0 -1
|
@@ -1,45 +1,47 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "1",
|
|
3
3
|
"assets": [
|
|
4
|
-
{ "targetPath": ".
|
|
4
|
+
{ "targetPath": ".agent/rules/gxt.md", "templatePath": "integrations/antigravity/.agent/rules/gxt.md", "mode": "scaffold_only", "tags": ["antigravity"] },
|
|
5
|
+
{ "targetPath": ".aider.conf.yml", "templatePath": "integrations/aider/.aider.conf.yml", "mode": "scaffold_only", "tags": ["aider"] },
|
|
6
|
+
{ "targetPath": ".clinerules/gxt.md", "templatePath": "integrations/cline/.clinerules/gxt.md", "mode": "scaffold_only", "tags": ["cline"] },
|
|
7
|
+
{ "targetPath": ".codex/config.toml", "templatePath": "integrations/codex-cli/.codex/config.toml", "mode": "scaffold_only", "tags": ["codex-cli"] },
|
|
8
|
+
{ "targetPath": ".cursor/hooks.json", "mode": "managed_strict", "tags": ["cursor"] },
|
|
9
|
+
{ "targetPath": ".cursor/hooks/gxt-before-shell.sh", "mode": "managed_strict", "executable": true, "tags": ["cursor"] },
|
|
10
|
+
{ "targetPath": ".cursor/hooks/gxt-session-start.sh", "mode": "managed_strict", "executable": true, "tags": ["cursor"] },
|
|
11
|
+
{ "targetPath": ".cursor/mcp.json", "mode": "managed_strict", "tags": ["cursor"] },
|
|
12
|
+
{ "targetPath": ".cursor/rules/opengantry-gxt-substrate.mdc", "mode": "managed_strict", "tags": ["cursor"] },
|
|
5
13
|
{ "targetPath": ".gitagent/foreman/BYPASS.sha256", "mode": "scaffold_only", "tags": ["core"] },
|
|
14
|
+
{ "targetPath": ".gitagent/foreman/MANIFEST.json", "mode": "scaffold_only", "tags": ["core"] },
|
|
6
15
|
{ "targetPath": ".gitagent/foreman/SUBSTRATE.version.json", "mode": "scaffold_only", "tags": ["core"] },
|
|
7
|
-
{ "targetPath": ".gitagent/teacher/RULES.md", "mode": "scaffold_only", "tags": ["core"] },
|
|
8
16
|
{ "targetPath": ".gitagent/missions/README.md", "mode": "scaffold_only", "tags": ["core"] },
|
|
9
|
-
{ "targetPath": "AGENTS.md", "mode": "scaffold_only", "tags": ["core"] },
|
|
10
|
-
{ "targetPath": ".gitagent/teacher/ARCHITECTURE-DISCOVERY.md", "mode": "scaffold_only", "tags": ["core"] },
|
|
11
17
|
{ "targetPath": ".gitagent/teacher/ARCHITECTURE-ACCESS.md", "mode": "scaffold_only", "tags": ["core"] },
|
|
18
|
+
{ "targetPath": ".gitagent/teacher/ARCHITECTURE-DISCOVERY.md", "mode": "scaffold_only", "tags": ["core"] },
|
|
19
|
+
{ "targetPath": ".gitagent/teacher/KPI-REPORT.schema.yaml", "mode": "managed_strict", "tags": ["core"] },
|
|
12
20
|
{ "targetPath": ".gitagent/teacher/MISSION-ARCHITECT.md", "mode": "scaffold_only", "tags": ["core"] },
|
|
13
|
-
{ "targetPath": "docs/ARCHITECTURE.md", "mode": "scaffold_only", "tags": ["core"] },
|
|
14
21
|
{ "targetPath": ".gitagent/teacher/MISSION.schema.yaml", "mode": "managed_strict", "tags": ["core"] },
|
|
15
|
-
{ "targetPath": ".gitagent/teacher/
|
|
22
|
+
{ "targetPath": ".gitagent/teacher/RULES.md", "mode": "scaffold_only", "tags": ["core"] },
|
|
16
23
|
{ "targetPath": ".gitagent/teacher/WORKER_LOG.template.md", "mode": "managed_strict", "tags": ["core"] },
|
|
17
|
-
{ "targetPath": "scripts/validate-gxt.sh", "mode": "managed_strict", "executable": true, "tags": ["core"] },
|
|
18
|
-
{ "targetPath": "scripts/gxt-manifest-lib.mjs", "mode": "managed_strict", "executable": true, "tags": ["core"] },
|
|
19
|
-
{ "targetPath": "skills/ui.md", "mode": "scaffold_only", "tags": ["skill-minimal", "skill-specimen"] },
|
|
20
|
-
{ "targetPath": "skills/logic.md", "mode": "scaffold_only", "tags": ["skill-minimal", "skill-specimen"] },
|
|
21
|
-
{ "targetPath": "skills/gapman.md", "mode": "scaffold_only", "tags": ["skill-specimen"] },
|
|
22
|
-
{ "targetPath": "skills/substrate.md", "mode": "scaffold_only", "tags": ["skill-specimen"] },
|
|
23
24
|
{ "targetPath": ".githooks/post-checkout", "mode": "managed_strict", "executable": true, "tags": ["hooks"] },
|
|
25
|
+
{ "targetPath": ".githooks/pre-commit", "mode": "managed_strict", "executable": true, "tags": ["hooks"] },
|
|
24
26
|
{ "targetPath": ".githooks/pre-push", "mode": "managed_strict", "executable": true, "tags": ["hooks"] },
|
|
25
27
|
{ "targetPath": ".github/workflows/gxt-validate.yml", "mode": "managed_strict", "tags": ["ci"] },
|
|
26
|
-
{ "targetPath": "
|
|
27
|
-
{ "targetPath": "
|
|
28
|
-
{ "targetPath": "
|
|
29
|
-
{ "targetPath": "scripts/gxt-pin-mission.sh", "mode": "managed_strict", "executable": true, "tags": ["runtime"] },
|
|
30
|
-
{ "targetPath": "scripts/gxt-cursor-env.sh", "mode": "managed_strict", "executable": true, "tags": ["runtime"] },
|
|
31
|
-
{ "targetPath": ".cursor/rules/opengantry-gxt-substrate.mdc", "mode": "managed_strict", "tags": ["cursor"] },
|
|
32
|
-
{ "targetPath": ".cursor/hooks.json", "mode": "managed_strict", "tags": ["cursor"] },
|
|
33
|
-
{ "targetPath": ".cursor/hooks/gxt-before-shell.sh", "mode": "managed_strict", "executable": true, "tags": ["cursor"] },
|
|
34
|
-
{ "targetPath": ".cursor/hooks/gxt-session-start.sh", "mode": "managed_strict", "executable": true, "tags": ["cursor"] },
|
|
35
|
-
{ "targetPath": ".cursor/mcp.json", "mode": "managed_strict", "tags": ["cursor"] },
|
|
28
|
+
{ "targetPath": ".junie/guidelines.md", "templatePath": "integrations/junie/.junie/guidelines.md", "mode": "scaffold_only", "tags": ["junie"] },
|
|
29
|
+
{ "targetPath": ".openhands/microagents/gxt.md", "templatePath": "integrations/openhands/.openhands/microagents/gxt.md", "mode": "scaffold_only", "tags": ["openhands"] },
|
|
30
|
+
{ "targetPath": "AGENTS.md", "mode": "scaffold_only", "tags": ["core"] },
|
|
36
31
|
{ "targetPath": "CLAUDE.md", "templatePath": "integrations/claude-code/CLAUDE.md", "mode": "scaffold_only", "tags": ["claude-code"] },
|
|
37
|
-
{ "targetPath": "
|
|
32
|
+
{ "targetPath": "docs/ARCHITECTURE.md", "mode": "scaffold_only", "tags": ["core"] },
|
|
38
33
|
{ "targetPath": "opencode.json", "templatePath": "integrations/opencode/opencode.json", "mode": "scaffold_only", "tags": ["opencode"] },
|
|
39
|
-
{ "targetPath": "
|
|
40
|
-
{ "targetPath": "
|
|
41
|
-
{ "targetPath": "
|
|
42
|
-
{ "targetPath": ".
|
|
43
|
-
{ "targetPath": "
|
|
34
|
+
{ "targetPath": "scripts/gxt-cursor-env.sh", "mode": "managed_strict", "executable": true, "tags": ["runtime"] },
|
|
35
|
+
{ "targetPath": "scripts/gxt-manifest-lib.mjs", "mode": "managed_strict", "executable": true, "tags": ["core"] },
|
|
36
|
+
{ "targetPath": "scripts/gxt-pin-mission.sh", "mode": "managed_strict", "executable": true, "tags": ["runtime"] },
|
|
37
|
+
{ "targetPath": "scripts/gxt-resolve-mission.sh", "mode": "managed_strict", "executable": true, "tags": ["runtime"] },
|
|
38
|
+
{ "targetPath": "scripts/gxt-runtime-env.sh", "mode": "managed_strict", "executable": true, "tags": ["runtime"] },
|
|
39
|
+
{ "targetPath": "scripts/gxt-shell-agent.sh", "mode": "managed_strict", "executable": true, "tags": ["runtime", "claude-code", "codex-cli", "opencode"] },
|
|
40
|
+
{ "targetPath": "scripts/validate-gxt.sh", "mode": "managed_strict", "executable": true, "tags": ["core"] },
|
|
41
|
+
{ "targetPath": "scripts/verify-pr-missions.sh", "mode": "managed_strict", "executable": true, "tags": ["ci"] },
|
|
42
|
+
{ "targetPath": "skills/gapman.md", "mode": "scaffold_only", "tags": ["skill-specimen"] },
|
|
43
|
+
{ "targetPath": "skills/logic.md", "mode": "scaffold_only", "tags": ["skill-minimal", "skill-specimen"] },
|
|
44
|
+
{ "targetPath": "skills/substrate.md", "mode": "scaffold_only", "tags": ["skill-specimen"] },
|
|
45
|
+
{ "targetPath": "skills/ui.md", "mode": "scaffold_only", "tags": ["skill-minimal", "skill-specimen"] }
|
|
44
46
|
]
|
|
45
47
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schema_version": "1",
|
|
3
|
-
"opengantry_version": "2.
|
|
3
|
+
"opengantry_version": "2.2.0",
|
|
4
4
|
"asset_catalog": "integrations/asset-catalog.json",
|
|
5
5
|
"integrations": {
|
|
6
6
|
"cursor": {
|
|
@@ -8,6 +8,7 @@
|
|
|
8
8
|
"verified_date": "2026-06-16",
|
|
9
9
|
"docs_url": "https://cursor.com/docs/agent/hooks",
|
|
10
10
|
"recipe_file": "cursor.md",
|
|
11
|
+
"bootstrap_mode": "hook",
|
|
11
12
|
"canonical_paths": [
|
|
12
13
|
".cursor/rules/opengantry-gxt-substrate.mdc",
|
|
13
14
|
".cursor/hooks.json"
|
|
@@ -21,6 +22,7 @@
|
|
|
21
22
|
"verified_date": "2026-06-16",
|
|
22
23
|
"docs_url": "https://docs.anthropic.com/en/docs/claude-code",
|
|
23
24
|
"recipe_file": "claude-code.md",
|
|
25
|
+
"bootstrap_mode": "shell_wrapper",
|
|
24
26
|
"canonical_paths": ["CLAUDE.md"],
|
|
25
27
|
"deprecated_paths": [],
|
|
26
28
|
"cli_probe": ["claude", "--version"]
|
|
@@ -31,6 +33,7 @@
|
|
|
31
33
|
"docs_url": "https://developers.openai.com/codex/config-basic",
|
|
32
34
|
"disambiguation": "OpenAI Codex API (2021-2023) is NOT this product",
|
|
33
35
|
"recipe_file": "codex-cli.md",
|
|
36
|
+
"bootstrap_mode": "shell_wrapper",
|
|
34
37
|
"canonical_paths": ["AGENTS.md", ".codex/config.toml"],
|
|
35
38
|
"deprecated_paths": [],
|
|
36
39
|
"cli_probe": ["codex", "--version"]
|
|
@@ -40,6 +43,7 @@
|
|
|
40
43
|
"verified_date": "2026-06-16",
|
|
41
44
|
"docs_url": "https://opencode.ai/docs",
|
|
42
45
|
"recipe_file": "opencode.md",
|
|
46
|
+
"bootstrap_mode": "shell_wrapper",
|
|
43
47
|
"canonical_paths": ["opencode.json"],
|
|
44
48
|
"deprecated_paths": [],
|
|
45
49
|
"cli_probe": ["opencode", "--version"]
|
|
@@ -49,6 +53,7 @@
|
|
|
49
53
|
"verified_date": "2026-06-16",
|
|
50
54
|
"docs_url": "https://www.jetbrains.com/junie/",
|
|
51
55
|
"recipe_file": "junie.md",
|
|
56
|
+
"bootstrap_mode": "manual_recipe",
|
|
52
57
|
"canonical_paths": [".junie/guidelines.md"],
|
|
53
58
|
"deprecated_paths": [],
|
|
54
59
|
"cli_probe": null
|
|
@@ -58,6 +63,7 @@
|
|
|
58
63
|
"verified_date": "2026-06-16",
|
|
59
64
|
"docs_url": "https://antigravity.google/",
|
|
60
65
|
"recipe_file": "antigravity.md",
|
|
66
|
+
"bootstrap_mode": "manual_recipe",
|
|
61
67
|
"canonical_paths": [".agent/rules/gxt.md"],
|
|
62
68
|
"deprecated_paths": [],
|
|
63
69
|
"cli_probe": null
|
|
@@ -67,6 +73,7 @@
|
|
|
67
73
|
"verified_date": "2026-06-16",
|
|
68
74
|
"docs_url": "https://docs.cline.bot/",
|
|
69
75
|
"recipe_file": "cline.md",
|
|
76
|
+
"bootstrap_mode": "manual_recipe",
|
|
70
77
|
"canonical_paths": [".clinerules/gxt.md"],
|
|
71
78
|
"deprecated_paths": [".cursorrules"],
|
|
72
79
|
"cli_probe": null
|
|
@@ -76,6 +83,7 @@
|
|
|
76
83
|
"verified_date": "2026-06-16",
|
|
77
84
|
"docs_url": "https://aider.chat/docs/",
|
|
78
85
|
"recipe_file": "aider.md",
|
|
86
|
+
"bootstrap_mode": "manual_recipe",
|
|
79
87
|
"canonical_paths": [".aider.conf.yml"],
|
|
80
88
|
"deprecated_paths": [],
|
|
81
89
|
"cli_probe": ["aider", "--version"]
|
|
@@ -85,6 +93,7 @@
|
|
|
85
93
|
"verified_date": "2026-06-16",
|
|
86
94
|
"docs_url": "https://docs.all-hands.dev/",
|
|
87
95
|
"recipe_file": "openhands.md",
|
|
96
|
+
"bootstrap_mode": "manual_recipe",
|
|
88
97
|
"canonical_paths": [".openhands/microagents/gxt.md"],
|
|
89
98
|
"deprecated_paths": [],
|
|
90
99
|
"cli_probe": null
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
5. `gapman verify --mission .gitagent/missions/<file>.yaml`
|
|
10
10
|
6. `git push` (pre-push uses `--pre-push` handoff semantics)
|
|
11
11
|
|
|
12
|
+
## External IDE skills
|
|
13
|
+
|
|
14
|
+
Optional third-party skill packs belong on the **local IDE edge** (gitignored), not in GXT substrate or init templates. All edits are zero-trust until deterministic gates pass. Optional `[SKILL-EXEC]` lines in `WORKER_LOG.md` are reviewer context only — see `.gitagent/teacher/RUNTIME.md`.
|
|
15
|
+
|
|
12
16
|
## Troubleshooting
|
|
13
17
|
|
|
14
18
|
| Symptom | Fix |
|
|
@@ -1,14 +1,16 @@
|
|
|
1
1
|
### Claude Code
|
|
2
2
|
|
|
3
3
|
- **Context injection:** Minimal `CLAUDE.md` pointing at `AGENTS.md`, `.gitagent/teacher/RULES.md`, `.gitagent/foreman/MANIFEST.json`.
|
|
4
|
-
- **Session bootstrap:**
|
|
4
|
+
- **Session bootstrap (shell wrapper — no project hooks):**
|
|
5
5
|
|
|
6
6
|
```bash
|
|
7
|
-
|
|
7
|
+
scripts/gxt-pin-mission.sh .gitagent/missions/MSN-0001.<slug>.yaml
|
|
8
|
+
scripts/gxt-shell-agent.sh claude .gitagent/missions/MSN-0001.<slug>.yaml
|
|
9
|
+
# or with explicit task:
|
|
8
10
|
gapman runtime exec --mission .gitagent/missions/MSN-0001.<slug>.yaml -- claude "<task>"
|
|
9
11
|
```
|
|
10
12
|
|
|
11
|
-
- **Enforcement:** Advisory in interactive session; process-boundary when wrapped with `runtime exec`.
|
|
12
|
-
- **Gotcha:**
|
|
13
|
+
- **Enforcement:** Advisory in interactive session; process-boundary when wrapped with `runtime exec` or `gxt-shell-agent.sh`.
|
|
14
|
+
- **Gotcha:** Claude Code does not execute project hook directories — use the shell wrapper, not phantom hook files.
|
|
13
15
|
|
|
14
16
|
Vendor docs: https://docs.anthropic.com/en/docs/claude-code
|
|
@@ -3,14 +3,16 @@
|
|
|
3
3
|
> **Not** the deprecated OpenAI Codex API (2021–2023). This covers [OpenAI Codex CLI](https://github.com/openai/codex) (2025+ terminal/IDE agent).
|
|
4
4
|
|
|
5
5
|
- **Context injection:** Root `AGENTS.md` (native after `gapman init`); optional `.codex/config.toml` for project defaults.
|
|
6
|
-
- **Session bootstrap:**
|
|
6
|
+
- **Session bootstrap (shell wrapper — no project hooks):**
|
|
7
7
|
|
|
8
8
|
```bash
|
|
9
|
-
|
|
9
|
+
scripts/gxt-pin-mission.sh .gitagent/missions/MSN-0001.<slug>.yaml
|
|
10
|
+
scripts/gxt-shell-agent.sh codex .gitagent/missions/MSN-0001.<slug>.yaml
|
|
11
|
+
# or headless:
|
|
10
12
|
gapman runtime exec --mission .gitagent/missions/MSN-0001.<slug>.yaml -- codex exec "<task>"
|
|
11
13
|
```
|
|
12
14
|
|
|
13
|
-
- **Enforcement:** Advisory in interactive TUI/IDE extension; process-boundary when wrapped with `runtime exec`.
|
|
14
|
-
- **Gotcha:** Codex sandbox settings govern Codex — not GXT forbidden zones.
|
|
15
|
+
- **Enforcement:** Advisory in interactive TUI/IDE extension; process-boundary when wrapped with `runtime exec` or `gxt-shell-agent.sh`.
|
|
16
|
+
- **Gotcha:** Codex CLI does not scan project hook folders — use the shell wrapper. Codex sandbox settings govern Codex — not GXT forbidden zones.
|
|
15
17
|
|
|
16
18
|
Vendor docs: https://developers.openai.com/codex/config-basic
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
### OpenCode
|
|
2
2
|
|
|
3
3
|
- **Context injection:** Repo-root `AGENTS.md` (native); optional `opencode.json` `instructions` array.
|
|
4
|
-
- **Session bootstrap
|
|
4
|
+
- **Session bootstrap (shell wrapper — no project hooks):**
|
|
5
|
+
|
|
6
|
+
```bash
|
|
7
|
+
scripts/gxt-pin-mission.sh .gitagent/missions/MSN-0001.<slug>.yaml
|
|
8
|
+
scripts/gxt-shell-agent.sh opencode .gitagent/missions/MSN-0001.<slug>.yaml
|
|
9
|
+
```
|
|
10
|
+
|
|
5
11
|
- **Enforcement:** Advisory; OpenCode permissions are separate from GXT TMVC.
|
|
6
|
-
- **Gotcha:** OpenCode prefers `AGENTS.md` over `CLAUDE.md` when both exist.
|
|
12
|
+
- **Gotcha:** OpenCode prefers `AGENTS.md` over `CLAUDE.md` when both exist. OpenCode does not execute project hook directories.
|
|
7
13
|
|
|
8
14
|
Vendor docs: https://opencode.ai/docs
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
#!/usr/bin/env bash
|
|
2
|
+
# Shell-wrapper bootstrap for CLI-first agents (Claude Code, Codex CLI, OpenCode).
|
|
3
|
+
# These tools do not execute project hook directories — inject GXT runtime via this wrapper.
|
|
4
|
+
set -euo pipefail
|
|
5
|
+
|
|
6
|
+
AGENT="${1:-}"
|
|
7
|
+
if [ -z "$AGENT" ]; then
|
|
8
|
+
cat >&2 <<'EOF'
|
|
9
|
+
Usage: scripts/gxt-shell-agent.sh <claude|codex|opencode> [mission.yaml] [--] [agent args...]
|
|
10
|
+
|
|
11
|
+
Loads GXT mission runtime env, then execs the agent CLI. Prefer over phantom hook files.
|
|
12
|
+
EOF
|
|
13
|
+
exit 2
|
|
14
|
+
fi
|
|
15
|
+
shift
|
|
16
|
+
|
|
17
|
+
MISSION_ARG=""
|
|
18
|
+
if [ $# -gt 0 ] && [ "$1" != "--" ]; then
|
|
19
|
+
case "$1" in
|
|
20
|
+
*.yaml|*.yml|*.md)
|
|
21
|
+
MISSION_ARG="$1"
|
|
22
|
+
shift
|
|
23
|
+
;;
|
|
24
|
+
esac
|
|
25
|
+
fi
|
|
26
|
+
|
|
27
|
+
if [ "${1:-}" = "--" ]; then
|
|
28
|
+
shift
|
|
29
|
+
fi
|
|
30
|
+
|
|
31
|
+
ROOT="$(git rev-parse --show-toplevel 2>/dev/null || true)"
|
|
32
|
+
if [ -z "$ROOT" ]; then
|
|
33
|
+
echo "gxt-shell-agent: not inside a git repository" >&2
|
|
34
|
+
exit 1
|
|
35
|
+
fi
|
|
36
|
+
cd "$ROOT"
|
|
37
|
+
|
|
38
|
+
SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
|
|
39
|
+
# shellcheck source=scripts/gxt-runtime-env.sh
|
|
40
|
+
source "$SCRIPT_DIR/gxt-runtime-env.sh" ${MISSION_ARG:+"$MISSION_ARG"}
|
|
41
|
+
|
|
42
|
+
case "$AGENT" in
|
|
43
|
+
claude)
|
|
44
|
+
DEFAULT_CMD=(claude)
|
|
45
|
+
;;
|
|
46
|
+
codex)
|
|
47
|
+
DEFAULT_CMD=(codex)
|
|
48
|
+
;;
|
|
49
|
+
opencode)
|
|
50
|
+
DEFAULT_CMD=(opencode)
|
|
51
|
+
;;
|
|
52
|
+
*)
|
|
53
|
+
echo "gxt-shell-agent: unsupported agent '$AGENT' (use claude, codex, or opencode)" >&2
|
|
54
|
+
exit 2
|
|
55
|
+
;;
|
|
56
|
+
esac
|
|
57
|
+
|
|
58
|
+
if [ $# -eq 0 ]; then
|
|
59
|
+
exec "${DEFAULT_CMD[@]}"
|
|
60
|
+
else
|
|
61
|
+
exec "$@"
|
|
62
|
+
fi
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { ForbiddenViolation } from "./forbidden-scan.js";
|
|
2
|
-
import type { RuntimeExecResult } from "./runtime-exec-orchestrator.js";
|
|
3
|
-
import type { ResolvedRuntimeEnv } from "./runtime-env.js";
|
|
4
|
-
export interface AgentErrorPayload {
|
|
5
|
-
v: 1;
|
|
6
|
-
ts: string;
|
|
7
|
-
status: RuntimeExecResult["status"];
|
|
8
|
-
exit_code: number;
|
|
9
|
-
flight_id: string;
|
|
10
|
-
msn_id: string;
|
|
11
|
-
mission_file: string;
|
|
12
|
-
skill_key: string;
|
|
13
|
-
error_file: string;
|
|
14
|
-
violations: ForbiddenViolation[];
|
|
15
|
-
summary: string;
|
|
16
|
-
remediation: string[];
|
|
17
|
-
}
|
|
18
|
-
export declare function agentErrorAbsolutePath(repoRoot: string): string;
|
|
19
|
-
export declare function writeAgentErrorPayload(repoRoot: string, resolved: ResolvedRuntimeEnv, result: RuntimeExecResult): AgentErrorPayload;
|
|
20
|
-
//# sourceMappingURL=agent-error.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"agent-error.d.ts","sourceRoot":"","sources":["../../../src/cli/lib/agent-error.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC9D,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,gCAAgC,CAAC;AACxE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AAE3D,MAAM,WAAW,iBAAiB;IAChC,CAAC,EAAE,CAAC,CAAC;IACL,EAAE,EAAE,MAAM,CAAC;IACX,MAAM,EAAE,iBAAiB,CAAC,QAAQ,CAAC,CAAC;IACpC,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,MAAM,EAAE,MAAM,CAAC;IACf,YAAY,EAAE,MAAM,CAAC;IACrB,SAAS,EAAE,MAAM,CAAC;IAClB,UAAU,EAAE,MAAM,CAAC;IACnB,UAAU,EAAE,kBAAkB,EAAE,CAAC;IACjC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,EAAE,CAAC;CACvB;AAED,wBAAgB,sBAAsB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAE/D;AAsCD,wBAAgB,sBAAsB,CACpC,QAAQ,EAAE,MAAM,EAChB,QAAQ,EAAE,kBAAkB,EAC5B,MAAM,EAAE,iBAAiB,GACxB,iBAAiB,CAmBnB"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"agent-error.js","sourceRoot":"","sources":["../../../src/cli/lib/agent-error.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { type ArchitecturePointer } from "./architecture-pointer-types.js";
|
|
2
|
-
export declare function resolveArchitectureAccessSkill(pointer: ArchitecturePointer): string;
|
|
3
|
-
export declare function resolveArchitectureDiscoverySkill(pointer: ArchitecturePointer): string;
|
|
4
|
-
export declare function architectureFileIsStub(content: string): boolean;
|
|
5
|
-
export declare function architectureRequiresDiscovery(repoRoot: string, pointer: ArchitecturePointer): boolean;
|
|
6
|
-
export declare function summarizeArchitecturePointer(pointer: ArchitecturePointer): string;
|
|
7
|
-
//# sourceMappingURL=architecture-pointer-discovery.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"architecture-pointer-discovery.d.ts","sourceRoot":"","sources":["../../../src/cli/lib/architecture-pointer-discovery.ts"],"names":[],"mappings":"AAMA,OAAO,EAA6B,KAAK,mBAAmB,EAAE,MAAM,iCAAiC,CAAC;AAKtG,wBAAgB,8BAA8B,CAAC,OAAO,EAAE,mBAAmB,GAAG,MAAM,CAEnF;AAED,wBAAgB,iCAAiC,CAAC,OAAO,EAAE,mBAAmB,GAAG,MAAM,CAEtF;AAED,wBAAgB,sBAAsB,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAI/D;AAED,wBAAgB,6BAA6B,CAAC,QAAQ,EAAE,MAAM,EAAE,OAAO,EAAE,mBAAmB,GAAG,OAAO,CAqBrG;AAED,wBAAgB,4BAA4B,CAAC,OAAO,EAAE,mBAAmB,GAAG,MAAM,CAgBjF"}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
import fs from "node:fs";
|
|
2
|
-
import path from "node:path";
|
|
3
|
-
import { REL_ARCHITECTURE_ACCESS_SKILL, REL_ARCHITECTURE_DISCOVERY_SKILL, } from "./constants.js";
|
|
4
|
-
import { ARCHITECTURE_STUB_MARKERS } from "./architecture-pointer-types.js";
|
|
5
|
-
const DEFAULT_ACCESS_SKILL = REL_ARCHITECTURE_ACCESS_SKILL;
|
|
6
|
-
const DEFAULT_DISCOVERY_SKILL = REL_ARCHITECTURE_DISCOVERY_SKILL;
|
|
7
|
-
export function resolveArchitectureAccessSkill(pointer) {
|
|
8
|
-
return pointer.access?.skill ?? DEFAULT_ACCESS_SKILL;
|
|
9
|
-
}
|
|
10
|
-
export function resolveArchitectureDiscoverySkill(pointer) {
|
|
11
|
-
return pointer.discovery?.skill ?? DEFAULT_DISCOVERY_SKILL;
|
|
12
|
-
}
|
|
13
|
-
export function architectureFileIsStub(content) {
|
|
14
|
-
const trimmed = content.trim();
|
|
15
|
-
if (trimmed.length === 0)
|
|
16
|
-
return true;
|
|
17
|
-
return ARCHITECTURE_STUB_MARKERS.some((marker) => content.includes(marker));
|
|
18
|
-
}
|
|
19
|
-
export function architectureRequiresDiscovery(repoRoot, pointer) {
|
|
20
|
-
if (pointer.kind === "unset")
|
|
21
|
-
return true;
|
|
22
|
-
if (pointer.kind === "external")
|
|
23
|
-
return false;
|
|
24
|
-
if (!pointer.location)
|
|
25
|
-
return true;
|
|
26
|
-
const targetAbs = path.resolve(repoRoot, pointer.location.split("/").join(path.sep));
|
|
27
|
-
if (!fs.existsSync(targetAbs))
|
|
28
|
-
return true;
|
|
29
|
-
if (pointer.kind === "file") {
|
|
30
|
-
const content = fs.readFileSync(targetAbs, "utf8");
|
|
31
|
-
return architectureFileIsStub(content);
|
|
32
|
-
}
|
|
33
|
-
if (pointer.kind === "directory") {
|
|
34
|
-
const entries = fs.readdirSync(targetAbs).filter((n) => !n.startsWith("."));
|
|
35
|
-
return entries.length === 0;
|
|
36
|
-
}
|
|
37
|
-
return false;
|
|
38
|
-
}
|
|
39
|
-
export function summarizeArchitecturePointer(pointer) {
|
|
40
|
-
const lines = [
|
|
41
|
-
`kind=${pointer.kind}`,
|
|
42
|
-
`location=${pointer.location || "(none)"}`,
|
|
43
|
-
`read_hint=${pointer.read_hint}`,
|
|
44
|
-
`discovery.skill=${resolveArchitectureDiscoverySkill(pointer)}`,
|
|
45
|
-
];
|
|
46
|
-
if (pointer.access) {
|
|
47
|
-
lines.push(`access.required=${pointer.access.required}`);
|
|
48
|
-
if (pointer.access.tool)
|
|
49
|
-
lines.push(`access.tool=${pointer.access.tool}`);
|
|
50
|
-
lines.push(`access.skill=${resolveArchitectureAccessSkill(pointer)}`);
|
|
51
|
-
if (pointer.access.credential_slot)
|
|
52
|
-
lines.push(`access.credential_slot=${pointer.access.credential_slot}`);
|
|
53
|
-
if (pointer.access.auth_hint)
|
|
54
|
-
lines.push(`access.auth_hint=${pointer.access.auth_hint}`);
|
|
55
|
-
if (pointer.access.detect?.length)
|
|
56
|
-
lines.push(`access.detect=${pointer.access.detect.join(",")}`);
|
|
57
|
-
}
|
|
58
|
-
return lines.join("\n");
|
|
59
|
-
}
|
|
60
|
-
//# sourceMappingURL=architecture-pointer-discovery.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"architecture-pointer-discovery.js","sourceRoot":"","sources":["../../../src/cli/lib/architecture-pointer-discovery.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"architecture-pointer-doctor.d.ts","sourceRoot":"","sources":["../../../src/cli/lib/architecture-pointer-doctor.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAuErD,wBAAgB,kCAAkC,CAAC,QAAQ,EAAE,MAAM,GAAG,UAAU,EAAE,CA6CjF"}
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
import fs from "node:fs";
|
|
2
|
-
import path from "node:path";
|
|
3
|
-
import { errorMessage, fromPosix } from "./cli-io.js";
|
|
4
|
-
import { REL_ARCHITECTURE_POINTER } from "./constants.js";
|
|
5
|
-
import { loadArchitectureCredential, } from "./architecture-credential.js";
|
|
6
|
-
import { architecturePointerPath, loadArchitecturePointer, } from "./architecture-pointer-schema.js";
|
|
7
|
-
import { architectureRequiresDiscovery, resolveArchitectureAccessSkill, resolveArchitectureDiscoverySkill, } from "./architecture-pointer-discovery.js";
|
|
8
|
-
function doctorCheckArchitectureAccess(repoRoot, pointer) {
|
|
9
|
-
const lines = [];
|
|
10
|
-
if (!pointer.access?.required)
|
|
11
|
-
return lines;
|
|
12
|
-
const skillRel = resolveArchitectureAccessSkill(pointer);
|
|
13
|
-
const skillAbs = path.join(repoRoot, fromPosix(skillRel));
|
|
14
|
-
if (!fs.existsSync(skillAbs)) {
|
|
15
|
-
lines.push({ level: "warn", message: `architecture access skill missing: ${skillRel}` });
|
|
16
|
-
}
|
|
17
|
-
else {
|
|
18
|
-
lines.push({ level: "ok", message: `architecture access skill: ${skillRel}` });
|
|
19
|
-
}
|
|
20
|
-
if (!pointer.access.credential_slot)
|
|
21
|
-
return lines;
|
|
22
|
-
const cred = loadArchitectureCredential(repoRoot, pointer.access.credential_slot);
|
|
23
|
-
if (cred) {
|
|
24
|
-
lines.push({
|
|
25
|
-
level: "ok",
|
|
26
|
-
message: `architecture credential slot stored: ${pointer.access.credential_slot} (${cred.kind})`,
|
|
27
|
-
});
|
|
28
|
-
}
|
|
29
|
-
else {
|
|
30
|
-
lines.push({
|
|
31
|
-
level: "warn",
|
|
32
|
-
message: `architecture credential not stored for slot ${pointer.access.credential_slot} — agent must configure auth before reading external docs`,
|
|
33
|
-
});
|
|
34
|
-
}
|
|
35
|
-
return lines;
|
|
36
|
-
}
|
|
37
|
-
function doctorCheckArchitectureTarget(repoRoot, pointer) {
|
|
38
|
-
const lines = [];
|
|
39
|
-
if (pointer.kind === "external") {
|
|
40
|
-
const looksLikeUrl = /^https?:\/\//i.test(pointer.location);
|
|
41
|
-
if (!looksLikeUrl) {
|
|
42
|
-
lines.push({
|
|
43
|
-
level: "warn",
|
|
44
|
-
message: `external architecture location is not an http(s) URL — follow read_hint: ${pointer.read_hint}`,
|
|
45
|
-
});
|
|
46
|
-
}
|
|
47
|
-
return lines;
|
|
48
|
-
}
|
|
49
|
-
const targetAbs = path.resolve(repoRoot, fromPosix(pointer.location));
|
|
50
|
-
const rootResolved = path.resolve(repoRoot);
|
|
51
|
-
if (targetAbs !== rootResolved && !targetAbs.startsWith(`${rootResolved}${path.sep}`)) {
|
|
52
|
-
lines.push({ level: "fail", message: "architecture pointer location escapes repo root" });
|
|
53
|
-
return lines;
|
|
54
|
-
}
|
|
55
|
-
if (!fs.existsSync(targetAbs)) {
|
|
56
|
-
lines.push({
|
|
57
|
-
level: "warn",
|
|
58
|
-
message: `architecture ${pointer.kind} not found at ${pointer.location}`,
|
|
59
|
-
});
|
|
60
|
-
return lines;
|
|
61
|
-
}
|
|
62
|
-
if (pointer.kind === "file" && !fs.statSync(targetAbs).isFile()) {
|
|
63
|
-
lines.push({ level: "warn", message: `architecture pointer kind=file but ${pointer.location} is not a file` });
|
|
64
|
-
}
|
|
65
|
-
if (pointer.kind === "directory" && !fs.statSync(targetAbs).isDirectory()) {
|
|
66
|
-
lines.push({
|
|
67
|
-
level: "warn",
|
|
68
|
-
message: `architecture pointer kind=directory but ${pointer.location} is not a directory`,
|
|
69
|
-
});
|
|
70
|
-
}
|
|
71
|
-
return lines;
|
|
72
|
-
}
|
|
73
|
-
export function runArchitecturePointerDoctorChecks(repoRoot) {
|
|
74
|
-
const lines = [];
|
|
75
|
-
const abs = architecturePointerPath(repoRoot);
|
|
76
|
-
if (!fs.existsSync(abs)) {
|
|
77
|
-
lines.push({
|
|
78
|
-
level: "warn",
|
|
79
|
-
message: `${REL_ARCHITECTURE_POINTER} missing — agents cannot discover code layout`,
|
|
80
|
-
});
|
|
81
|
-
return lines;
|
|
82
|
-
}
|
|
83
|
-
let pointer;
|
|
84
|
-
try {
|
|
85
|
-
pointer = loadArchitecturePointer(repoRoot);
|
|
86
|
-
}
|
|
87
|
-
catch (e) {
|
|
88
|
-
lines.push({
|
|
89
|
-
level: "fail",
|
|
90
|
-
message: errorMessage(e),
|
|
91
|
-
});
|
|
92
|
-
return lines;
|
|
93
|
-
}
|
|
94
|
-
if (pointer.kind === "unset") {
|
|
95
|
-
lines.push({
|
|
96
|
-
level: "warn",
|
|
97
|
-
message: "architecture pointer kind=unset — agents must ask user before implementing (see ARCHITECTURE-DISCOVERY.md)",
|
|
98
|
-
});
|
|
99
|
-
return lines;
|
|
100
|
-
}
|
|
101
|
-
lines.push({
|
|
102
|
-
level: "ok",
|
|
103
|
-
message: `architecture pointer: kind=${pointer.kind} location=${pointer.location}`,
|
|
104
|
-
});
|
|
105
|
-
if (architectureRequiresDiscovery(repoRoot, pointer)) {
|
|
106
|
-
lines.push({
|
|
107
|
-
level: "warn",
|
|
108
|
-
message: `architecture incomplete or stub — agents must follow ${resolveArchitectureDiscoverySkill(pointer)} before implementing`,
|
|
109
|
-
});
|
|
110
|
-
}
|
|
111
|
-
lines.push(...doctorCheckArchitectureAccess(repoRoot, pointer));
|
|
112
|
-
lines.push(...doctorCheckArchitectureTarget(repoRoot, pointer));
|
|
113
|
-
return lines;
|
|
114
|
-
}
|
|
115
|
-
//# sourceMappingURL=architecture-pointer-doctor.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"architecture-pointer-doctor.js","sourceRoot":"","sources":["../../../src/cli/lib/architecture-pointer-doctor.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
import { type ArchitecturePointer } from "./architecture-pointer-types.js";
|
|
2
|
-
export declare function architecturePointerPath(repoRoot: string): string;
|
|
3
|
-
export declare function validateArchitecturePointer(raw: unknown): ArchitecturePointer;
|
|
4
|
-
export declare function loadArchitecturePointer(repoRoot: string): ArchitecturePointer;
|
|
5
|
-
//# sourceMappingURL=architecture-pointer-schema.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"architecture-pointer-schema.d.ts","sourceRoot":"","sources":["../../../src/cli/lib/architecture-pointer-schema.ts"],"names":[],"mappings":"AAIA,OAAO,EAKL,KAAK,mBAAmB,EACzB,MAAM,iCAAiC,CAAC;AAIzC,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,CAEhE;AA4ED,wBAAgB,2BAA2B,CAAC,GAAG,EAAE,OAAO,GAAG,mBAAmB,CAwC7E;AAED,wBAAgB,uBAAuB,CAAC,QAAQ,EAAE,MAAM,GAAG,mBAAmB,CAY7E"}
|