agentera 3.0.0-dev.2 → 3.0.0-dev.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +65 -6
- package/bundle/.agentera-npx-bundle.json +1 -1
- package/bundle/.codex-plugin/plugin.json +92 -0
- package/bundle/.cursor/agents/agentera.md +7 -0
- package/bundle/.cursor/hooks.json +32 -0
- package/bundle/.cursor-plugin/plugin.json +34 -0
- package/bundle/.github/hooks/postToolUse.json +9 -0
- package/bundle/.github/hooks/preToolUse.json +8 -0
- package/bundle/.github/hooks/sessionEnd.json +8 -0
- package/bundle/.github/hooks/sessionStart.json +8 -0
- package/bundle/.github/plugin/plugin.json +7 -0
- package/bundle/.opencode/agents/agentera.md +12 -0
- package/bundle/.opencode/commands/agentera.md +5 -0
- package/bundle/.opencode/package.json +31 -0
- package/bundle/.opencode/plugins/agentera.js +820 -0
- package/bundle/CHANGELOG.md +1108 -0
- package/bundle/DESIGN.md +233 -0
- package/bundle/LICENSE +201 -0
- package/bundle/README.md +141 -0
- package/bundle/UPGRADE.md +227 -0
- package/bundle/agents/openai.yaml +87 -0
- package/bundle/extract-corpus-parity.json +21 -0
- package/bundle/hooks/codex-hooks.json +31 -0
- package/bundle/hooks/codex-plugin-hooks.json +31 -0
- package/bundle/plugin.json +13 -0
- package/bundle/references/adapters/cursor.md +53 -42
- package/bundle/references/adapters/opencode.md +46 -47
- package/bundle/references/adapters/package-manifest-interface-model.yaml +32 -43
- package/bundle/references/adapters/package-registry.yaml +19 -53
- package/bundle/references/adapters/package-surface-characterization.md +61 -48
- package/bundle/references/adapters/runtime-adapter-characterization.md +44 -79
- package/bundle/references/adapters/runtime-adapter-registry.yaml +21 -182
- package/bundle/references/adapters/runtime-feature-parity.md +114 -174
- package/bundle/references/adapters/runtime-lifecycle-adapters.yaml +288 -0
- package/bundle/references/adapters/runtime-lifecycle-authority.yaml +90 -0
- package/bundle/references/adapters/runtime-lifecycle-operation-contract.yaml +84 -0
- package/bundle/references/adapters/runtime-retired-resources.yaml +33 -0
- package/bundle/references/analysis/benchmark.md +6 -6
- package/bundle/references/analysis/startup-measurement-contract.yaml +37 -26
- package/bundle/references/artifacts/artifact-registry-interface-model.yaml +6 -5
- package/bundle/references/cli/agent-ready-state-contract.yaml +26 -23
- package/bundle/references/cli/app-lifecycle-vocabulary.yaml +4 -4
- package/bundle/references/cli/audience-namespace-cli-migration.yaml +40 -26
- package/bundle/references/cli/bundle-skill-vocabulary.yaml +4 -32
- package/bundle/references/cli/capability-instruction-contract.yaml +98 -57
- package/bundle/references/cli/capability-instruction-structure.md +144 -0
- package/bundle/references/cli/capability-tool-classification.yaml +12 -12
- package/bundle/references/cli/coexistence-probe.yaml +13 -0
- package/bundle/references/cli/parity-expected-actual-template.md +30 -0
- package/bundle/references/cli/routing-execution-vocabulary.yaml +12 -12
- package/bundle/references/cli/routing-model.md +94 -0
- package/bundle/references/cli/single-name-protocol.yaml +42 -0
- package/bundle/references/cli/trigger-schema-enrichment.md +136 -0
- package/bundle/references/cli/update-channels.yaml +43 -7
- package/bundle/references/cli/upgrade-repair-wording.md +45 -0
- package/bundle/references/cli/v3-handoff-manifest.schema.yaml +98 -0
- package/bundle/references/cli/vocabulary-index.yaml +20 -15
- package/bundle/references/cli/vocabulary.md +342 -326
- package/bundle/references/meta/documentation-inventory.md +9 -3
- package/bundle/registry.json +14 -14
- package/bundle/skills/agentera/SKILL.md +136 -408
- package/bundle/skills/agentera/agents/audit.toml +6 -0
- package/bundle/skills/agentera/agents/build.toml +6 -0
- package/bundle/skills/agentera/agents/design.toml +6 -0
- package/bundle/skills/agentera/agents/discuss.toml +6 -0
- package/bundle/skills/agentera/agents/document.toml +6 -0
- package/bundle/skills/agentera/agents/optimize.toml +6 -0
- package/bundle/skills/agentera/agents/orchestrate.toml +6 -0
- package/bundle/skills/agentera/agents/plan.toml +6 -0
- package/bundle/skills/agentera/agents/profile.toml +6 -0
- package/bundle/skills/agentera/agents/research.toml +6 -0
- package/bundle/skills/agentera/agents/status.toml +6 -0
- package/bundle/skills/agentera/agents/vision.toml +6 -0
- package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/artifacts.yaml +10 -10
- package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/triggers.yaml +15 -6
- package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/validation.yaml +13 -12
- package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/artifacts.yaml +12 -12
- package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/exit.yaml +3 -3
- package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/triggers.yaml +13 -3
- package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/validation.yaml +11 -11
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/artifacts.yaml +6 -6
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/exit.yaml +5 -5
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/triggers.yaml +15 -3
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/validation.yaml +7 -7
- package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/artifacts.yaml +12 -11
- package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/triggers.yaml +11 -3
- package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/validation.yaml +9 -8
- package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/artifacts.yaml +10 -10
- package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/triggers.yaml +14 -4
- package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/validation.yaml +8 -8
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/artifacts.yaml +9 -9
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/triggers.yaml +11 -3
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/validation.yaml +9 -9
- package/bundle/skills/agentera/capabilities/{orkestrera → orchestrate}/schemas/artifacts.yaml +12 -11
- package/bundle/skills/agentera/capabilities/{orkestrera → orchestrate}/schemas/exit.yaml +7 -6
- package/bundle/skills/agentera/capabilities/{orkestrera → orchestrate}/schemas/triggers.yaml +16 -3
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/validation.yaml +120 -0
- package/bundle/skills/agentera/capabilities/plan/schemas/artifacts.yaml +63 -0
- package/bundle/skills/agentera/capabilities/{planera → plan}/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/{planera → plan}/schemas/triggers.yaml +15 -3
- package/bundle/skills/agentera/capabilities/plan/schemas/validation.yaml +89 -0
- package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/artifacts.yaml +2 -2
- package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/exit.yaml +3 -3
- package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/triggers.yaml +7 -3
- package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/validation.yaml +2 -2
- package/bundle/skills/agentera/capabilities/research/schemas/artifacts.yaml +24 -0
- package/bundle/skills/agentera/capabilities/{inspirera → research}/schemas/triggers.yaml +9 -3
- package/bundle/skills/agentera/capabilities/{inspirera → research}/schemas/validation.yaml +2 -2
- package/bundle/skills/agentera/capabilities/{hej → status}/schemas/artifacts.yaml +14 -11
- package/bundle/skills/agentera/capabilities/{hej → status}/schemas/triggers.yaml +12 -8
- package/bundle/skills/agentera/capabilities/{hej → status}/schemas/validation.yaml +5 -5
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/artifacts.yaml +8 -8
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/exit.yaml +7 -6
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/triggers.yaml +19 -5
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/validation.yaml +18 -20
- package/bundle/skills/agentera/capability_schema_contract.yaml +201 -38
- package/bundle/skills/agentera/protocol.yaml +29 -29
- package/bundle/skills/agentera/references/contract.md +338 -322
- package/bundle/skills/agentera/schemas/artifacts/changelog.yaml +4 -4
- package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +10 -10
- package/bundle/skills/agentera/schemas/artifacts/design.yaml +4 -4
- package/bundle/skills/agentera/schemas/artifacts/docs.yaml +8 -7
- package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +5 -5
- package/bundle/skills/agentera/schemas/artifacts/health.yaml +5 -5
- package/bundle/skills/agentera/schemas/artifacts/objective.yaml +4 -4
- package/bundle/skills/agentera/schemas/artifacts/plan.yaml +263 -11
- package/bundle/skills/agentera/schemas/artifacts/progress.yaml +20 -41
- package/bundle/skills/agentera/schemas/artifacts/todo.yaml +43 -24
- package/bundle/skills/agentera/schemas/artifacts/vision.yaml +3 -3
- package/dist/analytics/extractCorpus/cli.js +163 -0
- package/dist/analytics/extractCorpus/cli.js.map +1 -0
- package/dist/analytics/extractCorpus/copilotSessions.js +276 -0
- package/dist/analytics/extractCorpus/copilotSessions.js.map +1 -0
- package/dist/analytics/extractCorpus/core.js +393 -0
- package/dist/analytics/extractCorpus/core.js.map +1 -0
- package/dist/analytics/extractCorpus/corpus.js +168 -0
- package/dist/analytics/extractCorpus/corpus.js.map +1 -0
- package/dist/analytics/extractCorpus/coverageAudit.js +261 -0
- package/dist/analytics/extractCorpus/coverageAudit.js.map +1 -0
- package/dist/analytics/extractCorpus/cursorSessions.js +426 -0
- package/dist/analytics/extractCorpus/cursorSessions.js.map +1 -0
- package/dist/analytics/extractCorpus/extractCorpusParity.js +105 -0
- package/dist/analytics/extractCorpus/extractCorpusParity.js.map +1 -0
- package/dist/analytics/extractCorpus/filesystemSources.js +119 -0
- package/dist/analytics/extractCorpus/filesystemSources.js.map +1 -0
- package/dist/analytics/extractCorpus/index.js +12 -0
- package/dist/analytics/extractCorpus/index.js.map +1 -0
- package/dist/analytics/extractCorpus/jsonlSessions.js +205 -0
- package/dist/analytics/extractCorpus/jsonlSessions.js.map +1 -0
- package/dist/analytics/extractCorpus/sqliteCaps.js +44 -0
- package/dist/analytics/extractCorpus/sqliteCaps.js.map +1 -0
- package/dist/analytics/extractCorpus/sqliteSessions.js +368 -0
- package/dist/analytics/extractCorpus/sqliteSessions.js.map +1 -0
- package/dist/analytics/extractCorpus.js +2 -1790
- package/dist/analytics/extractCorpus.js.map +1 -1
- package/dist/analytics/usageStats.js +93 -27
- package/dist/analytics/usageStats.js.map +1 -1
- package/dist/bin/agentera.js +3 -1
- package/dist/bin/agentera.js.map +1 -1
- package/dist/capabilities/audit/instructions.js +4 -0
- package/dist/capabilities/audit/instructions.js.map +1 -0
- package/dist/capabilities/build/instructions.js +5 -0
- package/dist/capabilities/build/instructions.js.map +1 -0
- package/dist/capabilities/design/instructions.js +5 -0
- package/dist/capabilities/design/instructions.js.map +1 -0
- package/dist/capabilities/discuss/instructions.js +6 -0
- package/dist/capabilities/discuss/instructions.js.map +1 -0
- package/dist/capabilities/document/instructions.js +4 -0
- package/dist/capabilities/document/instructions.js.map +1 -0
- package/dist/capabilities/index.js +38 -0
- package/dist/capabilities/index.js.map +1 -0
- package/dist/capabilities/optimize/instructions.js +5 -0
- package/dist/capabilities/optimize/instructions.js.map +1 -0
- package/dist/capabilities/orchestrate/instructions.js +10 -0
- package/dist/capabilities/orchestrate/instructions.js.map +1 -0
- package/dist/capabilities/plan/instructions.js +6 -0
- package/dist/capabilities/plan/instructions.js.map +1 -0
- package/dist/capabilities/profile/instructions.js +5 -0
- package/dist/capabilities/profile/instructions.js.map +1 -0
- package/dist/capabilities/research/instructions.js +6 -0
- package/dist/capabilities/research/instructions.js.map +1 -0
- package/dist/capabilities/status/instructions.js +5 -0
- package/dist/capabilities/status/instructions.js.map +1 -0
- package/dist/capabilities/vision/instructions.js +5 -0
- package/dist/capabilities/vision/instructions.js.map +1 -0
- package/dist/cli/appContext.js +16 -17
- package/dist/cli/appContext.js.map +1 -1
- package/dist/cli/capabilityContext/benchmark.js +564 -0
- package/dist/cli/capabilityContext/benchmark.js.map +1 -0
- package/dist/cli/capabilityContext/bespoke.js +36 -0
- package/dist/cli/capabilityContext/bespoke.js.map +1 -0
- package/dist/cli/capabilityContext/build.js +190 -0
- package/dist/cli/capabilityContext/build.js.map +1 -0
- package/dist/cli/capabilityContext/closeout.js +230 -0
- package/dist/cli/capabilityContext/closeout.js.map +1 -0
- package/dist/cli/capabilityContext/contract.js +190 -0
- package/dist/cli/capabilityContext/contract.js.map +1 -0
- package/dist/cli/capabilityContext/evidence.js +456 -0
- package/dist/cli/capabilityContext/evidence.js.map +1 -0
- package/dist/cli/capabilityContext/index.js +4 -0
- package/dist/cli/capabilityContext/index.js.map +1 -0
- package/dist/cli/capabilityContext/orchestration.js +117 -0
- package/dist/cli/capabilityContext/orchestration.js.map +1 -0
- package/dist/cli/capabilityContext/planState.js +279 -0
- package/dist/cli/capabilityContext/planState.js.map +1 -0
- package/dist/cli/capabilityContext/progress.js +138 -0
- package/dist/cli/capabilityContext/progress.js.map +1 -0
- package/dist/cli/capabilityContext/shared.js +94 -0
- package/dist/cli/capabilityContext/shared.js.map +1 -0
- package/dist/cli/capabilityContext/slim.js +108 -0
- package/dist/cli/capabilityContext/slim.js.map +1 -0
- package/dist/cli/capabilityContext/startup.js +217 -0
- package/dist/cli/capabilityContext/startup.js.map +1 -0
- package/dist/cli/capabilityContext/types.js +41 -0
- package/dist/cli/capabilityContext/types.js.map +1 -0
- package/dist/cli/capabilityContext.js +1 -2420
- package/dist/cli/capabilityContext.js.map +1 -1
- package/dist/cli/commands/appHome.js +23 -0
- package/dist/cli/commands/appHome.js.map +1 -0
- package/dist/cli/commands/capability.js +3 -10
- package/dist/cli/commands/capability.js.map +1 -1
- package/dist/cli/commands/compact.js +1 -1
- package/dist/cli/commands/compact.js.map +1 -1
- package/dist/cli/commands/doctor.js +116 -96
- package/dist/cli/commands/doctor.js.map +1 -1
- package/dist/cli/commands/lint.js +16 -41
- package/dist/cli/commands/lint.js.map +1 -1
- package/dist/cli/commands/prime/bundleStatus.js +185 -0
- package/dist/cli/commands/prime/bundleStatus.js.map +1 -0
- package/dist/cli/commands/prime/collectOrientationState.js +179 -0
- package/dist/cli/commands/prime/collectOrientationState.js.map +1 -0
- package/dist/cli/commands/prime/orientationOutput.js +233 -0
- package/dist/cli/commands/prime/orientationOutput.js.map +1 -0
- package/dist/cli/commands/prime/types.js +2 -0
- package/dist/cli/commands/prime/types.js.map +1 -0
- package/dist/cli/commands/prime/v1Migration.js +39 -0
- package/dist/cli/commands/prime/v1Migration.js.map +1 -0
- package/dist/cli/commands/prime.js +11 -519
- package/dist/cli/commands/prime.js.map +1 -1
- package/dist/cli/commands/query.js +5 -2
- package/dist/cli/commands/query.js.map +1 -1
- package/dist/cli/commands/report.js +50 -14
- package/dist/cli/commands/report.js.map +1 -1
- package/dist/cli/commands/schema.js +113 -24
- package/dist/cli/commands/schema.js.map +1 -1
- package/dist/cli/commands/state/decisions.js +403 -0
- package/dist/cli/commands/state/decisions.js.map +1 -0
- package/dist/cli/commands/state/docs.js +97 -0
- package/dist/cli/commands/state/docs.js.map +1 -0
- package/dist/cli/commands/state/experiments.js +68 -0
- package/dist/cli/commands/state/experiments.js.map +1 -0
- package/dist/cli/commands/state/health.js +116 -0
- package/dist/cli/commands/state/health.js.map +1 -0
- package/dist/cli/commands/state/index.js +51 -0
- package/dist/cli/commands/state/index.js.map +1 -0
- package/dist/cli/commands/state/objective.js +69 -0
- package/dist/cli/commands/state/objective.js.map +1 -0
- package/dist/cli/commands/state/plan.js +274 -0
- package/dist/cli/commands/state/plan.js.map +1 -0
- package/dist/cli/commands/state/progress.js +47 -0
- package/dist/cli/commands/state/progress.js.map +1 -0
- package/dist/cli/commands/state/shared.js +15 -0
- package/dist/cli/commands/state/shared.js.map +1 -0
- package/dist/cli/commands/state/todo.js +121 -0
- package/dist/cli/commands/state/todo.js.map +1 -0
- package/dist/cli/commands/state/write.js +341 -0
- package/dist/cli/commands/state/write.js.map +1 -0
- package/dist/cli/commands/upgrade.js +79 -1
- package/dist/cli/commands/upgrade.js.map +1 -1
- package/dist/cli/commands/upgradeVerify.js +81 -0
- package/dist/cli/commands/upgradeVerify.js.map +1 -0
- package/dist/cli/commands/validate.js +56 -96
- package/dist/cli/commands/validate.js.map +1 -1
- package/dist/cli/commands/verify.js +13 -7
- package/dist/cli/commands/verify.js.map +1 -1
- package/dist/cli/contracts/bundleStatus.js +2 -0
- package/dist/cli/contracts/bundleStatus.js.map +1 -0
- package/dist/cli/contracts/orientationState.js +2 -0
- package/dist/cli/contracts/orientationState.js.map +1 -0
- package/dist/cli/dispatch/argvParser.js +33 -0
- package/dist/cli/dispatch/argvParser.js.map +1 -0
- package/dist/cli/dispatch/check.js +328 -0
- package/dist/cli/dispatch/check.js.map +1 -0
- package/dist/cli/dispatch/commands.js +27 -0
- package/dist/cli/dispatch/commands.js.map +1 -0
- package/dist/cli/dispatch/index.js +183 -0
- package/dist/cli/dispatch/index.js.map +1 -0
- package/dist/cli/dispatch/lifecycle.js +671 -0
- package/dist/cli/dispatch/lifecycle.js.map +1 -0
- package/dist/cli/dispatch/prime.js +104 -0
- package/dist/cli/dispatch/prime.js.map +1 -0
- package/dist/cli/dispatch/shared.js +64 -0
- package/dist/cli/dispatch/shared.js.map +1 -0
- package/dist/cli/dispatch/state.js +148 -0
- package/dist/cli/dispatch/state.js.map +1 -0
- package/dist/cli/dispatch.js +1 -957
- package/dist/cli/dispatch.js.map +1 -1
- package/dist/cli/errors.js +54 -0
- package/dist/cli/errors.js.map +1 -0
- package/dist/cli/help.js +262 -0
- package/dist/cli/help.js.map +1 -0
- package/dist/cli/orientation/attention.js +163 -0
- package/dist/cli/orientation/attention.js.map +1 -0
- package/dist/cli/orientation/corpusCoverage.js +71 -0
- package/dist/cli/orientation/corpusCoverage.js.map +1 -0
- package/dist/cli/orientation.js +194 -114
- package/dist/cli/orientation.js.map +1 -1
- package/dist/cli/planArtifacts.js +172 -0
- package/dist/cli/planArtifacts.js.map +1 -0
- package/dist/cli/planEvidence.js +158 -0
- package/dist/cli/planEvidence.js.map +1 -0
- package/dist/cli/planLifecycleState.js +34 -0
- package/dist/cli/planLifecycleState.js.map +1 -0
- package/dist/cli/prime-blob.js +68 -2
- package/dist/cli/prime-blob.js.map +1 -1
- package/dist/cli/startupCompletenessContract.js +56 -0
- package/dist/cli/startupCompletenessContract.js.map +1 -0
- package/dist/cli/stateQuery.js +17 -2
- package/dist/cli/stateQuery.js.map +1 -1
- package/dist/cli/todoMarkdown.js +33 -0
- package/dist/cli/todoMarkdown.js.map +1 -0
- package/dist/cli/todoSeverity.js +19 -0
- package/dist/cli/todoSeverity.js.map +1 -0
- package/dist/core/atomicWriter.js +21 -0
- package/dist/core/atomicWriter.js.map +1 -0
- package/dist/core/envPaths.js +21 -0
- package/dist/core/envPaths.js.map +1 -0
- package/dist/core/jsonValue.js +6 -0
- package/dist/core/jsonValue.js.map +1 -0
- package/dist/core/pyjson.js +67 -2
- package/dist/core/pyjson.js.map +1 -1
- package/dist/core/yaml.js +8 -0
- package/dist/core/yaml.js.map +1 -1
- package/dist/eval/evalSkills.js +30 -25
- package/dist/eval/evalSkills.js.map +1 -1
- package/dist/eval/semanticEval.js +43 -19
- package/dist/eval/semanticEval.js.map +1 -1
- package/dist/eval/semanticFixtures.js +16 -4
- package/dist/eval/semanticFixtures.js.map +1 -1
- package/dist/hooks/common.js +9 -26
- package/dist/hooks/common.js.map +1 -1
- package/dist/hooks/compaction/apply.js +269 -0
- package/dist/hooks/compaction/apply.js.map +1 -0
- package/dist/hooks/compaction/dryRun.js +183 -0
- package/dist/hooks/compaction/dryRun.js.map +1 -0
- package/dist/hooks/compaction/index.js +23 -0
- package/dist/hooks/compaction/index.js.map +1 -0
- package/dist/hooks/compaction/parse.js +258 -0
- package/dist/hooks/compaction/parse.js.map +1 -0
- package/dist/hooks/compaction/retention.js +202 -0
- package/dist/hooks/compaction/retention.js.map +1 -0
- package/dist/hooks/compaction/status.js +243 -0
- package/dist/hooks/compaction/status.js.map +1 -0
- package/dist/hooks/compaction/types.js +6 -0
- package/dist/hooks/compaction/types.js.map +1 -0
- package/dist/hooks/cursorPreToolUse.js +1 -1
- package/dist/hooks/cursorPreToolUse.js.map +1 -1
- package/dist/hooks/cursorSessionStart.js +10 -2
- package/dist/hooks/cursorSessionStart.js.map +1 -1
- package/dist/hooks/sessionStart.js +18 -11
- package/dist/hooks/sessionStart.js.map +1 -1
- package/dist/hooks/sessionStop.js +8 -14
- package/dist/hooks/sessionStop.js.map +1 -1
- package/dist/hooks/validateArtifact/agentFacing.js +10 -0
- package/dist/hooks/validateArtifact/agentFacing.js.map +1 -0
- package/dist/hooks/validateArtifact/index.js +151 -0
- package/dist/hooks/validateArtifact/index.js.map +1 -0
- package/dist/hooks/validateArtifact/markdown.js +146 -0
- package/dist/hooks/validateArtifact/markdown.js.map +1 -0
- package/dist/hooks/validateArtifact/runtime.js +86 -0
- package/dist/hooks/validateArtifact/runtime.js.map +1 -0
- package/dist/hooks/validateArtifact/schema.js +541 -0
- package/dist/hooks/validateArtifact/schema.js.map +1 -0
- package/dist/hooks/validateArtifact/traversal.js +106 -0
- package/dist/hooks/validateArtifact/traversal.js.map +1 -0
- package/dist/hooks/validateArtifact/violations.js +108 -0
- package/dist/hooks/validateArtifact/violations.js.map +1 -0
- package/dist/migrate/v2HandoffManifest.js +455 -0
- package/dist/migrate/v2HandoffManifest.js.map +1 -0
- package/dist/registries/artifactProtocolIds.js +77 -0
- package/dist/registries/artifactProtocolIds.js.map +1 -0
- package/dist/registries/artifactRegistry.js +62 -15
- package/dist/registries/artifactRegistry.js.map +1 -1
- package/dist/registries/capabilityContract.js +156 -12
- package/dist/registries/capabilityContract.js.map +1 -1
- package/dist/registries/evaluatorHandoffContract.js +171 -0
- package/dist/registries/evaluatorHandoffContract.js.map +1 -0
- package/dist/registries/packageRegistry.js +40 -6
- package/dist/registries/packageRegistry.js.map +1 -1
- package/dist/registries/runtimeAdapterRegistry.js +30 -21
- package/dist/registries/runtimeAdapterRegistry.js.map +1 -1
- package/dist/registries/triggerLoader.js +211 -0
- package/dist/registries/triggerLoader.js.map +1 -0
- package/dist/release/releaseMetadata.js +235 -0
- package/dist/release/releaseMetadata.js.map +1 -0
- package/dist/runtime/lifecycleAdapterContract.js +458 -0
- package/dist/runtime/lifecycleAdapterContract.js.map +1 -0
- package/dist/runtime/lifecycleAdapters.js +766 -0
- package/dist/runtime/lifecycleAdapters.js.map +1 -0
- package/dist/runtime/lifecycleAuthority.js +493 -0
- package/dist/runtime/lifecycleAuthority.js.map +1 -0
- package/dist/runtime/lifecycleOperationContract.js +113 -0
- package/dist/runtime/lifecycleOperationContract.js.map +1 -0
- package/dist/runtime/lifecycleOperations.js +635 -0
- package/dist/runtime/lifecycleOperations.js.map +1 -0
- package/dist/runtime/lifecycleOwnershipJournal.js +623 -0
- package/dist/runtime/lifecycleOwnershipJournal.js.map +1 -0
- package/dist/runtime/lifecyclePublication.js +395 -0
- package/dist/runtime/lifecyclePublication.js.map +1 -0
- package/dist/runtime/lifecycleSnapshot.js +439 -0
- package/dist/runtime/lifecycleSnapshot.js.map +1 -0
- package/dist/runtime/retiredRuntimeCleanup.js +238 -0
- package/dist/runtime/retiredRuntimeCleanup.js.map +1 -0
- package/dist/setup/codex/agents.js +96 -0
- package/dist/setup/codex/agents.js.map +1 -0
- package/dist/setup/codex/cli.js +161 -0
- package/dist/setup/codex/cli.js.map +1 -0
- package/dist/setup/codex/configToml.js +639 -0
- package/dist/setup/codex/configToml.js.map +1 -0
- package/dist/setup/codex/constants.js +29 -0
- package/dist/setup/codex/constants.js.map +1 -0
- package/dist/setup/codex/installRoot.js +64 -0
- package/dist/setup/codex/installRoot.js.map +1 -0
- package/dist/setup/codex/state.js +270 -0
- package/dist/setup/codex/state.js.map +1 -0
- package/dist/setup/codex.js +11 -1055
- package/dist/setup/codex.js.map +1 -1
- package/dist/setup/copilot.js +1 -1
- package/dist/setup/copilot.js.map +1 -1
- package/dist/setup/cursor.js +7 -5
- package/dist/setup/cursor.js.map +1 -1
- package/dist/setup/cursorSurfaces.js +67 -0
- package/dist/setup/cursorSurfaces.js.map +1 -0
- package/dist/setup/doctor/core.js +296 -0
- package/dist/setup/doctor/core.js.map +1 -0
- package/dist/setup/doctor/diagnostics.js +201 -0
- package/dist/setup/doctor/diagnostics.js.map +1 -0
- package/dist/setup/doctor/opencode.js +301 -0
- package/dist/setup/doctor/opencode.js.map +1 -0
- package/dist/setup/doctor/report.js +425 -0
- package/dist/setup/doctor/report.js.map +1 -0
- package/dist/setup/doctor.js +9 -1275
- package/dist/setup/doctor.js.map +1 -1
- package/dist/setup/opencode.js +13 -0
- package/dist/setup/opencode.js.map +1 -0
- package/dist/setup/opencodeConstants.js +2 -0
- package/dist/setup/opencodeConstants.js.map +1 -0
- package/dist/setup/smokeChecks.js +109 -0
- package/dist/setup/smokeChecks.js.map +1 -0
- package/dist/state/installRoot.js +64 -24
- package/dist/state/installRoot.js.map +1 -1
- package/dist/state/startupAnalysis/benchmark.js +371 -0
- package/dist/state/startupAnalysis/benchmark.js.map +1 -0
- package/dist/state/startupAnalysis/contract.js +126 -0
- package/dist/state/startupAnalysis/contract.js.map +1 -0
- package/dist/state/startupAnalysis/helpers.js +287 -0
- package/dist/state/startupAnalysis/helpers.js.map +1 -0
- package/dist/state/startupAnalysis/index.js +7 -0
- package/dist/state/startupAnalysis/index.js.map +1 -0
- package/dist/state/startupAnalysis/metrics.js +341 -0
- package/dist/state/startupAnalysis/metrics.js.map +1 -0
- package/dist/state/startupAnalysis/records.js +199 -0
- package/dist/state/startupAnalysis/records.js.map +1 -0
- package/dist/state/startupAnalysis/report.js +112 -0
- package/dist/state/startupAnalysis/report.js.map +1 -0
- package/dist/state/startupAnalysis/threshold.js +500 -0
- package/dist/state/startupAnalysis/threshold.js.map +1 -0
- package/dist/state/startupAnalysis.js +2 -1952
- package/dist/state/startupAnalysis.js.map +1 -1
- package/dist/state/write/assign.js +21 -0
- package/dist/state/write/assign.js.map +1 -0
- package/dist/state/write/errors.js +12 -0
- package/dist/state/write/errors.js.map +1 -0
- package/dist/state/write/explain.js +155 -0
- package/dist/state/write/explain.js.map +1 -0
- package/dist/state/write/fields.js +62 -0
- package/dist/state/write/fields.js.map +1 -0
- package/dist/state/write/index.js +11 -0
- package/dist/state/write/index.js.map +1 -0
- package/dist/state/write/input.js +22 -0
- package/dist/state/write/input.js.map +1 -0
- package/dist/state/write/lock.js +108 -0
- package/dist/state/write/lock.js.map +1 -0
- package/dist/state/write/operations.js +220 -0
- package/dist/state/write/operations.js.map +1 -0
- package/dist/state/write/serialize.js +2 -0
- package/dist/state/write/serialize.js.map +1 -0
- package/dist/state/write/transaction.js +787 -0
- package/dist/state/write/transaction.js.map +1 -0
- package/dist/state/write/validate.js +8 -0
- package/dist/state/write/validate.js.map +1 -0
- package/dist/upgrade/appContentRefresh.js +374 -0
- package/dist/upgrade/appContentRefresh.js.map +1 -0
- package/dist/upgrade/appModel.js +11 -6
- package/dist/upgrade/appModel.js.map +1 -1
- package/dist/upgrade/atomicWriter.js +2 -0
- package/dist/upgrade/atomicWriter.js.map +1 -0
- package/dist/upgrade/bundleEvidence.js +34 -0
- package/dist/upgrade/bundleEvidence.js.map +1 -0
- package/dist/upgrade/channels.js +27 -7
- package/dist/upgrade/channels.js.map +1 -1
- package/dist/upgrade/coexistenceProbe.js +105 -0
- package/dist/upgrade/coexistenceProbe.js.map +1 -0
- package/dist/upgrade/compatibility.js +52 -16
- package/dist/upgrade/compatibility.js.map +1 -1
- package/dist/upgrade/doctor.js +195 -193
- package/dist/upgrade/doctor.js.map +1 -1
- package/dist/upgrade/doctorClassifier.js +188 -0
- package/dist/upgrade/doctorClassifier.js.map +1 -0
- package/dist/upgrade/installedHooksRetirement.js +190 -0
- package/dist/upgrade/installedHooksRetirement.js.map +1 -0
- package/dist/upgrade/legacyAgentCleanup.js +183 -0
- package/dist/upgrade/legacyAgentCleanup.js.map +1 -0
- package/dist/upgrade/lifecycleUpgrade.js +427 -0
- package/dist/upgrade/lifecycleUpgrade.js.map +1 -0
- package/dist/upgrade/migrateArtifactsV1ToV2.js +568 -0
- package/dist/upgrade/migrateArtifactsV1ToV2.js.map +1 -0
- package/dist/upgrade/migrateArtifactsV2ToV3.js +273 -144
- package/dist/upgrade/migrateArtifactsV2ToV3.js.map +1 -1
- package/dist/upgrade/nextMajorDoctor.js +156 -0
- package/dist/upgrade/nextMajorDoctor.js.map +1 -0
- package/dist/upgrade/npxPlatformStatus.js +23 -0
- package/dist/upgrade/npxPlatformStatus.js.map +1 -0
- package/dist/upgrade/projectIntegration.js +259 -104
- package/dist/upgrade/projectIntegration.js.map +1 -1
- package/dist/upgrade/projectIntegrationDecision.js +141 -0
- package/dist/upgrade/projectIntegrationDecision.js.map +1 -0
- package/dist/upgrade/runtimeMigration.js +342 -89
- package/dist/upgrade/runtimeMigration.js.map +1 -1
- package/dist/upgrade/upgradeCommands.js +8 -0
- package/dist/upgrade/upgradeCommands.js.map +1 -1
- package/dist/upgrade/upgradeLock.js +54 -0
- package/dist/upgrade/upgradeLock.js.map +1 -0
- package/dist/upgrade/upgradeOrchestrator.js +170 -46
- package/dist/upgrade/upgradeOrchestrator.js.map +1 -1
- package/dist/upgrade/upgradeSnapshot.js +93 -0
- package/dist/upgrade/upgradeSnapshot.js.map +1 -0
- package/dist/upgrade/v3CapabilitySurface.js +15 -0
- package/dist/upgrade/v3CapabilitySurface.js.map +1 -0
- package/dist/upgrade/versionResolution.js +12 -4
- package/dist/upgrade/versionResolution.js.map +1 -1
- package/dist/validate/appHomeContract.js +5 -5
- package/dist/validate/appHomeContract.js.map +1 -1
- package/dist/validate/capability.js +135 -14
- package/dist/validate/capability.js.map +1 -1
- package/dist/validate/crossCapability.js +1 -1
- package/dist/validate/crossCapability.js.map +1 -1
- package/dist/validate/lifecycleAdapters/legacyPythonParity.js +93 -0
- package/dist/validate/lifecycleAdapters/legacyPythonParity.js.map +1 -0
- package/dist/validate/lifecycleAdapters/nodeFormChecks.js +481 -0
- package/dist/validate/lifecycleAdapters/nodeFormChecks.js.map +1 -0
- package/dist/validate/lifecycleAdapters/shared.js +198 -0
- package/dist/validate/lifecycleAdapters/shared.js.map +1 -0
- package/dist/validate/lifecycleAdapters.js +91 -702
- package/dist/validate/lifecycleAdapters.js.map +1 -1
- package/dist/validate/selfAudit.js +63 -21
- package/dist/validate/selfAudit.js.map +1 -1
- package/dist/validate/vocabularyAuthority.js +303 -0
- package/dist/validate/vocabularyAuthority.js.map +1 -0
- package/package.json +30 -27
- package/bundle/references/v1-section-mapping.md +0 -47
- package/bundle/skills/agentera/.claude-plugin/plugin.json +0 -27
- package/bundle/skills/agentera/agents/dokumentera.toml +0 -6
- package/bundle/skills/agentera/agents/hej.toml +0 -6
- package/bundle/skills/agentera/agents/inspektera.toml +0 -6
- package/bundle/skills/agentera/agents/inspirera.toml +0 -6
- package/bundle/skills/agentera/agents/optimera.toml +0 -6
- package/bundle/skills/agentera/agents/orkestrera.toml +0 -6
- package/bundle/skills/agentera/agents/planera.toml +0 -6
- package/bundle/skills/agentera/agents/profilera.toml +0 -6
- package/bundle/skills/agentera/agents/realisera.toml +0 -6
- package/bundle/skills/agentera/agents/resonera.toml +0 -6
- package/bundle/skills/agentera/agents/visionera.toml +0 -6
- package/bundle/skills/agentera/agents/visualisera.toml +0 -6
- package/bundle/skills/agentera/capabilities/dokumentera/instructions.md +0 -428
- package/bundle/skills/agentera/capabilities/hej/instructions.md +0 -331
- package/bundle/skills/agentera/capabilities/inspektera/instructions.md +0 -514
- package/bundle/skills/agentera/capabilities/inspirera/instructions.md +0 -280
- package/bundle/skills/agentera/capabilities/inspirera/schemas/artifacts.yaml +0 -24
- package/bundle/skills/agentera/capabilities/optimera/instructions.md +0 -437
- package/bundle/skills/agentera/capabilities/orkestrera/instructions.md +0 -433
- package/bundle/skills/agentera/capabilities/orkestrera/schemas/validation.yaml +0 -107
- package/bundle/skills/agentera/capabilities/planera/instructions.md +0 -368
- package/bundle/skills/agentera/capabilities/planera/schemas/artifacts.yaml +0 -62
- package/bundle/skills/agentera/capabilities/planera/schemas/validation.yaml +0 -61
- package/bundle/skills/agentera/capabilities/profilera/instructions.md +0 -419
- package/bundle/skills/agentera/capabilities/realisera/instructions.md +0 -403
- package/bundle/skills/agentera/capabilities/resonera/instructions.md +0 -329
- package/bundle/skills/agentera/capabilities/visionera/instructions.md +0 -309
- package/bundle/skills/agentera/capabilities/visualisera/instructions.md +0 -400
- package/bundle/skills/hej/.claude-plugin/plugin.json +0 -6
- package/bundle/skills/hej/SKILL.md +0 -69
- package/bundle/skills/hej/agents/hej.toml +0 -11
- package/bundle/skills/hej/agents/openai.yaml +0 -8
- package/dist/cli/commands/backfill.js +0 -84
- package/dist/cli/commands/backfill.js.map +0 -1
- package/dist/cli/commands/state.js +0 -1012
- package/dist/cli/commands/state.js.map +0 -1
- package/dist/core/git.js +0 -43
- package/dist/core/git.js.map +0 -1
- package/dist/hooks/compaction.js +0 -935
- package/dist/hooks/compaction.js.map +0 -1
- package/dist/hooks/validateArtifact.js +0 -933
- package/dist/hooks/validateArtifact.js.map +0 -1
- package/dist/state/progressCommit.js +0 -289
- package/dist/state/progressCommit.js.map +0 -1
- /package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/exit.yaml +0 -0
- /package/bundle/skills/agentera/capabilities/{inspirera → research}/schemas/exit.yaml +0 -0
- /package/bundle/skills/agentera/capabilities/{hej → status}/schemas/exit.yaml +0 -0
|
@@ -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
|
-
#
|
|
3
|
+
# Current 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
|
#
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
# ─────────────────────────────────────────────────────────────────────
|
|
14
14
|
# <!-- Level: light/full --> HEADER.level PL1
|
|
15
15
|
# <!-- Created: date --> HEADER.created PL2
|
|
16
|
-
# <!-- Status: active/completed --> HEADER.status PL3
|
|
16
|
+
# <!-- Status: active/completed --> HEADER.status PL3 (normalized)
|
|
17
17
|
# <!-- Reviewed: date --> HEADER.reviewed PL4
|
|
18
18
|
# <!-- Critic issues: N found... --> HEADER.critic_issues PL5
|
|
19
19
|
# <!-- Revised: description --> HEADER.revised PL6
|
|
@@ -32,6 +32,8 @@
|
|
|
32
32
|
# **Acceptance**: <criteria list> TASK.acceptance PL19
|
|
33
33
|
# ## Overall Acceptance PLAN.overall_acceptance PL20
|
|
34
34
|
# ## Surprises PLAN.surprises PL21
|
|
35
|
+
# ## Unknowns UNKNOWN.entry PU1
|
|
36
|
+
# ## Rejected Review Findings REJECTED.entry PR1
|
|
35
37
|
#
|
|
36
38
|
# Protocol references:
|
|
37
39
|
# status visual tokens: VT1-VT4 (protocol.yaml VISUAL_TOKENS)
|
|
@@ -41,12 +43,12 @@ meta:
|
|
|
41
43
|
name: plan
|
|
42
44
|
version: "1.0.0"
|
|
43
45
|
description: >-
|
|
44
|
-
Active work plan. Produced by
|
|
46
|
+
Active work plan. Produced by plan and updated by plan executors.
|
|
45
47
|
Consumed by capabilities that inspect or execute plan state.
|
|
46
48
|
artifact_type: agent_facing
|
|
47
49
|
path: ".agentera/plan.yaml"
|
|
48
|
-
producer: [
|
|
49
|
-
consumers: [
|
|
50
|
+
producer: [orchestrate, plan, build]
|
|
51
|
+
consumers: [status, audit, orchestrate, plan, build]
|
|
50
52
|
format: yaml
|
|
51
53
|
|
|
52
54
|
GROUP_PREFIXES:
|
|
@@ -55,6 +57,8 @@ GROUP_PREFIXES:
|
|
|
55
57
|
PLAN: PL
|
|
56
58
|
SCOPE: PS
|
|
57
59
|
TASK: PT
|
|
60
|
+
UNKNOWN: PU
|
|
61
|
+
REJECTED: PR
|
|
58
62
|
VALIDATION: PV
|
|
59
63
|
|
|
60
64
|
BUDGET:
|
|
@@ -99,10 +103,10 @@ HEADER:
|
|
|
99
103
|
type: string
|
|
100
104
|
required: true
|
|
101
105
|
description: >-
|
|
102
|
-
|
|
103
|
-
|
|
106
|
+
Canonical plan lifecycle. Positional activity is derived from the
|
|
107
|
+
plan's location and is not persisted.
|
|
104
108
|
validation:
|
|
105
|
-
- "Must be one of:
|
|
109
|
+
- "Must be one of: open, complete"
|
|
106
110
|
4:
|
|
107
111
|
id: PH4
|
|
108
112
|
field: reviewed
|
|
@@ -134,7 +138,7 @@ HEADER:
|
|
|
134
138
|
type: string
|
|
135
139
|
required: true
|
|
136
140
|
description: >-
|
|
137
|
-
Short plan title. Used in archive naming and plan listing.
|
|
141
|
+
Short plan title. Used in archive naming and active/archived plan listing.
|
|
138
142
|
Format: 'Plan: <descriptive name>'.
|
|
139
143
|
validation:
|
|
140
144
|
- "Non-empty string"
|
|
@@ -191,7 +195,7 @@ PLAN:
|
|
|
191
195
|
required: false
|
|
192
196
|
description: >-
|
|
193
197
|
Runtime surprises discovered during plan execution. Populated
|
|
194
|
-
by
|
|
198
|
+
by build when reality diverges from plan. Default: empty.
|
|
195
199
|
7:
|
|
196
200
|
id: PL22
|
|
197
201
|
field: previous_plan_archived
|
|
@@ -201,6 +205,62 @@ PLAN:
|
|
|
201
205
|
Path to the previous active plan archived when this plan was created.
|
|
202
206
|
Preserves plan lineage without changing lifecycle status.
|
|
203
207
|
|
|
208
|
+
UNKNOWN:
|
|
209
|
+
1:
|
|
210
|
+
id: PU1
|
|
211
|
+
field: entry
|
|
212
|
+
type: map
|
|
213
|
+
required: true
|
|
214
|
+
description: >-
|
|
215
|
+
A planning-time question that can change whether downstream work remains
|
|
216
|
+
necessary as written. Full plans require at least one entry.
|
|
217
|
+
min_count: 1
|
|
218
|
+
2:
|
|
219
|
+
id: PU2
|
|
220
|
+
field: question
|
|
221
|
+
parent: UNKNOWN.entry
|
|
222
|
+
type: string
|
|
223
|
+
required: true
|
|
224
|
+
description: "The unresolved planning-time question."
|
|
225
|
+
3:
|
|
226
|
+
id: PU3
|
|
227
|
+
field: affects_task
|
|
228
|
+
parent: UNKNOWN.entry
|
|
229
|
+
type: integer
|
|
230
|
+
required: true
|
|
231
|
+
description: "The task number whose scope depends on the answer."
|
|
232
|
+
4:
|
|
233
|
+
id: PU4
|
|
234
|
+
field: resolve_by
|
|
235
|
+
parent: UNKNOWN.entry
|
|
236
|
+
type: string
|
|
237
|
+
required: true
|
|
238
|
+
description: "How the affected task will resolve the question."
|
|
239
|
+
|
|
240
|
+
REJECTED:
|
|
241
|
+
1:
|
|
242
|
+
id: PR1
|
|
243
|
+
field: entry
|
|
244
|
+
type: map
|
|
245
|
+
required: true
|
|
246
|
+
description: >-
|
|
247
|
+
A dismissed adversarial-review finding preserved with its rationale.
|
|
248
|
+
min_count: 1
|
|
249
|
+
2:
|
|
250
|
+
id: PR2
|
|
251
|
+
field: issue
|
|
252
|
+
parent: REJECTED.entry
|
|
253
|
+
type: string
|
|
254
|
+
required: true
|
|
255
|
+
description: "The critic finding that was dismissed."
|
|
256
|
+
3:
|
|
257
|
+
id: PR3
|
|
258
|
+
field: rationale
|
|
259
|
+
parent: REJECTED.entry
|
|
260
|
+
type: string
|
|
261
|
+
required: true
|
|
262
|
+
description: "Why the finding was dismissed rather than addressed."
|
|
263
|
+
|
|
204
264
|
SCOPE:
|
|
205
265
|
1:
|
|
206
266
|
id: PS11
|
|
@@ -278,6 +338,15 @@ TASK:
|
|
|
278
338
|
Acceptance criteria for this task. Each entry is a GIVEN/WHEN/THEN
|
|
279
339
|
statement that must hold for the task to be considered complete.
|
|
280
340
|
Required for full-level plans.
|
|
341
|
+
6:
|
|
342
|
+
id: PT20
|
|
343
|
+
field: evaluation
|
|
344
|
+
type: mapping
|
|
345
|
+
required: false
|
|
346
|
+
description: >-
|
|
347
|
+
CLI-owned evaluator state written only by `agentera state plan
|
|
348
|
+
record-evaluation`. It records attempt and failure counts, the latest
|
|
349
|
+
verdict, retained failure evidence, and stable attempt provenance.
|
|
281
350
|
|
|
282
351
|
VALIDATION:
|
|
283
352
|
1:
|
|
@@ -300,7 +369,7 @@ VALIDATION:
|
|
|
300
369
|
checks:
|
|
301
370
|
- "level is present and is 'light' or 'full'"
|
|
302
371
|
- "created is present and matches YYYY-MM-DD"
|
|
303
|
-
- "status is present and is '
|
|
372
|
+
- "status is present and is 'open' or 'complete'"
|
|
304
373
|
- "title is present and non-empty"
|
|
305
374
|
- "what is present and non-empty"
|
|
306
375
|
- "why is present and non-empty"
|
|
@@ -340,3 +409,186 @@ VALIDATION:
|
|
|
340
409
|
checks:
|
|
341
410
|
- "Per-task word count <= 100"
|
|
342
411
|
- "Total file word count <= 2500"
|
|
412
|
+
|
|
413
|
+
LIFECYCLE_CONTRACT:
|
|
414
|
+
authority: this schema
|
|
415
|
+
canonical:
|
|
416
|
+
persisted_status:
|
|
417
|
+
field: header.status
|
|
418
|
+
values:
|
|
419
|
+
- open
|
|
420
|
+
- complete
|
|
421
|
+
meaning:
|
|
422
|
+
open: Work is unfinished, whether the plan is current or archived.
|
|
423
|
+
complete: Every task is complete.
|
|
424
|
+
position:
|
|
425
|
+
active: The plan occupies the docs-mapped current-plan path.
|
|
426
|
+
archived: The plan occupies the sibling archive directory.
|
|
427
|
+
persisted: false
|
|
428
|
+
execution:
|
|
429
|
+
eligible: Only a plan at the current-plan path can supply executable work.
|
|
430
|
+
archived: An archived plan is historical and non-executable regardless of status.
|
|
431
|
+
forced_archive:
|
|
432
|
+
unfinished_status: open
|
|
433
|
+
effect: Move the plan to immutable history without claiming completion.
|
|
434
|
+
compatibility:
|
|
435
|
+
legacy_read_window:
|
|
436
|
+
scope: >-
|
|
437
|
+
Read normalization and typed-writer canonicalization of plan-level
|
|
438
|
+
active to open and completed to complete for artifacts produced by
|
|
439
|
+
pre-canonical Agentera versions at the docs-mapped current-plan path
|
|
440
|
+
or its sibling archive directory.
|
|
441
|
+
writers: Canonical writers and migrators must emit only open or complete.
|
|
442
|
+
removal_condition: >-
|
|
443
|
+
Remove normalization only after the deterministic migration covers
|
|
444
|
+
current plans, archives, fixtures, and bundled upgrade inputs, and
|
|
445
|
+
regression tests prove no supported producer can emit a legacy value.
|
|
446
|
+
test_boundary:
|
|
447
|
+
- current plan with active normalizes to open and reports legacy input
|
|
448
|
+
- archived plan with active normalizes to open and remains non-executable
|
|
449
|
+
- completed normalizes to complete only at the plan-level compatibility seam
|
|
450
|
+
- canonical writers reject active and completed after migration support lands
|
|
451
|
+
- typed writes canonicalize a legacy current plan before publication
|
|
452
|
+
external_consumers:
|
|
453
|
+
evidence: >-
|
|
454
|
+
No shipped SDK, adapter, or package reads header.status directly;
|
|
455
|
+
supported consumers use the CLI plan discovery and state contracts.
|
|
456
|
+
commitment: No compatibility window is provided for direct YAML consumers.
|
|
457
|
+
inventory:
|
|
458
|
+
method: >-
|
|
459
|
+
Classification is pattern-based and enforced by a bounded repository
|
|
460
|
+
scan. Every file under scan.roots containing a discovery marker must
|
|
461
|
+
match at least one family pattern unless an explicit exclusion applies.
|
|
462
|
+
scan:
|
|
463
|
+
roots:
|
|
464
|
+
- .
|
|
465
|
+
symlinks: Excluded because their targets may leave the repository boundary.
|
|
466
|
+
excluded_directory_names:
|
|
467
|
+
names:
|
|
468
|
+
- .git
|
|
469
|
+
- node_modules
|
|
470
|
+
- .pnpm-store
|
|
471
|
+
- .venv
|
|
472
|
+
- .pytest_cache
|
|
473
|
+
- .ruff_cache
|
|
474
|
+
- .cache
|
|
475
|
+
- .snapshots
|
|
476
|
+
- __pycache__
|
|
477
|
+
- dist
|
|
478
|
+
- build
|
|
479
|
+
- coverage
|
|
480
|
+
- bundle
|
|
481
|
+
- .astro
|
|
482
|
+
- .svelte-kit
|
|
483
|
+
- .wrangler
|
|
484
|
+
reason: >-
|
|
485
|
+
Directory-name pruning prevents traversal of VCS metadata, vendor
|
|
486
|
+
dependencies, environments, caches, snapshots, bytecode, and generated
|
|
487
|
+
build or publication outputs at any repository depth.
|
|
488
|
+
markers:
|
|
489
|
+
- planDocumentParts
|
|
490
|
+
- discoverPlanArtifacts
|
|
491
|
+
- resolvePlanTaskEvidence
|
|
492
|
+
- header.status
|
|
493
|
+
- previous_plan_archived
|
|
494
|
+
- plan_archive
|
|
495
|
+
- state plan
|
|
496
|
+
- .agentera/plan.yaml
|
|
497
|
+
- plan.yaml
|
|
498
|
+
- state.plan.
|
|
499
|
+
- artifact_id: plan
|
|
500
|
+
- artifact: plan
|
|
501
|
+
- active plan
|
|
502
|
+
- archived plan
|
|
503
|
+
- plan lifecycle
|
|
504
|
+
exclusions:
|
|
505
|
+
- patterns: [.git, .git/**]
|
|
506
|
+
reason: Git object and worktree metadata is not a repository contract surface.
|
|
507
|
+
- patterns: [node_modules, node_modules/**, "**/node_modules", "**/node_modules/**"]
|
|
508
|
+
reason: Installed third-party dependencies are vendor content.
|
|
509
|
+
- patterns: [.pnpm-store, .pnpm-store/**, .venv, .venv/**]
|
|
510
|
+
reason: Package and Python environments are external dependency caches.
|
|
511
|
+
- patterns: [.pytest_cache, .pytest_cache/**, .ruff_cache, .ruff_cache/**]
|
|
512
|
+
reason: Tool caches are generated and carry no product contract.
|
|
513
|
+
- patterns: ["**/.cache", "**/.cache/**", .snapshots, .snapshots/**]
|
|
514
|
+
reason: Caches and filesystem snapshots are generated or external state.
|
|
515
|
+
- patterns: ["**/dist", "**/dist/**", "**/build", "**/build/**", "**/coverage", "**/coverage/**"]
|
|
516
|
+
reason: Compiled, bundled, and coverage outputs are generated from classified sources.
|
|
517
|
+
- patterns: [packages/cli/bundle, packages/cli/bundle/**, "**/.astro", "**/.astro/**", "**/.svelte-kit", "**/.svelte-kit/**"]
|
|
518
|
+
reason: Runtime bundles and framework outputs are generated publication artifacts.
|
|
519
|
+
- patterns: [.wrangler, .wrangler/**, "**/.wrangler", "**/.wrangler/**", "*.tgz", "**/*.tgz"]
|
|
520
|
+
reason: Deployment outputs and package tarballs are generated publication artifacts.
|
|
521
|
+
- patterns: [.env, .env.*, "**/.env", "**/.env.*", "*.pem", "**/*.pem", "*.key", "**/*.key"]
|
|
522
|
+
reason: Local secret files are neither read nor classified by repository contract tests.
|
|
523
|
+
- patterns:
|
|
524
|
+
- references/adapters/runtime-lifecycle-*.yaml
|
|
525
|
+
- packages/cli/src/runtime/lifecycle*.ts
|
|
526
|
+
- packages/cli/src/upgrade/lifecycle*.ts
|
|
527
|
+
- packages/cli/test/runtime/lifecycle*.test.ts
|
|
528
|
+
- packages/cli/test/upgrade/lifecycle*.test.ts
|
|
529
|
+
- packages/cli/test/cli/lifecycle*.test.ts
|
|
530
|
+
- packages/cli/test/validate/lifecycle*.test.ts
|
|
531
|
+
reason: These surfaces govern runtime installation lifecycle, not plan artifact lifecycle.
|
|
532
|
+
readers:
|
|
533
|
+
- src/**
|
|
534
|
+
- hooks/**
|
|
535
|
+
- .opencode/plugins/**/*.js
|
|
536
|
+
- packages/cli/src/cli/plan*.ts
|
|
537
|
+
- packages/cli/src/cli/orientation.ts
|
|
538
|
+
- packages/cli/src/cli/appContext.ts
|
|
539
|
+
- packages/cli/src/cli/commands/state/plan.ts
|
|
540
|
+
- packages/cli/src/cli/commands/prime/*.ts
|
|
541
|
+
- packages/cli/src/cli/capabilityContext/*.ts
|
|
542
|
+
- packages/cli/src/cli/contracts/orientationState.ts
|
|
543
|
+
- packages/cli/src/cli/startupCompletenessContract.ts
|
|
544
|
+
- packages/cli/src/hooks/sessionStart.ts
|
|
545
|
+
- packages/cli/src/eval/evalSkills.ts
|
|
546
|
+
writers:
|
|
547
|
+
- packages/cli/src/state/write/*.ts
|
|
548
|
+
- packages/cli/src/cli/commands/state/write.ts
|
|
549
|
+
migrators:
|
|
550
|
+
- packages/cli/src/upgrade/migrateArtifacts*.ts
|
|
551
|
+
- packages/cli/src/upgrade/upgradeOrchestrator.ts
|
|
552
|
+
- packages/cli/src/upgrade/doctor.ts
|
|
553
|
+
- packages/cli/src/cli/commands/prime/v1Migration.ts
|
|
554
|
+
schemas:
|
|
555
|
+
- skills/agentera/schemas/artifacts/*.yaml
|
|
556
|
+
- skills/agentera/capabilities/*/schemas/*.yaml
|
|
557
|
+
- skills/agentera/capability_schema_contract.yaml
|
|
558
|
+
adapters:
|
|
559
|
+
- references/**/*.yaml
|
|
560
|
+
- packages/cli/src/registries/*.ts
|
|
561
|
+
- packages/cli/src/state/startupAnalysis/*.ts
|
|
562
|
+
- packages/cli/src/cli/commands/schema.ts
|
|
563
|
+
- packages/cli/src/cli/commands/validate.ts
|
|
564
|
+
- packages/cli/src/cli/help.ts
|
|
565
|
+
- packages/cli/src/cli/prime-blob.ts
|
|
566
|
+
- packages/cli/src/hooks/validateArtifact/*.ts
|
|
567
|
+
- packages/cli/src/validate/selfAudit.ts
|
|
568
|
+
- packages/cli/src/hooks/compaction/*.ts
|
|
569
|
+
- packages/cli/src/cli/dispatch/*.ts
|
|
570
|
+
- .agentera/docs.yaml
|
|
571
|
+
- scripts/**
|
|
572
|
+
fixtures:
|
|
573
|
+
- packages/cli/test/**/*.ts
|
|
574
|
+
- packages/cli/test/**/*.md
|
|
575
|
+
- packages/cli/test/fixtures/**
|
|
576
|
+
- packages/cli/test/fixtures/**/.agentera/*
|
|
577
|
+
- packages/cli/test/upgrade/fixtures/**
|
|
578
|
+
- packages/cli/test/upgrade/fixtures/**/.agentera/*
|
|
579
|
+
- packages/cli/test/cli/fixtures/**
|
|
580
|
+
- tests/**
|
|
581
|
+
- fixtures/**
|
|
582
|
+
- .agentera/**
|
|
583
|
+
documented_external_commitments:
|
|
584
|
+
- packages/cli/src/capabilities/*/instructions.ts
|
|
585
|
+
- skills/agentera/SKILL.md
|
|
586
|
+
- skills/agentera/agents/*
|
|
587
|
+
- skills/agentera/references/*
|
|
588
|
+
- references/**/*.md
|
|
589
|
+
- docs/**
|
|
590
|
+
- packages/web/src/**
|
|
591
|
+
- "*.md"
|
|
592
|
+
- AGENTS.md
|
|
593
|
+
- README.md
|
|
594
|
+
- UPGRADE.md
|