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
|
@@ -9,13 +9,7 @@
|
|
|
9
9
|
# 3. Deprecation protocol (deprecated + replaced_by)
|
|
10
10
|
# 4. Directory structure requirements (instruction module, schemas/)
|
|
11
11
|
# 5. Machine-readable validation rules consumed by future contract loaders
|
|
12
|
-
#
|
|
13
|
-
# D65: the per-capability `instructions.md` Markdown file is retired. The
|
|
14
|
-
# behavioral instructions now live at
|
|
15
|
-
# `packages/cli/src/capabilities/<name>/instructions.ts` as a default-exported
|
|
16
|
-
# string constant. The directory requirement below points at the new path;
|
|
17
|
-
# the V1 directory_structure rule's `checks` list and the ARTIFACTS A3 path
|
|
18
|
-
# text follow the same move.
|
|
12
|
+
# 6. Optional trigger-entry intent documentation (TRIGGER_ENRICHMENT)
|
|
19
13
|
|
|
20
14
|
meta:
|
|
21
15
|
name: capability_schema_contract
|
|
@@ -54,9 +48,9 @@ ENTRY_SCHEMA:
|
|
|
54
48
|
type: string
|
|
55
49
|
required: false
|
|
56
50
|
description: >-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
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.
|
|
60
54
|
deprecated:
|
|
61
55
|
type: boolean
|
|
62
56
|
required: false
|
|
@@ -141,7 +135,114 @@ FIELD_RULES:
|
|
|
141
135
|
- high
|
|
142
136
|
- medium
|
|
143
137
|
- low
|
|
144
|
-
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.
|
|
145
246
|
|
|
146
247
|
PRIMITIVE_REFERENCE_FIELDS:
|
|
147
248
|
description: >-
|
|
@@ -172,41 +273,68 @@ PRIMITIVE_REFERENCE_FIELDS:
|
|
|
172
273
|
|
|
173
274
|
ROUTE_ALIASES:
|
|
174
275
|
description: >-
|
|
175
|
-
Primary
|
|
176
|
-
|
|
177
|
-
|
|
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.
|
|
178
281
|
route_prefix: /agentera
|
|
179
282
|
canonical_name_precedence: true
|
|
180
283
|
cli_boundary: >-
|
|
181
284
|
Slash routes and state commands are distinct: `/agentera plan` routes to
|
|
182
|
-
|
|
183
|
-
reading plan state. Do not add
|
|
184
|
-
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.
|
|
185
288
|
primary_aliases:
|
|
186
289
|
- alias: status
|
|
187
|
-
capability:
|
|
290
|
+
capability: status
|
|
188
291
|
- alias: vision
|
|
189
|
-
capability:
|
|
292
|
+
capability: vision
|
|
190
293
|
- alias: discuss
|
|
191
|
-
capability:
|
|
294
|
+
capability: discuss
|
|
192
295
|
- alias: research
|
|
193
|
-
capability:
|
|
296
|
+
capability: research
|
|
194
297
|
- alias: plan
|
|
195
|
-
capability:
|
|
298
|
+
capability: plan
|
|
196
299
|
- alias: build
|
|
197
|
-
capability:
|
|
300
|
+
capability: build
|
|
198
301
|
- alias: optimize
|
|
199
|
-
capability:
|
|
302
|
+
capability: optimize
|
|
200
303
|
- alias: audit
|
|
201
|
-
capability:
|
|
304
|
+
capability: audit
|
|
202
305
|
- alias: document
|
|
203
|
-
capability:
|
|
306
|
+
capability: document
|
|
204
307
|
- alias: profile
|
|
205
|
-
capability:
|
|
308
|
+
capability: profile
|
|
206
309
|
- alias: design
|
|
207
|
-
capability:
|
|
310
|
+
capability: design
|
|
208
311
|
- alias: orchestrate
|
|
209
|
-
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
|
|
210
338
|
|
|
211
339
|
# ---------------------------------------------------------------------------
|
|
212
340
|
# The four required groups follow. The contract IS a valid capability schema,
|
|
@@ -282,9 +410,7 @@ ARTIFACTS:
|
|
|
282
410
|
Behavioral instructions the agent reads. TypeScript module that exports
|
|
283
411
|
a default-exported string constant. The runtime loads it via the
|
|
284
412
|
compiled .js path and serves the prose through
|
|
285
|
-
`agentera prime --context <name> --format json`.
|
|
286
|
-
`instructions.md` file is no longer part of the on-disk capability
|
|
287
|
-
surface (D65).
|
|
413
|
+
`agentera prime --context <name> --format json`.
|
|
288
414
|
produces: false
|
|
289
415
|
consumes: true
|
|
290
416
|
4:
|
|
@@ -365,6 +491,24 @@ VALIDATION:
|
|
|
365
491
|
- "Contract file contains all required groups"
|
|
366
492
|
- "Contract file entries follow entry schema structure"
|
|
367
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"
|
|
368
512
|
|
|
369
513
|
EXIT_CONDITIONS:
|
|
370
514
|
1:
|
|
@@ -378,8 +522,8 @@ EXIT_CONDITIONS:
|
|
|
378
522
|
id: E2
|
|
379
523
|
condition: invalid_structure
|
|
380
524
|
description: >-
|
|
381
|
-
Directory structure validation failed. Missing
|
|
382
|
-
directory, or YAML files.
|
|
525
|
+
Directory structure validation failed. Missing instruction module,
|
|
526
|
+
schemas/ directory, or YAML files.
|
|
383
527
|
exit_code: 1
|
|
384
528
|
3:
|
|
385
529
|
id: E3
|
|
@@ -59,18 +59,18 @@
|
|
|
59
59
|
# Structural: inline separator (·) → VISUAL_TOKENS.16 (VT16)
|
|
60
60
|
# Structural: flow/target (→) → VISUAL_TOKENS.17 (VT17)
|
|
61
61
|
# Structural: progress bar (█▓░) → VISUAL_TOKENS.18 (VT18)
|
|
62
|
-
# Skill glyph:
|
|
63
|
-
# Skill glyph:
|
|
64
|
-
# Skill glyph:
|
|
65
|
-
# Skill glyph:
|
|
66
|
-
# Skill glyph:
|
|
67
|
-
# Skill glyph:
|
|
68
|
-
# Skill glyph:
|
|
69
|
-
# Skill glyph:
|
|
70
|
-
# Skill glyph:
|
|
71
|
-
# Skill glyph:
|
|
72
|
-
# Skill glyph:
|
|
73
|
-
# Skill glyph:
|
|
62
|
+
# Skill glyph: status (⌂) → SKILL_GLYPHS.1 (SG1)
|
|
63
|
+
# Skill glyph: build (⧉) → SKILL_GLYPHS.2 (SG2)
|
|
64
|
+
# Skill glyph: audit (⛶) → SKILL_GLYPHS.3 (SG3)
|
|
65
|
+
# Skill glyph: discuss (❈) → SKILL_GLYPHS.4 (SG4)
|
|
66
|
+
# Skill glyph: plan (≡) → SKILL_GLYPHS.5 (SG5)
|
|
67
|
+
# Skill glyph: vision (⛥) → SKILL_GLYPHS.6 (SG6)
|
|
68
|
+
# Skill glyph: optimize (⎘) → SKILL_GLYPHS.7 (SG7)
|
|
69
|
+
# Skill glyph: document (▤) → SKILL_GLYPHS.8 (SG8)
|
|
70
|
+
# Skill glyph: profile (♾) → SKILL_GLYPHS.9 (SG9)
|
|
71
|
+
# Skill glyph: research (⬚) → SKILL_GLYPHS.10 (SG10)
|
|
72
|
+
# Skill glyph: design (◰) → SKILL_GLYPHS.11 (SG11)
|
|
73
|
+
# Skill glyph: orchestrate (⎈) → SKILL_GLYPHS.12 (SG12)
|
|
74
74
|
#
|
|
75
75
|
# SPEC Section 18 (Phase Tracking):
|
|
76
76
|
# Phase: envision → PHASES.1 (PH1)
|
|
@@ -349,73 +349,73 @@ VISUAL_TOKENS:
|
|
|
349
349
|
SKILL_GLYPHS:
|
|
350
350
|
1:
|
|
351
351
|
id: SG1
|
|
352
|
-
capability:
|
|
352
|
+
capability: status
|
|
353
353
|
glyph: "\u2302"
|
|
354
354
|
glyph_code: U+2302
|
|
355
355
|
meaning: "home base"
|
|
356
356
|
2:
|
|
357
357
|
id: SG2
|
|
358
|
-
capability:
|
|
358
|
+
capability: build
|
|
359
359
|
glyph: "\u29C9"
|
|
360
360
|
glyph_code: U+29C9
|
|
361
361
|
meaning: "joined building blocks"
|
|
362
362
|
3:
|
|
363
363
|
id: SG3
|
|
364
|
-
capability:
|
|
364
|
+
capability: audit
|
|
365
365
|
glyph: "\u26F6"
|
|
366
366
|
glyph_code: U+26F6
|
|
367
367
|
meaning: "viewfinder frame"
|
|
368
368
|
4:
|
|
369
369
|
id: SG4
|
|
370
|
-
capability:
|
|
370
|
+
capability: discuss
|
|
371
371
|
glyph: "\u2748"
|
|
372
372
|
glyph_code: U+2748
|
|
373
373
|
meaning: "spark of insight"
|
|
374
374
|
5:
|
|
375
375
|
id: SG5
|
|
376
|
-
capability:
|
|
376
|
+
capability: plan
|
|
377
377
|
glyph: "\u2261"
|
|
378
378
|
glyph_code: U+2261
|
|
379
379
|
meaning: "structured layers"
|
|
380
380
|
6:
|
|
381
381
|
id: SG6
|
|
382
|
-
capability:
|
|
382
|
+
capability: vision
|
|
383
383
|
glyph: "\u26E5"
|
|
384
384
|
glyph_code: U+26E5
|
|
385
385
|
meaning: "guiding star"
|
|
386
386
|
7:
|
|
387
387
|
id: SG7
|
|
388
|
-
capability:
|
|
388
|
+
capability: optimize
|
|
389
389
|
glyph: "\u2398"
|
|
390
390
|
glyph_code: U+2398
|
|
391
391
|
meaning: "measurement"
|
|
392
392
|
8:
|
|
393
393
|
id: SG8
|
|
394
|
-
capability:
|
|
394
|
+
capability: document
|
|
395
395
|
glyph: "\u25A4"
|
|
396
396
|
glyph_code: U+25A4
|
|
397
397
|
meaning: "text on page"
|
|
398
398
|
9:
|
|
399
399
|
id: SG9
|
|
400
|
-
capability:
|
|
400
|
+
capability: profile
|
|
401
401
|
glyph: "\u267E"
|
|
402
402
|
glyph_code: U+267E
|
|
403
403
|
meaning: "permanent mark"
|
|
404
404
|
10:
|
|
405
405
|
id: SG10
|
|
406
|
-
capability:
|
|
406
|
+
capability: research
|
|
407
407
|
glyph: "\u2B1A"
|
|
408
408
|
glyph_code: U+2B1A
|
|
409
409
|
meaning: "frame to fill"
|
|
410
410
|
11:
|
|
411
411
|
id: SG11
|
|
412
|
-
capability:
|
|
412
|
+
capability: design
|
|
413
413
|
glyph: "\u25F0"
|
|
414
414
|
glyph_code: U+25F0
|
|
415
415
|
meaning: "design grid"
|
|
416
416
|
12:
|
|
417
417
|
id: SG12
|
|
418
|
-
capability:
|
|
418
|
+
capability: orchestrate
|
|
419
419
|
glyph: "\u2388"
|
|
420
420
|
glyph_code: U+2388
|
|
421
421
|
meaning: "helm, steering"
|
|
@@ -424,7 +424,7 @@ PHASES:
|
|
|
424
424
|
1:
|
|
425
425
|
id: PH1
|
|
426
426
|
value: envision
|
|
427
|
-
capabilities: [
|
|
427
|
+
capabilities: [vision]
|
|
428
428
|
purpose: "Define or refine the project's north star"
|
|
429
429
|
valid_successors: [deliberate, plan, build]
|
|
430
430
|
terminal: false
|
|
@@ -432,7 +432,7 @@ PHASES:
|
|
|
432
432
|
2:
|
|
433
433
|
id: PH2
|
|
434
434
|
value: deliberate
|
|
435
|
-
capabilities: [
|
|
435
|
+
capabilities: [discuss]
|
|
436
436
|
purpose: "Reason through decisions before committing to a direction"
|
|
437
437
|
valid_successors: [plan, build, envision]
|
|
438
438
|
terminal: false
|
|
@@ -440,7 +440,7 @@ PHASES:
|
|
|
440
440
|
3:
|
|
441
441
|
id: PH3
|
|
442
442
|
value: plan
|
|
443
|
-
capabilities: [
|
|
443
|
+
capabilities: [plan]
|
|
444
444
|
purpose: "Structure work into tasks with dependencies and acceptance criteria"
|
|
445
445
|
valid_successors: [build, deliberate]
|
|
446
446
|
terminal: false
|
|
@@ -448,7 +448,7 @@ PHASES:
|
|
|
448
448
|
4:
|
|
449
449
|
id: PH4
|
|
450
450
|
value: build
|
|
451
|
-
capabilities: [
|
|
451
|
+
capabilities: [build, optimize, document, design]
|
|
452
452
|
purpose: "Implement, optimize, document, or design"
|
|
453
453
|
valid_successors: [build, audit, plan]
|
|
454
454
|
terminal: true
|
|
@@ -456,7 +456,7 @@ PHASES:
|
|
|
456
456
|
5:
|
|
457
457
|
id: PH5
|
|
458
458
|
value: audit
|
|
459
|
-
capabilities: [
|
|
459
|
+
capabilities: [audit]
|
|
460
460
|
purpose: "Evaluate structural health and alignment"
|
|
461
461
|
valid_successors: [build, plan, deliberate, envision]
|
|
462
462
|
terminal: true
|