agentera 3.0.0-dev.2 → 3.0.0-dev.20
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 +65 -6
- package/bundle/.agentera-npx-bundle.json +1 -1
- package/bundle/.codex-plugin/plugin.json +92 -0
- package/bundle/.cursor/agents/agentera.md +7 -0
- package/bundle/.cursor/hooks.json +32 -0
- package/bundle/.cursor-plugin/plugin.json +34 -0
- package/bundle/.github/hooks/postToolUse.json +9 -0
- package/bundle/.github/hooks/preToolUse.json +8 -0
- package/bundle/.github/hooks/sessionEnd.json +8 -0
- package/bundle/.github/hooks/sessionStart.json +8 -0
- package/bundle/.github/plugin/plugin.json +7 -0
- package/bundle/.opencode/agents/agentera.md +12 -0
- package/bundle/.opencode/commands/agentera.md +5 -0
- package/bundle/.opencode/package.json +31 -0
- package/bundle/.opencode/plugins/agentera.js +820 -0
- package/bundle/CHANGELOG.md +1108 -0
- package/bundle/DESIGN.md +233 -0
- package/bundle/LICENSE +201 -0
- package/bundle/README.md +141 -0
- package/bundle/UPGRADE.md +227 -0
- package/bundle/agents/openai.yaml +87 -0
- package/bundle/extract-corpus-parity.json +21 -0
- package/bundle/hooks/codex-hooks.json +31 -0
- package/bundle/hooks/codex-plugin-hooks.json +31 -0
- package/bundle/plugin.json +13 -0
- package/bundle/references/adapters/cursor.md +53 -42
- package/bundle/references/adapters/opencode.md +46 -47
- package/bundle/references/adapters/package-manifest-interface-model.yaml +32 -43
- package/bundle/references/adapters/package-registry.yaml +19 -53
- package/bundle/references/adapters/package-surface-characterization.md +61 -48
- package/bundle/references/adapters/runtime-adapter-characterization.md +44 -79
- package/bundle/references/adapters/runtime-adapter-registry.yaml +21 -182
- package/bundle/references/adapters/runtime-feature-parity.md +114 -174
- package/bundle/references/adapters/runtime-lifecycle-adapters.yaml +288 -0
- package/bundle/references/adapters/runtime-lifecycle-authority.yaml +90 -0
- package/bundle/references/adapters/runtime-lifecycle-operation-contract.yaml +84 -0
- package/bundle/references/adapters/runtime-retired-resources.yaml +33 -0
- package/bundle/references/analysis/benchmark.md +6 -6
- package/bundle/references/analysis/startup-measurement-contract.yaml +37 -26
- package/bundle/references/artifacts/artifact-registry-interface-model.yaml +6 -5
- package/bundle/references/cli/agent-ready-state-contract.yaml +26 -23
- 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 +4 -32
- package/bundle/references/cli/capability-instruction-contract.yaml +98 -57
- package/bundle/references/cli/capability-instruction-structure.md +144 -0
- 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 +12 -12
- package/bundle/references/cli/routing-model.md +94 -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 +43 -7
- 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 +20 -15
- package/bundle/references/cli/vocabulary.md +342 -326
- package/bundle/references/meta/documentation-inventory.md +9 -3
- package/bundle/registry.json +14 -14
- package/bundle/skills/agentera/SKILL.md +136 -408
- 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/discuss.toml +6 -0
- package/bundle/skills/agentera/agents/document.toml +6 -0
- package/bundle/skills/agentera/agents/optimize.toml +6 -0
- 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/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/triggers.yaml +15 -6
- package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/validation.yaml +13 -12
- package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/artifacts.yaml +12 -12
- package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/exit.yaml +3 -3
- package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/triggers.yaml +13 -3
- package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/validation.yaml +11 -11
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/artifacts.yaml +6 -6
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/exit.yaml +5 -5
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/triggers.yaml +15 -3
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/validation.yaml +7 -7
- package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/artifacts.yaml +12 -11
- package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/triggers.yaml +11 -3
- package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/validation.yaml +9 -8
- package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/artifacts.yaml +10 -10
- package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/triggers.yaml +14 -4
- package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/validation.yaml +8 -8
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/artifacts.yaml +9 -9
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/triggers.yaml +11 -3
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/validation.yaml +9 -9
- package/bundle/skills/agentera/capabilities/{orkestrera → orchestrate}/schemas/artifacts.yaml +12 -11
- package/bundle/skills/agentera/capabilities/{orkestrera → orchestrate}/schemas/exit.yaml +7 -6
- package/bundle/skills/agentera/capabilities/{orkestrera → orchestrate}/schemas/triggers.yaml +16 -3
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/validation.yaml +120 -0
- package/bundle/skills/agentera/capabilities/plan/schemas/artifacts.yaml +63 -0
- 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/plan/schemas/validation.yaml +89 -0
- package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/artifacts.yaml +2 -2
- package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/exit.yaml +3 -3
- 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/research/schemas/artifacts.yaml +24 -0
- 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 +12 -8
- 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/exit.yaml +7 -6
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/triggers.yaml +19 -5
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/validation.yaml +18 -20
- package/bundle/skills/agentera/capability_schema_contract.yaml +201 -38
- package/bundle/skills/agentera/protocol.yaml +29 -29
- package/bundle/skills/agentera/references/contract.md +338 -322
- package/bundle/skills/agentera/schemas/artifacts/changelog.yaml +4 -4
- package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +10 -10
- 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 +263 -11
- package/bundle/skills/agentera/schemas/artifacts/progress.yaml +20 -41
- package/bundle/skills/agentera/schemas/artifacts/todo.yaml +43 -24
- package/bundle/skills/agentera/schemas/artifacts/vision.yaml +3 -3
- package/dist/analytics/extractCorpus/cli.js +163 -0
- package/dist/analytics/extractCorpus/cli.js.map +1 -0
- package/dist/analytics/extractCorpus/copilotSessions.js +276 -0
- package/dist/analytics/extractCorpus/copilotSessions.js.map +1 -0
- package/dist/analytics/extractCorpus/core.js +393 -0
- package/dist/analytics/extractCorpus/core.js.map +1 -0
- package/dist/analytics/extractCorpus/corpus.js +168 -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 +426 -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 +119 -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 +205 -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 +93 -27
- package/dist/analytics/usageStats.js.map +1 -1
- package/dist/bin/agentera.js +3 -1
- package/dist/bin/agentera.js.map +1 -1
- package/dist/capabilities/audit/instructions.js +4 -0
- package/dist/capabilities/audit/instructions.js.map +1 -0
- package/dist/capabilities/build/instructions.js +5 -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 +4 -0
- package/dist/capabilities/document/instructions.js.map +1 -0
- package/dist/capabilities/index.js +38 -0
- package/dist/capabilities/index.js.map +1 -0
- package/dist/capabilities/optimize/instructions.js +5 -0
- package/dist/capabilities/optimize/instructions.js.map +1 -0
- package/dist/capabilities/orchestrate/instructions.js +10 -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/profile/instructions.js +5 -0
- package/dist/capabilities/profile/instructions.js.map +1 -0
- package/dist/capabilities/research/instructions.js +6 -0
- package/dist/capabilities/research/instructions.js.map +1 -0
- package/dist/capabilities/status/instructions.js +5 -0
- package/dist/capabilities/status/instructions.js.map +1 -0
- package/dist/capabilities/vision/instructions.js +5 -0
- package/dist/capabilities/vision/instructions.js.map +1 -0
- 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 +190 -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 +190 -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 +117 -0
- package/dist/cli/capabilityContext/orchestration.js.map +1 -0
- package/dist/cli/capabilityContext/planState.js +279 -0
- package/dist/cli/capabilityContext/planState.js.map +1 -0
- package/dist/cli/capabilityContext/progress.js +138 -0
- package/dist/cli/capabilityContext/progress.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 +217 -0
- package/dist/cli/capabilityContext/startup.js.map +1 -0
- package/dist/cli/capabilityContext/types.js +41 -0
- package/dist/cli/capabilityContext/types.js.map +1 -0
- package/dist/cli/capabilityContext.js +1 -2420
- 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/capability.js +3 -10
- 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 +116 -96
- package/dist/cli/commands/doctor.js.map +1 -1
- package/dist/cli/commands/lint.js +16 -41
- package/dist/cli/commands/lint.js.map +1 -1
- package/dist/cli/commands/prime/bundleStatus.js +185 -0
- package/dist/cli/commands/prime/bundleStatus.js.map +1 -0
- package/dist/cli/commands/prime/collectOrientationState.js +179 -0
- package/dist/cli/commands/prime/collectOrientationState.js.map +1 -0
- package/dist/cli/commands/prime/orientationOutput.js +233 -0
- package/dist/cli/commands/prime/orientationOutput.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 -519
- 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 +50 -14
- package/dist/cli/commands/report.js.map +1 -1
- package/dist/cli/commands/schema.js +113 -24
- 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 +274 -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/write.js +341 -0
- package/dist/cli/commands/state/write.js.map +1 -0
- package/dist/cli/commands/upgrade.js +79 -1
- package/dist/cli/commands/upgrade.js.map +1 -1
- package/dist/cli/commands/upgradeVerify.js +81 -0
- package/dist/cli/commands/upgradeVerify.js.map +1 -0
- package/dist/cli/commands/validate.js +56 -96
- package/dist/cli/commands/validate.js.map +1 -1
- package/dist/cli/commands/verify.js +13 -7
- 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 +183 -0
- package/dist/cli/dispatch/index.js.map +1 -0
- package/dist/cli/dispatch/lifecycle.js +671 -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 +148 -0
- package/dist/cli/dispatch/state.js.map +1 -0
- package/dist/cli/dispatch.js +1 -957
- package/dist/cli/dispatch.js.map +1 -1
- package/dist/cli/errors.js +54 -0
- package/dist/cli/errors.js.map +1 -0
- package/dist/cli/help.js +262 -0
- package/dist/cli/help.js.map +1 -0
- package/dist/cli/orientation/attention.js +163 -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 +194 -114
- package/dist/cli/orientation.js.map +1 -1
- package/dist/cli/planArtifacts.js +172 -0
- package/dist/cli/planArtifacts.js.map +1 -0
- package/dist/cli/planEvidence.js +158 -0
- package/dist/cli/planEvidence.js.map +1 -0
- package/dist/cli/planLifecycleState.js +34 -0
- package/dist/cli/planLifecycleState.js.map +1 -0
- package/dist/cli/prime-blob.js +68 -2
- package/dist/cli/prime-blob.js.map +1 -1
- package/dist/cli/startupCompletenessContract.js +56 -0
- package/dist/cli/startupCompletenessContract.js.map +1 -0
- package/dist/cli/stateQuery.js +17 -2
- package/dist/cli/stateQuery.js.map +1 -1
- package/dist/cli/todoMarkdown.js +33 -0
- package/dist/cli/todoMarkdown.js.map +1 -0
- package/dist/cli/todoSeverity.js +19 -0
- package/dist/cli/todoSeverity.js.map +1 -0
- package/dist/core/atomicWriter.js +21 -0
- package/dist/core/atomicWriter.js.map +1 -0
- package/dist/core/envPaths.js +21 -0
- package/dist/core/envPaths.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/core/yaml.js +8 -0
- package/dist/core/yaml.js.map +1 -1
- package/dist/eval/evalSkills.js +30 -25
- 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 +9 -26
- 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 +202 -0
- package/dist/hooks/compaction/retention.js.map +1 -0
- package/dist/hooks/compaction/status.js +243 -0
- package/dist/hooks/compaction/status.js.map +1 -0
- package/dist/hooks/compaction/types.js +6 -0
- package/dist/hooks/compaction/types.js.map +1 -0
- 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 +8 -14
- package/dist/hooks/sessionStop.js.map +1 -1
- 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 +541 -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 +108 -0
- package/dist/hooks/validateArtifact/violations.js.map +1 -0
- package/dist/migrate/v2HandoffManifest.js +455 -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 +62 -15
- package/dist/registries/artifactRegistry.js.map +1 -1
- package/dist/registries/capabilityContract.js +156 -12
- package/dist/registries/capabilityContract.js.map +1 -1
- package/dist/registries/evaluatorHandoffContract.js +171 -0
- package/dist/registries/evaluatorHandoffContract.js.map +1 -0
- package/dist/registries/packageRegistry.js +40 -6
- package/dist/registries/packageRegistry.js.map +1 -1
- package/dist/registries/runtimeAdapterRegistry.js +30 -21
- 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/runtime/lifecycleAdapterContract.js +458 -0
- package/dist/runtime/lifecycleAdapterContract.js.map +1 -0
- package/dist/runtime/lifecycleAdapters.js +766 -0
- package/dist/runtime/lifecycleAdapters.js.map +1 -0
- package/dist/runtime/lifecycleAuthority.js +493 -0
- package/dist/runtime/lifecycleAuthority.js.map +1 -0
- package/dist/runtime/lifecycleOperationContract.js +113 -0
- package/dist/runtime/lifecycleOperationContract.js.map +1 -0
- package/dist/runtime/lifecycleOperations.js +635 -0
- package/dist/runtime/lifecycleOperations.js.map +1 -0
- package/dist/runtime/lifecycleOwnershipJournal.js +623 -0
- package/dist/runtime/lifecycleOwnershipJournal.js.map +1 -0
- package/dist/runtime/lifecyclePublication.js +395 -0
- package/dist/runtime/lifecyclePublication.js.map +1 -0
- package/dist/runtime/lifecycleSnapshot.js +439 -0
- package/dist/runtime/lifecycleSnapshot.js.map +1 -0
- package/dist/runtime/retiredRuntimeCleanup.js +238 -0
- package/dist/runtime/retiredRuntimeCleanup.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 -1055
- package/dist/setup/codex.js.map +1 -1
- package/dist/setup/copilot.js +1 -1
- package/dist/setup/copilot.js.map +1 -1
- package/dist/setup/cursor.js +7 -5
- 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 +296 -0
- package/dist/setup/doctor/core.js.map +1 -0
- package/dist/setup/doctor/diagnostics.js +201 -0
- package/dist/setup/doctor/diagnostics.js.map +1 -0
- package/dist/setup/doctor/opencode.js +301 -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 -1275
- 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/opencodeConstants.js +2 -0
- package/dist/setup/opencodeConstants.js.map +1 -0
- package/dist/setup/smokeChecks.js +109 -0
- package/dist/setup/smokeChecks.js.map +1 -0
- package/dist/state/installRoot.js +64 -24
- package/dist/state/installRoot.js.map +1 -1
- 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/state/write/assign.js +21 -0
- package/dist/state/write/assign.js.map +1 -0
- package/dist/state/write/errors.js +12 -0
- package/dist/state/write/errors.js.map +1 -0
- package/dist/state/write/explain.js +155 -0
- package/dist/state/write/explain.js.map +1 -0
- package/dist/state/write/fields.js +62 -0
- package/dist/state/write/fields.js.map +1 -0
- package/dist/state/write/index.js +11 -0
- package/dist/state/write/index.js.map +1 -0
- package/dist/state/write/input.js +22 -0
- package/dist/state/write/input.js.map +1 -0
- package/dist/state/write/lock.js +108 -0
- package/dist/state/write/lock.js.map +1 -0
- package/dist/state/write/operations.js +220 -0
- package/dist/state/write/operations.js.map +1 -0
- package/dist/state/write/serialize.js +2 -0
- package/dist/state/write/serialize.js.map +1 -0
- package/dist/state/write/transaction.js +787 -0
- package/dist/state/write/transaction.js.map +1 -0
- package/dist/state/write/validate.js +8 -0
- package/dist/state/write/validate.js.map +1 -0
- package/dist/upgrade/appContentRefresh.js +374 -0
- package/dist/upgrade/appContentRefresh.js.map +1 -0
- package/dist/upgrade/appModel.js +11 -6
- package/dist/upgrade/appModel.js.map +1 -1
- package/dist/upgrade/atomicWriter.js +2 -0
- package/dist/upgrade/atomicWriter.js.map +1 -0
- package/dist/upgrade/bundleEvidence.js +34 -0
- package/dist/upgrade/bundleEvidence.js.map +1 -0
- package/dist/upgrade/channels.js +27 -7
- package/dist/upgrade/channels.js.map +1 -1
- package/dist/upgrade/coexistenceProbe.js +105 -0
- package/dist/upgrade/coexistenceProbe.js.map +1 -0
- package/dist/upgrade/compatibility.js +52 -16
- package/dist/upgrade/compatibility.js.map +1 -1
- package/dist/upgrade/doctor.js +195 -193
- package/dist/upgrade/doctor.js.map +1 -1
- package/dist/upgrade/doctorClassifier.js +188 -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 +183 -0
- package/dist/upgrade/legacyAgentCleanup.js.map +1 -0
- package/dist/upgrade/lifecycleUpgrade.js +427 -0
- package/dist/upgrade/lifecycleUpgrade.js.map +1 -0
- package/dist/upgrade/migrateArtifactsV1ToV2.js +568 -0
- package/dist/upgrade/migrateArtifactsV1ToV2.js.map +1 -0
- package/dist/upgrade/migrateArtifactsV2ToV3.js +273 -144
- package/dist/upgrade/migrateArtifactsV2ToV3.js.map +1 -1
- package/dist/upgrade/nextMajorDoctor.js +156 -0
- package/dist/upgrade/nextMajorDoctor.js.map +1 -0
- package/dist/upgrade/npxPlatformStatus.js +23 -0
- package/dist/upgrade/npxPlatformStatus.js.map +1 -0
- package/dist/upgrade/projectIntegration.js +259 -104
- package/dist/upgrade/projectIntegration.js.map +1 -1
- package/dist/upgrade/projectIntegrationDecision.js +141 -0
- package/dist/upgrade/projectIntegrationDecision.js.map +1 -0
- package/dist/upgrade/runtimeMigration.js +342 -89
- package/dist/upgrade/runtimeMigration.js.map +1 -1
- package/dist/upgrade/upgradeCommands.js +8 -0
- package/dist/upgrade/upgradeCommands.js.map +1 -1
- package/dist/upgrade/upgradeLock.js +54 -0
- package/dist/upgrade/upgradeLock.js.map +1 -0
- package/dist/upgrade/upgradeOrchestrator.js +170 -46
- package/dist/upgrade/upgradeOrchestrator.js.map +1 -1
- package/dist/upgrade/upgradeSnapshot.js +93 -0
- package/dist/upgrade/upgradeSnapshot.js.map +1 -0
- package/dist/upgrade/v3CapabilitySurface.js +15 -0
- package/dist/upgrade/v3CapabilitySurface.js.map +1 -0
- package/dist/upgrade/versionResolution.js +12 -4
- package/dist/upgrade/versionResolution.js.map +1 -1
- package/dist/validate/appHomeContract.js +5 -5
- package/dist/validate/appHomeContract.js.map +1 -1
- package/dist/validate/capability.js +135 -14
- 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 +481 -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 +91 -702
- package/dist/validate/lifecycleAdapters.js.map +1 -1
- package/dist/validate/selfAudit.js +63 -21
- 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 +30 -27
- package/bundle/references/v1-section-mapping.md +0 -47
- package/bundle/skills/agentera/.claude-plugin/plugin.json +0 -27
- 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/optimera.toml +0 -6
- package/bundle/skills/agentera/agents/orkestrera.toml +0 -6
- package/bundle/skills/agentera/agents/planera.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/resonera.toml +0 -6
- package/bundle/skills/agentera/agents/visionera.toml +0 -6
- package/bundle/skills/agentera/agents/visualisera.toml +0 -6
- package/bundle/skills/agentera/capabilities/dokumentera/instructions.md +0 -428
- package/bundle/skills/agentera/capabilities/hej/instructions.md +0 -331
- package/bundle/skills/agentera/capabilities/inspektera/instructions.md +0 -514
- package/bundle/skills/agentera/capabilities/inspirera/instructions.md +0 -280
- package/bundle/skills/agentera/capabilities/inspirera/schemas/artifacts.yaml +0 -24
- package/bundle/skills/agentera/capabilities/optimera/instructions.md +0 -437
- package/bundle/skills/agentera/capabilities/orkestrera/instructions.md +0 -433
- package/bundle/skills/agentera/capabilities/orkestrera/schemas/validation.yaml +0 -107
- package/bundle/skills/agentera/capabilities/planera/instructions.md +0 -368
- package/bundle/skills/agentera/capabilities/planera/schemas/artifacts.yaml +0 -62
- package/bundle/skills/agentera/capabilities/planera/schemas/validation.yaml +0 -61
- package/bundle/skills/agentera/capabilities/profilera/instructions.md +0 -419
- package/bundle/skills/agentera/capabilities/realisera/instructions.md +0 -403
- package/bundle/skills/agentera/capabilities/resonera/instructions.md +0 -329
- package/bundle/skills/agentera/capabilities/visionera/instructions.md +0 -309
- package/bundle/skills/agentera/capabilities/visualisera/instructions.md +0 -400
- 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/dist/cli/commands/backfill.js +0 -84
- package/dist/cli/commands/backfill.js.map +0 -1
- package/dist/cli/commands/state.js +0 -1012
- package/dist/cli/commands/state.js.map +0 -1
- package/dist/core/git.js +0 -43
- package/dist/core/git.js.map +0 -1
- package/dist/hooks/compaction.js +0 -935
- package/dist/hooks/compaction.js.map +0 -1
- package/dist/hooks/validateArtifact.js +0 -933
- package/dist/hooks/validateArtifact.js.map +0 -1
- package/dist/state/progressCommit.js +0 -289
- package/dist/state/progressCommit.js.map +0 -1
- /package/bundle/skills/agentera/capabilities/{dokumentera → document}/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
|
@@ -3,24 +3,25 @@ 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: >-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
+
Session-start signals. Matches explicit session-start or returning-to-project
|
|
17
|
+
requests from a user resuming work.
|
|
16
18
|
priority: medium
|
|
17
19
|
patterns:
|
|
18
|
-
- "hello"
|
|
19
|
-
- "hi"
|
|
20
20
|
- "start"
|
|
21
21
|
- "begin"
|
|
22
22
|
- "getting started"
|
|
23
23
|
- "onboard me"
|
|
24
|
+
confidence_threshold: 40
|
|
24
25
|
3:
|
|
25
26
|
id: T3
|
|
26
27
|
description: >-
|
|
@@ -35,6 +36,7 @@ TRIGGERS:
|
|
|
35
36
|
- "brief me"
|
|
36
37
|
- "update me"
|
|
37
38
|
- "what needs attention"
|
|
39
|
+
confidence_threshold: 45
|
|
38
40
|
4:
|
|
39
41
|
id: T4
|
|
40
42
|
description: >-
|
|
@@ -46,13 +48,15 @@ TRIGGERS:
|
|
|
46
48
|
- "catch me up"
|
|
47
49
|
- "what should I work on"
|
|
48
50
|
- "what's next"
|
|
51
|
+
confidence_threshold: 45
|
|
49
52
|
5:
|
|
50
53
|
id: T5
|
|
51
54
|
description: >-
|
|
52
|
-
Fallback.
|
|
55
|
+
Fallback. Status is the default capability when no other capability's
|
|
53
56
|
trigger patterns match. This entry documents the fallback behavior
|
|
54
57
|
defined in the routing layer routing logic.
|
|
55
58
|
patterns:
|
|
56
59
|
- "*"
|
|
57
60
|
fallback: true
|
|
58
61
|
priority: low
|
|
62
|
+
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,9 +3,9 @@ EXIT_CONDITIONS:
|
|
|
3
3
|
id: E1
|
|
4
4
|
condition: complete
|
|
5
5
|
description: >-
|
|
6
|
-
|
|
7
|
-
with explicit user approval. The vision is ambitious,
|
|
8
|
-
structured to sustain autonomous development.
|
|
6
|
+
The vision artifact was written (Create/Replace mode) or updated
|
|
7
|
+
(Refine mode) with explicit user approval. The vision is ambitious,
|
|
8
|
+
concrete, and structured to sustain autonomous development.
|
|
9
9
|
exit_signal: complete
|
|
10
10
|
2:
|
|
11
11
|
id: E2
|
|
@@ -14,14 +14,15 @@ EXIT_CONDITIONS:
|
|
|
14
14
|
The vision was produced but with weaknesses worth surfacing: the user
|
|
15
15
|
settled for a less ambitious or less specific vision than pushed for,
|
|
16
16
|
key sections (personas, principles, direction) are thin due to limited
|
|
17
|
-
conversation depth, or the vision has unresolved tensions with
|
|
18
|
-
|
|
17
|
+
conversation depth, or the vision has unresolved tensions with
|
|
18
|
+
existing decision entries.
|
|
19
19
|
exit_signal: flagged
|
|
20
20
|
3:
|
|
21
21
|
id: E3
|
|
22
22
|
condition: stuck
|
|
23
23
|
description: >-
|
|
24
|
-
Cannot write
|
|
24
|
+
Cannot write the vision artifact because the user declined to approve
|
|
25
|
+
the draft
|
|
25
26
|
and no actionable revision direction was given, or codebase exploration
|
|
26
27
|
failed in a way that would make the vision unreliable.
|
|
27
28
|
exit_signal: stuck
|
|
@@ -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: >-
|
|
@@ -16,10 +18,11 @@ TRIGGERS:
|
|
|
16
18
|
priority: medium
|
|
17
19
|
patterns:
|
|
18
20
|
- "create a vision"
|
|
19
|
-
- "write
|
|
21
|
+
- "write the vision"
|
|
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: >-
|
|
@@ -29,7 +32,14 @@ TRIGGERS:
|
|
|
29
32
|
patterns:
|
|
30
33
|
- "rethink the vision"
|
|
31
34
|
- "refine the vision"
|
|
32
|
-
- "update
|
|
35
|
+
- "update the vision"
|
|
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+the\\s+vision"
|
|
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"
|
|
@@ -3,8 +3,8 @@ VALIDATION:
|
|
|
3
3
|
id: V1
|
|
4
4
|
rule: user_approval_required
|
|
5
5
|
description: >-
|
|
6
|
-
|
|
7
|
-
approval. Present drafts and get confirmation before writing.
|
|
6
|
+
The vision artifact MUST NOT be written or modified without explicit
|
|
7
|
+
user approval. Present drafts and get confirmation before writing.
|
|
8
8
|
This applies to both Create and Refine modes.
|
|
9
9
|
severity: critical
|
|
10
10
|
checks:
|
|
@@ -14,12 +14,12 @@ VALIDATION:
|
|
|
14
14
|
id: V2
|
|
15
15
|
rule: no_realisera_modification
|
|
16
16
|
description: >-
|
|
17
|
-
|
|
18
|
-
Vision changes happen only in dedicated
|
|
19
|
-
prevents vision drift during autonomous development.
|
|
17
|
+
The vision artifact MUST NOT be modified during a build execution
|
|
18
|
+
cycle. Vision changes happen only in dedicated vision sessions.
|
|
19
|
+
This prevents vision drift during autonomous development.
|
|
20
20
|
severity: critical
|
|
21
21
|
checks:
|
|
22
|
-
- "
|
|
22
|
+
- "Vision artifact not written during build cycle"
|
|
23
23
|
3:
|
|
24
24
|
id: V3
|
|
25
25
|
rule: inspirational_tone
|
|
@@ -29,13 +29,13 @@ VALIDATION:
|
|
|
29
29
|
should inspire and guide, not specify.
|
|
30
30
|
severity: warning
|
|
31
31
|
checks:
|
|
32
|
-
- "
|
|
32
|
+
- "The vision artifact is aspirational, not prescriptive"
|
|
33
33
|
4:
|
|
34
34
|
id: V4
|
|
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,26 +46,24 @@ 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"
|
|
53
53
|
- "Vision contains actionable principles"
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
checks:
|
|
62
|
-
- "Each principle ≤ 20 words"
|
|
54
|
+
# V6 (principle_brevity) retired per Decision 81: linter does not enforce word
|
|
55
|
+
# count on principle descriptions; the live vision artifact violates the limit
|
|
56
|
+
# intentionally (principles carry rationale, not just labels). The
|
|
57
|
+
# MUST-state-tradeoff / SHOULD-name-prevention / MUST-NOT-name-implementations
|
|
58
|
+
# rules in capability instructions and the lint abstraction/filler checks
|
|
59
|
+
# cover principle quality holistically. ID gap (V6 → V7) preserved to avoid
|
|
60
|
+
# breaking external references to V7.
|
|
63
61
|
7:
|
|
64
62
|
id: V7
|
|
65
63
|
rule: exit_marker_required
|
|
66
64
|
description: >-
|
|
67
|
-
Every
|
|
68
|
-
canonical glyph ⛥ (SG6) in the format ⛥
|
|
65
|
+
Every vision invocation MUST emit an exit marker using the
|
|
66
|
+
canonical glyph ⛥ (SG6) in the format ⛥ vision · <status>
|
|
69
67
|
where status is one of EX1-EX4.
|
|
70
68
|
severity: critical
|
|
71
69
|
checks:
|
|
@@ -7,15 +7,18 @@
|
|
|
7
7
|
# 1. Required groups every capability schema must contain
|
|
8
8
|
# 2. Entry structure within each group (numbered, stable IDs)
|
|
9
9
|
# 3. Deprecation protocol (deprecated + replaced_by)
|
|
10
|
-
# 4. Directory structure requirements (
|
|
10
|
+
# 4. Directory structure requirements (instruction module, schemas/)
|
|
11
11
|
# 5. Machine-readable validation rules consumed by future contract loaders
|
|
12
|
+
# 6. Optional trigger-entry intent documentation (TRIGGER_ENRICHMENT)
|
|
12
13
|
|
|
13
14
|
meta:
|
|
14
15
|
name: capability_schema_contract
|
|
15
16
|
version: "1.0.0"
|
|
16
17
|
description: >-
|
|
17
18
|
Defines what a valid capability schema looks like.
|
|
18
|
-
A capability directory must contain
|
|
19
|
+
A capability directory must contain schemas/ and the runtime must
|
|
20
|
+
resolve the capability's behavioral instructions from the
|
|
21
|
+
packages/cli/src/capabilities/<name>/instructions.ts module.
|
|
19
22
|
The union of all YAML files in schemas/ must contain all required groups.
|
|
20
23
|
capability_type: contract
|
|
21
24
|
self_referential: true
|
|
@@ -45,9 +48,9 @@ ENTRY_SCHEMA:
|
|
|
45
48
|
type: string
|
|
46
49
|
required: false
|
|
47
50
|
description: >-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
+
Advisory relevance-precedence hint the LLM host reads alongside the
|
|
52
|
+
entry description. Required for all TRIGGERS entries.
|
|
53
|
+
Valid values: high, medium, low.
|
|
51
54
|
deprecated:
|
|
52
55
|
type: boolean
|
|
53
56
|
required: false
|
|
@@ -68,11 +71,15 @@ GROUP_PREFIXES:
|
|
|
68
71
|
EXIT_CONDITIONS: E
|
|
69
72
|
|
|
70
73
|
DIRECTORY_REQUIREMENTS:
|
|
71
|
-
|
|
72
|
-
path: instructions.
|
|
74
|
+
instruction_module:
|
|
75
|
+
path: packages/cli/src/capabilities/<name>/instructions.ts
|
|
73
76
|
type: file
|
|
74
77
|
required: true
|
|
75
|
-
description:
|
|
78
|
+
description: >-
|
|
79
|
+
TypeScript module that exports the capability's behavioral instructions
|
|
80
|
+
as a default-exported string constant. The runtime loads it via the
|
|
81
|
+
compiled .js path and surfaces the prose through
|
|
82
|
+
`agentera prime --context <name> --format json`.
|
|
76
83
|
schemas_directory:
|
|
77
84
|
path: schemas
|
|
78
85
|
type: directory
|
|
@@ -128,7 +135,114 @@ FIELD_RULES:
|
|
|
128
135
|
- high
|
|
129
136
|
- medium
|
|
130
137
|
- low
|
|
131
|
-
description:
|
|
138
|
+
description: >-
|
|
139
|
+
Relevance-precedence hint the LLM host reads when ordering
|
|
140
|
+
candidate capabilities for a request. See
|
|
141
|
+
references/cli/routing-model.md for routing semantics.
|
|
142
|
+
|
|
143
|
+
TRIGGER_ENRICHMENT:
|
|
144
|
+
description: >-
|
|
145
|
+
Optional trigger-entry intent-documentation fields. Every field is
|
|
146
|
+
OPTIONAL: a triggers.yaml entry that omits all enriched fields remains
|
|
147
|
+
valid. The LLM host consumes description and disambiguates_against at
|
|
148
|
+
runtime; confidence_threshold, borderline_band, and patterns_regex are
|
|
149
|
+
retained as shape-validated documentation so triggers.yaml files that
|
|
150
|
+
carry them still validate.
|
|
151
|
+
spec: references/cli/trigger-schema-enrichment.md
|
|
152
|
+
contract_defaults:
|
|
153
|
+
# Default values for optional enriched fields.
|
|
154
|
+
confidence_threshold: 50
|
|
155
|
+
borderline_band: 15
|
|
156
|
+
fields:
|
|
157
|
+
confidence_threshold:
|
|
158
|
+
type: integer
|
|
159
|
+
required: false
|
|
160
|
+
min: 0
|
|
161
|
+
max: 100
|
|
162
|
+
default: 50
|
|
163
|
+
description: >-
|
|
164
|
+
Optional integer 0-100. Not consumed by the LLM host; retained so
|
|
165
|
+
triggers.yaml files carrying the field still validate. A non-integer
|
|
166
|
+
or value outside 0..100 fails V7 validation with the valid range
|
|
167
|
+
and the offending entry ID.
|
|
168
|
+
borderline_band:
|
|
169
|
+
type: integer
|
|
170
|
+
required: false
|
|
171
|
+
min: 0
|
|
172
|
+
max: 100
|
|
173
|
+
default: 15
|
|
174
|
+
description: >-
|
|
175
|
+
Optional integer 0-100. Not consumed by the LLM host; retained so
|
|
176
|
+
triggers.yaml files carrying the field still validate. A non-integer
|
|
177
|
+
or value outside 0..100 fails V7 validation.
|
|
178
|
+
patterns_regex:
|
|
179
|
+
type: list_of_strings
|
|
180
|
+
required: false
|
|
181
|
+
default: []
|
|
182
|
+
each_must_be_valid_regex: true
|
|
183
|
+
description: >-
|
|
184
|
+
Optional list of regex strings. Not consumed by the LLM host;
|
|
185
|
+
retained so triggers.yaml files carrying the field still validate.
|
|
186
|
+
The loader compiles each entry during validation; a compile failure
|
|
187
|
+
fails V7 validation naming the offending entry and pattern.
|
|
188
|
+
disambiguates_against:
|
|
189
|
+
type: list_of_mappings
|
|
190
|
+
required: false
|
|
191
|
+
default: []
|
|
192
|
+
description: >-
|
|
193
|
+
Declares which other capabilities this trigger's intent could be
|
|
194
|
+
confused with, with a hint the LLM host consults when a request could
|
|
195
|
+
match more than one capability (spec §1.2). Advisory: the LLM host
|
|
196
|
+
resolves ambiguity natively and MAY surface the hint when asking the
|
|
197
|
+
user to confirm or clarify. Each entry MUST be a mapping with
|
|
198
|
+
`capability` and `hint`.
|
|
199
|
+
entries:
|
|
200
|
+
capability:
|
|
201
|
+
type: string
|
|
202
|
+
required: true
|
|
203
|
+
enum_source: ROUTE_ALIASES.primary_aliases.capability
|
|
204
|
+
description: >-
|
|
205
|
+
Canonical capability ID. Must be one of the twelve English
|
|
206
|
+
canonical IDs enumerated by ROUTE_ALIASES.primary_aliases
|
|
207
|
+
(status, vision, discuss, research, plan, build, optimize, audit,
|
|
208
|
+
document, profile, design, orchestrate). A non-canonical value
|
|
209
|
+
fails V7 validation with the offending entry ID.
|
|
210
|
+
hint:
|
|
211
|
+
type: string
|
|
212
|
+
required: true
|
|
213
|
+
non_empty: true
|
|
214
|
+
description: >-
|
|
215
|
+
Non-empty string distinguishing this trigger's intent from the
|
|
216
|
+
named capability on near-equal requests. A missing or empty hint
|
|
217
|
+
fails V7 validation.
|
|
218
|
+
|
|
219
|
+
PROSE_CONVENTIONS:
|
|
220
|
+
description: >-
|
|
221
|
+
Authoring rules for capability behavioral instructions. These
|
|
222
|
+
conventions govern the prose in
|
|
223
|
+
packages/cli/src/capabilities/<name>/instructions.ts.
|
|
224
|
+
modal_vocabulary:
|
|
225
|
+
authority: RFC 2119
|
|
226
|
+
keywords:
|
|
227
|
+
- MUST
|
|
228
|
+
- MUST NOT
|
|
229
|
+
- SHOULD
|
|
230
|
+
- SHOULD NOT
|
|
231
|
+
- MAY
|
|
232
|
+
rule: >-
|
|
233
|
+
Capitalized keywords carry protocol force. Lowercase modal verbs
|
|
234
|
+
(should, must, may) remain ordinary English with no protocol force.
|
|
235
|
+
Use capitalized keywords when stating hard requirements, strong
|
|
236
|
+
recommendations, or optional behavior. Use lowercase modals in
|
|
237
|
+
natural prose that does not bind the agent.
|
|
238
|
+
rationale: >-
|
|
239
|
+
Weak models read capability instructions literally as user commands.
|
|
240
|
+
Deliberate modal vocabulary disambiguates intent: a capitalized MUST
|
|
241
|
+
signals a hard constraint, while lowercase "should" in descriptive
|
|
242
|
+
prose does not bind. This is the disambiguator, not the offender.
|
|
243
|
+
example: >-
|
|
244
|
+
Steps SHOULD be ordered by value/effort ratio. Each matrix cell
|
|
245
|
+
MUST be ≤15 words. A concept MAY reference external sources.
|
|
132
246
|
|
|
133
247
|
PRIMITIVE_REFERENCE_FIELDS:
|
|
134
248
|
description: >-
|
|
@@ -159,41 +273,68 @@ PRIMITIVE_REFERENCE_FIELDS:
|
|
|
159
273
|
|
|
160
274
|
ROUTE_ALIASES:
|
|
161
275
|
description: >-
|
|
162
|
-
Primary
|
|
163
|
-
|
|
164
|
-
|
|
276
|
+
Primary `/agentera <alias>` slash-route aliases for each capability.
|
|
277
|
+
English capability names are canonical protocol identity; the route alias
|
|
278
|
+
word is the canonical ID itself. Swedish -era names are legacy v2-stable
|
|
279
|
+
references, preserved for the v2 stable distribution and historical
|
|
280
|
+
artifacts (see legacy_aliases). Alias routes are not CLI commands.
|
|
165
281
|
route_prefix: /agentera
|
|
166
282
|
canonical_name_precedence: true
|
|
167
283
|
cli_boundary: >-
|
|
168
284
|
Slash routes and state commands are distinct: `/agentera plan` routes to
|
|
169
|
-
|
|
170
|
-
reading plan state. Do not add
|
|
171
|
-
CLI.
|
|
285
|
+
the plan capability, while `agentera state plan` remains the
|
|
286
|
+
state-oriented CLI command for reading plan state. Do not add capability or
|
|
287
|
+
alias commands to the CLI.
|
|
172
288
|
primary_aliases:
|
|
173
289
|
- alias: status
|
|
174
|
-
capability:
|
|
290
|
+
capability: status
|
|
175
291
|
- alias: vision
|
|
176
|
-
capability:
|
|
292
|
+
capability: vision
|
|
177
293
|
- alias: discuss
|
|
178
|
-
capability:
|
|
294
|
+
capability: discuss
|
|
179
295
|
- alias: research
|
|
180
|
-
capability:
|
|
296
|
+
capability: research
|
|
181
297
|
- alias: plan
|
|
182
|
-
capability:
|
|
298
|
+
capability: plan
|
|
183
299
|
- alias: build
|
|
184
|
-
capability:
|
|
300
|
+
capability: build
|
|
185
301
|
- alias: optimize
|
|
186
|
-
capability:
|
|
302
|
+
capability: optimize
|
|
187
303
|
- alias: audit
|
|
188
|
-
capability:
|
|
304
|
+
capability: audit
|
|
189
305
|
- alias: document
|
|
190
|
-
capability:
|
|
306
|
+
capability: document
|
|
191
307
|
- alias: profile
|
|
192
|
-
capability:
|
|
308
|
+
capability: profile
|
|
193
309
|
- alias: design
|
|
194
|
-
capability:
|
|
310
|
+
capability: design
|
|
195
311
|
- alias: orchestrate
|
|
196
|
-
capability:
|
|
312
|
+
capability: orchestrate
|
|
313
|
+
legacy_aliases:
|
|
314
|
+
- legacy: hej
|
|
315
|
+
canonical: status
|
|
316
|
+
- legacy: visionera
|
|
317
|
+
canonical: vision
|
|
318
|
+
- legacy: resonera
|
|
319
|
+
canonical: discuss
|
|
320
|
+
- legacy: inspirera
|
|
321
|
+
canonical: research
|
|
322
|
+
- legacy: planera
|
|
323
|
+
canonical: plan
|
|
324
|
+
- legacy: realisera
|
|
325
|
+
canonical: build
|
|
326
|
+
- legacy: optimera
|
|
327
|
+
canonical: optimize
|
|
328
|
+
- legacy: inspektera
|
|
329
|
+
canonical: audit
|
|
330
|
+
- legacy: dokumentera
|
|
331
|
+
canonical: document
|
|
332
|
+
- legacy: profilera
|
|
333
|
+
canonical: profile
|
|
334
|
+
- legacy: visualisera
|
|
335
|
+
canonical: design
|
|
336
|
+
- legacy: orkestrera
|
|
337
|
+
canonical: orchestrate
|
|
197
338
|
|
|
198
339
|
# ---------------------------------------------------------------------------
|
|
199
340
|
# The four required groups follow. The contract IS a valid capability schema,
|
|
@@ -246,9 +387,9 @@ ARTIFACTS:
|
|
|
246
387
|
name: capability_directory
|
|
247
388
|
path: "capabilities/<name>/"
|
|
248
389
|
description: >-
|
|
249
|
-
A valid capability directory. Must contain
|
|
250
|
-
|
|
251
|
-
|
|
390
|
+
A valid capability directory. Must contain schemas/. The behavioral
|
|
391
|
+
instructions module lives at
|
|
392
|
+
packages/cli/src/capabilities/<name>/instructions.ts.
|
|
252
393
|
produces: false
|
|
253
394
|
consumes: true
|
|
254
395
|
2:
|
|
@@ -263,11 +404,13 @@ ARTIFACTS:
|
|
|
263
404
|
consumes: true
|
|
264
405
|
3:
|
|
265
406
|
id: A3
|
|
266
|
-
name:
|
|
267
|
-
path: "capabilities/<name>/instructions.
|
|
407
|
+
name: instruction_module
|
|
408
|
+
path: "packages/cli/src/capabilities/<name>/instructions.ts"
|
|
268
409
|
description: >-
|
|
269
|
-
Behavioral instructions the agent reads.
|
|
270
|
-
|
|
410
|
+
Behavioral instructions the agent reads. TypeScript module that exports
|
|
411
|
+
a default-exported string constant. The runtime loads it via the
|
|
412
|
+
compiled .js path and serves the prose through
|
|
413
|
+
`agentera prime --context <name> --format json`.
|
|
271
414
|
produces: false
|
|
272
415
|
consumes: true
|
|
273
416
|
4:
|
|
@@ -285,10 +428,12 @@ VALIDATION:
|
|
|
285
428
|
id: V1
|
|
286
429
|
rule: directory_structure
|
|
287
430
|
description: >-
|
|
288
|
-
Capability directory must contain
|
|
431
|
+
Capability directory must contain schemas/ and the instruction module
|
|
432
|
+
packages/cli/src/capabilities/<name>/instructions.ts must exist as a
|
|
433
|
+
TypeScript source file (the runtime resolves the compiled .js path).
|
|
289
434
|
severity: error
|
|
290
435
|
checks:
|
|
291
|
-
- "
|
|
436
|
+
- "instruction_module is a file"
|
|
292
437
|
- "schemas/ is a directory"
|
|
293
438
|
- "schemas/ contains at least one .yaml file"
|
|
294
439
|
2:
|
|
@@ -346,6 +491,24 @@ VALIDATION:
|
|
|
346
491
|
- "Contract file contains all required groups"
|
|
347
492
|
- "Contract file entries follow entry schema structure"
|
|
348
493
|
- "Contract file passes deprecation consistency check"
|
|
494
|
+
7:
|
|
495
|
+
id: V7
|
|
496
|
+
rule: trigger_enrichment_fields
|
|
497
|
+
description: >-
|
|
498
|
+
Trigger entries MAY carry the optional intent-documentation fields
|
|
499
|
+
defined in TRIGGER_ENRICHMENT. Enrichment is opt-in per entry;
|
|
500
|
+
triggers omitting every enriched field remain valid.
|
|
501
|
+
confidence_threshold, borderline_band, and patterns_regex are
|
|
502
|
+
retained as shape-validated documentation; disambiguates_against
|
|
503
|
+
is consumed by the LLM host at runtime. Validating an entry with
|
|
504
|
+
enriched fields fails when the rules below are violated.
|
|
505
|
+
severity: error
|
|
506
|
+
checks:
|
|
507
|
+
- "confidence_threshold, when present, is an integer in 0..100"
|
|
508
|
+
- "borderline_band, when present, is an integer in 0..100"
|
|
509
|
+
- "patterns_regex entries are strings that compile as regular expressions"
|
|
510
|
+
- "disambiguates_against entries are mappings with a non-empty hint"
|
|
511
|
+
- "disambiguates_against.capability is one of the twelve canonical capability IDs"
|
|
349
512
|
|
|
350
513
|
EXIT_CONDITIONS:
|
|
351
514
|
1:
|
|
@@ -359,8 +522,8 @@ EXIT_CONDITIONS:
|
|
|
359
522
|
id: E2
|
|
360
523
|
condition: invalid_structure
|
|
361
524
|
description: >-
|
|
362
|
-
Directory structure validation failed. Missing
|
|
363
|
-
directory, or YAML files.
|
|
525
|
+
Directory structure validation failed. Missing instruction module,
|
|
526
|
+
schemas/ directory, or YAML files.
|
|
364
527
|
exit_code: 1
|
|
365
528
|
3:
|
|
366
529
|
id: E3
|