agentera 3.0.0-dev.23 → 3.0.0-dev.26
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 +18 -22
- package/bundle/CHANGELOG.md +25 -27
- package/bundle/README.md +22 -42
- package/bundle/UPGRADE.md +71 -179
- package/bundle/references/adapters/package-manifest-interface-model.yaml +41 -240
- package/bundle/references/adapters/package-registry.yaml +9 -145
- package/bundle/references/adapters/package-surface-characterization.md +13 -38
- package/bundle/references/adapters/runtime-lifecycle-adapters.yaml +5 -219
- package/bundle/references/adapters/runtime-lifecycle-authority.yaml +2 -29
- package/bundle/references/adapters/runtime-lifecycle-operation-contract.yaml +1 -1
- package/bundle/references/artifacts/state-storage-authority.yaml +729 -412
- package/bundle/references/cli/agent-ready-state-contract.yaml +12 -12
- package/bundle/references/cli/app-lifecycle-vocabulary.yaml +3 -4
- package/bundle/references/cli/bundle-skill-vocabulary.yaml +9 -18
- package/bundle/references/cli/capability-tool-classification.yaml +2 -2
- package/bundle/references/cli/prime-consumer-compatibility.yaml +28 -98
- package/bundle/references/cli/routing-execution-vocabulary.yaml +4 -22
- package/bundle/references/cli/update-channels.yaml +4 -2
- package/bundle/references/cli/upgrade-repair-wording.md +8 -28
- package/bundle/references/cli/v3-handoff-manifest.schema.yaml +2 -3
- package/bundle/references/cli/vocabulary.md +22 -27
- package/bundle/references/meta/documentation-inventory.md +1 -1
- package/bundle/skills/agentera/SKILL.md +28 -14
- package/bundle/skills/agentera/capabilities/audit/schemas/artifacts.yaml +12 -12
- package/bundle/skills/agentera/capabilities/audit/schemas/validation.yaml +2 -2
- package/bundle/skills/agentera/capabilities/build/schemas/artifacts.yaml +12 -12
- package/bundle/skills/agentera/capabilities/build/schemas/validation.yaml +8 -8
- package/bundle/skills/agentera/capabilities/design/schemas/artifacts.yaml +6 -6
- package/bundle/skills/agentera/capabilities/discuss/schemas/artifacts.yaml +7 -7
- package/bundle/skills/agentera/capabilities/document/schemas/artifacts.yaml +12 -12
- package/bundle/skills/agentera/capabilities/optimize/schemas/artifacts.yaml +9 -9
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/artifacts.yaml +11 -11
- package/bundle/skills/agentera/capabilities/plan/schemas/artifacts.yaml +9 -9
- package/bundle/skills/agentera/capabilities/profile/schemas/artifacts.yaml +2 -2
- package/bundle/skills/agentera/capabilities/research/schemas/artifacts.yaml +3 -3
- package/bundle/skills/agentera/capabilities/status/schemas/artifacts.yaml +11 -11
- package/bundle/skills/agentera/capabilities/vision/schemas/artifacts.yaml +8 -8
- package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +15 -2
- package/bundle/skills/agentera/schemas/artifacts/docs.yaml +7 -12
- package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +21 -21
- package/bundle/skills/agentera/schemas/artifacts/health.yaml +15 -2
- package/bundle/skills/agentera/schemas/artifacts/plan.yaml +36 -15
- package/bundle/skills/agentera/schemas/artifacts/progress.yaml +15 -2
- package/bundle/skills/agentera/schemas/artifacts/todo.yaml +4 -4
- package/dist/capabilities/audit/instructions.js +13 -1
- package/dist/capabilities/audit/instructions.js.map +1 -1
- package/dist/capabilities/build/instructions.js +14 -1
- package/dist/capabilities/build/instructions.js.map +1 -1
- package/dist/capabilities/discuss/instructions.js +11 -1
- package/dist/capabilities/discuss/instructions.js.map +1 -1
- package/dist/capabilities/document/instructions.js +9 -1
- package/dist/capabilities/document/instructions.js.map +1 -1
- package/dist/capabilities/index.js +7 -7
- package/dist/capabilities/index.js.map +1 -1
- package/dist/capabilities/optimize/instructions.js +10 -1
- package/dist/capabilities/optimize/instructions.js.map +1 -1
- package/dist/capabilities/orchestrate/instructions.js +13 -2
- package/dist/capabilities/orchestrate/instructions.js.map +1 -1
- package/dist/capabilities/plan/instructions.js +10 -1
- package/dist/capabilities/plan/instructions.js.map +1 -1
- package/dist/cli/capabilityContext/bespoke.js +8 -2
- package/dist/cli/capabilityContext/bespoke.js.map +1 -1
- package/dist/cli/capabilityContext/closeout.js +3 -3
- package/dist/cli/capabilityContext/closeout.js.map +1 -1
- package/dist/cli/capabilityContext/contract.js +10 -15
- package/dist/cli/capabilityContext/contract.js.map +1 -1
- package/dist/cli/capabilityContext/evidence.js +55 -43
- package/dist/cli/capabilityContext/evidence.js.map +1 -1
- package/dist/cli/capabilityContext/planState.js +5 -5
- package/dist/cli/capabilityContext/planState.js.map +1 -1
- package/dist/cli/capabilityContext/progress.js +1 -1
- package/dist/cli/capabilityContext/progress.js.map +1 -1
- package/dist/cli/capabilityContext/shared.js +8 -2
- package/dist/cli/capabilityContext/shared.js.map +1 -1
- package/dist/cli/capabilityContext/slim.js +2 -1
- package/dist/cli/capabilityContext/slim.js.map +1 -1
- package/dist/cli/capabilityContext/startup.js +19 -8
- package/dist/cli/capabilityContext/startup.js.map +1 -1
- package/dist/cli/capabilityContext/types.js +4 -4
- package/dist/cli/capabilityContext/types.js.map +1 -1
- package/dist/cli/commands/doctor.js +6 -64
- package/dist/cli/commands/doctor.js.map +1 -1
- package/dist/cli/commands/durability.js +27 -30
- package/dist/cli/commands/durability.js.map +1 -1
- package/dist/cli/commands/entityMigrate.js +128 -0
- package/dist/cli/commands/entityMigrate.js.map +1 -0
- package/dist/cli/commands/prime/briefOrientation.js +7 -22
- package/dist/cli/commands/prime/briefOrientation.js.map +1 -1
- package/dist/cli/commands/prime/bundleStatus.js +8 -2
- package/dist/cli/commands/prime/bundleStatus.js.map +1 -1
- package/dist/cli/commands/prime/collectEntityOrientation.js +161 -0
- package/dist/cli/commands/prime/collectEntityOrientation.js.map +1 -0
- package/dist/cli/commands/prime/collectOrientationState.js +32 -59
- package/dist/cli/commands/prime/collectOrientationState.js.map +1 -1
- package/dist/cli/commands/prime/orientationOutput.js +4 -12
- package/dist/cli/commands/prime/orientationOutput.js.map +1 -1
- package/dist/cli/commands/prime.js +2 -5
- package/dist/cli/commands/prime.js.map +1 -1
- package/dist/cli/commands/query.js +43 -49
- package/dist/cli/commands/query.js.map +1 -1
- package/dist/cli/commands/schema.js +26 -83
- package/dist/cli/commands/schema.js.map +1 -1
- package/dist/cli/commands/state/decisions.js +14 -47
- package/dist/cli/commands/state/decisions.js.map +1 -1
- package/dist/cli/commands/state/docs.js +58 -84
- package/dist/cli/commands/state/docs.js.map +1 -1
- package/dist/cli/commands/state/experimentRecords.js +27 -44
- package/dist/cli/commands/state/experimentRecords.js.map +1 -1
- package/dist/cli/commands/state/experiments.js +11 -64
- package/dist/cli/commands/state/experiments.js.map +1 -1
- package/dist/cli/commands/state/get.js +74 -88
- package/dist/cli/commands/state/get.js.map +1 -1
- package/dist/cli/commands/state/health.js +11 -112
- package/dist/cli/commands/state/health.js.map +1 -1
- package/dist/cli/commands/state/index.js +11 -2
- package/dist/cli/commands/state/index.js.map +1 -1
- package/dist/cli/commands/state/list.js +30 -13
- package/dist/cli/commands/state/list.js.map +1 -1
- package/dist/cli/commands/state/objective.js +21 -64
- package/dist/cli/commands/state/objective.js.map +1 -1
- package/dist/cli/commands/state/plan.js +11 -376
- package/dist/cli/commands/state/plan.js.map +1 -1
- package/dist/cli/commands/state/planTasks.js +58 -80
- package/dist/cli/commands/state/planTasks.js.map +1 -1
- package/dist/cli/commands/state/plans.js +27 -38
- package/dist/cli/commands/state/plans.js.map +1 -1
- package/dist/cli/commands/state/progress.js +11 -44
- package/dist/cli/commands/state/progress.js.map +1 -1
- package/dist/cli/commands/state/shared.js.map +1 -1
- package/dist/cli/commands/state/todo.js +27 -106
- package/dist/cli/commands/state/todo.js.map +1 -1
- package/dist/cli/commands/state/write.js +57 -4
- package/dist/cli/commands/state/write.js.map +1 -1
- package/dist/cli/commands/upgrade.js +99 -35
- package/dist/cli/commands/upgrade.js.map +1 -1
- package/dist/cli/commands/upgradeVerify.js +52 -14
- package/dist/cli/commands/upgradeVerify.js.map +1 -1
- package/dist/cli/commands/validate.js +66 -9
- package/dist/cli/commands/validate.js.map +1 -1
- package/dist/cli/dispatch/check.js +13 -13
- package/dist/cli/dispatch/check.js.map +1 -1
- package/dist/cli/dispatch/index.js +35 -28
- package/dist/cli/dispatch/index.js.map +1 -1
- package/dist/cli/dispatch/lifecycle.js +23 -43
- package/dist/cli/dispatch/lifecycle.js.map +1 -1
- package/dist/cli/dispatch/prime.js +15 -0
- package/dist/cli/dispatch/prime.js.map +1 -1
- package/dist/cli/dispatch/state.js +7 -1
- package/dist/cli/dispatch/state.js.map +1 -1
- package/dist/cli/help.js +90 -112
- package/dist/cli/help.js.map +1 -1
- package/dist/cli/migrationRequired.js +87 -0
- package/dist/cli/migrationRequired.js.map +1 -0
- package/dist/cli/orientation/attention.js +3 -99
- package/dist/cli/orientation/attention.js.map +1 -1
- package/dist/cli/orientation.js +10 -7
- package/dist/cli/orientation.js.map +1 -1
- package/dist/cli/planArtifacts.js +192 -42
- package/dist/cli/planArtifacts.js.map +1 -1
- package/dist/cli/prime-blob.js +5 -5
- package/dist/cli/prime-blob.js.map +1 -1
- package/dist/cli/stateQuery.js +6 -7
- package/dist/cli/stateQuery.js.map +1 -1
- package/dist/core/skillIdentity.js +24 -0
- package/dist/core/skillIdentity.js.map +1 -0
- package/dist/hooks/common.js +1 -1
- package/dist/hooks/common.js.map +1 -1
- package/dist/hooks/compaction/status.js +27 -2
- package/dist/hooks/compaction/status.js.map +1 -1
- package/dist/hooks/cursorSessionStart.js +4 -19
- package/dist/hooks/cursorSessionStart.js.map +1 -1
- package/dist/hooks/projectHookInput.js +26 -0
- package/dist/hooks/projectHookInput.js.map +1 -0
- package/dist/hooks/sessionStart.js +58 -212
- package/dist/hooks/sessionStart.js.map +1 -1
- package/dist/hooks/sessionStop.js +4 -12
- package/dist/hooks/sessionStop.js.map +1 -1
- package/dist/hooks/validateArtifact/traversal.js +1 -1
- package/dist/hooks/validateArtifact/traversal.js.map +1 -1
- package/dist/registries/artifactRegistry.js +24 -14
- package/dist/registries/artifactRegistry.js.map +1 -1
- package/dist/registries/packageRegistry.js +58 -232
- package/dist/registries/packageRegistry.js.map +1 -1
- package/dist/release/releaseMetadata.js +1 -13
- package/dist/release/releaseMetadata.js.map +1 -1
- package/dist/runtime/lifecycleAdapterContract.js +4 -4
- package/dist/runtime/lifecycleAdapterContract.js.map +1 -1
- package/dist/runtime/lifecycleAdapters.js +14 -2
- package/dist/runtime/lifecycleAdapters.js.map +1 -1
- package/dist/runtime/lifecycleAuthority.js +5 -43
- package/dist/runtime/lifecycleAuthority.js.map +1 -1
- package/dist/runtime/lifecycleOperationContract.js +3 -2
- package/dist/runtime/lifecycleOperationContract.js.map +1 -1
- package/dist/runtime/lifecyclePublication.js +21 -0
- package/dist/runtime/lifecyclePublication.js.map +1 -1
- package/dist/setup/opencode.js +20 -12
- package/dist/setup/opencode.js.map +1 -1
- package/dist/setup/sharedSkill.js +46 -0
- package/dist/setup/sharedSkill.js.map +1 -0
- package/dist/setup/smokeChecks.js +16 -43
- package/dist/setup/smokeChecks.js.map +1 -1
- package/dist/state/archivePublication.js +3 -2
- package/dist/state/archivePublication.js.map +1 -1
- package/dist/state/decisionEntities.js +282 -0
- package/dist/state/decisionEntities.js.map +1 -0
- package/dist/state/decisionOverlay.js +2 -2
- package/dist/state/decisionOverlay.js.map +1 -1
- package/dist/state/decisionRevision.js +44 -34
- package/dist/state/decisionRevision.js.map +1 -1
- package/dist/state/directRetrieval.js.map +1 -1
- package/dist/state/durability.js +81 -226
- package/dist/state/durability.js.map +1 -1
- package/dist/state/entityCutover.js +294 -0
- package/dist/state/entityCutover.js.map +1 -0
- package/dist/state/entityCutoverGit.js +128 -0
- package/dist/state/entityCutoverGit.js.map +1 -0
- package/dist/state/entityMigrationPreview.js +803 -0
- package/dist/state/entityMigrationPreview.js.map +1 -0
- package/dist/state/entityPublicationContext.js +612 -0
- package/dist/state/entityPublicationContext.js.map +1 -0
- package/dist/state/entityStorage.js +826 -0
- package/dist/state/entityStorage.js.map +1 -0
- package/dist/state/experimentIdentity.js +23 -11
- package/dist/state/experimentIdentity.js.map +1 -1
- package/dist/state/healthEntities.js +230 -0
- package/dist/state/healthEntities.js.map +1 -0
- package/dist/state/healthEntityValidation.js +6 -0
- package/dist/state/healthEntityValidation.js.map +1 -0
- package/dist/state/legacyEntityCutoverEvidence.js +66 -0
- package/dist/state/legacyEntityCutoverEvidence.js.map +1 -0
- package/dist/state/listRetrieval.js.map +1 -1
- package/dist/state/objectiveExperimentEntities.js +323 -0
- package/dist/state/objectiveExperimentEntities.js.map +1 -0
- package/dist/state/planEntities.js +362 -0
- package/dist/state/planEntities.js.map +1 -0
- package/dist/state/progressEntities.js +384 -0
- package/dist/state/progressEntities.js.map +1 -0
- package/dist/state/projectRoot.js +63 -0
- package/dist/state/projectRoot.js.map +1 -0
- package/dist/state/retrievalAuthority.js +13 -6
- package/dist/state/retrievalAuthority.js.map +1 -1
- package/dist/state/safeProjectFile.js +153 -0
- package/dist/state/safeProjectFile.js.map +1 -0
- package/dist/state/startupProjection.js +3 -2
- package/dist/state/startupProjection.js.map +1 -1
- package/dist/state/stateMode.js +83 -0
- package/dist/state/stateMode.js.map +1 -0
- package/dist/state/todoDocsEntities.js +225 -0
- package/dist/state/todoDocsEntities.js.map +1 -0
- package/dist/state/todoDocsEntityValidation.js +26 -0
- package/dist/state/todoDocsEntityValidation.js.map +1 -0
- package/dist/state/write/candidateMutation.js +5 -55
- package/dist/state/write/candidateMutation.js.map +1 -1
- package/dist/state/write/explain.js +119 -28
- package/dist/state/write/explain.js.map +1 -1
- package/dist/state/write/lock.js +794 -87
- package/dist/state/write/lock.js.map +1 -1
- package/dist/state/write/mutation.js +5 -2
- package/dist/state/write/mutation.js.map +1 -1
- package/dist/state/write/operations.js +52 -7
- package/dist/state/write/operations.js.map +1 -1
- package/dist/state/write/planEvaluation.js +107 -0
- package/dist/state/write/planEvaluation.js.map +1 -0
- package/dist/state/write/planPublication.js +11 -55
- package/dist/state/write/planPublication.js.map +1 -1
- package/dist/state/write/transaction.js +32 -455
- package/dist/state/write/transaction.js.map +1 -1
- package/dist/upgrade/appContentRefresh.js +43 -28
- package/dist/upgrade/appContentRefresh.js.map +1 -1
- package/dist/upgrade/compatibility.js +4 -4
- package/dist/upgrade/compatibility.js.map +1 -1
- package/dist/upgrade/doctor.js +5 -1
- package/dist/upgrade/doctor.js.map +1 -1
- package/dist/upgrade/installedHooksRetirement.js +46 -39
- package/dist/upgrade/installedHooksRetirement.js.map +1 -1
- package/dist/upgrade/legacyAgentCleanup.js +132 -32
- package/dist/upgrade/legacyAgentCleanup.js.map +1 -1
- package/dist/upgrade/lifecycleUpgrade.js +65 -378
- package/dist/upgrade/lifecycleUpgrade.js.map +1 -1
- package/dist/upgrade/migrateArtifactsV2ToV3.js +164 -66
- package/dist/upgrade/migrateArtifactsV2ToV3.js.map +1 -1
- package/dist/upgrade/migrationPublication.js +123 -0
- package/dist/upgrade/migrationPublication.js.map +1 -0
- package/dist/upgrade/projectIntegration.js +46 -113
- package/dist/upgrade/projectIntegration.js.map +1 -1
- package/dist/upgrade/projectIntegrationDecision.js +6 -96
- package/dist/upgrade/projectIntegrationDecision.js.map +1 -1
- package/dist/upgrade/runtimeMigration.js +222 -402
- package/dist/upgrade/runtimeMigration.js.map +1 -1
- package/dist/upgrade/upgradeCommands.js +5 -4
- package/dist/upgrade/upgradeCommands.js.map +1 -1
- package/dist/upgrade/upgradeLock.js +73 -41
- package/dist/upgrade/upgradeLock.js.map +1 -1
- package/dist/upgrade/upgradeOrchestrator.js +181 -145
- package/dist/upgrade/upgradeOrchestrator.js.map +1 -1
- package/dist/upgrade/v3CapabilitySurface.js +2 -2
- package/dist/validate/appHomeContract.js +0 -4
- package/dist/validate/appHomeContract.js.map +1 -1
- package/dist/validate/crossCapability.js +2 -2
- package/dist/validate/crossCapability.js.map +1 -1
- package/package.json +8 -6
- package/bundle/.codex-plugin/plugin.json +0 -92
- package/bundle/.cursor/agents/agentera.md +0 -7
- package/bundle/.cursor/hooks.json +0 -32
- package/bundle/.cursor-plugin/plugin.json +0 -34
- package/bundle/.github/hooks/postToolUse.json +0 -9
- package/bundle/.github/hooks/preToolUse.json +0 -8
- package/bundle/.github/hooks/sessionEnd.json +0 -8
- package/bundle/.github/hooks/sessionStart.json +0 -8
- package/bundle/.github/plugin/plugin.json +0 -7
- package/bundle/.opencode/agents/agentera.md +0 -12
- package/bundle/.opencode/commands/agentera.md +0 -5
- package/bundle/.opencode/package.json +0 -31
- package/bundle/.opencode/plugins/agentera.js +0 -820
- package/bundle/agents/openai.yaml +0 -87
- package/bundle/hooks/codex-hooks.json +0 -31
- package/bundle/hooks/codex-plugin-hooks.json +0 -31
- package/bundle/plugin.json +0 -13
- package/bundle/references/adapters/cursor.md +0 -224
- package/bundle/references/adapters/opencode.md +0 -529
- package/bundle/references/adapters/runtime-adapter-characterization.md +0 -44
- package/bundle/references/adapters/runtime-adapter-interface-model.yaml +0 -200
- package/bundle/references/adapters/runtime-adapter-registry.yaml +0 -387
- package/bundle/references/adapters/runtime-feature-parity.md +0 -129
- package/dist/cli/commands/backfill.js +0 -194
- package/dist/cli/commands/backfill.js.map +0 -1
- package/dist/cli/commands/migrate.js +0 -677
- package/dist/cli/commands/migrate.js.map +0 -1
- package/dist/registries/runtimeAdapterRegistry.js +0 -324
- package/dist/registries/runtimeAdapterRegistry.js.map +0 -1
- package/dist/setup/copilot.js +0 -227
- package/dist/setup/copilot.js.map +0 -1
- package/dist/setup/cursor.js +0 -129
- package/dist/setup/cursor.js.map +0 -1
- package/dist/setup/cursorSurfaces.js +0 -67
- package/dist/setup/cursorSurfaces.js.map +0 -1
- package/dist/setup/doctor/core.js +0 -296
- package/dist/setup/doctor/core.js.map +0 -1
- package/dist/setup/doctor/diagnostics.js +0 -201
- package/dist/setup/doctor/diagnostics.js.map +0 -1
- package/dist/setup/doctor/opencode.js +0 -301
- package/dist/setup/doctor/opencode.js.map +0 -1
- package/dist/setup/doctor/report.js +0 -425
- package/dist/setup/doctor/report.js.map +0 -1
- package/dist/setup/doctor.js +0 -10
- package/dist/setup/doctor.js.map +0 -1
- package/dist/state/gitBackfill.js +0 -561
- package/dist/state/gitBackfill.js.map +0 -1
- package/dist/state/gitBackfillAuthority.js +0 -141
- package/dist/state/gitBackfillAuthority.js.map +0 -1
- package/dist/state/gitBackfillHistory.js +0 -278
- package/dist/state/gitBackfillHistory.js.map +0 -1
- package/dist/state/gitBackfillOutput.js +0 -209
- package/dist/state/gitBackfillOutput.js.map +0 -1
- package/dist/state/legacyMigration.js +0 -516
- package/dist/state/legacyMigration.js.map +0 -1
- package/dist/state/legacyMigrationParser.js +0 -489
- package/dist/state/legacyMigrationParser.js.map +0 -1
- package/dist/state/migrationAuthority.js +0 -413
- package/dist/state/migrationAuthority.js.map +0 -1
- package/dist/state/migrationEnrichment.js +0 -35
- package/dist/state/migrationEnrichment.js.map +0 -1
- package/dist/upgrade/migrateArtifactsV1ToV2.js +0 -568
- package/dist/upgrade/migrateArtifactsV1ToV2.js.map +0 -1
- package/dist/upgrade/upgradeSnapshot.js +0 -93
- package/dist/upgrade/upgradeSnapshot.js.map +0 -1
- package/dist/validate/lifecycleAdapters/legacyPythonParity.js +0 -93
- package/dist/validate/lifecycleAdapters/legacyPythonParity.js.map +0 -1
- package/dist/validate/lifecycleAdapters/lifecycleMain.js +0 -154
- package/dist/validate/lifecycleAdapters/lifecycleMain.js.map +0 -1
- package/dist/validate/lifecycleAdapters/nodeFormChecks.js +0 -481
- package/dist/validate/lifecycleAdapters/nodeFormChecks.js.map +0 -1
- package/dist/validate/lifecycleAdapters/shared.js +0 -198
- package/dist/validate/lifecycleAdapters/shared.js.map +0 -1
- package/dist/validate/lifecycleAdapters.js +0 -10
- package/dist/validate/lifecycleAdapters.js.map +0 -1
|
@@ -16,7 +16,7 @@ included when they shape cross-suite usage.
|
|
|
16
16
|
| `skills/agentera/protocol.yaml` | Confidence, severity, decision labels, exit signals, visual tokens, glyphs, and phases. |
|
|
17
17
|
| `skills/agentera/capability_schema_contract.yaml` | Capability schema structure, required groups, priorities, and primitive-reference fields. |
|
|
18
18
|
| `skills/agentera/schemas/artifacts/*.yaml` | Artifact field grammar, status values, path contracts, and validation rules. |
|
|
19
|
-
| `references/artifacts/artifact-registry-interface-model.yaml` |
|
|
19
|
+
| `references/artifacts/artifact-registry-interface-model.yaml` | Internal artifact registry facts. Public state envelopes use `artifact` for the family and `id` for the stable public identifier. |
|
|
20
20
|
| `references/cli/app-lifecycle-vocabulary.yaml` | App lifecycle canonical statuses, deprecated aliases, operation verbs, status concepts, and consumer ownership boundaries. |
|
|
21
21
|
| `references/cli/update-channels.yaml` | Stable and development update channels, dist-tag/git resolution, default channel, and override keys. |
|
|
22
22
|
| `references/cli/bundle-skill-vocabulary.yaml` | Canonical concepts, compatibility boundaries, and classification rules for `bundle` and `SKILL.md` usage. |
|
|
@@ -51,11 +51,11 @@ examples. Diagnostics should state object, state, cause, and fix.
|
|
|
51
51
|
|
|
52
52
|
| Term | Definition | Common sources |
|
|
53
53
|
| -------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------- |
|
|
54
|
-
| Agentera | The agent. One persistent identity that thinks through every step and keeps working when you walk away — the colleague, not the team. The CLI is the brain and spine: it owns routing, memory, capability prose, and the worker-spec contract.
|
|
55
|
-
| Host runtime (harness) |
|
|
56
|
-
| Product surface | Where the
|
|
54
|
+
| Agentera | The agent. One persistent identity that thinks through every step and keeps working when you walk away — the colleague, not the team. The CLI is the brain and spine: it owns routing, memory, capability prose, and the worker-spec contract. Coding hosts consume the same shared skill and CLI contract; Agentera does not ship host-native package surfaces. Identity is per-project: same personality, same capabilities, different memory, no bleed. Headline: one agent, one CLI, many capabilities. | `README.md`, `.agentera/vision.yaml`, `.agentera/decisions.yaml` (D74), `skills/agentera/SKILL.md` |
|
|
55
|
+
| Host runtime (harness) | A coding agent host that provides the model, tools, and worker execution. Agentera is the agent; the host is the harness. Hosts consume the shared skill at `~/.agents/skills/agentera` and the JSON returned by `agentera prime`; Agentera does not install or repair host-native plugins, hooks, agents, or packages. | `.agentera/vision.yaml`, `.agentera/decisions.yaml` (D74), `skills/agentera/SKILL.md` |
|
|
56
|
+
| Product surface | Where the fixed Agentera workflow ships: `@agentera/cli` (the agent runtime and narrow waist), `@agentera/mobile` (a client of the CLI), and `@agentera/web` (site and docs). Coding hosts consume the shared skill and CLI rather than receiving native Agentera package surfaces. | `README.md`, `AGENTS.md`, `packages/*/README.md`, `.agentera/decisions.yaml` (D74) |
|
|
57
57
|
| @agentera/mobile | The flagship mobile/web app package at `packages/mobile`. SvelteKit, Cursor SDK, Cloudflare Worker. | `packages/mobile/README.md`, `packages/mobile/DESIGN.md` |
|
|
58
|
-
| Agentera skill |
|
|
58
|
+
| Agentera skill | Shared transport, not a product extension point. The source at `skills/agentera/` is installed once at `~/.agents/skills/agentera` and packages Agentera's routing entry and capability prose without host-native manifests. It is the same fixed workflow, not user extensibility. Per Decision 74, the product word is capabilities. | `skills/agentera/SKILL.md`, `README.md` Internals, `.agentera/decisions.yaml` (D74) |
|
|
59
59
|
| Capability | A routed behavioral unit of the single Agentera agent, driven through the CLI. Eleven top-level capabilities (status, vision, discuss, research, plan, build, optimize, audit, document, design, orchestrate) plus profile, which surfaces through existing capabilities but appears as a peer row in user-facing docs. Each capability has a prose module at `packages/cli/src/capabilities/<name>/instructions.ts` plus `triggers.yaml`, `artifacts.yaml`, `validation.yaml`, and `exit.yaml`. English names are canonical per Decision 70; the Swedish `-era` names are legacy v2 stable only (see Legacy Swedish capability names). | `AGENTS.md`, `skills/agentera/capabilities/*`, `packages/cli/src/capabilities/*`, `.agentera/decisions.yaml` (D70, D74) |
|
|
60
60
|
| Capability canonical name (v3) | The English name binding for v3+ capability invocation, per Decision 70, under the single-agent identity crystallized in Decision 74. Promoted from the Decision 43 alias set. Mobile UX, web docs, host runtimes, and the CLI all use the same English name; the v2 stable distribution uses the legacy Swedish `-era` IDs (see `Legacy Swedish capability names`). | `.agentera/decisions.yaml` (D43, D70, D74), `references/cli/vocabulary-index.yaml` (protected_surfaces) |
|
|
61
61
|
| Legacy Swedish capability names (v2 stable) | The historical Swedish `-era` IDs (e.g. `hej`, `resonera`) used by the v2 stable distribution (`npx -y agentera@latest`) and preserved as historical references in archived plans, decisions, and changelogs. Out of scope for v3 surface per Decisions 70 and 74; the single-agent identity uses English capability names exclusively. Coexistence probe surfaces per-distribution naming divergence. | `.agentera/decisions.yaml` (D70, D74), `references/cli/vocabulary-index.yaml` (protected_surfaces) |
|
|
@@ -142,14 +142,14 @@ authoritative recovery command.
|
|
|
142
142
|
| Suggest, don't force | Status recommends the next capability but waits for user confirmation. |
|
|
143
143
|
| Capability handoff label | A recommendation from one capability to another. Use glyph plus canonical name, such as `⧉ build` or `≡ plan`, not standalone slash-capability names. SG priority codes are internal protocol references and are not user-facing handoff labels. |
|
|
144
144
|
| Explicit route documentation | User-facing examples that teach the actual entry route. Use `/agentera <alias>` such as `/agentera build`; do not present aliases as CLI commands. |
|
|
145
|
-
|
|
|
146
|
-
| Question
|
|
145
|
+
| Bounded-choice prompt | A question surface supplied by the coding host. Agentera may use one when available but does not install, configure, or advertise a host-specific prompt integration. |
|
|
146
|
+
| Question gating | Use bounded choices only for at least two meaningful non-terminal next actions or consequential Proceed/Cancel; `Done` and custom/free-form answers do not count as alternatives. Initial Agentera/status briefs stay free-form unless bounded choices were requested or the suggested next step is a state-changing Proceed/Cancel handoff. A single non-mutating suggested handoff may use a free-form prompt, but a single state-changing handoff uses Proceed/Cancel confirmation. State-changing means the proposed next step may write artifacts, edit code, run optimization or orchestration cycles, apply migrations, or otherwise mutate project state. Apply the behavior rule first; invoked capability prose can impose stricter requirements. |
|
|
147
147
|
| Handoff confirmation | Clear free-form acceptance of the named single suggestion confirms invocation. Selecting a downstream capability option in a bounded prompt also confirms invocation; selecting `Done` stops without routing. Ambiguous replies get one clarifying question. |
|
|
148
148
|
| Route | Direct user invocation by canonical capability name, primary alias, or slash route. A route is already consent to invoke the capability and does not need an extra handoff confirmation. |
|
|
149
149
|
| Suggest | Recommend a downstream capability and wait for confirmation. |
|
|
150
150
|
| Delegate | Orchestrate assigns approved plan work to a worker capability during an explicitly orchestrated flow. |
|
|
151
|
-
| Spawn | Build or Optimize
|
|
152
|
-
|
|
|
151
|
+
| Spawn | Build or Optimize asks the coding host to launch an isolated worker when the host provides that facility. |
|
|
152
|
+
| Worker mechanism | A host-provided worker facility. Agentera ships no host-specific worker descriptor, adapter, plugin, hook, or package. |
|
|
153
153
|
| Legacy bridge | Temporary v1 entry points, especially `/hej`, that guide users to `/agentera` and the v2 upgrade path. |
|
|
154
154
|
|
|
155
155
|
CLI-visible `agentera prime` labels are source labels. Preserve them in CLI tests
|
|
@@ -215,11 +215,11 @@ ambiguous-term sweep remain separate follow-up work.
|
|
|
215
215
|
| Severity band policy | TODO.md severity bands (⇶ Critical, ⇉ Degraded, → Normal, ⇢ Annoying) may be header-only when they have no open work; open items use `- [ ] [type:train]` only. Authority: `skills/agentera/schemas/artifacts/todo.yaml` CONVENTION TC5; executable rule in `packages/cli/src/hooks/validateArtifact/markdown.ts` `validateMdItems`. |
|
|
216
216
|
| Agent-facing artifact | A structured YAML artifact under `.agentera/`, such as `.agentera/progress.yaml`. |
|
|
217
217
|
| Global artifact | A user-level artifact outside a project, such as `PROFILE.md` or `USAGE.md`. |
|
|
218
|
-
| Canonical artifact name |
|
|
218
|
+
| Canonical artifact name | Public `artifact` value such as `plan`, `progress`, or `docs`; human-facing Markdown filenames such as `TODO.md` are display labels, not protocol identity. |
|
|
219
219
|
| Resolved artifact path | The actual path after consulting `.agentera/docs.yaml` mapping or the default layout. |
|
|
220
|
-
| Artifact mapping | `.agentera/docs.yaml` rows that map `
|
|
220
|
+
| Artifact mapping | `.agentera/docs.yaml` rows that map `artifact` values to project-local paths and producers. |
|
|
221
221
|
| ArtifactRegistry | The registry interface model for artifact IDs, display names, default paths, producers, consumers, type, scope, and special cases. |
|
|
222
|
-
| `
|
|
222
|
+
| `artifact` | Public artifact-family value such as `progress`, `health`, `docs`, or `objective`. Entity envelopes pair it with `id`, the stable public identifier whose grammar is owned by `references/artifacts/state-storage-authority.yaml`. |
|
|
223
223
|
| `display_name` | Human-readable filename label such as `VISION.md` or `TODO.md`; registry-owned, not protocol identity. |
|
|
224
224
|
| `default_path` | Registry-owned path used when no docs mapping overrides it. |
|
|
225
225
|
| `local_role` | Capability relationship to an artifact: `produces`, `consumes`, or `produces_and_consumes`. |
|
|
@@ -368,18 +368,14 @@ not add precision:
|
|
|
368
368
|
| Missing normal directory | Previewable. Agentera can show a no-write repair preview. |
|
|
369
369
|
| Missing chosen directory | Needs a user decision when provided through `AGENTERA_HOME` or explicit `--install-root`. |
|
|
370
370
|
| Package refresh | Package-manager or marketplace update. It does not prove Agentera's app files are current. |
|
|
371
|
-
| App repair | Normal
|
|
372
|
-
| `--only bundle` | Compatibility selector for narrow app-file work. Do not present it as the normal repair recommendation when managed runtime surfaces may also need repair. |
|
|
371
|
+
| App repair | Normal flow that previews or applies Agentera app/project work. It does not install, update, authenticate, enable, trust, or repair host-native resources. |
|
|
373
372
|
| Preview | No-write mode. Required before upgrade or app repair writes; the underlying command flag is `--dry-run`. |
|
|
374
373
|
| `--yes` | Explicit apply flag after preview and approval. |
|
|
375
|
-
| Final check |
|
|
376
|
-
| Package-update opt-in | External package manager changes require `--update-packages`. |
|
|
377
|
-
| Runtime adapter | Runtime-specific Agentera adapter support for skill loading, hooks, artifact validation, lifecycle metadata, and diagnostics. |
|
|
374
|
+
| Final check | Validation after upgrade apply using the same app/project evidence reported by `agentera doctor`. |
|
|
378
375
|
| Host support | What a runtime can theoretically do. Distinguish it from shipped Agentera behavior. |
|
|
379
|
-
|
|
|
380
|
-
| Setup doctor | Diagnostic command surface for install/runtime health. |
|
|
376
|
+
| Retired native integration vocabulary | Runtime selectors, adapter repair, plugin-shipped hooks, setup-doctor runtime health, and package-update flags describe released history or migration evidence only. They are not current Agentera features. |
|
|
381
377
|
|
|
382
|
-
|
|
378
|
+
Claude Code is a retired migration and consent-gated historical-import source, not an active runtime. Current coding hosts consume the shared skill and CLI without entering an Agentera runtime inventory.
|
|
383
379
|
|
|
384
380
|
### App lifecycle status vocabulary
|
|
385
381
|
|
|
@@ -452,12 +448,11 @@ identifiers, package metadata, historical records, fixtures, path-like
|
|
|
452
448
|
references, generic plain language, and ambiguous current prose.
|
|
453
449
|
|
|
454
450
|
Use this prose as guidance only: current conceptual docs should say the object
|
|
455
|
-
they mean, such as Agentera app files, suite package,
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
explicit compatibility migration is in scope.
|
|
451
|
+
they mean, such as Agentera app files, suite package, Agentera routing entry
|
|
452
|
+
point, or skill entry file. Plugin-shipped hooks and `--only bundle` are retired
|
|
453
|
+
v2 vocabulary and may appear only in released history, fixtures, or explicit
|
|
454
|
+
migration evidence. Literal current paths such as `skills/agentera/SKILL.md`
|
|
455
|
+
remain valid.
|
|
461
456
|
|
|
462
457
|
Do not replace this with a parallel Markdown table of allowed and forbidden
|
|
463
458
|
terms. Update the YAML authority first, then keep this section as the short
|
|
@@ -530,7 +525,7 @@ schema concept, runtime capability, install state, or user action.
|
|
|
530
525
|
| Ambiguous term | Why bare usage is risky | Required wording |
|
|
531
526
|
| --------------- | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
532
527
|
| Skill | Confuses v1 standalone skills, the host editor skill bundle, and internal workflows. | Per Decision 74, `skill` is internal transport, not product vocabulary. Use `capability` for Agentera workflows; reserve `skill` for the `skills/` directory and host editor manifests; `v1 skill` for history. |
|
|
533
|
-
| Contract | Could mean schema structure, artifact shape, protocol primitive,
|
|
528
|
+
| Contract | Could mean schema structure, artifact shape, protocol primitive, package behavior, or product promise. | Use `schema contract`, `artifact schema`, `protocol primitives`, `package contract`, or `product promise`. |
|
|
534
529
|
| Status | Different surfaces use different state machines and output labels. | Use `exit status`, `task status`, `installed-app status`, `install status`, `docs status`, or `health status`. |
|
|
535
530
|
| Freshness | Sounds like a branded synonym for several normal states: current, stale, synced, or out of date. | Use object-specific state wording such as `artifact is current`, `Agentera app files need repair`, `docs are current`, or `plan-level current-state check`. |
|
|
536
531
|
| Checkpoint | In software, can mean commit, savepoint, restore point, model checkpoint, or milestone. | Use `final state sync`, `plan-level current-state check`, `checkpoint commit`, or `pre-dispatch checkpoint commit`. |
|
|
@@ -10,7 +10,7 @@ guides — not under `docs/`.
|
|
|
10
10
|
|
|
11
11
|
| Path | Topic |
|
|
12
12
|
| ---- | ----- |
|
|
13
|
-
| `docs/packaging/v3-packaging.md` | v3 CLI npm
|
|
13
|
+
| `docs/packaging/v3-packaging.md` | v3 CLI npm distribution and verification-lane contract |
|
|
14
14
|
| `docs/consolidation/monorepo-plan.md` | Product pivot, `@agentera/*` package layout, migration checklist (D67) |
|
|
15
15
|
|
|
16
16
|
## Authority stack
|
|
@@ -57,6 +57,20 @@ For static routing guidance (agentera vs native tools):
|
|
|
57
57
|
npx -y agentera prime --guidance
|
|
58
58
|
```
|
|
59
59
|
|
|
60
|
+
### Upgrade from v2 to v3 development
|
|
61
|
+
|
|
62
|
+
The preview is optional. Apply is one full command:
|
|
63
|
+
|
|
64
|
+
```bash
|
|
65
|
+
npx -y agentera@next upgrade --channel development --project "$PWD" --dry-run
|
|
66
|
+
npx -y agentera@next upgrade --channel development --project "$PWD" --yes
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
Apply requires the complete v2 migration source to be tracked by Git and
|
|
70
|
+
unchanged at `HEAD`. The boundary is one-way: there is no rollback, restore,
|
|
71
|
+
non-Git, or partial cross-major workflow. Rerun the same apply command after an
|
|
72
|
+
interruption; recovery continues forward internally.
|
|
73
|
+
|
|
60
74
|
---
|
|
61
75
|
|
|
62
76
|
## Routing
|
|
@@ -145,11 +159,11 @@ Proceed/Cancel handoff.
|
|
|
145
159
|
|
|
146
160
|
## Artifact writes
|
|
147
161
|
|
|
148
|
-
The CLI state writer is the canonical mutation path for
|
|
149
|
-
`
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
filesystem-safe previews.
|
|
162
|
+
The CLI state writer is the canonical mutation path for entity-backed state.
|
|
163
|
+
Every public record has `id` and `artifact`, lives in one writer-owned entity
|
|
164
|
+
file, and is retrieved through bounded `list` or exact `get --id` commands. Do
|
|
165
|
+
not edit `.agentera/entities/` directly. The writer assigns bare IDs, validates
|
|
166
|
+
records, publishes atomically, and supports filesystem-safe previews.
|
|
153
167
|
|
|
154
168
|
Discover the live contract before constructing a write:
|
|
155
169
|
|
|
@@ -168,9 +182,10 @@ Common mutations:
|
|
|
168
182
|
|
|
169
183
|
- `agentera state progress append ... --format json`
|
|
170
184
|
- `agentera state decisions append ... --format json`
|
|
171
|
-
- `agentera state decisions update --
|
|
185
|
+
- `agentera state decisions update --id ID ... --format json`
|
|
172
186
|
- `agentera state plan create --input plan.yaml --format json`
|
|
173
|
-
- `agentera state plan
|
|
187
|
+
- `agentera state plan update|set-status --id ID ... --format json`
|
|
188
|
+
- `agentera state plan set-plan-status --id ID ... --format json`
|
|
174
189
|
- `agentera state plan archive --format json`
|
|
175
190
|
- `agentera state health append --input audit.yaml --format json`
|
|
176
191
|
|
|
@@ -184,16 +199,15 @@ json` exposes the machine-readable writer operation matrix under
|
|
|
184
199
|
|
|
185
200
|
## Artifact path resolution
|
|
186
201
|
|
|
187
|
-
The state writer resolves
|
|
188
|
-
writing an
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
artifact, use the default layout:
|
|
202
|
+
The state writer resolves entity storage itself. Before directly reading or
|
|
203
|
+
writing an intentional singleton outside the writer contract, check whether
|
|
204
|
+
`.agentera/docs.yaml` maps it to another path. If no mapping exists, use the
|
|
205
|
+
default singleton layout:
|
|
192
206
|
|
|
193
207
|
- Human-facing artifacts at the project root: `TODO.md`, `CHANGELOG.md`, `DESIGN.md`
|
|
194
|
-
- Agent-facing
|
|
208
|
+
- Agent-facing singletons: `.agentera/docs.yaml` and `.agentera/vision.yaml`
|
|
195
209
|
|
|
196
|
-
Do not silently bypass the CLI and read raw
|
|
210
|
+
Do not silently bypass the CLI and read raw entity files first. If
|
|
197
211
|
CLI state declares complete coverage, do not perform defensive raw artifact
|
|
198
212
|
reads. Use raw artifact reads only as a last-resort fallback after CLI
|
|
199
213
|
fallback commands fail or declare incomplete state.
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
ARTIFACTS:
|
|
2
2
|
1:
|
|
3
3
|
id: A1
|
|
4
|
-
|
|
4
|
+
artifact: health
|
|
5
5
|
local_role: produces_and_consumes
|
|
6
6
|
description: >-
|
|
7
7
|
Codebase health assessment with findings, dimension grades, and trajectory.
|
|
@@ -9,11 +9,11 @@ ARTIFACTS:
|
|
|
9
9
|
severity and confidence scores, trend comparisons, and de facto
|
|
10
10
|
architecture patterns. During evaluation startup, Audit consumes health
|
|
11
11
|
state through CLI `evidence_context`, then bounded `agentera state health
|
|
12
|
-
|
|
12
|
+
list --limit 20 --format json` and exact `state health get --id ID`.
|
|
13
13
|
Raw health reads are diagnostic-only for corruption or CLI-defect investigation.
|
|
14
14
|
2:
|
|
15
15
|
id: A2
|
|
16
|
-
|
|
16
|
+
artifact: vision
|
|
17
17
|
local_role: consumes
|
|
18
18
|
description: >-
|
|
19
19
|
Audit treats vision state as protected during evidence-context startup;
|
|
@@ -21,17 +21,17 @@ ARTIFACTS:
|
|
|
21
21
|
instead of forcing a raw vision read.
|
|
22
22
|
3:
|
|
23
23
|
id: A3
|
|
24
|
-
|
|
24
|
+
artifact: decisions
|
|
25
25
|
local_role: consumes
|
|
26
26
|
description: >-
|
|
27
27
|
Audit consumes decision caveats through CLI `evidence_context`, then
|
|
28
28
|
bounded `agentera state decisions list --limit 20 --format json` discovery
|
|
29
|
-
|
|
29
|
+
and exact `state decisions get --id ID` retrieval. Raw decision reads
|
|
30
30
|
are diagnostic-only for corruption or CLI-defect investigation. Compacted
|
|
31
31
|
decision caveats must be preserved rather than reconstructed.
|
|
32
32
|
4:
|
|
33
33
|
id: A4
|
|
34
|
-
|
|
34
|
+
artifact: todo
|
|
35
35
|
local_role: produces_and_consumes
|
|
36
36
|
description: >-
|
|
37
37
|
Audit reads this to avoid re-reporting known issues and writes to it
|
|
@@ -41,17 +41,17 @@ ARTIFACTS:
|
|
|
41
41
|
for corruption or CLI-defect investigation.
|
|
42
42
|
5:
|
|
43
43
|
id: A5
|
|
44
|
-
|
|
44
|
+
artifact: progress
|
|
45
45
|
local_role: consumes
|
|
46
46
|
description: >-
|
|
47
47
|
Audit consumes latest progress verification and progress caveats through
|
|
48
48
|
CLI `evidence_context`, then bounded `agentera state progress list --limit
|
|
49
|
-
|
|
49
|
+
20 --format json` discovery and exact `state progress get --id ID`
|
|
50
50
|
retrieval. Raw progress reads are diagnostic-only for corruption or
|
|
51
51
|
CLI-defect investigation.
|
|
52
52
|
6:
|
|
53
53
|
id: A6
|
|
54
|
-
|
|
54
|
+
artifact: plan
|
|
55
55
|
local_role: consumes
|
|
56
56
|
description: >-
|
|
57
57
|
Audit consumes evaluation target and plan criteria through CLI
|
|
@@ -59,7 +59,7 @@ ARTIFACTS:
|
|
|
59
59
|
still provides the artifact-current-state baseline when that state is needed.
|
|
60
60
|
7:
|
|
61
61
|
id: A7
|
|
62
|
-
|
|
62
|
+
artifact: design
|
|
63
63
|
local_role: consumes
|
|
64
64
|
description: >-
|
|
65
65
|
Audit treats design state as optional during evidence-context startup;
|
|
@@ -67,7 +67,7 @@ ARTIFACTS:
|
|
|
67
67
|
diagnostic-only raw design read.
|
|
68
68
|
8:
|
|
69
69
|
id: A8
|
|
70
|
-
|
|
70
|
+
artifact: docs
|
|
71
71
|
local_role: consumes
|
|
72
72
|
description: >-
|
|
73
73
|
Audit reads this first to resolve project-local artifact mappings
|
|
@@ -76,7 +76,7 @@ ARTIFACTS:
|
|
|
76
76
|
CLI `evidence_context` before any diagnostic-only raw docs read.
|
|
77
77
|
9:
|
|
78
78
|
id: A9
|
|
79
|
-
|
|
79
|
+
artifact: profile
|
|
80
80
|
local_role: consumes
|
|
81
81
|
description: >-
|
|
82
82
|
Audit consumes profile status and stale-profile caveats through CLI
|
|
@@ -24,8 +24,8 @@ VALIDATION:
|
|
|
24
24
|
id: V3
|
|
25
25
|
rule: decisions_respected
|
|
26
26
|
description: >-
|
|
27
|
-
Findings that contradict deliberate decisions
|
|
28
|
-
|
|
27
|
+
Findings that contradict deliberate decisions returned by the bounded
|
|
28
|
+
decisions entity view MUST be discarded or downgraded to info
|
|
29
29
|
(SF3). A deliberate decision is not a finding; it is an
|
|
30
30
|
implementation of that decision.
|
|
31
31
|
severity: critical
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
ARTIFACTS:
|
|
2
2
|
1:
|
|
3
3
|
id: A1
|
|
4
|
-
|
|
4
|
+
artifact: vision
|
|
5
5
|
local_role: produces_and_consumes
|
|
6
6
|
description: >-
|
|
7
7
|
Build consumes this through CLI execution_context caveats or explicit
|
|
@@ -9,7 +9,7 @@ ARTIFACTS:
|
|
|
9
9
|
during vision bootstrap.
|
|
10
10
|
2:
|
|
11
11
|
id: A2
|
|
12
|
-
|
|
12
|
+
artifact: todo
|
|
13
13
|
local_role: produces_and_consumes
|
|
14
14
|
description: >-
|
|
15
15
|
Build consumes TODO state from execution_context and included status state
|
|
@@ -17,7 +17,7 @@ ARTIFACTS:
|
|
|
17
17
|
entries. Severity classified per protocol SI1-SI4.
|
|
18
18
|
3:
|
|
19
19
|
id: A3
|
|
20
|
-
|
|
20
|
+
artifact: changelog
|
|
21
21
|
local_role: produces_and_consumes
|
|
22
22
|
description: >-
|
|
23
23
|
Build consumes changelog boundary from execution_context or the listed
|
|
@@ -25,27 +25,27 @@ ARTIFACTS:
|
|
|
25
25
|
[Unreleased] based on commit type and promotes on version bumps.
|
|
26
26
|
4:
|
|
27
27
|
id: A4
|
|
28
|
-
|
|
28
|
+
artifact: progress
|
|
29
29
|
local_role: produces_and_consumes
|
|
30
30
|
description: >-
|
|
31
31
|
Operational cycle log. Build consumes latest progress evidence from
|
|
32
32
|
execution_context first, then bounded `agentera state progress list --limit
|
|
33
|
-
|
|
33
|
+
20 --format json` discovery or exact `state progress get --id ID`
|
|
34
34
|
retrieval, and appends one entry per cycle with mandatory Verified field.
|
|
35
35
|
Compacted by applying schema COMPACTION rules.
|
|
36
36
|
5:
|
|
37
37
|
id: A5
|
|
38
|
-
|
|
38
|
+
artifact: health
|
|
39
39
|
local_role: consumes
|
|
40
40
|
description: >-
|
|
41
41
|
Build consumes health state from execution_context and included status
|
|
42
42
|
state before bounded `agentera state health list --limit 20 --format json`
|
|
43
|
-
|
|
43
|
+
discovery or exact `state health get --id ID` retrieval, focusing on
|
|
44
44
|
critical and degraded findings for work selection. Raw reads are
|
|
45
45
|
diagnostic-only for corruption or CLI-defect investigation.
|
|
46
46
|
6:
|
|
47
47
|
id: A6
|
|
48
|
-
|
|
48
|
+
artifact: decisions
|
|
49
49
|
local_role: consumes
|
|
50
50
|
description: >-
|
|
51
51
|
Build consumes decision caveats and bounded list/get fallback commands from
|
|
@@ -54,7 +54,7 @@ ARTIFACTS:
|
|
|
54
54
|
diagnostic-only for corruption or CLI-defect investigation.
|
|
55
55
|
7:
|
|
56
56
|
id: A7
|
|
57
|
-
|
|
57
|
+
artifact: plan
|
|
58
58
|
local_role: produces_and_consumes
|
|
59
59
|
description: >-
|
|
60
60
|
Build consumes selected task, acceptance criteria, dependencies,
|
|
@@ -62,7 +62,7 @@ ARTIFACTS:
|
|
|
62
62
|
direct plan reads, then updates task status and surprises during execution.
|
|
63
63
|
8:
|
|
64
64
|
id: A8
|
|
65
|
-
|
|
65
|
+
artifact: profile
|
|
66
66
|
local_role: consumes
|
|
67
67
|
description: >-
|
|
68
68
|
Build consumes status profile summary first. Missing or stale profile state
|
|
@@ -70,14 +70,14 @@ ARTIFACTS:
|
|
|
70
70
|
during normal startup.
|
|
71
71
|
9:
|
|
72
72
|
id: A9
|
|
73
|
-
|
|
73
|
+
artifact: docs
|
|
74
74
|
local_role: consumes
|
|
75
75
|
description: >-
|
|
76
76
|
Build consumes artifact mappings and docs caveats from execution_context
|
|
77
77
|
and included status docs state before direct docs reads.
|
|
78
78
|
10:
|
|
79
79
|
id: A10
|
|
80
|
-
|
|
80
|
+
artifact: design
|
|
81
81
|
local_role: consumes
|
|
82
82
|
description: >-
|
|
83
83
|
Build treats design state missing from execution_context as a caveat or
|
|
@@ -3,7 +3,7 @@ VALIDATION:
|
|
|
3
3
|
id: V1
|
|
4
4
|
rule: verified_field_mandatory
|
|
5
5
|
description: >-
|
|
6
|
-
Every progress
|
|
6
|
+
Every progress entity record MUST have a verified field. The field
|
|
7
7
|
carries either observed output from the primary entrypoint, an allowlisted
|
|
8
8
|
N/A tag, or a free-form rationale of at least 8 words.
|
|
9
9
|
severity: critical
|
|
@@ -19,7 +19,7 @@ VALIDATION:
|
|
|
19
19
|
an explicit user request.
|
|
20
20
|
severity: critical
|
|
21
21
|
checks:
|
|
22
|
-
- "Only one
|
|
22
|
+
- "Only one progress entity is appended per invocation"
|
|
23
23
|
3:
|
|
24
24
|
id: V3
|
|
25
25
|
rule: no_remote_push
|
|
@@ -43,7 +43,7 @@ VALIDATION:
|
|
|
43
43
|
id: V5
|
|
44
44
|
rule: consecutive_failure_guard
|
|
45
45
|
description: >-
|
|
46
|
-
If the last 3 progress
|
|
46
|
+
If the last 3 bounded progress records all report failed cycles, build
|
|
47
47
|
MUST stop and surface the pattern to the user. Do not attempt a 4th
|
|
48
48
|
consecutive cycle on the same failing problem.
|
|
49
49
|
severity: critical
|
|
@@ -53,13 +53,13 @@ VALIDATION:
|
|
|
53
53
|
id: V6
|
|
54
54
|
rule: artifact_path_resolution
|
|
55
55
|
description: >-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
other agent-facing artifacts as YAML in .agentera/).
|
|
56
|
+
Entity state MUST use exact/list CLI reads and typed writers discovered by
|
|
57
|
+
`agentera state <artifact> explain`. Check .agentera/docs.yaml only for
|
|
58
|
+
intentional singleton path overrides.
|
|
60
59
|
severity: warning
|
|
61
60
|
checks:
|
|
62
|
-
- "
|
|
61
|
+
- "Entity files are not read or edited directly"
|
|
62
|
+
- "docs.yaml checked before singleton artifact access"
|
|
63
63
|
7:
|
|
64
64
|
id: V7
|
|
65
65
|
rule: execution_context_first
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
ARTIFACTS:
|
|
2
2
|
1:
|
|
3
3
|
id: A1
|
|
4
|
-
|
|
4
|
+
artifact: design
|
|
5
5
|
local_role: produces_and_consumes
|
|
6
6
|
description: >-
|
|
7
7
|
Visual identity system with design tokens, typography, colors,
|
|
@@ -9,35 +9,35 @@ ARTIFACTS:
|
|
|
9
9
|
reads agent-readable YAML token blocks with HTML comment markers.
|
|
10
10
|
2:
|
|
11
11
|
id: A2
|
|
12
|
-
|
|
12
|
+
artifact: vision
|
|
13
13
|
local_role: consumes
|
|
14
14
|
description: >-
|
|
15
15
|
Design reads the Identity section to propose visual tokens
|
|
16
16
|
coherent with the declared verbal personality.
|
|
17
17
|
3:
|
|
18
18
|
id: A3
|
|
19
|
-
|
|
19
|
+
artifact: progress
|
|
20
20
|
local_role: consumes
|
|
21
21
|
description: >-
|
|
22
22
|
Design reads this during refine mode to identify UI work and
|
|
23
23
|
inline design decisions since the design system was written.
|
|
24
24
|
4:
|
|
25
25
|
id: A4
|
|
26
|
-
|
|
26
|
+
artifact: todo
|
|
27
27
|
local_role: produces_and_consumes
|
|
28
28
|
description: >-
|
|
29
29
|
Design reads this to check for design-related issues and files
|
|
30
30
|
code drift findings here during audit mode.
|
|
31
31
|
5:
|
|
32
32
|
id: A5
|
|
33
|
-
|
|
33
|
+
artifact: docs
|
|
34
34
|
local_role: consumes
|
|
35
35
|
description: >-
|
|
36
36
|
Design reads this first to resolve project-local artifact mappings
|
|
37
37
|
before accessing other artifacts.
|
|
38
38
|
6:
|
|
39
39
|
id: A6
|
|
40
|
-
|
|
40
|
+
artifact: profile
|
|
41
41
|
local_role: consumes
|
|
42
42
|
description: >-
|
|
43
43
|
Design reads aesthetic preferences from the profile as defaults
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
ARTIFACTS:
|
|
2
2
|
1:
|
|
3
3
|
id: A1
|
|
4
|
-
|
|
4
|
+
artifact: decisions
|
|
5
5
|
local_role: produces_and_consumes
|
|
6
6
|
description: >-
|
|
7
7
|
Reasoning trail with confidence labels. Discuss reads existing decisions
|
|
8
8
|
through bounded `agentera state decisions list --limit 20 --format json`
|
|
9
|
-
|
|
9
|
+
discovery plus exact `agentera state decisions get --id ID --format json`
|
|
10
10
|
retrieval and its source_contract to avoid re-deliberation, and writes new decision entries with confidence
|
|
11
11
|
(DL1 firm, DL2 provisional, DL3 exploratory). Compact older entries by
|
|
12
12
|
applying schema COMPACTION rules; incomplete compacted entries are
|
|
@@ -14,7 +14,7 @@ ARTIFACTS:
|
|
|
14
14
|
normal deliberation.
|
|
15
15
|
2:
|
|
16
16
|
id: A2
|
|
17
|
-
|
|
17
|
+
artifact: vision
|
|
18
18
|
local_role: produces_and_consumes
|
|
19
19
|
description: >-
|
|
20
20
|
Discuss may update project direction only with explicit user
|
|
@@ -22,28 +22,28 @@ ARTIFACTS:
|
|
|
22
22
|
context during deliberation.
|
|
23
23
|
3:
|
|
24
24
|
id: A3
|
|
25
|
-
|
|
25
|
+
artifact: todo
|
|
26
26
|
local_role: produces_and_consumes
|
|
27
27
|
description: >-
|
|
28
28
|
Discuss may add tech debt items surfaced during deliberation only with
|
|
29
29
|
explicit user confirmation. Severity per protocol SI1-SI4.
|
|
30
30
|
4:
|
|
31
31
|
id: A4
|
|
32
|
-
|
|
32
|
+
artifact: objective
|
|
33
33
|
local_role: produces_and_consumes
|
|
34
34
|
description: >-
|
|
35
35
|
Discuss may write optimization decisions only with explicit user
|
|
36
36
|
confirmation when a decision feeds into what to optimize.
|
|
37
37
|
5:
|
|
38
38
|
id: A5
|
|
39
|
-
|
|
39
|
+
artifact: profile
|
|
40
40
|
local_role: consumes
|
|
41
41
|
description: >-
|
|
42
42
|
Discuss reads this at session start to acknowledge high-confidence
|
|
43
43
|
entries and avoid re-deliberating settled ground.
|
|
44
44
|
6:
|
|
45
45
|
id: A6
|
|
46
|
-
|
|
46
|
+
artifact: docs
|
|
47
47
|
local_role: consumes
|
|
48
48
|
description: >-
|
|
49
49
|
Discuss reads this first to resolve project-local artifact mappings.
|