agentera 3.0.0-dev.5 → 3.0.0-dev.7
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 +4 -3
- package/bundle/extract-corpus-parity.json +23 -0
- package/bundle/references/adapters/cursor.md +10 -9
- package/bundle/references/adapters/opencode.md +26 -26
- package/bundle/references/adapters/package-registry.yaml +0 -1
- package/bundle/references/adapters/package-surface-characterization.md +1 -2
- package/bundle/references/adapters/runtime-adapter-characterization.md +1 -1
- package/bundle/references/adapters/runtime-adapter-registry.yaml +16 -10
- package/bundle/references/adapters/runtime-feature-parity.md +2 -2
- package/bundle/references/analysis/benchmark.md +1 -1
- package/bundle/references/analysis/startup-measurement-contract.yaml +18 -18
- package/bundle/references/artifacts/artifact-registry-interface-model.yaml +4 -3
- package/bundle/references/cli/agent-ready-state-contract.yaml +6 -6
- package/bundle/references/cli/app-lifecycle-vocabulary.yaml +4 -4
- package/bundle/references/cli/audience-namespace-cli-migration.yaml +40 -26
- package/bundle/references/cli/bundle-skill-vocabulary.yaml +1 -29
- package/bundle/references/cli/capability-tool-classification.yaml +12 -12
- package/bundle/references/cli/coexistence-probe.yaml +13 -0
- package/bundle/references/cli/parity-expected-actual-template.md +30 -0
- package/bundle/references/cli/routing-execution-vocabulary.yaml +6 -6
- package/bundle/references/cli/routing-model.md +96 -0
- package/bundle/references/cli/single-name-protocol.yaml +42 -0
- package/bundle/references/cli/trigger-schema-enrichment.md +136 -0
- package/bundle/references/cli/update-channels.yaml +16 -0
- package/bundle/references/cli/upgrade-repair-wording.md +45 -0
- package/bundle/references/cli/v3-handoff-manifest.schema.yaml +98 -0
- package/bundle/references/cli/vocabulary-index.yaml +17 -12
- package/bundle/references/cli/vocabulary.md +316 -309
- package/bundle/references/meta/documentation-inventory.md +9 -3
- package/bundle/registry.json +13 -13
- package/bundle/skills/agentera/.claude-plugin/plugin.json +13 -13
- package/bundle/skills/agentera/SKILL.md +99 -415
- package/bundle/skills/agentera/agents/audit.toml +6 -0
- package/bundle/skills/agentera/agents/build.toml +6 -0
- package/bundle/skills/agentera/agents/design.toml +6 -0
- package/bundle/skills/agentera/agents/{planera.toml → discuss.toml} +3 -3
- package/bundle/skills/agentera/agents/{resonera.toml → document.toml} +3 -3
- package/bundle/skills/agentera/agents/{optimera.toml → optimize.toml} +2 -2
- package/bundle/skills/agentera/agents/orchestrate.toml +6 -0
- package/bundle/skills/agentera/agents/plan.toml +6 -0
- package/bundle/skills/agentera/agents/profile.toml +6 -0
- package/bundle/skills/agentera/agents/research.toml +6 -0
- package/bundle/skills/agentera/agents/status.toml +6 -0
- package/bundle/skills/agentera/agents/vision.toml +6 -0
- package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/artifacts.yaml +10 -10
- package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/triggers.yaml +15 -6
- package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/validation.yaml +9 -9
- package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/artifacts.yaml +11 -11
- package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/triggers.yaml +13 -3
- package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/validation.yaml +7 -7
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/artifacts.yaml +6 -6
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/triggers.yaml +15 -3
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/validation.yaml +5 -5
- package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/artifacts.yaml +6 -6
- package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/triggers.yaml +11 -3
- package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/validation.yaml +4 -4
- package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/artifacts.yaml +10 -10
- package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/triggers.yaml +14 -3
- package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/validation.yaml +8 -8
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/artifacts.yaml +8 -8
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/triggers.yaml +11 -3
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/validation.yaml +7 -7
- package/bundle/skills/agentera/capabilities/{orkestrera → orchestrate}/schemas/artifacts.yaml +10 -10
- package/bundle/skills/agentera/capabilities/{orkestrera → orchestrate}/schemas/triggers.yaml +16 -3
- package/bundle/skills/agentera/capabilities/{orkestrera → orchestrate}/schemas/validation.yaml +27 -27
- package/bundle/skills/agentera/capabilities/{planera → plan}/schemas/artifacts.yaml +8 -8
- package/bundle/skills/agentera/capabilities/{planera → plan}/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/{planera → plan}/schemas/triggers.yaml +15 -3
- package/bundle/skills/agentera/capabilities/{planera → plan}/schemas/validation.yaml +3 -3
- package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/artifacts.yaml +2 -2
- package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/exit.yaml +2 -1
- package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/triggers.yaml +7 -3
- package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/validation.yaml +2 -2
- package/bundle/skills/agentera/capabilities/{inspirera → research}/schemas/artifacts.yaml +5 -5
- package/bundle/skills/agentera/capabilities/{inspirera → research}/schemas/triggers.yaml +9 -3
- package/bundle/skills/agentera/capabilities/{inspirera → research}/schemas/validation.yaml +2 -2
- package/bundle/skills/agentera/capabilities/{hej → status}/schemas/artifacts.yaml +14 -11
- package/bundle/skills/agentera/capabilities/{hej → status}/schemas/triggers.yaml +10 -4
- package/bundle/skills/agentera/capabilities/{hej → status}/schemas/validation.yaml +5 -5
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/artifacts.yaml +8 -8
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/triggers.yaml +17 -3
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/validation.yaml +7 -7
- package/bundle/skills/agentera/capability_schema_contract.yaml +178 -34
- package/bundle/skills/agentera/protocol.yaml +29 -29
- package/bundle/skills/agentera/references/contract.md +328 -319
- package/bundle/skills/agentera/schemas/artifacts/changelog.yaml +4 -4
- package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +9 -9
- package/bundle/skills/agentera/schemas/artifacts/design.yaml +4 -4
- package/bundle/skills/agentera/schemas/artifacts/docs.yaml +8 -7
- package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +5 -5
- package/bundle/skills/agentera/schemas/artifacts/health.yaml +5 -5
- package/bundle/skills/agentera/schemas/artifacts/objective.yaml +4 -4
- package/bundle/skills/agentera/schemas/artifacts/plan.yaml +5 -5
- package/bundle/skills/agentera/schemas/artifacts/progress.yaml +5 -5
- package/bundle/skills/agentera/schemas/artifacts/todo.yaml +40 -35
- package/bundle/skills/agentera/schemas/artifacts/vision.yaml +3 -3
- package/dist/analytics/extractCorpus/cli.js +149 -0
- package/dist/analytics/extractCorpus/cli.js.map +1 -0
- package/dist/analytics/extractCorpus/copilotSessions.js +273 -0
- package/dist/analytics/extractCorpus/copilotSessions.js.map +1 -0
- package/dist/analytics/extractCorpus/core.js +364 -0
- package/dist/analytics/extractCorpus/core.js.map +1 -0
- package/dist/analytics/extractCorpus/corpus.js +145 -0
- package/dist/analytics/extractCorpus/corpus.js.map +1 -0
- package/dist/analytics/extractCorpus/coverageAudit.js +261 -0
- package/dist/analytics/extractCorpus/coverageAudit.js.map +1 -0
- package/dist/analytics/extractCorpus/cursorSessions.js +423 -0
- package/dist/analytics/extractCorpus/cursorSessions.js.map +1 -0
- package/dist/analytics/extractCorpus/extractCorpusParity.js +105 -0
- package/dist/analytics/extractCorpus/extractCorpusParity.js.map +1 -0
- package/dist/analytics/extractCorpus/filesystemSources.js +122 -0
- package/dist/analytics/extractCorpus/filesystemSources.js.map +1 -0
- package/dist/analytics/extractCorpus/index.js +12 -0
- package/dist/analytics/extractCorpus/index.js.map +1 -0
- package/dist/analytics/extractCorpus/jsonlSessions.js +185 -0
- package/dist/analytics/extractCorpus/jsonlSessions.js.map +1 -0
- package/dist/analytics/extractCorpus/sqliteCaps.js +44 -0
- package/dist/analytics/extractCorpus/sqliteCaps.js.map +1 -0
- package/dist/analytics/extractCorpus/sqliteSessions.js +368 -0
- package/dist/analytics/extractCorpus/sqliteSessions.js.map +1 -0
- package/dist/analytics/extractCorpus.js +2 -1790
- package/dist/analytics/extractCorpus.js.map +1 -1
- package/dist/analytics/usageStats.js +20 -20
- package/dist/analytics/usageStats.js.map +1 -1
- package/dist/capabilities/audit/instructions.js +6 -0
- package/dist/capabilities/audit/instructions.js.map +1 -0
- package/dist/capabilities/build/instructions.js +6 -0
- package/dist/capabilities/build/instructions.js.map +1 -0
- package/dist/capabilities/design/instructions.js +5 -0
- package/dist/capabilities/design/instructions.js.map +1 -0
- package/dist/capabilities/discuss/instructions.js +6 -0
- package/dist/capabilities/discuss/instructions.js.map +1 -0
- package/dist/capabilities/document/instructions.js +6 -0
- package/dist/capabilities/document/instructions.js.map +1 -0
- package/dist/capabilities/index.js +24 -24
- package/dist/capabilities/index.js.map +1 -1
- package/dist/capabilities/inspirera/instructions.js +1 -1
- package/dist/capabilities/inspirera/instructions.js.map +1 -1
- package/dist/capabilities/optimize/instructions.js +6 -0
- package/dist/capabilities/optimize/instructions.js.map +1 -0
- package/dist/capabilities/orchestrate/instructions.js +6 -0
- package/dist/capabilities/orchestrate/instructions.js.map +1 -0
- package/dist/capabilities/plan/instructions.js +6 -0
- package/dist/capabilities/plan/instructions.js.map +1 -0
- package/dist/capabilities/planera/instructions.js +1 -1
- package/dist/capabilities/planera/instructions.js.map +1 -1
- package/dist/capabilities/profile/instructions.js +6 -0
- package/dist/capabilities/profile/instructions.js.map +1 -0
- package/dist/capabilities/profilera/instructions.js +1 -1
- package/dist/capabilities/profilera/instructions.js.map +1 -1
- package/dist/capabilities/realisera/instructions.js +1 -1
- package/dist/capabilities/realisera/instructions.js.map +1 -1
- package/dist/capabilities/research/instructions.js +6 -0
- package/dist/capabilities/research/instructions.js.map +1 -0
- package/dist/capabilities/resonera/instructions.js +1 -1
- package/dist/capabilities/resonera/instructions.js.map +1 -1
- package/dist/capabilities/status/instructions.js +6 -0
- package/dist/capabilities/status/instructions.js.map +1 -0
- package/dist/capabilities/vision/instructions.js +6 -0
- package/dist/capabilities/vision/instructions.js.map +1 -0
- package/dist/capabilities/visionera/instructions.js +1 -1
- package/dist/capabilities/visionera/instructions.js.map +1 -1
- package/dist/capabilities/visualisera/instructions.js +3 -4
- package/dist/capabilities/visualisera/instructions.js.map +1 -1
- package/dist/cli/appContext.js +16 -17
- package/dist/cli/appContext.js.map +1 -1
- package/dist/cli/capabilityContext/benchmark.js +564 -0
- package/dist/cli/capabilityContext/benchmark.js.map +1 -0
- package/dist/cli/capabilityContext/bespoke.js +36 -0
- package/dist/cli/capabilityContext/bespoke.js.map +1 -0
- package/dist/cli/capabilityContext/build.js +177 -0
- package/dist/cli/capabilityContext/build.js.map +1 -0
- package/dist/cli/capabilityContext/closeout.js +230 -0
- package/dist/cli/capabilityContext/closeout.js.map +1 -0
- package/dist/cli/capabilityContext/contract.js +188 -0
- package/dist/cli/capabilityContext/contract.js.map +1 -0
- package/dist/cli/capabilityContext/evidence.js +456 -0
- package/dist/cli/capabilityContext/evidence.js.map +1 -0
- package/dist/cli/capabilityContext/index.js +4 -0
- package/dist/cli/capabilityContext/index.js.map +1 -0
- package/dist/cli/capabilityContext/orchestration.js +107 -0
- package/dist/cli/capabilityContext/orchestration.js.map +1 -0
- package/dist/cli/capabilityContext/planState.js +271 -0
- package/dist/cli/capabilityContext/planState.js.map +1 -0
- package/dist/cli/capabilityContext/progress.js +103 -0
- package/dist/cli/capabilityContext/progress.js.map +1 -0
- package/dist/cli/capabilityContext/realisera.js +174 -0
- package/dist/cli/capabilityContext/realisera.js.map +1 -0
- package/dist/cli/capabilityContext/shared.js +94 -0
- package/dist/cli/capabilityContext/shared.js.map +1 -0
- package/dist/cli/capabilityContext/slim.js +108 -0
- package/dist/cli/capabilityContext/slim.js.map +1 -0
- package/dist/cli/capabilityContext/startup.js +213 -0
- package/dist/cli/capabilityContext/startup.js.map +1 -0
- package/dist/cli/capabilityContext/types.js +40 -0
- package/dist/cli/capabilityContext/types.js.map +1 -0
- package/dist/cli/capabilityContext.js +1 -2486
- package/dist/cli/capabilityContext.js.map +1 -1
- package/dist/cli/commands/appHome.js +23 -0
- package/dist/cli/commands/appHome.js.map +1 -0
- package/dist/cli/commands/backfill.js +84 -0
- package/dist/cli/commands/backfill.js.map +1 -0
- package/dist/cli/commands/capability.js +2 -2
- package/dist/cli/commands/capability.js.map +1 -1
- package/dist/cli/commands/compact.js +1 -1
- package/dist/cli/commands/compact.js.map +1 -1
- package/dist/cli/commands/doctor.js +17 -98
- package/dist/cli/commands/doctor.js.map +1 -1
- package/dist/cli/commands/lint.js +4 -36
- package/dist/cli/commands/lint.js.map +1 -1
- package/dist/cli/commands/prime/bundleStatus.js +140 -0
- package/dist/cli/commands/prime/bundleStatus.js.map +1 -0
- package/dist/cli/commands/prime/collectOrientationState.js +156 -0
- package/dist/cli/commands/prime/collectOrientationState.js.map +1 -0
- package/dist/cli/commands/prime/orientationOutput.js +210 -0
- package/dist/cli/commands/prime/orientationOutput.js.map +1 -0
- package/dist/cli/commands/prime/routeOutput.js +50 -0
- package/dist/cli/commands/prime/routeOutput.js.map +1 -0
- package/dist/cli/commands/prime/types.js +2 -0
- package/dist/cli/commands/prime/types.js.map +1 -0
- package/dist/cli/commands/prime/v1Migration.js +39 -0
- package/dist/cli/commands/prime/v1Migration.js.map +1 -0
- package/dist/cli/commands/prime.js +11 -554
- package/dist/cli/commands/prime.js.map +1 -1
- package/dist/cli/commands/query.js +5 -2
- package/dist/cli/commands/query.js.map +1 -1
- package/dist/cli/commands/report.js +27 -10
- package/dist/cli/commands/report.js.map +1 -1
- package/dist/cli/commands/schema.js +24 -20
- package/dist/cli/commands/schema.js.map +1 -1
- package/dist/cli/commands/state/decisions.js +403 -0
- package/dist/cli/commands/state/decisions.js.map +1 -0
- package/dist/cli/commands/state/docs.js +97 -0
- package/dist/cli/commands/state/docs.js.map +1 -0
- package/dist/cli/commands/state/experiments.js +68 -0
- package/dist/cli/commands/state/experiments.js.map +1 -0
- package/dist/cli/commands/state/health.js +116 -0
- package/dist/cli/commands/state/health.js.map +1 -0
- package/dist/cli/commands/state/index.js +51 -0
- package/dist/cli/commands/state/index.js.map +1 -0
- package/dist/cli/commands/state/objective.js +69 -0
- package/dist/cli/commands/state/objective.js.map +1 -0
- package/dist/cli/commands/state/plan.js +173 -0
- package/dist/cli/commands/state/plan.js.map +1 -0
- package/dist/cli/commands/state/progress.js +47 -0
- package/dist/cli/commands/state/progress.js.map +1 -0
- package/dist/cli/commands/state/shared.js +15 -0
- package/dist/cli/commands/state/shared.js.map +1 -0
- package/dist/cli/commands/state/todo.js +121 -0
- package/dist/cli/commands/state/todo.js.map +1 -0
- package/dist/cli/commands/state.js +7 -7
- package/dist/cli/commands/state.js.map +1 -1
- package/dist/cli/commands/validate.js +50 -100
- package/dist/cli/commands/validate.js.map +1 -1
- package/dist/cli/commands/verify.js +1 -1
- package/dist/cli/commands/verify.js.map +1 -1
- package/dist/cli/contracts/bundleStatus.js +2 -0
- package/dist/cli/contracts/bundleStatus.js.map +1 -0
- package/dist/cli/contracts/orientationState.js +2 -0
- package/dist/cli/contracts/orientationState.js.map +1 -0
- package/dist/cli/dispatch/argvParser.js +33 -0
- package/dist/cli/dispatch/argvParser.js.map +1 -0
- package/dist/cli/dispatch/check.js +328 -0
- package/dist/cli/dispatch/check.js.map +1 -0
- package/dist/cli/dispatch/commands.js +27 -0
- package/dist/cli/dispatch/commands.js.map +1 -0
- package/dist/cli/dispatch/index.js +182 -0
- package/dist/cli/dispatch/index.js.map +1 -0
- package/dist/cli/dispatch/lifecycle.js +597 -0
- package/dist/cli/dispatch/lifecycle.js.map +1 -0
- package/dist/cli/dispatch/prime.js +104 -0
- package/dist/cli/dispatch/prime.js.map +1 -0
- package/dist/cli/dispatch/shared.js +64 -0
- package/dist/cli/dispatch/shared.js.map +1 -0
- package/dist/cli/dispatch/state.js +144 -0
- package/dist/cli/dispatch/state.js.map +1 -0
- package/dist/cli/dispatch.js +1 -1293
- package/dist/cli/dispatch.js.map +1 -1
- package/dist/cli/help.js +41 -8
- package/dist/cli/help.js.map +1 -1
- package/dist/cli/orientation/attention.js +61 -0
- package/dist/cli/orientation/attention.js.map +1 -0
- package/dist/cli/orientation/corpusCoverage.js +71 -0
- package/dist/cli/orientation/corpusCoverage.js.map +1 -0
- package/dist/cli/orientation.js +129 -78
- package/dist/cli/orientation.js.map +1 -1
- package/dist/cli/prime-blob.js +1 -1
- package/dist/cli/startupCompletenessContract.js +56 -0
- package/dist/cli/startupCompletenessContract.js.map +1 -0
- package/dist/cli/stateQuery.js +9 -2
- package/dist/cli/stateQuery.js.map +1 -1
- package/dist/cli/todoSeverity.js +19 -0
- package/dist/cli/todoSeverity.js.map +1 -0
- package/dist/core/envPaths.js +21 -0
- package/dist/core/envPaths.js.map +1 -0
- package/dist/core/git.js +43 -0
- package/dist/core/git.js.map +1 -0
- package/dist/core/jsonValue.js +6 -0
- package/dist/core/jsonValue.js.map +1 -0
- package/dist/core/pyjson.js +67 -2
- package/dist/core/pyjson.js.map +1 -1
- package/dist/eval/evalSkills.js +17 -12
- package/dist/eval/evalSkills.js.map +1 -1
- package/dist/eval/semanticEval.js +43 -19
- package/dist/eval/semanticEval.js.map +1 -1
- package/dist/eval/semanticFixtures.js +16 -4
- package/dist/eval/semanticFixtures.js.map +1 -1
- package/dist/hooks/common.js +8 -23
- package/dist/hooks/common.js.map +1 -1
- package/dist/hooks/compaction/apply.js +269 -0
- package/dist/hooks/compaction/apply.js.map +1 -0
- package/dist/hooks/compaction/dryRun.js +183 -0
- package/dist/hooks/compaction/dryRun.js.map +1 -0
- package/dist/hooks/compaction/index.js +23 -0
- package/dist/hooks/compaction/index.js.map +1 -0
- package/dist/hooks/compaction/parse.js +258 -0
- package/dist/hooks/compaction/parse.js.map +1 -0
- package/dist/hooks/compaction/retention.js +199 -0
- package/dist/hooks/compaction/retention.js.map +1 -0
- package/dist/hooks/compaction/status.js +241 -0
- package/dist/hooks/compaction/status.js.map +1 -0
- package/dist/hooks/compaction/todoResolved.js +137 -0
- package/dist/hooks/compaction/todoResolved.js.map +1 -0
- package/dist/hooks/compaction/types.js +6 -0
- package/dist/hooks/compaction/types.js.map +1 -0
- package/dist/hooks/compaction.js +20 -20
- package/dist/hooks/compaction.js.map +1 -1
- package/dist/hooks/cursorPreToolUse.js +1 -1
- package/dist/hooks/cursorPreToolUse.js.map +1 -1
- package/dist/hooks/cursorSessionStart.js +10 -2
- package/dist/hooks/cursorSessionStart.js.map +1 -1
- package/dist/hooks/sessionStart.js +18 -11
- package/dist/hooks/sessionStart.js.map +1 -1
- package/dist/hooks/sessionStop.js +6 -12
- package/dist/hooks/sessionStop.js.map +1 -1
- package/dist/hooks/todoLayout.js +177 -0
- package/dist/hooks/todoLayout.js.map +1 -0
- package/dist/hooks/validateArtifact/agentFacing.js +10 -0
- package/dist/hooks/validateArtifact/agentFacing.js.map +1 -0
- package/dist/hooks/validateArtifact/index.js +151 -0
- package/dist/hooks/validateArtifact/index.js.map +1 -0
- package/dist/hooks/validateArtifact/markdown.js +146 -0
- package/dist/hooks/validateArtifact/markdown.js.map +1 -0
- package/dist/hooks/validateArtifact/runtime.js +86 -0
- package/dist/hooks/validateArtifact/runtime.js.map +1 -0
- package/dist/hooks/validateArtifact/schema.js +459 -0
- package/dist/hooks/validateArtifact/schema.js.map +1 -0
- package/dist/hooks/validateArtifact/traversal.js +106 -0
- package/dist/hooks/validateArtifact/traversal.js.map +1 -0
- package/dist/hooks/validateArtifact/violations.js +105 -0
- package/dist/hooks/validateArtifact/violations.js.map +1 -0
- package/dist/hooks/validateArtifact.js +29 -40
- package/dist/hooks/validateArtifact.js.map +1 -1
- package/dist/migrate/v2HandoffManifest.js +447 -0
- package/dist/migrate/v2HandoffManifest.js.map +1 -0
- package/dist/registries/artifactProtocolIds.js +77 -0
- package/dist/registries/artifactProtocolIds.js.map +1 -0
- package/dist/registries/artifactRegistry.js +23 -9
- package/dist/registries/artifactRegistry.js.map +1 -1
- package/dist/registries/capabilityContract.js +144 -1
- package/dist/registries/capabilityContract.js.map +1 -1
- package/dist/registries/evaluatorHandoffContract.js +2 -2
- package/dist/registries/evaluatorHandoffContract.js.map +1 -1
- package/dist/registries/packageRegistry.js +4 -3
- package/dist/registries/packageRegistry.js.map +1 -1
- package/dist/registries/runtimeAdapterRegistry.js +5 -4
- package/dist/registries/runtimeAdapterRegistry.js.map +1 -1
- package/dist/registries/triggerLoader.js +211 -0
- package/dist/registries/triggerLoader.js.map +1 -0
- package/dist/release/releaseMetadata.js +235 -0
- package/dist/release/releaseMetadata.js.map +1 -0
- package/dist/routing/index.js +2 -0
- package/dist/routing/index.js.map +1 -0
- package/dist/routing/routeEngine.js +189 -0
- package/dist/routing/routeEngine.js.map +1 -0
- package/dist/setup/codex/agents.js +96 -0
- package/dist/setup/codex/agents.js.map +1 -0
- package/dist/setup/codex/cli.js +161 -0
- package/dist/setup/codex/cli.js.map +1 -0
- package/dist/setup/codex/configToml.js +639 -0
- package/dist/setup/codex/configToml.js.map +1 -0
- package/dist/setup/codex/constants.js +29 -0
- package/dist/setup/codex/constants.js.map +1 -0
- package/dist/setup/codex/installRoot.js +64 -0
- package/dist/setup/codex/installRoot.js.map +1 -0
- package/dist/setup/codex/state.js +270 -0
- package/dist/setup/codex/state.js.map +1 -0
- package/dist/setup/codex.js +11 -1196
- package/dist/setup/codex.js.map +1 -1
- package/dist/setup/cursor.js +6 -4
- package/dist/setup/cursor.js.map +1 -1
- package/dist/setup/cursorSurfaces.js +67 -0
- package/dist/setup/cursorSurfaces.js.map +1 -0
- package/dist/setup/doctor/core.js +300 -0
- package/dist/setup/doctor/core.js.map +1 -0
- package/dist/setup/doctor/diagnostics.js +240 -0
- package/dist/setup/doctor/diagnostics.js.map +1 -0
- package/dist/setup/doctor/opencode.js +313 -0
- package/dist/setup/doctor/opencode.js.map +1 -0
- package/dist/setup/doctor/report.js +425 -0
- package/dist/setup/doctor/report.js.map +1 -0
- package/dist/setup/doctor.js +9 -1296
- package/dist/setup/doctor.js.map +1 -1
- package/dist/setup/opencode.js +13 -0
- package/dist/setup/opencode.js.map +1 -0
- package/dist/setup/smokeChecks.js +11 -11
- package/dist/setup/smokeChecks.js.map +1 -1
- package/dist/state/installRoot.js +49 -18
- package/dist/state/installRoot.js.map +1 -1
- package/dist/state/progressCommit.js +289 -0
- package/dist/state/progressCommit.js.map +1 -0
- package/dist/state/startupAnalysis/benchmark.js +371 -0
- package/dist/state/startupAnalysis/benchmark.js.map +1 -0
- package/dist/state/startupAnalysis/contract.js +126 -0
- package/dist/state/startupAnalysis/contract.js.map +1 -0
- package/dist/state/startupAnalysis/helpers.js +287 -0
- package/dist/state/startupAnalysis/helpers.js.map +1 -0
- package/dist/state/startupAnalysis/index.js +7 -0
- package/dist/state/startupAnalysis/index.js.map +1 -0
- package/dist/state/startupAnalysis/metrics.js +341 -0
- package/dist/state/startupAnalysis/metrics.js.map +1 -0
- package/dist/state/startupAnalysis/records.js +199 -0
- package/dist/state/startupAnalysis/records.js.map +1 -0
- package/dist/state/startupAnalysis/report.js +112 -0
- package/dist/state/startupAnalysis/report.js.map +1 -0
- package/dist/state/startupAnalysis/threshold.js +500 -0
- package/dist/state/startupAnalysis/threshold.js.map +1 -0
- package/dist/state/startupAnalysis.js +2 -1952
- package/dist/state/startupAnalysis.js.map +1 -1
- package/dist/upgrade/appContentRefresh.js +342 -0
- package/dist/upgrade/appContentRefresh.js.map +1 -0
- package/dist/upgrade/appModel.js +8 -6
- package/dist/upgrade/appModel.js.map +1 -1
- package/dist/upgrade/bundleEvidence.js +34 -0
- package/dist/upgrade/bundleEvidence.js.map +1 -0
- package/dist/upgrade/channels.js +11 -4
- package/dist/upgrade/channels.js.map +1 -1
- package/dist/upgrade/cliProbe.js +22 -0
- package/dist/upgrade/cliProbe.js.map +1 -0
- package/dist/upgrade/coexistenceProbe.js +107 -0
- package/dist/upgrade/coexistenceProbe.js.map +1 -0
- package/dist/upgrade/compatibility.js +13 -4
- package/dist/upgrade/compatibility.js.map +1 -1
- package/dist/upgrade/doctor.js +165 -183
- package/dist/upgrade/doctor.js.map +1 -1
- package/dist/upgrade/doctorClassifier.js +177 -0
- package/dist/upgrade/doctorClassifier.js.map +1 -0
- package/dist/upgrade/installedHooksRetirement.js +190 -0
- package/dist/upgrade/installedHooksRetirement.js.map +1 -0
- package/dist/upgrade/legacyAgentCleanup.js +116 -0
- package/dist/upgrade/legacyAgentCleanup.js.map +1 -0
- package/dist/upgrade/migrateArtifactsV2ToV3.js +57 -109
- package/dist/upgrade/migrateArtifactsV2ToV3.js.map +1 -1
- package/dist/upgrade/nextMajorDoctor.js +42 -7
- package/dist/upgrade/nextMajorDoctor.js.map +1 -1
- package/dist/upgrade/npxPlatformStatus.js +23 -0
- package/dist/upgrade/npxPlatformStatus.js.map +1 -0
- package/dist/upgrade/projectIntegration.js +69 -73
- package/dist/upgrade/projectIntegration.js.map +1 -1
- package/dist/upgrade/projectIntegrationDecision.js +93 -0
- package/dist/upgrade/projectIntegrationDecision.js.map +1 -0
- package/dist/upgrade/runtimeMigration.js +169 -68
- package/dist/upgrade/runtimeMigration.js.map +1 -1
- package/dist/upgrade/v3CapabilitySurface.js +15 -0
- package/dist/upgrade/v3CapabilitySurface.js.map +1 -0
- package/dist/upgrade/versionResolution.js +8 -0
- package/dist/upgrade/versionResolution.js.map +1 -1
- package/dist/validate/appHomeContract.js +4 -4
- package/dist/validate/appHomeContract.js.map +1 -1
- package/dist/validate/capability.js +124 -11
- package/dist/validate/capability.js.map +1 -1
- package/dist/validate/crossCapability.js +1 -1
- package/dist/validate/crossCapability.js.map +1 -1
- package/dist/validate/lifecycleAdapters/legacyPythonParity.js +93 -0
- package/dist/validate/lifecycleAdapters/legacyPythonParity.js.map +1 -0
- package/dist/validate/lifecycleAdapters/nodeFormChecks.js +488 -0
- package/dist/validate/lifecycleAdapters/nodeFormChecks.js.map +1 -0
- package/dist/validate/lifecycleAdapters/shared.js +198 -0
- package/dist/validate/lifecycleAdapters/shared.js.map +1 -0
- package/dist/validate/lifecycleAdapters.js +13 -723
- package/dist/validate/lifecycleAdapters.js.map +1 -1
- package/dist/validate/selfAudit.js +62 -20
- package/dist/validate/selfAudit.js.map +1 -1
- package/dist/validate/vocabularyAuthority.js +303 -0
- package/dist/validate/vocabularyAuthority.js.map +1 -0
- package/package.json +27 -24
- package/bundle/references/v1-section-mapping.md +0 -47
- package/bundle/skills/agentera/agents/dokumentera.toml +0 -6
- package/bundle/skills/agentera/agents/hej.toml +0 -6
- package/bundle/skills/agentera/agents/inspektera.toml +0 -6
- package/bundle/skills/agentera/agents/inspirera.toml +0 -6
- package/bundle/skills/agentera/agents/orkestrera.toml +0 -6
- package/bundle/skills/agentera/agents/profilera.toml +0 -6
- package/bundle/skills/agentera/agents/realisera.toml +0 -6
- package/bundle/skills/agentera/agents/visionera.toml +0 -6
- package/bundle/skills/agentera/agents/visualisera.toml +0 -6
- package/bundle/skills/hej/.claude-plugin/plugin.json +0 -6
- package/bundle/skills/hej/SKILL.md +0 -69
- package/bundle/skills/hej/agents/hej.toml +0 -11
- package/bundle/skills/hej/agents/openai.yaml +0 -8
- /package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/exit.yaml +0 -0
- /package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/exit.yaml +0 -0
- /package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/exit.yaml +0 -0
- /package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/exit.yaml +0 -0
- /package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/exit.yaml +0 -0
- /package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/exit.yaml +0 -0
- /package/bundle/skills/agentera/capabilities/{orkestrera → orchestrate}/schemas/exit.yaml +0 -0
- /package/bundle/skills/agentera/capabilities/{inspirera → research}/schemas/exit.yaml +0 -0
- /package/bundle/skills/agentera/capabilities/{hej → status}/schemas/exit.yaml +0 -0
- /package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/exit.yaml +0 -0
|
@@ -53,9 +53,9 @@ VALIDATION:
|
|
|
53
53
|
id: V6
|
|
54
54
|
rule: skip_level_for_trivial_work
|
|
55
55
|
description: >-
|
|
56
|
-
|
|
57
|
-
bug fix, config tweak, < 50 lines) and route directly to /
|
|
56
|
+
Plan MUST detect skip level for trivial work (single-file change,
|
|
57
|
+
bug fix, config tweak, < 50 lines) and route directly to /build
|
|
58
58
|
without producing a PLAN.md.
|
|
59
59
|
severity: critical
|
|
60
60
|
checks:
|
|
61
|
-
- "Trivial work routed to /
|
|
61
|
+
- "Trivial work routed to /build without plan"
|
|
@@ -5,14 +5,14 @@ ARTIFACTS:
|
|
|
5
5
|
local_role: produces_and_consumes
|
|
6
6
|
description: >-
|
|
7
7
|
Decision profile with per-entry confidence scoring, permanence
|
|
8
|
-
classification, and temporal metadata.
|
|
8
|
+
classification, and temporal metadata. Profile writes this in both Full
|
|
9
9
|
and Validate modes, then reads it for validation and update context.
|
|
10
10
|
2:
|
|
11
11
|
id: A2
|
|
12
12
|
artifact_id: decisions
|
|
13
13
|
local_role: consumes
|
|
14
14
|
description: >-
|
|
15
|
-
|
|
15
|
+
Profile treats this as a high-signal source for extraction scripts.
|
|
16
16
|
Each decision entry captures
|
|
17
17
|
reasoning, tradeoffs, and confidence, making deliberation sessions
|
|
18
18
|
one of the richest inputs for decision profile generation.
|
|
@@ -12,7 +12,8 @@ EXIT_CONDITIONS:
|
|
|
12
12
|
condition: flagged
|
|
13
13
|
description: >-
|
|
14
14
|
Profile generation or validation completed but with data quality
|
|
15
|
-
issues:
|
|
15
|
+
issues: available runtime history was skipped without explicit
|
|
16
|
+
acceptance, extraction failed for one or more sources, prediction
|
|
16
17
|
accuracy was below 3/5, or significant unresolved tensions were
|
|
17
18
|
found.
|
|
18
19
|
exit_signal: flagged
|
|
@@ -3,11 +3,12 @@ TRIGGERS:
|
|
|
3
3
|
id: T1
|
|
4
4
|
description: >-
|
|
5
5
|
Direct invocation by name or slash command. Matches when the user
|
|
6
|
-
explicitly requests
|
|
6
|
+
explicitly requests profile.
|
|
7
7
|
priority: high
|
|
8
8
|
patterns:
|
|
9
|
-
- "
|
|
10
|
-
- "/
|
|
9
|
+
- "profile"
|
|
10
|
+
- "/profile"
|
|
11
|
+
confidence_threshold: 55
|
|
11
12
|
2:
|
|
12
13
|
id: T2
|
|
13
14
|
description: >-
|
|
@@ -19,6 +20,7 @@ TRIGGERS:
|
|
|
19
20
|
- "generate decision profile"
|
|
20
21
|
- "rebuild my profile"
|
|
21
22
|
- "regenerate profile"
|
|
23
|
+
confidence_threshold: 45
|
|
22
24
|
3:
|
|
23
25
|
id: T3
|
|
24
26
|
description: >-
|
|
@@ -31,6 +33,7 @@ TRIGGERS:
|
|
|
31
33
|
- "validate my profile"
|
|
32
34
|
- "check my profile"
|
|
33
35
|
- "quick profile check"
|
|
36
|
+
confidence_threshold: 45
|
|
34
37
|
4:
|
|
35
38
|
id: T4
|
|
36
39
|
description: >-
|
|
@@ -43,3 +46,4 @@ TRIGGERS:
|
|
|
43
46
|
- "mine my sessions"
|
|
44
47
|
- "decision patterns"
|
|
45
48
|
- "review my decision history"
|
|
49
|
+
confidence_threshold: 45
|
|
@@ -37,9 +37,9 @@ VALIDATION:
|
|
|
37
37
|
id: V4
|
|
38
38
|
rule: read_only_sources
|
|
39
39
|
description: >-
|
|
40
|
-
|
|
40
|
+
Profile MUST NOT modify session history, memory files, or config
|
|
41
41
|
files. It reads these sources for extraction but never writes to them.
|
|
42
|
-
The only artifact
|
|
42
|
+
The only artifact profile produces is PROFILE.md.
|
|
43
43
|
severity: critical
|
|
44
44
|
checks:
|
|
45
45
|
- "No writes to session history files"
|
|
@@ -4,21 +4,21 @@ ARTIFACTS:
|
|
|
4
4
|
artifact_id: todo
|
|
5
5
|
local_role: produces
|
|
6
6
|
description: >-
|
|
7
|
-
Open problems by severity.
|
|
7
|
+
Open problems by severity. Research writes actionable findings here
|
|
8
8
|
(with user confirmation), classifying each by severity per protocol
|
|
9
|
-
SF1-SF3.
|
|
9
|
+
SF1-SF3. Build picks up changes automatically in its next cycle.
|
|
10
10
|
2:
|
|
11
11
|
id: A2
|
|
12
12
|
artifact_id: vision
|
|
13
13
|
local_role: produces
|
|
14
14
|
description: >-
|
|
15
|
-
|
|
15
|
+
Research may refine project direction with user confirmation when the
|
|
16
16
|
analysis shifts thinking about the project's direction.
|
|
17
17
|
3:
|
|
18
18
|
id: A3
|
|
19
19
|
artifact_id: profile
|
|
20
20
|
local_role: consumes
|
|
21
21
|
description: >-
|
|
22
|
-
|
|
23
|
-
applicability judgments. If missing,
|
|
22
|
+
Research reads this via the effective profile script to weight
|
|
23
|
+
applicability judgments. If missing, research proceeds without persona
|
|
24
24
|
grounding.
|
|
@@ -3,11 +3,12 @@ TRIGGERS:
|
|
|
3
3
|
id: T1
|
|
4
4
|
description: >-
|
|
5
5
|
Direct invocation by name or slash command. Matches when the user
|
|
6
|
-
explicitly requests
|
|
6
|
+
explicitly requests research.
|
|
7
7
|
priority: high
|
|
8
8
|
patterns:
|
|
9
|
-
- "
|
|
10
|
-
- "/
|
|
9
|
+
- "research"
|
|
10
|
+
- "/research"
|
|
11
|
+
confidence_threshold: 55
|
|
11
12
|
2:
|
|
12
13
|
id: T2
|
|
13
14
|
description: >-
|
|
@@ -21,6 +22,7 @@ TRIGGERS:
|
|
|
21
22
|
- "is this relevant to"
|
|
22
23
|
- "what can I take from this"
|
|
23
24
|
- "should I adopt"
|
|
25
|
+
confidence_threshold: 45
|
|
24
26
|
3:
|
|
25
27
|
id: T3
|
|
26
28
|
description: >-
|
|
@@ -32,3 +34,7 @@ TRIGGERS:
|
|
|
32
34
|
- "review this repo for ideas"
|
|
33
35
|
- "anything worth stealing from"
|
|
34
36
|
- "how does this compare to what I'm doing"
|
|
37
|
+
confidence_threshold: 45
|
|
38
|
+
disambiguates_against:
|
|
39
|
+
- capability: audit
|
|
40
|
+
hint: "research reviews external resources for ideas; audit reviews the local codebase for health"
|
|
@@ -3,8 +3,8 @@ VALIDATION:
|
|
|
3
3
|
id: V1
|
|
4
4
|
rule: read_only_target
|
|
5
5
|
description: >-
|
|
6
|
-
|
|
7
|
-
and maps concepts; other capabilities (
|
|
6
|
+
Research MUST NOT modify code in the target project. It analyzes
|
|
7
|
+
and maps concepts; other capabilities (build, optimize)
|
|
8
8
|
implement changes. The only writes are to TODO.md and VISION.md,
|
|
9
9
|
and only with explicit user confirmation.
|
|
10
10
|
severity: critical
|
|
@@ -4,66 +4,69 @@ ARTIFACTS:
|
|
|
4
4
|
artifact_id: vision
|
|
5
5
|
local_role: consumes
|
|
6
6
|
description: >-
|
|
7
|
-
|
|
7
|
+
Status reads this for the briefing's project context.
|
|
8
8
|
2:
|
|
9
9
|
id: A2
|
|
10
10
|
artifact_id: decisions
|
|
11
11
|
local_role: consumes
|
|
12
12
|
description: >-
|
|
13
|
-
|
|
13
|
+
Status reads this to identify unresolved decisions requiring follow-up.
|
|
14
14
|
3:
|
|
15
15
|
id: A3
|
|
16
16
|
artifact_id: plan
|
|
17
17
|
local_role: consumes
|
|
18
18
|
description: >-
|
|
19
|
-
|
|
19
|
+
Status reads this to identify the next executable task and plan progress.
|
|
20
20
|
4:
|
|
21
21
|
id: A4
|
|
22
22
|
artifact_id: progress
|
|
23
23
|
local_role: consumes
|
|
24
24
|
description: >-
|
|
25
|
-
|
|
25
|
+
Status reads this for the briefing's "what shipped" context.
|
|
26
26
|
5:
|
|
27
27
|
id: A5
|
|
28
28
|
artifact_id: todo
|
|
29
29
|
local_role: consumes
|
|
30
30
|
description: >-
|
|
31
|
-
|
|
31
|
+
Status reads this to identify high-severity open items for routing.
|
|
32
32
|
6:
|
|
33
33
|
id: A6
|
|
34
34
|
artifact_id: health
|
|
35
35
|
local_role: consumes
|
|
36
36
|
description: >-
|
|
37
|
-
|
|
37
|
+
Status reads this for the health status line and attention items.
|
|
38
38
|
7:
|
|
39
39
|
id: A7
|
|
40
40
|
artifact_id: objective
|
|
41
41
|
local_role: consumes
|
|
42
42
|
description: >-
|
|
43
|
-
|
|
43
|
+
Status reads this to check for active optimization objectives.
|
|
44
44
|
8:
|
|
45
45
|
id: A8
|
|
46
46
|
artifact_id: experiments
|
|
47
47
|
local_role: consumes
|
|
48
48
|
description: >-
|
|
49
|
-
|
|
49
|
+
Status reads this alongside the active optimization target to determine
|
|
50
50
|
optimization status.
|
|
51
51
|
9:
|
|
52
52
|
id: A9
|
|
53
53
|
artifact_id: docs
|
|
54
54
|
local_role: consumes
|
|
55
55
|
description: >-
|
|
56
|
-
|
|
56
|
+
Status reads this first to resolve project-local artifact mappings before
|
|
57
57
|
reading other artifacts.
|
|
58
58
|
10:
|
|
59
59
|
id: A10
|
|
60
60
|
artifact_id: design
|
|
61
61
|
local_role: consumes
|
|
62
62
|
description: >-
|
|
63
|
-
|
|
63
|
+
Status reads this for project design status metadata (exists, stale, missing).
|
|
64
|
+
Suite chrome styling uses protocol.yaml, prime --context capability prose,
|
|
65
|
+
and v2 app-home DESIGN.md when present — not the host project's design
|
|
66
|
+
artifact.
|
|
64
67
|
11:
|
|
65
68
|
id: A11
|
|
66
69
|
artifact_id: profile
|
|
67
70
|
local_role: consumes
|
|
68
71
|
description: >-
|
|
69
|
-
|
|
72
|
+
Status reads this to report profile status (loaded/not found) in the briefing.
|
|
@@ -3,11 +3,13 @@ TRIGGERS:
|
|
|
3
3
|
id: T1
|
|
4
4
|
description: >-
|
|
5
5
|
Direct invocation by name or slash command. Matches when the user
|
|
6
|
-
explicitly requests
|
|
6
|
+
explicitly requests status.
|
|
7
7
|
priority: high
|
|
8
8
|
patterns:
|
|
9
|
-
- "
|
|
10
|
-
- "/
|
|
9
|
+
- "status"
|
|
10
|
+
- "/status"
|
|
11
|
+
confidence_threshold: 60
|
|
12
|
+
borderline_band: 10
|
|
11
13
|
2:
|
|
12
14
|
id: T2
|
|
13
15
|
description: >-
|
|
@@ -21,6 +23,7 @@ TRIGGERS:
|
|
|
21
23
|
- "begin"
|
|
22
24
|
- "getting started"
|
|
23
25
|
- "onboard me"
|
|
26
|
+
confidence_threshold: 40
|
|
24
27
|
3:
|
|
25
28
|
id: T3
|
|
26
29
|
description: >-
|
|
@@ -35,6 +38,7 @@ TRIGGERS:
|
|
|
35
38
|
- "brief me"
|
|
36
39
|
- "update me"
|
|
37
40
|
- "what needs attention"
|
|
41
|
+
confidence_threshold: 45
|
|
38
42
|
4:
|
|
39
43
|
id: T4
|
|
40
44
|
description: >-
|
|
@@ -46,13 +50,15 @@ TRIGGERS:
|
|
|
46
50
|
- "catch me up"
|
|
47
51
|
- "what should I work on"
|
|
48
52
|
- "what's next"
|
|
53
|
+
confidence_threshold: 45
|
|
49
54
|
5:
|
|
50
55
|
id: T5
|
|
51
56
|
description: >-
|
|
52
|
-
Fallback.
|
|
57
|
+
Fallback. Status is the default capability when no other capability's
|
|
53
58
|
trigger patterns match. This entry documents the fallback behavior
|
|
54
59
|
defined in the routing layer routing logic.
|
|
55
60
|
patterns:
|
|
56
61
|
- "*"
|
|
57
62
|
fallback: true
|
|
58
63
|
priority: low
|
|
64
|
+
confidence_threshold: 0
|
|
@@ -3,8 +3,8 @@ VALIDATION:
|
|
|
3
3
|
id: V1
|
|
4
4
|
rule: read_only
|
|
5
5
|
description: >-
|
|
6
|
-
|
|
7
|
-
All artifacts consumed by
|
|
6
|
+
Status MUST NOT produce or modify any artifacts. It is strictly read-only.
|
|
7
|
+
All artifacts consumed by status are produced by other capabilities.
|
|
8
8
|
This rule verifies that no artifact entry has produces: true.
|
|
9
9
|
severity: critical
|
|
10
10
|
checks:
|
|
@@ -25,9 +25,9 @@ VALIDATION:
|
|
|
25
25
|
id: V3
|
|
26
26
|
rule: exit_marker_required
|
|
27
27
|
description: >-
|
|
28
|
-
Every
|
|
28
|
+
Every status invocation MUST emit an exit marker after the briefing or
|
|
29
29
|
welcome. The marker uses the canonical glyph ⌂ (SG1) in the format
|
|
30
|
-
⌂
|
|
30
|
+
⌂ status · <status> where status is one of EX1-EX4.
|
|
31
31
|
severity: critical
|
|
32
32
|
checks:
|
|
33
33
|
- "Exit marker present after closing code fence"
|
|
@@ -48,7 +48,7 @@ VALIDATION:
|
|
|
48
48
|
id: V5
|
|
49
49
|
rule: single_clarifying_question
|
|
50
50
|
description: >-
|
|
51
|
-
If the routing target is unclear,
|
|
51
|
+
If the routing target is unclear, status MUST ask exactly one clarifying
|
|
52
52
|
question. Compound questions are not allowed.
|
|
53
53
|
severity: critical
|
|
54
54
|
checks:
|
|
@@ -4,54 +4,54 @@ ARTIFACTS:
|
|
|
4
4
|
artifact_id: vision
|
|
5
5
|
local_role: produces_and_consumes
|
|
6
6
|
description: >-
|
|
7
|
-
|
|
7
|
+
Vision writes and refines project direction, principles, personas,
|
|
8
8
|
aspirations, and identity.
|
|
9
9
|
2:
|
|
10
10
|
id: A2
|
|
11
11
|
artifact_id: decisions
|
|
12
12
|
local_role: consumes
|
|
13
13
|
description: >-
|
|
14
|
-
|
|
14
|
+
Vision reads this to detect shifted thinking during refine mode
|
|
15
15
|
and to surface unresolved tensions with the vision.
|
|
16
16
|
3:
|
|
17
17
|
id: A3
|
|
18
18
|
artifact_id: progress
|
|
19
19
|
local_role: consumes
|
|
20
20
|
description: >-
|
|
21
|
-
|
|
21
|
+
Vision reads this during refine mode to understand what has been
|
|
22
22
|
built since the vision was last updated.
|
|
23
23
|
4:
|
|
24
24
|
id: A4
|
|
25
25
|
artifact_id: health
|
|
26
26
|
local_role: consumes
|
|
27
27
|
description: >-
|
|
28
|
-
|
|
28
|
+
Vision reads this to understand structural realities that
|
|
29
29
|
constrain or inform the vision.
|
|
30
30
|
5:
|
|
31
31
|
id: A5
|
|
32
32
|
artifact_id: todo
|
|
33
33
|
local_role: consumes
|
|
34
34
|
description: >-
|
|
35
|
-
|
|
35
|
+
Vision reads this during refine mode to detect recurring problems
|
|
36
36
|
that suggest the vision needs adjustment.
|
|
37
37
|
6:
|
|
38
38
|
id: A6
|
|
39
39
|
artifact_id: design
|
|
40
40
|
local_role: consumes
|
|
41
41
|
description: >-
|
|
42
|
-
|
|
42
|
+
Vision reads this during codebase exploration to ensure the
|
|
43
43
|
Identity section in project direction coheres with the visual system.
|
|
44
44
|
7:
|
|
45
45
|
id: A7
|
|
46
46
|
artifact_id: docs
|
|
47
47
|
local_role: consumes
|
|
48
48
|
description: >-
|
|
49
|
-
|
|
49
|
+
Vision reads this first to resolve project-local artifact mappings
|
|
50
50
|
before accessing other artifacts.
|
|
51
51
|
8:
|
|
52
52
|
id: A8
|
|
53
53
|
artifact_id: profile
|
|
54
54
|
local_role: consumes
|
|
55
55
|
description: >-
|
|
56
|
-
|
|
56
|
+
Vision reads this to calibrate the vision conversation: high-confidence
|
|
57
57
|
entries become proposed principles.
|
|
@@ -3,11 +3,13 @@ TRIGGERS:
|
|
|
3
3
|
id: T1
|
|
4
4
|
description: >-
|
|
5
5
|
Direct invocation by name or slash command. Matches when the user
|
|
6
|
-
explicitly requests
|
|
6
|
+
explicitly requests vision.
|
|
7
7
|
priority: high
|
|
8
8
|
patterns:
|
|
9
|
-
- "
|
|
10
|
-
- "/
|
|
9
|
+
- "vision"
|
|
10
|
+
- "/vision"
|
|
11
|
+
confidence_threshold: 60
|
|
12
|
+
borderline_band: 10
|
|
11
13
|
2:
|
|
12
14
|
id: T2
|
|
13
15
|
description: >-
|
|
@@ -20,6 +22,7 @@ TRIGGERS:
|
|
|
20
22
|
- "define the direction"
|
|
21
23
|
- "set the north star"
|
|
22
24
|
- "dream bigger"
|
|
25
|
+
confidence_threshold: 50
|
|
23
26
|
3:
|
|
24
27
|
id: T3
|
|
25
28
|
description: >-
|
|
@@ -30,6 +33,13 @@ TRIGGERS:
|
|
|
30
33
|
- "rethink the vision"
|
|
31
34
|
- "refine the vision"
|
|
32
35
|
- "update VISION.md"
|
|
36
|
+
confidence_threshold: 50
|
|
37
|
+
disambiguates_against:
|
|
38
|
+
- capability: build
|
|
39
|
+
hint: "vision refines existing project direction; build implements code"
|
|
40
|
+
patterns_regex:
|
|
41
|
+
- "\\brefine\\s+the\\s+vision\\b"
|
|
42
|
+
- "update\\s+VISION\\.md"
|
|
33
43
|
4:
|
|
34
44
|
id: T4
|
|
35
45
|
description: >-
|
|
@@ -39,3 +49,7 @@ TRIGGERS:
|
|
|
39
49
|
patterns:
|
|
40
50
|
- "bootstrap the project"
|
|
41
51
|
- "what should this project become"
|
|
52
|
+
confidence_threshold: 50
|
|
53
|
+
disambiguates_against:
|
|
54
|
+
- capability: plan
|
|
55
|
+
hint: "vision defines what a project should become; plan structures the work"
|
|
@@ -14,12 +14,12 @@ VALIDATION:
|
|
|
14
14
|
id: V2
|
|
15
15
|
rule: no_realisera_modification
|
|
16
16
|
description: >-
|
|
17
|
-
VISION.md MUST NOT be modified during a
|
|
18
|
-
Vision changes happen only in dedicated
|
|
17
|
+
VISION.md MUST NOT be modified during a build execution cycle.
|
|
18
|
+
Vision changes happen only in dedicated vision sessions. This
|
|
19
19
|
prevents vision drift during autonomous development.
|
|
20
20
|
severity: critical
|
|
21
21
|
checks:
|
|
22
|
-
- "VISION.md not written during
|
|
22
|
+
- "VISION.md not written during build cycle"
|
|
23
23
|
3:
|
|
24
24
|
id: V3
|
|
25
25
|
rule: inspirational_tone
|
|
@@ -35,7 +35,7 @@ VALIDATION:
|
|
|
35
35
|
rule: codebase_exploration_required
|
|
36
36
|
description: >-
|
|
37
37
|
When code exists, the codebase exploration step (Step 1) MUST NOT
|
|
38
|
-
be skipped. Arriving informed distinguishes
|
|
38
|
+
be skipped. Arriving informed distinguishes vision from a
|
|
39
39
|
blank-slate interview.
|
|
40
40
|
severity: critical
|
|
41
41
|
checks:
|
|
@@ -46,7 +46,7 @@ VALIDATION:
|
|
|
46
46
|
description: >-
|
|
47
47
|
The vision MUST be concrete enough to guide autonomous development.
|
|
48
48
|
"Make a great tool" is not a vision. It must include specific
|
|
49
|
-
direction, principles, and enough detail for
|
|
49
|
+
direction, principles, and enough detail for plan to derive tasks.
|
|
50
50
|
severity: critical
|
|
51
51
|
checks:
|
|
52
52
|
- "Vision contains specific direction"
|
|
@@ -64,8 +64,8 @@ VALIDATION:
|
|
|
64
64
|
id: V7
|
|
65
65
|
rule: exit_marker_required
|
|
66
66
|
description: >-
|
|
67
|
-
Every
|
|
68
|
-
canonical glyph ⛥ (SG6) in the format ⛥
|
|
67
|
+
Every vision invocation MUST emit an exit marker using the
|
|
68
|
+
canonical glyph ⛥ (SG6) in the format ⛥ vision · <status>
|
|
69
69
|
where status is one of EX1-EX4.
|
|
70
70
|
severity: critical
|
|
71
71
|
checks:
|