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
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# agentera_managed: true
|
|
2
|
+
name = "orchestrate"
|
|
3
|
+
description = "Multi-cycle orchestration over active plans."
|
|
4
|
+
developer_instructions = """
|
|
5
|
+
You are the Agentera orchestrate capability subagent. You have full file write, file edit, and shell execution tools available — use them to implement code changes, run tests, and commit results. Run `agentera prime --context orchestrate --format json` to fetch the authoritative instructions as a JSON capsule (the `prose` field carries the full Markdown body). Stay within the dispatched capability task, use the Agentera CLI state seam first, and preserve Agentera artifact safety rails.
|
|
6
|
+
"""
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# agentera_managed: true
|
|
2
|
+
name = "plan"
|
|
3
|
+
description = "Planning with acceptance criteria."
|
|
4
|
+
developer_instructions = """
|
|
5
|
+
You are the Agentera plan capability subagent. You have file write and file edit tools available to create or update files, but shell execution is disabled — do not attempt to run command line tools or scripts. Run `agentera prime --context plan --format json` to fetch the authoritative instructions as a JSON capsule (the `prose` field carries the full Markdown body). Stay within the dispatched capability task, use the Agentera CLI state seam first, and preserve Agentera artifact safety rails.
|
|
6
|
+
"""
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# agentera_managed: true
|
|
2
|
+
name = "profile"
|
|
3
|
+
description = "Decision profiling and preference memory."
|
|
4
|
+
developer_instructions = """
|
|
5
|
+
You are the Agentera profile capability subagent. You have full file write, file edit, and shell execution tools available — use them to implement code changes, run tests, and commit results. Run `agentera prime --context profile --format json` to fetch the authoritative instructions as a JSON capsule (the `prose` field carries the full Markdown body). Stay within the dispatched capability task, use the Agentera CLI state seam first, and preserve Agentera artifact safety rails.
|
|
6
|
+
"""
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# agentera_managed: true
|
|
2
|
+
name = "research"
|
|
3
|
+
description = "External pattern research and synthesis."
|
|
4
|
+
developer_instructions = """
|
|
5
|
+
You are the Agentera research capability subagent. You are a read-only agent — do not write files or execute shell commands. Run `agentera prime --context research --format json` to fetch the authoritative instructions as a JSON capsule (the `prose` field carries the full Markdown body). Stay within the dispatched capability task, use the Agentera CLI state seam first, and preserve Agentera artifact safety rails.
|
|
6
|
+
"""
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# agentera_managed: true
|
|
2
|
+
name = "status"
|
|
3
|
+
description = "Agentera orientation and routing dashboard."
|
|
4
|
+
developer_instructions = """
|
|
5
|
+
You are the Agentera status capability subagent. You are a read-only agent — do not write files or execute shell commands. Run `agentera prime --context status --format json` to fetch the authoritative instructions as a JSON capsule (the `prose` field carries the full Markdown body). Stay within the dispatched capability task, use the Agentera CLI state seam first, and preserve Agentera artifact safety rails.
|
|
6
|
+
"""
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# agentera_managed: true
|
|
2
|
+
name = "vision"
|
|
3
|
+
description = "Define and refine project direction."
|
|
4
|
+
developer_instructions = """
|
|
5
|
+
You are the Agentera vision capability subagent. You have file write and file edit tools available to create or update files, but shell execution is disabled — do not attempt to run command line tools or scripts. Run `agentera prime --context vision --format json` to fetch the authoritative instructions as a JSON capsule (the `prose` field carries the full Markdown body). Stay within the dispatched capability task, use the Agentera CLI state seam first, and preserve Agentera artifact safety rails.
|
|
6
|
+
"""
|
|
@@ -5,16 +5,16 @@ ARTIFACTS:
|
|
|
5
5
|
local_role: produces_and_consumes
|
|
6
6
|
description: >-
|
|
7
7
|
Codebase health assessment with findings, dimension grades, and trajectory.
|
|
8
|
-
|
|
8
|
+
Audit writes audit entries with per-dimension grades, findings with
|
|
9
9
|
severity and confidence scores, trend comparisons, and de facto
|
|
10
|
-
architecture patterns. During evaluation startup,
|
|
10
|
+
architecture patterns. During evaluation startup, Audit consumes health
|
|
11
11
|
state through CLI `evidence_context` before raw health artifact fallback.
|
|
12
12
|
2:
|
|
13
13
|
id: A2
|
|
14
14
|
artifact_id: vision
|
|
15
15
|
local_role: consumes
|
|
16
16
|
description: >-
|
|
17
|
-
|
|
17
|
+
Audit treats vision state as protected during evidence-context startup;
|
|
18
18
|
missing or not-checked vision caveats from CLI `evidence_context` are preserved
|
|
19
19
|
instead of forcing a raw vision read.
|
|
20
20
|
3:
|
|
@@ -22,7 +22,7 @@ ARTIFACTS:
|
|
|
22
22
|
artifact_id: decisions
|
|
23
23
|
local_role: consumes
|
|
24
24
|
description: >-
|
|
25
|
-
|
|
25
|
+
Audit consumes decision caveats through CLI `evidence_context` and the
|
|
26
26
|
listed `agentera decisions --format json` fallback before raw decisions artifact fallback.
|
|
27
27
|
Compacted decision caveats must be preserved rather than reconstructed.
|
|
28
28
|
4:
|
|
@@ -30,7 +30,7 @@ ARTIFACTS:
|
|
|
30
30
|
artifact_id: todo
|
|
31
31
|
local_role: produces_and_consumes
|
|
32
32
|
description: >-
|
|
33
|
-
|
|
33
|
+
Audit reads this to avoid re-reporting known issues and writes to it
|
|
34
34
|
with user confirmation when filing
|
|
35
35
|
critical and warning findings. During evaluation startup, known TODO state is
|
|
36
36
|
consumed through CLI `evidence_context` before raw TODO artifact fallback.
|
|
@@ -39,14 +39,14 @@ ARTIFACTS:
|
|
|
39
39
|
artifact_id: progress
|
|
40
40
|
local_role: consumes
|
|
41
41
|
description: >-
|
|
42
|
-
|
|
42
|
+
Audit consumes latest progress verification and progress caveats through
|
|
43
43
|
CLI `evidence_context` before raw progress artifact fallback.
|
|
44
44
|
6:
|
|
45
45
|
id: A6
|
|
46
46
|
artifact_id: plan
|
|
47
47
|
local_role: consumes
|
|
48
48
|
description: >-
|
|
49
|
-
|
|
49
|
+
Audit consumes evaluation target and plan criteria through CLI
|
|
50
50
|
`evidence_context` before raw plan artifact fallback. The plan's Created date
|
|
51
51
|
still provides the artifact-current-state baseline when that state is needed.
|
|
52
52
|
7:
|
|
@@ -54,7 +54,7 @@ ARTIFACTS:
|
|
|
54
54
|
artifact_id: design
|
|
55
55
|
local_role: consumes
|
|
56
56
|
description: >-
|
|
57
|
-
|
|
57
|
+
Audit treats design state as optional during evidence-context startup;
|
|
58
58
|
missing design caveats from CLI `evidence_context` are preserved before any raw
|
|
59
59
|
design artifact fallback.
|
|
60
60
|
8:
|
|
@@ -62,7 +62,7 @@ ARTIFACTS:
|
|
|
62
62
|
artifact_id: docs
|
|
63
63
|
local_role: consumes
|
|
64
64
|
description: >-
|
|
65
|
-
|
|
65
|
+
Audit reads this first to resolve project-local artifact mappings
|
|
66
66
|
and checks the versioning convention for the version health dimension. During
|
|
67
67
|
evaluation startup, docs state and version-boundary caveats are consumed through
|
|
68
68
|
CLI `evidence_context` before raw docs artifact fallback.
|
|
@@ -71,6 +71,6 @@ ARTIFACTS:
|
|
|
71
71
|
artifact_id: profile
|
|
72
72
|
local_role: consumes
|
|
73
73
|
description: >-
|
|
74
|
-
|
|
74
|
+
Audit consumes profile status and stale-profile caveats through CLI
|
|
75
75
|
`evidence_context`; stale or missing profile state is preserved as a caveat and
|
|
76
76
|
is not approval to refresh profile state or read profile directly during startup.
|
|
@@ -3,11 +3,15 @@ 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 audit.
|
|
7
7
|
priority: high
|
|
8
8
|
patterns:
|
|
9
|
-
- "
|
|
10
|
-
- "/
|
|
9
|
+
- "audit"
|
|
10
|
+
- "/audit"
|
|
11
|
+
confidence_threshold: 60
|
|
12
|
+
borderline_band: 10
|
|
13
|
+
patterns_regex:
|
|
14
|
+
- "\\b/audit\\b"
|
|
11
15
|
2:
|
|
12
16
|
id: T2
|
|
13
17
|
description: >-
|
|
@@ -26,13 +30,18 @@ TRIGGERS:
|
|
|
26
30
|
- "pattern audit"
|
|
27
31
|
- "dependency check"
|
|
28
32
|
- "test coverage audit"
|
|
33
|
+
confidence_threshold: 55
|
|
29
34
|
3:
|
|
30
35
|
id: T3
|
|
31
36
|
description: >-
|
|
32
|
-
Implicit trigger after extended
|
|
33
|
-
|
|
37
|
+
Implicit trigger after extended build activity. Matches when
|
|
38
|
+
build has run 5+ cycles without a health check and the system
|
|
34
39
|
detects an overdue audit.
|
|
35
40
|
priority: medium
|
|
36
41
|
patterns:
|
|
37
42
|
- "health check overdue"
|
|
38
|
-
- "audit after
|
|
43
|
+
- "audit after build"
|
|
44
|
+
confidence_threshold: 50
|
|
45
|
+
disambiguates_against:
|
|
46
|
+
- capability: build
|
|
47
|
+
hint: "audit checks codebase health after build activity; build continues development"
|
|
@@ -3,8 +3,8 @@ VALIDATION:
|
|
|
3
3
|
id: V1
|
|
4
4
|
rule: read_only_codebase
|
|
5
5
|
description: >-
|
|
6
|
-
|
|
7
|
-
assessment capability. Other capabilities fix what
|
|
6
|
+
Audit MUST NOT modify any source code files. It is a read-only
|
|
7
|
+
assessment capability. Other capabilities fix what audit finds.
|
|
8
8
|
severity: critical
|
|
9
9
|
checks:
|
|
10
10
|
- "No source code files are modified during audit"
|
|
@@ -53,8 +53,8 @@ VALIDATION:
|
|
|
53
53
|
id: V6
|
|
54
54
|
rule: exit_marker_required
|
|
55
55
|
description: >-
|
|
56
|
-
Every
|
|
57
|
-
the canonical glyph ⛶ (SG3) in the format ⛶
|
|
56
|
+
Every audit invocation MUST emit an exit marker. The marker uses
|
|
57
|
+
the canonical glyph ⛶ (SG3) in the format ⛶ audit · <status>
|
|
58
58
|
where status is one of EX1-EX4.
|
|
59
59
|
severity: critical
|
|
60
60
|
checks:
|
|
@@ -65,8 +65,8 @@ VALIDATION:
|
|
|
65
65
|
id: V7
|
|
66
66
|
rule: evidence_context_first
|
|
67
67
|
description: >-
|
|
68
|
-
|
|
69
|
-
|
|
68
|
+
Audit evaluation startup MUST begin with `agentera prime --context
|
|
69
|
+
audit --format json` and use complete CLI `evidence_context` before
|
|
70
70
|
raw plan, progress, docs, health, TODO, or decisions artifacts.
|
|
71
71
|
severity: critical
|
|
72
72
|
checks:
|
|
@@ -77,7 +77,7 @@ VALIDATION:
|
|
|
77
77
|
rule: evidence_context_fallback_before_raw
|
|
78
78
|
description: >-
|
|
79
79
|
When evidence_context is absent, incomplete, or caveated for needed state,
|
|
80
|
-
|
|
80
|
+
Audit MUST run listed existing CLI fallback commands before any last-resort
|
|
81
81
|
raw artifact read.
|
|
82
82
|
severity: critical
|
|
83
83
|
checks:
|
|
@@ -88,7 +88,7 @@ VALIDATION:
|
|
|
88
88
|
id: V9
|
|
89
89
|
rule: evidence_context_caveats_preserved
|
|
90
90
|
description: >-
|
|
91
|
-
|
|
91
|
+
Audit reports MUST preserve evidence_context caveats for stale app/profile
|
|
92
92
|
state, compacted decisions, protected-state boundaries, unavailable version or
|
|
93
93
|
publication evidence, manual-check states, and residual risks instead of hiding,
|
|
94
94
|
flattening, or reconstructing them.
|
|
@@ -101,7 +101,7 @@ VALIDATION:
|
|
|
101
101
|
id: V10
|
|
102
102
|
rule: satisfaction_authority_boundary
|
|
103
103
|
description: >-
|
|
104
|
-
When
|
|
104
|
+
When Audit touches decision satisfaction, it may report provisional
|
|
105
105
|
satisfaction with evidence but MUST NOT user-confirm satisfaction. Missing,
|
|
106
106
|
compacted, open, provisional, or review-needed satisfaction state remains a
|
|
107
107
|
caveat and review pressure; automation must not reconstruct hidden outcomes
|
|
@@ -4,7 +4,7 @@ ARTIFACTS:
|
|
|
4
4
|
artifact_id: vision
|
|
5
5
|
local_role: produces_and_consumes
|
|
6
6
|
description: >-
|
|
7
|
-
|
|
7
|
+
Build consumes this through CLI execution_context caveats or explicit
|
|
8
8
|
fallback state when available, and never modifies it during cycles. Created
|
|
9
9
|
during brainstorm (bootstrap or user-requested refinement).
|
|
10
10
|
2:
|
|
@@ -12,7 +12,7 @@ ARTIFACTS:
|
|
|
12
12
|
artifact_id: todo
|
|
13
13
|
local_role: produces_and_consumes
|
|
14
14
|
description: >-
|
|
15
|
-
|
|
15
|
+
Build consumes TODO state from execution_context and included status state
|
|
16
16
|
before direct reads, then writes newly discovered issues and resolved
|
|
17
17
|
entries. Severity classified per protocol SI1-SI4.
|
|
18
18
|
3:
|
|
@@ -20,7 +20,7 @@ ARTIFACTS:
|
|
|
20
20
|
artifact_id: changelog
|
|
21
21
|
local_role: produces_and_consumes
|
|
22
22
|
description: >-
|
|
23
|
-
|
|
23
|
+
Build consumes changelog boundary from execution_context or the listed
|
|
24
24
|
CLI fallback before direct reads. It appends public change entries under
|
|
25
25
|
[Unreleased] based on commit type and promotes on version bumps.
|
|
26
26
|
4:
|
|
@@ -28,7 +28,7 @@ ARTIFACTS:
|
|
|
28
28
|
artifact_id: progress
|
|
29
29
|
local_role: produces_and_consumes
|
|
30
30
|
description: >-
|
|
31
|
-
Operational cycle log.
|
|
31
|
+
Operational cycle log. Build consumes latest progress evidence from
|
|
32
32
|
execution_context first, then appends one entry per cycle with mandatory
|
|
33
33
|
Verified field. Compacted by applying schema COMPACTION rules.
|
|
34
34
|
5:
|
|
@@ -36,7 +36,7 @@ ARTIFACTS:
|
|
|
36
36
|
artifact_id: health
|
|
37
37
|
local_role: consumes
|
|
38
38
|
description: >-
|
|
39
|
-
|
|
39
|
+
Build consumes health state from execution_context and included status
|
|
40
40
|
state before direct reads, focusing on critical and degraded findings for
|
|
41
41
|
work selection.
|
|
42
42
|
6:
|
|
@@ -44,7 +44,7 @@ ARTIFACTS:
|
|
|
44
44
|
artifact_id: decisions
|
|
45
45
|
local_role: consumes
|
|
46
46
|
description: >-
|
|
47
|
-
|
|
47
|
+
Build consumes decision caveats and fallback commands from
|
|
48
48
|
execution_context first. Firm (DL1) entries are constraints and exploratory
|
|
49
49
|
(DL3) entries are uncertain foundations during work selection.
|
|
50
50
|
7:
|
|
@@ -52,7 +52,7 @@ ARTIFACTS:
|
|
|
52
52
|
artifact_id: plan
|
|
53
53
|
local_role: produces_and_consumes
|
|
54
54
|
description: >-
|
|
55
|
-
|
|
55
|
+
Build consumes selected task, acceptance criteria, dependencies,
|
|
56
56
|
constraints, and source contract metadata from CLI execution_context before
|
|
57
57
|
direct plan reads, then updates task status and surprises during execution.
|
|
58
58
|
8:
|
|
@@ -60,7 +60,7 @@ ARTIFACTS:
|
|
|
60
60
|
artifact_id: profile
|
|
61
61
|
local_role: consumes
|
|
62
62
|
description: >-
|
|
63
|
-
|
|
63
|
+
Build consumes status profile summary first. Missing or stale profile state
|
|
64
64
|
is a caveat and does not authorize profile refresh or direct profile reads
|
|
65
65
|
during normal startup.
|
|
66
66
|
9:
|
|
@@ -68,13 +68,13 @@ ARTIFACTS:
|
|
|
68
68
|
artifact_id: docs
|
|
69
69
|
local_role: consumes
|
|
70
70
|
description: >-
|
|
71
|
-
|
|
72
|
-
and included
|
|
71
|
+
Build consumes artifact mappings and docs caveats from execution_context
|
|
72
|
+
and included status docs state before direct docs reads.
|
|
73
73
|
10:
|
|
74
74
|
id: A10
|
|
75
75
|
artifact_id: design
|
|
76
76
|
local_role: consumes
|
|
77
77
|
description: >-
|
|
78
|
-
|
|
78
|
+
Build treats design state missing from execution_context as a caveat or
|
|
79
79
|
fallback-only need, and reads it only when building user-facing features
|
|
80
80
|
after listed CLI fallbacks are exhausted.
|
|
@@ -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 build for autonomous development.
|
|
7
7
|
priority: high
|
|
8
8
|
patterns:
|
|
9
|
-
- "
|
|
10
|
-
- "/
|
|
9
|
+
- "build"
|
|
10
|
+
- "/build"
|
|
11
|
+
confidence_threshold: 60
|
|
12
|
+
borderline_band: 10
|
|
11
13
|
2:
|
|
12
14
|
id: T2
|
|
13
15
|
description: >-
|
|
@@ -19,6 +21,7 @@ TRIGGERS:
|
|
|
19
21
|
- "evolve the project"
|
|
20
22
|
- "develop autonomously"
|
|
21
23
|
- "build the next feature"
|
|
24
|
+
confidence_threshold: 50
|
|
22
25
|
3:
|
|
23
26
|
id: T3
|
|
24
27
|
description: >-
|
|
@@ -29,6 +32,7 @@ TRIGGERS:
|
|
|
29
32
|
- "keep building"
|
|
30
33
|
- "start building"
|
|
31
34
|
- "work on the project"
|
|
35
|
+
confidence_threshold: 50
|
|
32
36
|
4:
|
|
33
37
|
id: T4
|
|
34
38
|
description: >-
|
|
@@ -37,3 +41,9 @@ TRIGGERS:
|
|
|
37
41
|
priority: medium
|
|
38
42
|
patterns:
|
|
39
43
|
- "refine the vision"
|
|
44
|
+
confidence_threshold: 50
|
|
45
|
+
disambiguates_against:
|
|
46
|
+
- capability: vision
|
|
47
|
+
hint: "build implements code after vision work; vision defines direction"
|
|
48
|
+
patterns_regex:
|
|
49
|
+
- "\\brefine\\s+the\\s+vision\\b"
|
|
@@ -14,7 +14,7 @@ VALIDATION:
|
|
|
14
14
|
id: V2
|
|
15
15
|
rule: one_cycle_per_invocation
|
|
16
16
|
description: >-
|
|
17
|
-
|
|
17
|
+
Build executes exactly one cycle per invocation. After logging (Step 9),
|
|
18
18
|
the capability MUST stop. Multiple cycles require separate invocations or
|
|
19
19
|
/loop.
|
|
20
20
|
severity: critical
|
|
@@ -24,7 +24,7 @@ VALIDATION:
|
|
|
24
24
|
id: V3
|
|
25
25
|
rule: no_remote_push
|
|
26
26
|
description: >-
|
|
27
|
-
|
|
27
|
+
Build MUST NEVER push to any remote repository. All commits are local
|
|
28
28
|
only. Remote operations require explicit user instruction outside this
|
|
29
29
|
capability.
|
|
30
30
|
severity: critical
|
|
@@ -43,7 +43,7 @@ VALIDATION:
|
|
|
43
43
|
id: V5
|
|
44
44
|
rule: consecutive_failure_guard
|
|
45
45
|
description: >-
|
|
46
|
-
If the last 3 PROGRESS.md entries all record failed cycles,
|
|
46
|
+
If the last 3 PROGRESS.md entries all record failed cycles, build
|
|
47
47
|
MUST stop and surface the pattern to the user. Do not attempt a 4th
|
|
48
48
|
consecutive cycle on the same failing problem.
|
|
49
49
|
severity: critical
|
|
@@ -64,7 +64,7 @@ VALIDATION:
|
|
|
64
64
|
id: V7
|
|
65
65
|
rule: execution_context_first
|
|
66
66
|
description: >-
|
|
67
|
-
|
|
67
|
+
Build startup SHOULD begin from `agentera prime --context build
|
|
68
68
|
--format json` and consume complete execution_context
|
|
69
69
|
state before direct reads of plan, progress, TODO, docs, health,
|
|
70
70
|
decisions, changelog, vision, profile, or design artifacts.
|
|
@@ -76,7 +76,7 @@ VALIDATION:
|
|
|
76
76
|
id: V8
|
|
77
77
|
rule: fallback_before_raw
|
|
78
78
|
description: >-
|
|
79
|
-
When execution_context is incomplete or caveated,
|
|
79
|
+
When execution_context is incomplete or caveated, Build MUST run listed
|
|
80
80
|
CLI fallback commands before any last-resort raw artifact diagnostic and
|
|
81
81
|
MUST preserve caveats in cycle reporting.
|
|
82
82
|
severity: critical
|
|
@@ -93,12 +93,12 @@ VALIDATION:
|
|
|
93
93
|
severity: critical
|
|
94
94
|
checks:
|
|
95
95
|
- "No protected state mutation during context generation"
|
|
96
|
-
- "No unsupported `agentera
|
|
96
|
+
- "No unsupported `agentera build` or `agentera build` command introduced"
|
|
97
97
|
10:
|
|
98
98
|
id: V10
|
|
99
99
|
rule: satisfaction_authority_boundary
|
|
100
100
|
description: >-
|
|
101
|
-
When
|
|
101
|
+
When Build touches decision satisfaction, it may mark provisional
|
|
102
102
|
satisfaction with evidence but MUST NOT user-confirm satisfaction. Missing,
|
|
103
103
|
compacted, open, provisional, or review-needed satisfaction state remains a
|
|
104
104
|
caveat and review pressure; automation must not reconstruct hidden outcomes
|
|
@@ -5,40 +5,40 @@ ARTIFACTS:
|
|
|
5
5
|
local_role: produces_and_consumes
|
|
6
6
|
description: >-
|
|
7
7
|
Visual identity system with design tokens, typography, colors,
|
|
8
|
-
spacing, constraints, and component contracts.
|
|
8
|
+
spacing, constraints, and component contracts. Design writes and
|
|
9
9
|
reads agent-readable YAML token blocks with HTML comment markers.
|
|
10
10
|
2:
|
|
11
11
|
id: A2
|
|
12
12
|
artifact_id: vision
|
|
13
13
|
local_role: consumes
|
|
14
14
|
description: >-
|
|
15
|
-
|
|
15
|
+
Design reads the Identity section to propose visual tokens
|
|
16
16
|
coherent with the declared verbal personality.
|
|
17
17
|
3:
|
|
18
18
|
id: A3
|
|
19
19
|
artifact_id: progress
|
|
20
20
|
local_role: consumes
|
|
21
21
|
description: >-
|
|
22
|
-
|
|
22
|
+
Design reads this during refine mode to identify UI work and
|
|
23
23
|
inline design decisions since the design system was written.
|
|
24
24
|
4:
|
|
25
25
|
id: A4
|
|
26
26
|
artifact_id: todo
|
|
27
27
|
local_role: produces_and_consumes
|
|
28
28
|
description: >-
|
|
29
|
-
|
|
29
|
+
Design reads this to check for design-related issues and files
|
|
30
30
|
code drift findings here during audit mode.
|
|
31
31
|
5:
|
|
32
32
|
id: A5
|
|
33
33
|
artifact_id: docs
|
|
34
34
|
local_role: consumes
|
|
35
35
|
description: >-
|
|
36
|
-
|
|
36
|
+
Design reads this first to resolve project-local artifact mappings
|
|
37
37
|
before accessing other artifacts.
|
|
38
38
|
6:
|
|
39
39
|
id: A6
|
|
40
40
|
artifact_id: profile
|
|
41
41
|
local_role: consumes
|
|
42
42
|
description: >-
|
|
43
|
-
|
|
43
|
+
Design reads aesthetic preferences from the profile as defaults
|
|
44
44
|
during the create conversation.
|
|
@@ -3,11 +3,15 @@ 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 design.
|
|
7
7
|
priority: high
|
|
8
8
|
patterns:
|
|
9
|
-
- "
|
|
10
|
-
- "/
|
|
9
|
+
- "design"
|
|
10
|
+
- "/design"
|
|
11
|
+
confidence_threshold: 60
|
|
12
|
+
borderline_band: 10
|
|
13
|
+
patterns_regex:
|
|
14
|
+
- "\\b/design\\b"
|
|
11
15
|
2:
|
|
12
16
|
id: T2
|
|
13
17
|
description: >-
|
|
@@ -21,6 +25,7 @@ TRIGGERS:
|
|
|
21
25
|
- "visual identity"
|
|
22
26
|
- "define the aesthetic"
|
|
23
27
|
- "set up design system"
|
|
28
|
+
confidence_threshold: 50
|
|
24
29
|
3:
|
|
25
30
|
id: T3
|
|
26
31
|
description: >-
|
|
@@ -31,3 +36,10 @@ TRIGGERS:
|
|
|
31
36
|
- "audit design"
|
|
32
37
|
- "refine design system"
|
|
33
38
|
- "update DESIGN.md"
|
|
39
|
+
confidence_threshold: 50
|
|
40
|
+
disambiguates_against:
|
|
41
|
+
- capability: audit
|
|
42
|
+
hint: "design here is about visual identity, not codebase auditing"
|
|
43
|
+
patterns_regex:
|
|
44
|
+
- "\\baudit\\s+design\\b"
|
|
45
|
+
- "update\\s+DESIGN\\.md"
|
|
@@ -50,12 +50,12 @@ VALIDATION:
|
|
|
50
50
|
id: V5
|
|
51
51
|
rule: no_code_modification
|
|
52
52
|
description: >-
|
|
53
|
-
|
|
54
|
-
|
|
53
|
+
Design MUST NOT modify code files. It writes DESIGN.md only.
|
|
54
|
+
Build implements the design system in code. The separation
|
|
55
55
|
of declaration and implementation is fundamental.
|
|
56
56
|
severity: critical
|
|
57
57
|
checks:
|
|
58
|
-
- "No code files modified during
|
|
58
|
+
- "No code files modified during design invocation"
|
|
59
59
|
6:
|
|
60
60
|
id: V6
|
|
61
61
|
rule: codebase_exploration_required
|
|
@@ -70,8 +70,8 @@ VALIDATION:
|
|
|
70
70
|
id: V7
|
|
71
71
|
rule: exit_marker_required
|
|
72
72
|
description: >-
|
|
73
|
-
Every
|
|
74
|
-
canonical glyph ◰ (SG11) in the format ◰
|
|
73
|
+
Every design invocation MUST emit an exit marker using the
|
|
74
|
+
canonical glyph ◰ (SG11) in the format ◰ design · <status>
|
|
75
75
|
where status is one of EX1-EX4.
|
|
76
76
|
severity: critical
|
|
77
77
|
checks:
|
|
@@ -4,7 +4,7 @@ ARTIFACTS:
|
|
|
4
4
|
artifact_id: decisions
|
|
5
5
|
local_role: produces_and_consumes
|
|
6
6
|
description: >-
|
|
7
|
-
Reasoning trail with confidence labels.
|
|
7
|
+
Reasoning trail with confidence labels. Discuss reads existing decisions
|
|
8
8
|
through `agentera decisions --format json` and its source_contract to avoid
|
|
9
9
|
re-deliberation, and writes new decision entries with confidence (DL1
|
|
10
10
|
firm, DL2 provisional, DL3 exploratory). Compact older entries by applying
|
|
@@ -15,7 +15,7 @@ ARTIFACTS:
|
|
|
15
15
|
artifact_id: vision
|
|
16
16
|
local_role: produces_and_consumes
|
|
17
17
|
description: >-
|
|
18
|
-
|
|
18
|
+
Discuss may update project direction only with explicit user
|
|
19
19
|
confirmation when a decision feeds into project direction. Read for
|
|
20
20
|
context during deliberation.
|
|
21
21
|
3:
|
|
@@ -23,25 +23,25 @@ ARTIFACTS:
|
|
|
23
23
|
artifact_id: todo
|
|
24
24
|
local_role: produces_and_consumes
|
|
25
25
|
description: >-
|
|
26
|
-
|
|
26
|
+
Discuss may add tech debt items surfaced during deliberation only with
|
|
27
27
|
explicit user confirmation. Severity per protocol SI1-SI4.
|
|
28
28
|
4:
|
|
29
29
|
id: A4
|
|
30
30
|
artifact_id: objective
|
|
31
31
|
local_role: produces_and_consumes
|
|
32
32
|
description: >-
|
|
33
|
-
|
|
33
|
+
Discuss may write optimization decisions only with explicit user
|
|
34
34
|
confirmation when a decision feeds into what to optimize.
|
|
35
35
|
5:
|
|
36
36
|
id: A5
|
|
37
37
|
artifact_id: profile
|
|
38
38
|
local_role: consumes
|
|
39
39
|
description: >-
|
|
40
|
-
|
|
40
|
+
Discuss reads this at session start to acknowledge high-confidence
|
|
41
41
|
entries and avoid re-deliberating settled ground.
|
|
42
42
|
6:
|
|
43
43
|
id: A6
|
|
44
44
|
artifact_id: docs
|
|
45
45
|
local_role: consumes
|
|
46
46
|
description: >-
|
|
47
|
-
|
|
47
|
+
Discuss reads this first to resolve project-local artifact mappings.
|
|
@@ -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 discuss for structured deliberation.
|
|
7
7
|
priority: high
|
|
8
8
|
patterns:
|
|
9
|
-
- "
|
|
10
|
-
- "/
|
|
9
|
+
- "discuss"
|
|
10
|
+
- "/discuss"
|
|
11
|
+
confidence_threshold: 60
|
|
12
|
+
borderline_band: 10
|
|
11
13
|
2:
|
|
12
14
|
id: T2
|
|
13
15
|
description: >-
|
|
@@ -23,6 +25,7 @@ TRIGGERS:
|
|
|
23
25
|
- "what are the tradeoffs"
|
|
24
26
|
- "brainstorm"
|
|
25
27
|
- "rubber duck"
|
|
28
|
+
confidence_threshold: 50
|
|
26
29
|
3:
|
|
27
30
|
id: T3
|
|
28
31
|
description: >-
|
|
@@ -34,6 +37,7 @@ TRIGGERS:
|
|
|
34
37
|
- "I'm torn between"
|
|
35
38
|
- "what's the right approach"
|
|
36
39
|
- "let's reason about"
|
|
40
|
+
confidence_threshold: 50
|
|
37
41
|
4:
|
|
38
42
|
id: T4
|
|
39
43
|
description: >-
|
|
@@ -44,3 +48,7 @@ TRIGGERS:
|
|
|
44
48
|
- "scope this out"
|
|
45
49
|
- "before I build this"
|
|
46
50
|
- "talk me through"
|
|
51
|
+
confidence_threshold: 50
|
|
52
|
+
disambiguates_against:
|
|
53
|
+
- capability: plan
|
|
54
|
+
hint: "discuss explores options before committing; plan structures committed work"
|
|
@@ -3,7 +3,7 @@ VALIDATION:
|
|
|
3
3
|
id: V1
|
|
4
4
|
rule: one_question_per_turn
|
|
5
5
|
description: >-
|
|
6
|
-
|
|
6
|
+
Discuss MUST ask exactly one question per turn. Compound questions
|
|
7
7
|
are not allowed. Every question MUST include a Done option.
|
|
8
8
|
severity: critical
|
|
9
9
|
checks:
|
|
@@ -13,7 +13,7 @@ VALIDATION:
|
|
|
13
13
|
id: V2
|
|
14
14
|
rule: user_approval_for_artifact_writes
|
|
15
15
|
description: >-
|
|
16
|
-
|
|
16
|
+
Discuss MUST NOT modify VISION.md, OBJECTIVE.md, or TODO.md without
|
|
17
17
|
explicit user confirmation. Present drafts and get approval.
|
|
18
18
|
severity: critical
|
|
19
19
|
checks:
|
|
@@ -43,7 +43,7 @@ VALIDATION:
|
|
|
43
43
|
id: V5
|
|
44
44
|
rule: no_implementation
|
|
45
45
|
description: >-
|
|
46
|
-
|
|
46
|
+
Discuss MUST NOT skip to implementation. It deliberates; other
|
|
47
47
|
capabilities build. If the user wants to build, route to the
|
|
48
48
|
appropriate capability.
|
|
49
49
|
severity: critical
|
|
@@ -64,7 +64,7 @@ VALIDATION:
|
|
|
64
64
|
id: V7
|
|
65
65
|
rule: satisfaction_authority_boundary
|
|
66
66
|
description: >-
|
|
67
|
-
When
|
|
67
|
+
When Discuss touches decision satisfaction, it may capture provisional
|
|
68
68
|
satisfaction with evidence but MUST NOT user-confirm satisfaction unless the
|
|
69
69
|
user explicitly confirms it. Missing, compacted, open, provisional, or
|
|
70
70
|
review-needed satisfaction state remains a caveat and review pressure;
|