agentera 3.0.0-dev.1 → 3.0.0-dev.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +40 -6
- package/bundle/.agentera-npx-bundle.json +1 -1
- 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 +15 -14
- 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 +26 -23
- package/bundle/references/cli/app-lifecycle-vocabulary.yaml +4 -4
- package/bundle/references/cli/audience-namespace-cli-migration.yaml +40 -26
- package/bundle/references/cli/bundle-skill-vocabulary.yaml +2 -30
- package/bundle/references/cli/capability-instruction-contract.yaml +98 -57
- package/bundle/references/cli/capability-instruction-structure.md +144 -0
- package/bundle/references/cli/capability-tool-classification.yaml +12 -12
- package/bundle/references/cli/coexistence-probe.yaml +13 -0
- package/bundle/references/cli/parity-expected-actual-template.md +30 -0
- package/bundle/references/cli/routing-execution-vocabulary.yaml +12 -12
- package/bundle/references/cli/routing-model.md +94 -0
- package/bundle/references/cli/single-name-protocol.yaml +42 -0
- package/bundle/references/cli/trigger-schema-enrichment.md +136 -0
- package/bundle/references/cli/update-channels.yaml +43 -7
- package/bundle/references/cli/upgrade-repair-wording.md +45 -0
- package/bundle/references/cli/v3-handoff-manifest.schema.yaml +98 -0
- package/bundle/references/cli/vocabulary-index.yaml +20 -15
- package/bundle/references/cli/vocabulary.md +339 -323
- package/bundle/references/meta/documentation-inventory.md +9 -3
- package/bundle/registry.json +14 -14
- package/bundle/skills/agentera/.claude-plugin/plugin.json +13 -13
- package/bundle/skills/agentera/SKILL.md +99 -413
- package/bundle/skills/agentera/agents/audit.toml +6 -0
- package/bundle/skills/agentera/agents/build.toml +6 -0
- package/bundle/skills/agentera/agents/design.toml +6 -0
- package/bundle/skills/agentera/agents/discuss.toml +6 -0
- package/bundle/skills/agentera/agents/document.toml +6 -0
- package/bundle/skills/agentera/agents/optimize.toml +6 -0
- package/bundle/skills/agentera/agents/orchestrate.toml +6 -0
- package/bundle/skills/agentera/agents/plan.toml +6 -0
- package/bundle/skills/agentera/agents/profile.toml +6 -0
- package/bundle/skills/agentera/agents/research.toml +6 -0
- package/bundle/skills/agentera/agents/status.toml +6 -0
- package/bundle/skills/agentera/agents/vision.toml +6 -0
- package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/artifacts.yaml +10 -10
- package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/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 +36 -23
- 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 +12 -8
- package/bundle/skills/agentera/capabilities/{hej → status}/schemas/validation.yaml +5 -5
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/artifacts.yaml +8 -8
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/triggers.yaml +17 -3
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/validation.yaml +14 -16
- package/bundle/skills/agentera/capability_schema_contract.yaml +201 -38
- package/bundle/skills/agentera/protocol.yaml +29 -29
- package/bundle/skills/agentera/references/contract.md +329 -320
- package/bundle/skills/agentera/schemas/artifacts/changelog.yaml +4 -4
- package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +10 -10
- package/bundle/skills/agentera/schemas/artifacts/design.yaml +4 -4
- package/bundle/skills/agentera/schemas/artifacts/docs.yaml +8 -7
- package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +5 -5
- package/bundle/skills/agentera/schemas/artifacts/health.yaml +5 -5
- package/bundle/skills/agentera/schemas/artifacts/objective.yaml +4 -4
- package/bundle/skills/agentera/schemas/artifacts/plan.yaml +5 -5
- package/bundle/skills/agentera/schemas/artifacts/progress.yaml +20 -41
- package/bundle/skills/agentera/schemas/artifacts/todo.yaml +43 -24
- package/bundle/skills/agentera/schemas/artifacts/vision.yaml +3 -3
- package/dist/analytics/extractCorpus/cli.js +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 +42 -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 +38 -0
- package/dist/capabilities/index.js.map +1 -0
- 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/profile/instructions.js +6 -0
- package/dist/capabilities/profile/instructions.js.map +1 -0
- package/dist/capabilities/research/instructions.js +6 -0
- package/dist/capabilities/research/instructions.js.map +1 -0
- package/dist/capabilities/status/instructions.js +5 -0
- package/dist/capabilities/status/instructions.js.map +1 -0
- package/dist/capabilities/vision/instructions.js +9 -0
- package/dist/capabilities/vision/instructions.js.map +1 -0
- package/dist/cli/appContext.js +16 -17
- package/dist/cli/appContext.js.map +1 -1
- package/dist/cli/capabilityContext/benchmark.js +564 -0
- package/dist/cli/capabilityContext/benchmark.js.map +1 -0
- package/dist/cli/capabilityContext/bespoke.js +36 -0
- package/dist/cli/capabilityContext/bespoke.js.map +1 -0
- package/dist/cli/capabilityContext/build.js +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/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 -2420
- package/dist/cli/capabilityContext.js.map +1 -1
- package/dist/cli/commands/appHome.js +23 -0
- package/dist/cli/commands/appHome.js.map +1 -0
- package/dist/cli/commands/capability.js +3 -10
- package/dist/cli/commands/capability.js.map +1 -1
- package/dist/cli/commands/compact.js +1 -1
- package/dist/cli/commands/compact.js.map +1 -1
- package/dist/cli/commands/doctor.js +53 -95
- 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 +185 -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/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 -486
- 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 +32 -11
- 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/upgrade.js +63 -1
- package/dist/cli/commands/upgrade.js.map +1 -1
- package/dist/cli/commands/upgradeVerify.js +81 -0
- package/dist/cli/commands/upgradeVerify.js.map +1 -0
- package/dist/cli/commands/validate.js +56 -96
- package/dist/cli/commands/validate.js.map +1 -1
- package/dist/cli/commands/verify.js +7 -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 +603 -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 -957
- package/dist/cli/dispatch.js.map +1 -1
- package/dist/cli/errors.js +53 -0
- package/dist/cli/errors.js.map +1 -0
- package/dist/cli/help.js +236 -0
- package/dist/cli/help.js.map +1 -0
- package/dist/cli/orientation/attention.js +65 -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 +138 -84
- 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 +16 -2
- package/dist/cli/stateQuery.js.map +1 -1
- package/dist/cli/todoMarkdown.js +33 -0
- package/dist/cli/todoMarkdown.js.map +1 -0
- package/dist/cli/todoSeverity.js +19 -0
- package/dist/cli/todoSeverity.js.map +1 -0
- package/dist/core/envPaths.js +21 -0
- package/dist/core/envPaths.js.map +1 -0
- package/dist/core/jsonValue.js +6 -0
- package/dist/core/jsonValue.js.map +1 -0
- package/dist/core/pyjson.js +67 -2
- package/dist/core/pyjson.js.map +1 -1
- package/dist/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 -25
- 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/types.js +6 -0
- package/dist/hooks/compaction/types.js.map +1 -0
- package/dist/hooks/cursorPreToolUse.js +1 -1
- package/dist/hooks/cursorPreToolUse.js.map +1 -1
- package/dist/hooks/cursorSessionStart.js +10 -2
- package/dist/hooks/cursorSessionStart.js.map +1 -1
- package/dist/hooks/sessionStart.js +18 -11
- package/dist/hooks/sessionStart.js.map +1 -1
- package/dist/hooks/sessionStop.js +6 -12
- package/dist/hooks/sessionStop.js.map +1 -1
- package/dist/hooks/validateArtifact/agentFacing.js +10 -0
- package/dist/hooks/validateArtifact/agentFacing.js.map +1 -0
- package/dist/hooks/validateArtifact/index.js +151 -0
- package/dist/hooks/validateArtifact/index.js.map +1 -0
- package/dist/hooks/validateArtifact/markdown.js +146 -0
- package/dist/hooks/validateArtifact/markdown.js.map +1 -0
- package/dist/hooks/validateArtifact/runtime.js +86 -0
- package/dist/hooks/validateArtifact/runtime.js.map +1 -0
- package/dist/hooks/validateArtifact/schema.js +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/migrate/v2HandoffManifest.js +451 -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 +156 -12
- package/dist/registries/capabilityContract.js.map +1 -1
- package/dist/registries/evaluatorHandoffContract.js +171 -0
- package/dist/registries/evaluatorHandoffContract.js.map +1 -0
- package/dist/registries/packageRegistry.js +4 -3
- package/dist/registries/packageRegistry.js.map +1 -1
- package/dist/registries/runtimeAdapterRegistry.js +5 -5
- 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/setup/codex/agents.js +96 -0
- package/dist/setup/codex/agents.js.map +1 -0
- package/dist/setup/codex/cli.js +161 -0
- package/dist/setup/codex/cli.js.map +1 -0
- package/dist/setup/codex/configToml.js +639 -0
- package/dist/setup/codex/configToml.js.map +1 -0
- package/dist/setup/codex/constants.js +29 -0
- package/dist/setup/codex/constants.js.map +1 -0
- package/dist/setup/codex/installRoot.js +64 -0
- package/dist/setup/codex/installRoot.js.map +1 -0
- package/dist/setup/codex/state.js +270 -0
- package/dist/setup/codex/state.js.map +1 -0
- package/dist/setup/codex.js +11 -1055
- package/dist/setup/codex.js.map +1 -1
- package/dist/setup/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 +296 -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 +301 -0
- package/dist/setup/doctor/opencode.js.map +1 -0
- package/dist/setup/doctor/report.js +425 -0
- package/dist/setup/doctor/report.js.map +1 -0
- package/dist/setup/doctor.js +9 -1275
- package/dist/setup/doctor.js.map +1 -1
- package/dist/setup/opencode.js +13 -0
- package/dist/setup/opencode.js.map +1 -0
- package/dist/setup/opencodeConstants.js +2 -0
- package/dist/setup/opencodeConstants.js.map +1 -0
- package/dist/setup/smokeChecks.js +111 -0
- package/dist/setup/smokeChecks.js.map +1 -0
- package/dist/state/installRoot.js +64 -24
- package/dist/state/installRoot.js.map +1 -1
- package/dist/state/startupAnalysis/benchmark.js +371 -0
- package/dist/state/startupAnalysis/benchmark.js.map +1 -0
- package/dist/state/startupAnalysis/contract.js +126 -0
- package/dist/state/startupAnalysis/contract.js.map +1 -0
- package/dist/state/startupAnalysis/helpers.js +287 -0
- package/dist/state/startupAnalysis/helpers.js.map +1 -0
- package/dist/state/startupAnalysis/index.js +7 -0
- package/dist/state/startupAnalysis/index.js.map +1 -0
- package/dist/state/startupAnalysis/metrics.js +341 -0
- package/dist/state/startupAnalysis/metrics.js.map +1 -0
- package/dist/state/startupAnalysis/records.js +199 -0
- package/dist/state/startupAnalysis/records.js.map +1 -0
- package/dist/state/startupAnalysis/report.js +112 -0
- package/dist/state/startupAnalysis/report.js.map +1 -0
- package/dist/state/startupAnalysis/threshold.js +500 -0
- package/dist/state/startupAnalysis/threshold.js.map +1 -0
- package/dist/state/startupAnalysis.js +2 -1952
- package/dist/state/startupAnalysis.js.map +1 -1
- package/dist/upgrade/appContentRefresh.js +367 -0
- package/dist/upgrade/appContentRefresh.js.map +1 -0
- package/dist/upgrade/appModel.js +11 -6
- package/dist/upgrade/appModel.js.map +1 -1
- package/dist/upgrade/atomicWriter.js +23 -0
- package/dist/upgrade/atomicWriter.js.map +1 -0
- package/dist/upgrade/bundleEvidence.js +34 -0
- package/dist/upgrade/bundleEvidence.js.map +1 -0
- package/dist/upgrade/channels.js +30 -8
- package/dist/upgrade/channels.js.map +1 -1
- package/dist/upgrade/coexistenceProbe.js +105 -0
- package/dist/upgrade/coexistenceProbe.js.map +1 -0
- package/dist/upgrade/compatibility.js +14 -16
- package/dist/upgrade/compatibility.js.map +1 -1
- package/dist/upgrade/doctor.js +187 -189
- package/dist/upgrade/doctor.js.map +1 -1
- package/dist/upgrade/doctorClassifier.js +188 -0
- package/dist/upgrade/doctorClassifier.js.map +1 -0
- package/dist/upgrade/installedHooksRetirement.js +190 -0
- package/dist/upgrade/installedHooksRetirement.js.map +1 -0
- package/dist/upgrade/legacyAgentCleanup.js +183 -0
- package/dist/upgrade/legacyAgentCleanup.js.map +1 -0
- package/dist/upgrade/migrateArtifactsV1ToV2.js +568 -0
- package/dist/upgrade/migrateArtifactsV1ToV2.js.map +1 -0
- package/dist/upgrade/migrateArtifactsV2ToV3.js +103 -134
- package/dist/upgrade/migrateArtifactsV2ToV3.js.map +1 -1
- package/dist/upgrade/nextMajorDoctor.js +156 -0
- package/dist/upgrade/nextMajorDoctor.js.map +1 -0
- package/dist/upgrade/npxPlatformStatus.js +23 -0
- package/dist/upgrade/npxPlatformStatus.js.map +1 -0
- package/dist/upgrade/projectIntegration.js +233 -0
- package/dist/upgrade/projectIntegration.js.map +1 -0
- package/dist/upgrade/projectIntegrationDecision.js +42 -0
- package/dist/upgrade/projectIntegrationDecision.js.map +1 -0
- package/dist/upgrade/runtimeMigration.js +340 -80
- package/dist/upgrade/runtimeMigration.js.map +1 -1
- package/dist/upgrade/upgradeCommands.js +6 -2
- package/dist/upgrade/upgradeCommands.js.map +1 -1
- package/dist/upgrade/upgradeLock.js +54 -0
- package/dist/upgrade/upgradeLock.js.map +1 -0
- package/dist/upgrade/upgradeOrchestrator.js +24 -41
- package/dist/upgrade/upgradeOrchestrator.js.map +1 -1
- package/dist/upgrade/upgradeSnapshot.js +93 -0
- package/dist/upgrade/upgradeSnapshot.js.map +1 -0
- package/dist/upgrade/v3CapabilitySurface.js +15 -0
- package/dist/upgrade/v3CapabilitySurface.js.map +1 -0
- package/dist/upgrade/versionResolution.js +12 -4
- package/dist/upgrade/versionResolution.js.map +1 -1
- package/dist/validate/appHomeContract.js +4 -4
- package/dist/validate/appHomeContract.js.map +1 -1
- package/dist/validate/capability.js +135 -14
- package/dist/validate/capability.js.map +1 -1
- package/dist/validate/crossCapability.js +1 -1
- package/dist/validate/crossCapability.js.map +1 -1
- package/dist/validate/lifecycleAdapters/legacyPythonParity.js +93 -0
- package/dist/validate/lifecycleAdapters/legacyPythonParity.js.map +1 -0
- package/dist/validate/lifecycleAdapters/nodeFormChecks.js +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 +30 -27
- 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/optimera.toml +0 -6
- package/bundle/skills/agentera/agents/orkestrera.toml +0 -6
- package/bundle/skills/agentera/agents/planera.toml +0 -6
- package/bundle/skills/agentera/agents/profilera.toml +0 -6
- package/bundle/skills/agentera/agents/realisera.toml +0 -6
- package/bundle/skills/agentera/agents/resonera.toml +0 -6
- package/bundle/skills/agentera/agents/visionera.toml +0 -6
- package/bundle/skills/agentera/agents/visualisera.toml +0 -6
- package/bundle/skills/agentera/capabilities/dokumentera/instructions.md +0 -428
- package/bundle/skills/agentera/capabilities/hej/instructions.md +0 -331
- package/bundle/skills/agentera/capabilities/inspektera/instructions.md +0 -514
- package/bundle/skills/agentera/capabilities/inspirera/instructions.md +0 -280
- package/bundle/skills/agentera/capabilities/optimera/instructions.md +0 -437
- package/bundle/skills/agentera/capabilities/orkestrera/instructions.md +0 -433
- package/bundle/skills/agentera/capabilities/planera/instructions.md +0 -368
- package/bundle/skills/agentera/capabilities/profilera/instructions.md +0 -419
- package/bundle/skills/agentera/capabilities/realisera/instructions.md +0 -403
- package/bundle/skills/agentera/capabilities/resonera/instructions.md +0 -329
- package/bundle/skills/agentera/capabilities/visionera/instructions.md +0 -309
- package/bundle/skills/agentera/capabilities/visualisera/instructions.md +0 -400
- package/bundle/skills/hej/.claude-plugin/plugin.json +0 -6
- package/bundle/skills/hej/SKILL.md +0 -69
- package/bundle/skills/hej/agents/hej.toml +0 -11
- package/bundle/skills/hej/agents/openai.yaml +0 -8
- package/dist/cli/commands/backfill.js +0 -84
- package/dist/cli/commands/backfill.js.map +0 -1
- package/dist/cli/commands/state.js +0 -1012
- package/dist/cli/commands/state.js.map +0 -1
- package/dist/core/git.js +0 -43
- package/dist/core/git.js.map +0 -1
- package/dist/hooks/compaction.js +0 -935
- package/dist/hooks/compaction.js.map +0 -1
- package/dist/hooks/validateArtifact.js +0 -933
- package/dist/hooks/validateArtifact.js.map +0 -1
- package/dist/state/progressCommit.js +0 -289
- package/dist/state/progressCommit.js.map +0 -1
- /package/bundle/skills/agentera/capabilities/{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
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Changelog Artifact Schema
|
|
2
2
|
#
|
|
3
|
-
# Release history maintained by
|
|
3
|
+
# Release history maintained by build. Tracks versioned releases with
|
|
4
4
|
# categorized changes (Added, Changed, Fixed, Removed).
|
|
5
5
|
#
|
|
6
6
|
# Note: CHANGELOG.md is a human-facing Markdown artifact. It remains at the
|
|
@@ -11,12 +11,12 @@ meta:
|
|
|
11
11
|
name: changelog
|
|
12
12
|
version: "1.0.0"
|
|
13
13
|
description: >-
|
|
14
|
-
Release history. Produced by
|
|
14
|
+
Release history. Produced by build. Consumed by users and agents
|
|
15
15
|
for version context. Human-facing: remains Markdown at project root.
|
|
16
16
|
artifact_type: human_facing
|
|
17
17
|
path: "CHANGELOG.md"
|
|
18
|
-
producer:
|
|
19
|
-
consumers: [
|
|
18
|
+
producer: build
|
|
19
|
+
consumers: [status, all_skills]
|
|
20
20
|
format: markdown
|
|
21
21
|
|
|
22
22
|
GROUP_PREFIXES:
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Decisions Artifact Schema
|
|
2
2
|
#
|
|
3
|
-
# Reasoning trail maintained by
|
|
4
|
-
# one entry. Decisions are referenced by
|
|
3
|
+
# Reasoning trail maintained by discuss. Each deliberation session appends
|
|
4
|
+
# one entry. Decisions are referenced by build, optimize, and profile
|
|
5
5
|
# for context on why choices were made.
|
|
6
6
|
#
|
|
7
7
|
# Structural pattern: UPPER_CASE groups with numbered entries and stable IDs,
|
|
@@ -32,14 +32,14 @@ meta:
|
|
|
32
32
|
name: decisions
|
|
33
33
|
version: "1.0.0"
|
|
34
34
|
description: >-
|
|
35
|
-
Reasoning trail maintained by
|
|
36
|
-
appends one entry. Decisions are referenced by
|
|
37
|
-
|
|
38
|
-
and
|
|
35
|
+
Reasoning trail maintained by discuss. Each deliberation session
|
|
36
|
+
appends one entry. Decisions are referenced by build, optimize,
|
|
37
|
+
profile, plan, audit, status, document, vision, discuss,
|
|
38
|
+
and orchestrate for context on why choices were made.
|
|
39
39
|
artifact_type: agent_facing
|
|
40
40
|
path: ".agentera/decisions.yaml"
|
|
41
|
-
producer:
|
|
42
|
-
consumers: [
|
|
41
|
+
producer: discuss
|
|
42
|
+
consumers: [document, status, audit, optimize, orchestrate, plan, profile, build, discuss, vision]
|
|
43
43
|
format: yaml
|
|
44
44
|
|
|
45
45
|
GROUP_PREFIXES:
|
|
@@ -55,7 +55,7 @@ BUDGET:
|
|
|
55
55
|
1:
|
|
56
56
|
id: DB1
|
|
57
57
|
scope: per_decision_entry
|
|
58
|
-
max_words:
|
|
58
|
+
max_words: 1000
|
|
59
59
|
description: >-
|
|
60
60
|
Maximum words per decision entry. Budgets are guidelines, not hard
|
|
61
61
|
blockers.
|
|
@@ -103,7 +103,7 @@ COMPACTION:
|
|
|
103
103
|
Decisions older than 50 are dropped entirely.
|
|
104
104
|
5:
|
|
105
105
|
id: DX5
|
|
106
|
-
trigger: "When
|
|
106
|
+
trigger: "When discuss writes a new decision"
|
|
107
107
|
description: >-
|
|
108
108
|
Compaction runs when the producing skill writes a new entry.
|
|
109
109
|
If >10 full-detail entries exist, collapse the oldest to one-line.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Design Artifact Schema
|
|
2
2
|
#
|
|
3
|
-
# Visual identity system maintained by
|
|
3
|
+
# Visual identity system maintained by design. Defines design tokens,
|
|
4
4
|
# palette, typography, spacing, and component styling rules.
|
|
5
5
|
#
|
|
6
6
|
# Note: DESIGN.md is a human-facing Markdown artifact. It remains at the
|
|
@@ -11,12 +11,12 @@ meta:
|
|
|
11
11
|
name: design
|
|
12
12
|
version: "1.0.0"
|
|
13
13
|
description: >-
|
|
14
|
-
Visual identity system. Produced by
|
|
14
|
+
Visual identity system. Produced by design. Consumed by capabilities
|
|
15
15
|
that need visual identity context. Human-facing: remains Markdown at root.
|
|
16
16
|
artifact_type: human_facing
|
|
17
17
|
path: "DESIGN.md"
|
|
18
|
-
producer:
|
|
19
|
-
consumers: [
|
|
18
|
+
producer: design
|
|
19
|
+
consumers: [document, status, audit, build, vision, design]
|
|
20
20
|
format: markdown
|
|
21
21
|
|
|
22
22
|
GROUP_PREFIXES:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Docs Artifact Schema
|
|
2
2
|
#
|
|
3
|
-
# Documentation contract maintained by
|
|
3
|
+
# Documentation contract maintained by document. Tracks project doc
|
|
4
4
|
# conventions, artifact path overrides, document index with status, coverage
|
|
5
5
|
# metrics, and timestamped audit findings.
|
|
6
6
|
#
|
|
@@ -47,11 +47,11 @@ meta:
|
|
|
47
47
|
name: docs
|
|
48
48
|
version: "1.0.0"
|
|
49
49
|
description: >-
|
|
50
|
-
Documentation contract. Produced by
|
|
50
|
+
Documentation contract. Produced by document. Consumed by all skills
|
|
51
51
|
for artifact path resolution and doc status tracking.
|
|
52
52
|
artifact_type: agent_facing
|
|
53
53
|
path: ".agentera/docs.yaml"
|
|
54
|
-
producer:
|
|
54
|
+
producer: document
|
|
55
55
|
consumers: [all_skills]
|
|
56
56
|
format: yaml
|
|
57
57
|
|
|
@@ -123,7 +123,7 @@ CONVENTIONS:
|
|
|
123
123
|
required: true
|
|
124
124
|
description: >-
|
|
125
125
|
Files whose content changes indicate a version bump is needed.
|
|
126
|
-
Tracked by
|
|
126
|
+
Tracked by plan, audit, and build for bump discipline.
|
|
127
127
|
validation:
|
|
128
128
|
- "At least one entry required"
|
|
129
129
|
5:
|
|
@@ -177,8 +177,9 @@ MAPPING:
|
|
|
177
177
|
required: true
|
|
178
178
|
description: >-
|
|
179
179
|
File path for this artifact. May be absolute or relative.
|
|
180
|
-
Environment variable references (e.g., $
|
|
181
|
-
are resolved at read
|
|
180
|
+
Environment variable references (e.g., $AGENTERA_PROFILE_DIR or
|
|
181
|
+
the deprecated $PROFILERA_PROFILE_DIR alias) are resolved at read
|
|
182
|
+
time with AGENTERA_PROFILE_DIR taking precedence.
|
|
182
183
|
validation:
|
|
183
184
|
- "Non-empty string"
|
|
184
185
|
4:
|
|
@@ -288,7 +289,7 @@ AUDIT_LOG:
|
|
|
288
289
|
type: map
|
|
289
290
|
required: false
|
|
290
291
|
description: >-
|
|
291
|
-
Each audit log entry. Timestamped findings from
|
|
292
|
+
Each audit log entry. Timestamped findings from document audits.
|
|
292
293
|
Appended when an audit is performed.
|
|
293
294
|
2:
|
|
294
295
|
id: DA2
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Experiments Artifact Schema
|
|
2
2
|
#
|
|
3
|
-
# Experiment log maintained by
|
|
3
|
+
# Experiment log maintained by optimize. Each experiment records hypothesis,
|
|
4
4
|
# method, metric results, kept/discarded status, and conclusions. Lives
|
|
5
5
|
# alongside OBJECTIVE.md in .agentera/optimera/<name>/.
|
|
6
6
|
#
|
|
@@ -40,12 +40,12 @@ meta:
|
|
|
40
40
|
name: experiments
|
|
41
41
|
version: "1.0.0"
|
|
42
42
|
description: >-
|
|
43
|
-
Experiment log for
|
|
43
|
+
Experiment log for optimize objectives. Produced and consumed by optimize.
|
|
44
44
|
Lives in .agentera/optimera/<name>/ alongside the objective.
|
|
45
45
|
artifact_type: agent_facing
|
|
46
46
|
path: ".agentera/optimera/<name>/experiments.yaml"
|
|
47
|
-
producer:
|
|
48
|
-
consumers: [
|
|
47
|
+
producer: optimize
|
|
48
|
+
consumers: [status, optimize]
|
|
49
49
|
format: yaml
|
|
50
50
|
|
|
51
51
|
GROUP_PREFIXES:
|
|
@@ -108,7 +108,7 @@ COMPACTION:
|
|
|
108
108
|
Experiments older than 50 are dropped entirely.
|
|
109
109
|
5:
|
|
110
110
|
id: EX_CMP5
|
|
111
|
-
trigger: "When
|
|
111
|
+
trigger: "When optimize writes a new experiment"
|
|
112
112
|
description: >-
|
|
113
113
|
Compaction runs when the producing skill writes a new entry.
|
|
114
114
|
If >10 full-detail entries exist, collapse the oldest to one-line.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Health Artifact Schema
|
|
2
2
|
#
|
|
3
|
-
# Audit log maintained by
|
|
3
|
+
# Audit log maintained by audit. Each audit entry records assessed
|
|
4
4
|
# dimensions, findings (critical/warning/info counts), overall trajectory,
|
|
5
5
|
# per-dimension grades (A-F), per-dimension findings with confidence, and
|
|
6
6
|
# trend analysis against the prior audit.
|
|
@@ -49,12 +49,12 @@ meta:
|
|
|
49
49
|
name: health
|
|
50
50
|
version: "1.0.0"
|
|
51
51
|
description: >-
|
|
52
|
-
Audit log maintained by
|
|
52
|
+
Audit log maintained by audit. Consumed by capabilities that need
|
|
53
53
|
codebase health context.
|
|
54
54
|
artifact_type: agent_facing
|
|
55
55
|
path: ".agentera/health.yaml"
|
|
56
|
-
producer:
|
|
57
|
-
consumers: [
|
|
56
|
+
producer: audit
|
|
57
|
+
consumers: [document, status, audit, orchestrate, plan, build, vision]
|
|
58
58
|
format: yaml
|
|
59
59
|
|
|
60
60
|
GROUP_PREFIXES:
|
|
@@ -119,7 +119,7 @@ COMPACTION:
|
|
|
119
119
|
Audits older than 50 are dropped entirely.
|
|
120
120
|
5:
|
|
121
121
|
id: HX5
|
|
122
|
-
trigger: "When
|
|
122
|
+
trigger: "When audit writes a new audit"
|
|
123
123
|
description: >-
|
|
124
124
|
Compaction runs when the producing skill writes a new entry.
|
|
125
125
|
If >10 full-detail entries exist, collapse the oldest to one-line.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Objective Artifact Schema
|
|
2
2
|
#
|
|
3
|
-
# Optimization objective maintained by
|
|
3
|
+
# Optimization objective maintained by optimize. Each objective lives in its
|
|
4
4
|
# own subdirectory under .agentera/optimera/<name>/ and captures the metric,
|
|
5
5
|
# target, baseline, constraints, measurement method, gates, and scope.
|
|
6
6
|
#
|
|
@@ -47,12 +47,12 @@ meta:
|
|
|
47
47
|
name: objective
|
|
48
48
|
version: "1.0.0"
|
|
49
49
|
description: >-
|
|
50
|
-
Optimization objective. Produced by
|
|
50
|
+
Optimization objective. Produced by optimize and discuss. Each objective
|
|
51
51
|
lives in its own subdirectory under .agentera/optimera/<name>/.
|
|
52
52
|
artifact_type: agent_facing
|
|
53
53
|
path: ".agentera/optimera/<name>/objective.yaml"
|
|
54
|
-
producer: [
|
|
55
|
-
consumers: [
|
|
54
|
+
producer: [optimize, discuss]
|
|
55
|
+
consumers: [status, optimize, discuss]
|
|
56
56
|
format: yaml
|
|
57
57
|
|
|
58
58
|
GROUP_PREFIXES:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Plan Artifact Schema
|
|
2
2
|
#
|
|
3
|
-
# Active work plan maintained by
|
|
3
|
+
# Active work plan maintained by plan. Each plan captures what will be built,
|
|
4
4
|
# why, constraints, scope boundaries, design approach, tasks with dependencies
|
|
5
5
|
# and acceptance criteria, overall acceptance, and surprises.
|
|
6
6
|
#
|
|
@@ -41,12 +41,12 @@ meta:
|
|
|
41
41
|
name: plan
|
|
42
42
|
version: "1.0.0"
|
|
43
43
|
description: >-
|
|
44
|
-
Active work plan. Produced by
|
|
44
|
+
Active work plan. Produced by plan and updated by plan executors.
|
|
45
45
|
Consumed by capabilities that inspect or execute plan state.
|
|
46
46
|
artifact_type: agent_facing
|
|
47
47
|
path: ".agentera/plan.yaml"
|
|
48
|
-
producer: [
|
|
49
|
-
consumers: [
|
|
48
|
+
producer: [orchestrate, plan, build]
|
|
49
|
+
consumers: [status, audit, orchestrate, plan, build]
|
|
50
50
|
format: yaml
|
|
51
51
|
|
|
52
52
|
GROUP_PREFIXES:
|
|
@@ -191,7 +191,7 @@ PLAN:
|
|
|
191
191
|
required: false
|
|
192
192
|
description: >-
|
|
193
193
|
Runtime surprises discovered during plan execution. Populated
|
|
194
|
-
by
|
|
194
|
+
by build when reality diverges from plan. Default: empty.
|
|
195
195
|
7:
|
|
196
196
|
id: PL22
|
|
197
197
|
field: previous_plan_archived
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Progress Artifact Schema
|
|
2
2
|
#
|
|
3
|
-
# Cycle-by-cycle operational log for
|
|
4
|
-
# in one development cycle: phase, work done,
|
|
3
|
+
# Cycle-by-cycle operational log for build. Each entry records what happened
|
|
4
|
+
# in one development cycle: phase, work done, discoveries, verification,
|
|
5
5
|
# next steps, and context envelope.
|
|
6
6
|
#
|
|
7
7
|
# Structural pattern: UPPER_CASE groups with numbered entries and stable IDs,
|
|
@@ -16,12 +16,11 @@
|
|
|
16
16
|
# (type-prefix from heading) CYCLE.type PR3
|
|
17
17
|
# **Phase**: <phase> CYCLE.phase PR4
|
|
18
18
|
# **What**: <text> CYCLE.what PR5
|
|
19
|
-
# **
|
|
20
|
-
# **
|
|
21
|
-
# **
|
|
22
|
-
# **
|
|
23
|
-
# **
|
|
24
|
-
# **Context**: <text> CYCLE.context PR11
|
|
19
|
+
# **Inspiration**: <text> CYCLE.inspiration PR6
|
|
20
|
+
# **Discovered**: <text> CYCLE.discovered PR7
|
|
21
|
+
# **Verified**: <text> CYCLE.verified PR8
|
|
22
|
+
# **Next**: <text> CYCLE.next PR9
|
|
23
|
+
# **Context**: <text> CYCLE.context PR10
|
|
25
24
|
# (intent from Context) CONTEXT.intent PT1
|
|
26
25
|
# (constraints from Context) CONTEXT.constraints PT2
|
|
27
26
|
# (unknowns from Context) CONTEXT.unknowns PT3
|
|
@@ -37,12 +36,12 @@ meta:
|
|
|
37
36
|
name: progress
|
|
38
37
|
version: "1.0.0"
|
|
39
38
|
description: >-
|
|
40
|
-
Cycle-by-cycle operational log. Produced by
|
|
39
|
+
Cycle-by-cycle operational log. Produced by build. Consumed by
|
|
41
40
|
capabilities that need recent work history and verification evidence.
|
|
42
41
|
artifact_type: agent_facing
|
|
43
42
|
path: ".agentera/progress.yaml"
|
|
44
|
-
producer:
|
|
45
|
-
consumers: [
|
|
43
|
+
producer: build
|
|
44
|
+
consumers: [document, status, audit, optimize, orchestrate, plan, build, vision, design]
|
|
46
45
|
format: yaml
|
|
47
46
|
|
|
48
47
|
GROUP_PREFIXES:
|
|
@@ -105,7 +104,7 @@ COMPACTION:
|
|
|
105
104
|
Cycles older than 50 are dropped entirely.
|
|
106
105
|
5:
|
|
107
106
|
id: PX5
|
|
108
|
-
trigger: "When
|
|
107
|
+
trigger: "When build writes a new cycle entry"
|
|
109
108
|
description: >-
|
|
110
109
|
Compaction runs when the producing skill writes a new entry.
|
|
111
110
|
If >10 full-detail entries exist, collapse the oldest to one-line.
|
|
@@ -172,57 +171,38 @@ CYCLE:
|
|
|
172
171
|
- "Non-empty string"
|
|
173
172
|
6:
|
|
174
173
|
id: PR6
|
|
175
|
-
field: commit
|
|
176
|
-
type: string
|
|
177
|
-
required: true
|
|
178
|
-
description: >-
|
|
179
|
-
Git commit that contains the product change for this cycle—not the commit
|
|
180
|
-
that last edited progress metadata. Use `pending` until that hash is known;
|
|
181
|
-
then the product commit hash, optionally with subject (e.g.
|
|
182
|
-
`abc1234 Speed up pytest suite`). Use `N/A: …` when no product commit was
|
|
183
|
-
made.
|
|
184
|
-
validation:
|
|
185
|
-
- "Non-empty string"
|
|
186
|
-
- "Use `pending` until the product-change commit hash is known; do not amend solely to backfill this field"
|
|
187
|
-
- >-
|
|
188
|
-
Hashes that do not resolve as commit objects in the local clone (another
|
|
189
|
-
machine's copy, shallow CI checkout, or not yet fetched) are intentionally
|
|
190
|
-
not flagged by progress validation or `agentera check backfill`; reconcile
|
|
191
|
-
with a full clone or forward-fill once the product commit exists locally
|
|
192
|
-
7:
|
|
193
|
-
id: PR7
|
|
194
174
|
field: inspiration
|
|
195
175
|
type: string
|
|
196
176
|
required: false
|
|
197
177
|
description: >-
|
|
198
178
|
What prompted this cycle. References to active plan tasks,
|
|
199
179
|
decisions, or conventions that drove the work.
|
|
200
|
-
|
|
201
|
-
id:
|
|
180
|
+
7:
|
|
181
|
+
id: PR7
|
|
202
182
|
field: discovered
|
|
203
183
|
type: string
|
|
204
184
|
required: false
|
|
205
185
|
description: >-
|
|
206
186
|
Unexpected findings during the cycle. Things learned that were
|
|
207
187
|
not known before starting.
|
|
208
|
-
|
|
209
|
-
id:
|
|
188
|
+
8:
|
|
189
|
+
id: PR8
|
|
210
190
|
field: verified
|
|
211
191
|
type: string
|
|
212
192
|
required: false
|
|
213
193
|
description: >-
|
|
214
194
|
Evidence that the work was verified. Test commands run, validation
|
|
215
195
|
passed, manual checks performed.
|
|
216
|
-
|
|
217
|
-
id:
|
|
196
|
+
9:
|
|
197
|
+
id: PR9
|
|
218
198
|
field: next
|
|
219
199
|
type: string
|
|
220
200
|
required: false
|
|
221
201
|
description: >-
|
|
222
202
|
What should happen next. Guidance for subsequent cycles.
|
|
223
203
|
Explicit about scope boundaries to prevent scope creep.
|
|
224
|
-
|
|
225
|
-
id:
|
|
204
|
+
10:
|
|
205
|
+
id: PR10
|
|
226
206
|
field: context
|
|
227
207
|
type: map
|
|
228
208
|
required: true
|
|
@@ -293,14 +273,13 @@ VALIDATION:
|
|
|
293
273
|
severity: error
|
|
294
274
|
description: >-
|
|
295
275
|
Each full-detail cycle entry must have: number, timestamp, type,
|
|
296
|
-
phase, what,
|
|
276
|
+
phase, what, and context (with intent).
|
|
297
277
|
checks:
|
|
298
278
|
- "number is present and is a positive integer"
|
|
299
279
|
- "timestamp is present and matches YYYY-MM-DD HH:MM"
|
|
300
280
|
- "type is present and is a valid commit prefix"
|
|
301
281
|
- "phase is present and is a valid phase name"
|
|
302
282
|
- "what is present and non-empty"
|
|
303
|
-
- "commit is present"
|
|
304
283
|
- "context is present with intent sub-field"
|
|
305
284
|
3:
|
|
306
285
|
id: PV3
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Todo Artifact Schema
|
|
2
2
|
#
|
|
3
|
-
# Open issues and tasks maintained by
|
|
3
|
+
# Open issues and tasks maintained by build and audit. Severity-ranked
|
|
4
4
|
# checklist of work to be done, resolved items, and deferred work.
|
|
5
5
|
#
|
|
6
6
|
# Note: TODO.md is a human-facing Markdown artifact. It remains at the
|
|
@@ -16,17 +16,8 @@ meta:
|
|
|
16
16
|
artifact_type: human_facing
|
|
17
17
|
path: "TODO.md"
|
|
18
18
|
producer:
|
|
19
|
-
[
|
|
20
|
-
|
|
21
|
-
inspektera,
|
|
22
|
-
inspirera,
|
|
23
|
-
optimera,
|
|
24
|
-
orkestrera,
|
|
25
|
-
realisera,
|
|
26
|
-
resonera,
|
|
27
|
-
visualisera,
|
|
28
|
-
]
|
|
29
|
-
consumers: [hej, all_skills]
|
|
19
|
+
[document, audit, research, optimize, orchestrate, build, discuss, design]
|
|
20
|
+
consumers: [status, all_skills]
|
|
30
21
|
format: markdown
|
|
31
22
|
|
|
32
23
|
GROUP_PREFIXES:
|
|
@@ -76,16 +67,17 @@ CONVENTION:
|
|
|
76
67
|
field: type_tag
|
|
77
68
|
level: advisory
|
|
78
69
|
description: >-
|
|
79
|
-
Each item should carry a type tag such as [fix], [feat], [
|
|
80
|
-
[test], [perf], or [docs] for commit-scope alignment and
|
|
81
|
-
discoverability.
|
|
70
|
+
Each item should carry a type tag such as [fix], [feat], [refactor],
|
|
71
|
+
[chore], [test], [perf], or [docs] for commit-scope alignment and
|
|
72
|
+
scan discoverability.
|
|
82
73
|
2:
|
|
83
74
|
id: TC2
|
|
84
75
|
field: version_suffix
|
|
85
76
|
level: advisory
|
|
86
77
|
description: >-
|
|
87
|
-
|
|
88
|
-
|
|
78
|
+
Optional train scope in `[type:train]` form, e.g. `[fix:train]`, when
|
|
79
|
+
the work targets a specific release train; most common on feat and fix
|
|
80
|
+
items. Omit the train suffix when the item is not train-scoped.
|
|
89
81
|
3:
|
|
90
82
|
id: TC3
|
|
91
83
|
field: title_format
|
|
@@ -95,16 +87,43 @@ CONVENTION:
|
|
|
95
87
|
either all plain prose or all "**BoldTitle**: description".
|
|
96
88
|
4:
|
|
97
89
|
id: TC4
|
|
98
|
-
field:
|
|
90
|
+
field: resolved_checkbox
|
|
99
91
|
level: advisory
|
|
100
92
|
description: >-
|
|
101
|
-
Resolved items should
|
|
102
|
-
|
|
93
|
+
Resolved items should use a checked GitHub task-list checkbox
|
|
94
|
+
(`- [x]`) before the task text. Open items use `- [ ]`. The
|
|
95
|
+
checkbox state is the canonical completion marker; do not wrap
|
|
96
|
+
resolved text in Markdown strikethrough.
|
|
103
97
|
5:
|
|
104
98
|
id: TC5
|
|
105
|
-
field:
|
|
99
|
+
field: severity_band_policy
|
|
100
|
+
level: required
|
|
101
|
+
description: >-
|
|
102
|
+
Severity band policy: all four severity bands (⇶ Critical, ⇉
|
|
103
|
+
Degraded, → Normal, ⇢ Annoying) may be header-only when they
|
|
104
|
+
have no open work. Open items use `- [ ]` only. Resolved items
|
|
105
|
+
must not appear in severity bands (see TC6). Executable checks
|
|
106
|
+
live in packages/cli/src/hooks/validateArtifact/markdown.ts
|
|
107
|
+
`validateMdItems` and packages/cli/src/hooks/compaction/parse.ts.
|
|
108
|
+
6:
|
|
109
|
+
id: TC6
|
|
110
|
+
field: resolved_section_placement
|
|
111
|
+
level: required
|
|
112
|
+
description: >-
|
|
113
|
+
Resolved ledger policy: completed items live only under
|
|
114
|
+
`## ✓ Resolved` as `- [x] [type:train]` checkboxes. Severity
|
|
115
|
+
bands must not contain `- [x]` or legacy `~~` strikethrough
|
|
116
|
+
resolved rows. The compaction gate counts every resolved row
|
|
117
|
+
(including mis-placed rows until migrated) against the uniform
|
|
118
|
+
10/40/50 retention cap. `compact --mode fix` migrates mis-placed
|
|
119
|
+
rows into `## ✓ Resolved` before applying retention.
|
|
120
|
+
7:
|
|
121
|
+
id: TC7
|
|
122
|
+
field: resolved_line_provenance
|
|
106
123
|
level: advisory
|
|
107
124
|
description: >-
|
|
108
|
-
Resolved
|
|
109
|
-
|
|
110
|
-
|
|
125
|
+
Resolved provenance uses `resolved YYYY-MM-DD` or `resolved @
|
|
126
|
+
<semver>` after the item description. Do not use `resolved on
|
|
127
|
+
feat/v3 @ <hash>` or dual-branch hash reconciliation; git history
|
|
128
|
+
is the archaeology source. Fold the Resolved move into the
|
|
129
|
+
implementation commit — no follow-up hash-backfill commit.
|
|
@@ -35,13 +35,13 @@ meta:
|
|
|
35
35
|
name: vision
|
|
36
36
|
version: "1.0.0"
|
|
37
37
|
description: >-
|
|
38
|
-
Project vision. Produced by
|
|
38
|
+
Project vision. Produced by vision and direction-shaping capabilities.
|
|
39
39
|
Consumed by capabilities that need strategic alignment. No compaction:
|
|
40
40
|
vision is not a growing artifact.
|
|
41
41
|
artifact_type: agent_facing
|
|
42
42
|
path: ".agentera/vision.yaml"
|
|
43
|
-
producer: [
|
|
44
|
-
consumers: [
|
|
43
|
+
producer: [research, build, discuss, vision]
|
|
44
|
+
consumers: [document, status, audit, orchestrate, plan, build, discuss, vision, design]
|
|
45
45
|
format: yaml
|
|
46
46
|
|
|
47
47
|
GROUP_PREFIXES:
|