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
|
@@ -1,200 +0,0 @@
|
|
|
1
|
-
interface: RuntimeAdapter
|
|
2
|
-
status: design_contract
|
|
3
|
-
purpose: >-
|
|
4
|
-
Define the runtime-owned facts that a later registry Module may expose without
|
|
5
|
-
absorbing package metadata, app-home classification, or caller behavior.
|
|
6
|
-
record:
|
|
7
|
-
required_groups:
|
|
8
|
-
- identity
|
|
9
|
-
- host_detection
|
|
10
|
-
- lifecycle_events
|
|
11
|
-
- artifact_validation
|
|
12
|
-
- subagent_dispatch
|
|
13
|
-
- config_targets
|
|
14
|
-
- diagnostics
|
|
15
|
-
- documentation_claims
|
|
16
|
-
groups:
|
|
17
|
-
identity:
|
|
18
|
-
type: object
|
|
19
|
-
owns:
|
|
20
|
-
- runtime_id
|
|
21
|
-
- display_name
|
|
22
|
-
- adapter_family
|
|
23
|
-
- support_status
|
|
24
|
-
required_fields:
|
|
25
|
-
runtime_id: string
|
|
26
|
-
display_name: string
|
|
27
|
-
adapter_family: string
|
|
28
|
-
support_status: enum
|
|
29
|
-
host_detection:
|
|
30
|
-
type: object
|
|
31
|
-
owns:
|
|
32
|
-
- binary_names
|
|
33
|
-
- host_config_locations
|
|
34
|
-
- availability_probe_label
|
|
35
|
-
required_fields:
|
|
36
|
-
binary_names: list[string]
|
|
37
|
-
host_config_locations: list[string]
|
|
38
|
-
availability_probe_label: string
|
|
39
|
-
lifecycle_events:
|
|
40
|
-
type: object
|
|
41
|
-
owns:
|
|
42
|
-
- supported_events
|
|
43
|
-
- unsupported_events
|
|
44
|
-
- event_status
|
|
45
|
-
- limitations
|
|
46
|
-
required_fields:
|
|
47
|
-
supported_events: list[string]
|
|
48
|
-
unsupported_events: list[string]
|
|
49
|
-
event_status: map[string,string]
|
|
50
|
-
limitations: list[string]
|
|
51
|
-
artifact_validation:
|
|
52
|
-
type: object
|
|
53
|
-
owns:
|
|
54
|
-
- validation_events
|
|
55
|
-
- hard_gate_claims
|
|
56
|
-
- payload_reconstruction_limitations
|
|
57
|
-
required_fields:
|
|
58
|
-
validation_events: list[string]
|
|
59
|
-
hard_gate_claims: list[string]
|
|
60
|
-
payload_reconstruction_limitations: list[string]
|
|
61
|
-
subagent_dispatch:
|
|
62
|
-
type: object
|
|
63
|
-
owns:
|
|
64
|
-
- mechanism
|
|
65
|
-
- setup_targets
|
|
66
|
-
- descriptor_sources
|
|
67
|
-
- invocation_pattern
|
|
68
|
-
- limitations
|
|
69
|
-
- tool_configuration
|
|
70
|
-
required_fields:
|
|
71
|
-
mechanism: string
|
|
72
|
-
setup_targets: list[string]
|
|
73
|
-
descriptor_sources: list[string]
|
|
74
|
-
invocation_pattern: string
|
|
75
|
-
limitations: list[string]
|
|
76
|
-
config_targets:
|
|
77
|
-
type: object
|
|
78
|
-
owns:
|
|
79
|
-
- runtime_config_files
|
|
80
|
-
- hook_targets
|
|
81
|
-
- plugin_targets
|
|
82
|
-
- environment_exports
|
|
83
|
-
- write_safety_labels
|
|
84
|
-
required_fields:
|
|
85
|
-
runtime_config_files: list[string]
|
|
86
|
-
hook_targets: list[string]
|
|
87
|
-
plugin_targets: list[string]
|
|
88
|
-
environment_exports: list[string]
|
|
89
|
-
write_safety_labels: list[string]
|
|
90
|
-
diagnostics:
|
|
91
|
-
type: object
|
|
92
|
-
owns:
|
|
93
|
-
- check_names
|
|
94
|
-
- status_labels
|
|
95
|
-
- gap_labels
|
|
96
|
-
- primary_messages
|
|
97
|
-
required_fields:
|
|
98
|
-
check_names: list[string]
|
|
99
|
-
status_labels: list[string]
|
|
100
|
-
gap_labels: list[string]
|
|
101
|
-
primary_messages: list[string]
|
|
102
|
-
documentation_claims:
|
|
103
|
-
type: object
|
|
104
|
-
owns:
|
|
105
|
-
- reference_paths
|
|
106
|
-
- parity_claims
|
|
107
|
-
- install_claims
|
|
108
|
-
- known_drifts
|
|
109
|
-
required_fields:
|
|
110
|
-
reference_paths: list[string]
|
|
111
|
-
parity_claims: list[string]
|
|
112
|
-
install_claims: list[string]
|
|
113
|
-
known_drifts: list[string]
|
|
114
|
-
ownership:
|
|
115
|
-
runtime_adapter_owns:
|
|
116
|
-
- runtime identity and display labels
|
|
117
|
-
- host detection facts used by runtime-facing consumers
|
|
118
|
-
- lifecycle event support and limitations
|
|
119
|
-
- artifact validation support claims
|
|
120
|
-
- runtime-native subagent dispatch descriptor and invocation facts
|
|
121
|
-
- runtime config, hook, plugin, and environment target paths
|
|
122
|
-
- diagnostic check names, statuses, gaps, and messages
|
|
123
|
-
- adapter documentation parity and known-mismatch claims
|
|
124
|
-
package_metadata_out_of_scope:
|
|
125
|
-
owner: package_manifest_registry
|
|
126
|
-
deferred_todo: arch-package-manifest-registry
|
|
127
|
-
facts:
|
|
128
|
-
- version_authority
|
|
129
|
-
- package_manifest_schemas
|
|
130
|
-
- shared_package_paths
|
|
131
|
-
- release_metadata
|
|
132
|
-
install_root_out_of_scope:
|
|
133
|
-
owner: scripts/install_root.py
|
|
134
|
-
facts:
|
|
135
|
-
- AGENTERA_HOME precedence
|
|
136
|
-
- default app home
|
|
137
|
-
- managed classification
|
|
138
|
-
- stale classification
|
|
139
|
-
- unmanaged classification
|
|
140
|
-
- app-home diagnostics
|
|
141
|
-
consumer_permissions:
|
|
142
|
-
lifecycle_validation:
|
|
143
|
-
allowed_groups:
|
|
144
|
-
- identity
|
|
145
|
-
- lifecycle_events
|
|
146
|
-
- artifact_validation
|
|
147
|
-
- subagent_dispatch
|
|
148
|
-
- documentation_claims
|
|
149
|
-
forbidden_ownership:
|
|
150
|
-
- package_metadata_out_of_scope
|
|
151
|
-
- install_root_out_of_scope
|
|
152
|
-
doctor:
|
|
153
|
-
allowed_groups:
|
|
154
|
-
- identity
|
|
155
|
-
- host_detection
|
|
156
|
-
- config_targets
|
|
157
|
-
- diagnostics
|
|
158
|
-
- documentation_claims
|
|
159
|
-
forbidden_ownership:
|
|
160
|
-
- package_metadata_out_of_scope
|
|
161
|
-
- install_root_out_of_scope
|
|
162
|
-
upgrade:
|
|
163
|
-
allowed_groups:
|
|
164
|
-
- identity
|
|
165
|
-
- host_detection
|
|
166
|
-
- subagent_dispatch
|
|
167
|
-
- config_targets
|
|
168
|
-
- diagnostics
|
|
169
|
-
forbidden_ownership:
|
|
170
|
-
- package_metadata_out_of_scope
|
|
171
|
-
- install_root_out_of_scope
|
|
172
|
-
docs:
|
|
173
|
-
allowed_groups:
|
|
174
|
-
- identity
|
|
175
|
-
- lifecycle_events
|
|
176
|
-
- artifact_validation
|
|
177
|
-
- subagent_dispatch
|
|
178
|
-
- config_targets
|
|
179
|
-
- diagnostics
|
|
180
|
-
- documentation_claims
|
|
181
|
-
forbidden_ownership:
|
|
182
|
-
- package_metadata_out_of_scope
|
|
183
|
-
- install_root_out_of_scope
|
|
184
|
-
tests:
|
|
185
|
-
allowed_groups:
|
|
186
|
-
- identity
|
|
187
|
-
- host_detection
|
|
188
|
-
- lifecycle_events
|
|
189
|
-
- artifact_validation
|
|
190
|
-
- subagent_dispatch
|
|
191
|
-
- config_targets
|
|
192
|
-
- diagnostics
|
|
193
|
-
- documentation_claims
|
|
194
|
-
forbidden_ownership:
|
|
195
|
-
- package_metadata_out_of_scope
|
|
196
|
-
- install_root_out_of_scope
|
|
197
|
-
non_goals:
|
|
198
|
-
- Do not introduce an executable RuntimeAdapter registry Module in this task.
|
|
199
|
-
- Do not migrate lifecycle validation, doctor, upgrade, docs, or runtime tests to consume a registry in this task.
|
|
200
|
-
- Do not change app-home classification, package metadata validation, artifact write validation, or live runtime behavior.
|
|
@@ -1,387 +0,0 @@
|
|
|
1
|
-
schema_version: agentera.runtimeAdapterRegistry.v1
|
|
2
|
-
lifecycle_authority: references/adapters/runtime-lifecycle-authority.yaml
|
|
3
|
-
adapter_record_order:
|
|
4
|
-
- opencode
|
|
5
|
-
- copilot
|
|
6
|
-
- codex
|
|
7
|
-
- cursor
|
|
8
|
-
records:
|
|
9
|
-
- identity:
|
|
10
|
-
runtime_id: opencode
|
|
11
|
-
display_name: OpenCode
|
|
12
|
-
adapter_family: javascript-plugin
|
|
13
|
-
support_status: supported
|
|
14
|
-
host_detection:
|
|
15
|
-
binary_names:
|
|
16
|
-
- opencode
|
|
17
|
-
host_config_locations:
|
|
18
|
-
- OPENCODE_CONFIG_DIR
|
|
19
|
-
- AGENTERA_HOME
|
|
20
|
-
availability_probe_label: runtime_binary
|
|
21
|
-
lifecycle_events:
|
|
22
|
-
supported_events:
|
|
23
|
-
- shell.env
|
|
24
|
-
- tool.execute.before
|
|
25
|
-
- tool.execute.after
|
|
26
|
-
- experimental.session.compacting
|
|
27
|
-
- session.created
|
|
28
|
-
- session.idle
|
|
29
|
-
unsupported_events: []
|
|
30
|
-
event_status:
|
|
31
|
-
shell.env: supported
|
|
32
|
-
tool.execute.before: supported
|
|
33
|
-
tool.execute.after: supported
|
|
34
|
-
experimental.session.compacting: supported
|
|
35
|
-
session.created: supported_via_event
|
|
36
|
-
session.idle: supported_via_event
|
|
37
|
-
limitations:
|
|
38
|
-
- OpenCode session preload observes session.created but has no verified context injection path.
|
|
39
|
-
- OpenCode compaction context is bounded to CLI-first Agentera summaries.
|
|
40
|
-
artifact_validation:
|
|
41
|
-
validation_events:
|
|
42
|
-
- tool.execute.before
|
|
43
|
-
hard_gate_claims:
|
|
44
|
-
- Conditional hard gate for reconstructable write and edit candidates.
|
|
45
|
-
payload_reconstruction_limitations:
|
|
46
|
-
- Sparse payloads and apply_patch patchText without reconstructed full content are allowed.
|
|
47
|
-
subagent_dispatch:
|
|
48
|
-
mechanism: OpenCode .opencode/agents single primary agent (D73)
|
|
49
|
-
setup_targets:
|
|
50
|
-
- ~/.config/opencode/agents
|
|
51
|
-
descriptor_sources:
|
|
52
|
-
- .opencode/agents/agentera.md
|
|
53
|
-
invocation_pattern: Use @agentera for the single Agentera primary agent; routing via skill, dispatch to general subagent.
|
|
54
|
-
tool_configuration: per_agent_permission
|
|
55
|
-
limitations:
|
|
56
|
-
- OpenCode descriptor bootstrap is file-based and preserves user-owned descriptor collisions.
|
|
57
|
-
config_targets:
|
|
58
|
-
runtime_config_files:
|
|
59
|
-
- ~/.config/opencode/plugins/agentera.js
|
|
60
|
-
hook_targets: []
|
|
61
|
-
plugin_targets:
|
|
62
|
-
- .opencode/plugins/agentera.js
|
|
63
|
-
environment_exports:
|
|
64
|
-
- AGENTERA_HOME
|
|
65
|
-
write_safety_labels:
|
|
66
|
-
- copy-plugin
|
|
67
|
-
- copy-agent
|
|
68
|
-
diagnostics:
|
|
69
|
-
check_names:
|
|
70
|
-
- plugin_file
|
|
71
|
-
- AGENTERA_HOME
|
|
72
|
-
- opencode_managed_commands
|
|
73
|
-
- opencode_skill_paths
|
|
74
|
-
- bundled_support_references
|
|
75
|
-
- profile_dir_deprecated
|
|
76
|
-
- profile_dir_schema_literal
|
|
77
|
-
status_labels:
|
|
78
|
-
- pass
|
|
79
|
-
- warn
|
|
80
|
-
- fail
|
|
81
|
-
- skip
|
|
82
|
-
gap_labels:
|
|
83
|
-
- runtime_config
|
|
84
|
-
- user_environment
|
|
85
|
-
- command_drift
|
|
86
|
-
- skill_path_drift
|
|
87
|
-
- validation_drift
|
|
88
|
-
primary_messages:
|
|
89
|
-
- OpenCode plugin file is present
|
|
90
|
-
- OpenCode plugin file is not installed at the native plugin path
|
|
91
|
-
- runtime can reach shared Agentera helper scripts
|
|
92
|
-
- OpenCode cannot see AGENTERA_HOME or a documented default Agentera app home
|
|
93
|
-
- OpenCode managed Agentera commands are current
|
|
94
|
-
- OpenCode managed Agentera commands are missing or stale
|
|
95
|
-
- OpenCode Agentera skill paths resolve to SKILL.md
|
|
96
|
-
- OpenCode Agentera skill paths are missing or broken
|
|
97
|
-
- bundled support references validate separately from installer status
|
|
98
|
-
- bundled reference validation mismatch found despite installer status
|
|
99
|
-
- profile dir env var is current
|
|
100
|
-
- v2 env var PROFILERA_PROFILE_DIR detected; run `agentera upgrade` to migrate to AGENTERA_PROFILE_DIR
|
|
101
|
-
- OpenCode plugin profile-dir schema is current
|
|
102
|
-
- OpenCode plugin source uses unmigrated profile-dir schema literal (PROFILERA_PROFILE_DIR without AGENTERA_PROFILE_DIR); run `agentera upgrade`
|
|
103
|
-
documentation_claims:
|
|
104
|
-
reference_paths:
|
|
105
|
-
- references/adapters/runtime-feature-parity.md
|
|
106
|
-
- references/adapters/opencode.md
|
|
107
|
-
parity_claims:
|
|
108
|
-
- Blocks invalid reconstructable artifact candidates.
|
|
109
|
-
install_claims:
|
|
110
|
-
- OpenCode plugin is copied to the native plugin path.
|
|
111
|
-
known_drifts:
|
|
112
|
-
- OpenCode session preload observes session.created but has no verified context injection path.
|
|
113
|
-
- identity:
|
|
114
|
-
runtime_id: copilot
|
|
115
|
-
display_name: GitHub Copilot
|
|
116
|
-
adapter_family: portable-plugin
|
|
117
|
-
support_status: supported
|
|
118
|
-
host_detection:
|
|
119
|
-
binary_names:
|
|
120
|
-
- copilot
|
|
121
|
-
host_config_locations:
|
|
122
|
-
- AGENTERA_HOME
|
|
123
|
-
- ~/.bashrc
|
|
124
|
-
- ~/.zshrc
|
|
125
|
-
- ~/.config/fish/config.fish
|
|
126
|
-
availability_probe_label: runtime_binary
|
|
127
|
-
lifecycle_events:
|
|
128
|
-
supported_events:
|
|
129
|
-
- sessionStart
|
|
130
|
-
- sessionEnd
|
|
131
|
-
- userPromptSubmitted
|
|
132
|
-
- preToolUse
|
|
133
|
-
- postToolUse
|
|
134
|
-
- errorOccurred
|
|
135
|
-
unsupported_events: []
|
|
136
|
-
event_status:
|
|
137
|
-
sessionStart: supported
|
|
138
|
-
sessionEnd: supported
|
|
139
|
-
userPromptSubmitted: supported
|
|
140
|
-
preToolUse: supported
|
|
141
|
-
postToolUse: supported
|
|
142
|
-
errorOccurred: supported
|
|
143
|
-
limitations:
|
|
144
|
-
- Profile exposes bounded corpus metadata limits with missing source families.
|
|
145
|
-
artifact_validation:
|
|
146
|
-
validation_events:
|
|
147
|
-
- preToolUse
|
|
148
|
-
hard_gate_claims:
|
|
149
|
-
- Conditional hard gate via preToolUse.
|
|
150
|
-
payload_reconstruction_limitations:
|
|
151
|
-
- Malformed, sparse, or non-reconstructable toolArgs are allowed.
|
|
152
|
-
subagent_dispatch:
|
|
153
|
-
mechanism: Copilot CLI host-managed dispatch
|
|
154
|
-
setup_targets: []
|
|
155
|
-
descriptor_sources: []
|
|
156
|
-
invocation_pattern: Use the host-native agent selection surface when available.
|
|
157
|
-
tool_configuration: none
|
|
158
|
-
limitations:
|
|
159
|
-
- Agentera does not install per-capability Copilot descriptors in this package phase.
|
|
160
|
-
config_targets:
|
|
161
|
-
runtime_config_files: []
|
|
162
|
-
hook_targets:
|
|
163
|
-
- .github/hooks
|
|
164
|
-
plugin_targets:
|
|
165
|
-
- plugin.json
|
|
166
|
-
environment_exports:
|
|
167
|
-
- AGENTERA_HOME
|
|
168
|
-
write_safety_labels:
|
|
169
|
-
- configure
|
|
170
|
-
diagnostics:
|
|
171
|
-
check_names:
|
|
172
|
-
- AGENTERA_HOME
|
|
173
|
-
status_labels:
|
|
174
|
-
- pass
|
|
175
|
-
- warn
|
|
176
|
-
- fail
|
|
177
|
-
- skip
|
|
178
|
-
gap_labels:
|
|
179
|
-
- runtime_config
|
|
180
|
-
- user_environment
|
|
181
|
-
primary_messages:
|
|
182
|
-
- runtime can reach shared Agentera helper scripts
|
|
183
|
-
- Copilot helper access is not configured in the environment or known shell rc files
|
|
184
|
-
- Copilot rc file is configured; restart the shell to load AGENTERA_HOME
|
|
185
|
-
documentation_claims:
|
|
186
|
-
reference_paths:
|
|
187
|
-
- references/adapters/runtime-feature-parity.md
|
|
188
|
-
parity_claims:
|
|
189
|
-
- Copilot supports lifecycle hook JSON files under .github/hooks.
|
|
190
|
-
install_claims:
|
|
191
|
-
- Copilot marketplace install path is verified working.
|
|
192
|
-
known_drifts:
|
|
193
|
-
- Upgrade package phase currently has no Copilot package command item.
|
|
194
|
-
- Upgrade runtime configure is noop; shell rc paths in host_detection are doctor diagnostic probes only.
|
|
195
|
-
- identity:
|
|
196
|
-
runtime_id: codex
|
|
197
|
-
display_name: Codex
|
|
198
|
-
adapter_family: portable-plugin
|
|
199
|
-
support_status: supported
|
|
200
|
-
host_detection:
|
|
201
|
-
binary_names:
|
|
202
|
-
- codex
|
|
203
|
-
host_config_locations:
|
|
204
|
-
- ~/.codex/config.toml
|
|
205
|
-
availability_probe_label: runtime_binary
|
|
206
|
-
lifecycle_events:
|
|
207
|
-
supported_events:
|
|
208
|
-
- SessionStart
|
|
209
|
-
- Stop
|
|
210
|
-
- UserPromptSubmit
|
|
211
|
-
- PreToolUse
|
|
212
|
-
- PostToolUse
|
|
213
|
-
- PermissionRequest
|
|
214
|
-
unsupported_events:
|
|
215
|
-
- SubagentStop
|
|
216
|
-
- PreCompact
|
|
217
|
-
- Notification
|
|
218
|
-
event_status:
|
|
219
|
-
SessionStart: beta
|
|
220
|
-
Stop: beta
|
|
221
|
-
UserPromptSubmit: beta
|
|
222
|
-
PreToolUse: beta
|
|
223
|
-
PostToolUse: beta
|
|
224
|
-
PermissionRequest: beta
|
|
225
|
-
SubagentStop: unsupported
|
|
226
|
-
limitations:
|
|
227
|
-
- codex_hooks status is beta and shipped Agentera wiring intercepts apply_patch validation only; see openai/codex#18391.
|
|
228
|
-
artifact_validation:
|
|
229
|
-
validation_events:
|
|
230
|
-
- PreToolUse
|
|
231
|
-
hard_gate_claims:
|
|
232
|
-
- Codex can route pre-tool validation through codex_hooks when configured.
|
|
233
|
-
payload_reconstruction_limitations:
|
|
234
|
-
- Shipped config wires apply_patch validation only.
|
|
235
|
-
subagent_dispatch:
|
|
236
|
-
mechanism: Codex ~/.codex/agents TOML descriptors
|
|
237
|
-
setup_targets:
|
|
238
|
-
- ~/.codex/agents
|
|
239
|
-
descriptor_sources:
|
|
240
|
-
- skills/agentera/agents/*.toml
|
|
241
|
-
invocation_pattern: Use the configured capability agent name through Codex-native subagent dispatch.
|
|
242
|
-
tool_configuration: global_sandbox_policy
|
|
243
|
-
limitations:
|
|
244
|
-
- Codex hook wiring remains limited to apply_patch validation; descriptor dispatch is separate runtime state.
|
|
245
|
-
config_targets:
|
|
246
|
-
runtime_config_files:
|
|
247
|
-
- ~/.codex/config.toml
|
|
248
|
-
hook_targets:
|
|
249
|
-
- ~/.codex/hooks.json
|
|
250
|
-
plugin_targets:
|
|
251
|
-
- .codex-plugin/plugin.json
|
|
252
|
-
- .agents/plugins/marketplace.json
|
|
253
|
-
environment_exports:
|
|
254
|
-
- AGENTERA_HOME
|
|
255
|
-
write_safety_labels:
|
|
256
|
-
- configure
|
|
257
|
-
- copy-hooks
|
|
258
|
-
- copy-agent
|
|
259
|
-
diagnostics:
|
|
260
|
-
check_names:
|
|
261
|
-
- config.AGENTERA_HOME
|
|
262
|
-
status_labels:
|
|
263
|
-
- pass
|
|
264
|
-
- warn
|
|
265
|
-
- fail
|
|
266
|
-
- skip
|
|
267
|
-
gap_labels:
|
|
268
|
-
- runtime_config
|
|
269
|
-
- user_environment
|
|
270
|
-
primary_messages:
|
|
271
|
-
- runtime can reach shared Agentera helper scripts
|
|
272
|
-
- Codex config cannot provide helper-script access
|
|
273
|
-
documentation_claims:
|
|
274
|
-
reference_paths:
|
|
275
|
-
- references/adapters/runtime-feature-parity.md
|
|
276
|
-
parity_claims:
|
|
277
|
-
- Codex supports codex_hooks events but shipped config wires only apply_patch validation.
|
|
278
|
-
install_claims:
|
|
279
|
-
- Codex config and hook files are planned as runtime updates.
|
|
280
|
-
known_drifts:
|
|
281
|
-
- Codex supports hook events but shipped config wires only apply_patch validation.
|
|
282
|
-
- identity:
|
|
283
|
-
runtime_id: cursor
|
|
284
|
-
display_name: Cursor
|
|
285
|
-
adapter_family: native-plugin
|
|
286
|
-
support_status: supported
|
|
287
|
-
host_detection:
|
|
288
|
-
binary_names:
|
|
289
|
-
- cursor-agent
|
|
290
|
-
- cursor
|
|
291
|
-
host_config_locations:
|
|
292
|
-
- AGENTERA_HOME
|
|
293
|
-
- .cursor/hooks.json
|
|
294
|
-
availability_probe_label: runtime_binary
|
|
295
|
-
lifecycle_events:
|
|
296
|
-
supported_events:
|
|
297
|
-
- sessionStart
|
|
298
|
-
- sessionEnd
|
|
299
|
-
- preToolUse
|
|
300
|
-
- postToolUse
|
|
301
|
-
- subagentStart
|
|
302
|
-
- subagentStop
|
|
303
|
-
- beforeSubmitPrompt
|
|
304
|
-
- preCompact
|
|
305
|
-
- stop
|
|
306
|
-
unsupported_events:
|
|
307
|
-
- beforeShellExecution
|
|
308
|
-
- afterShellExecution
|
|
309
|
-
- beforeMCPExecution
|
|
310
|
-
- afterMCPExecution
|
|
311
|
-
- beforeReadFile
|
|
312
|
-
- afterFileEdit
|
|
313
|
-
event_status:
|
|
314
|
-
sessionStart: supported
|
|
315
|
-
sessionEnd: supported
|
|
316
|
-
preToolUse: supported
|
|
317
|
-
postToolUse: supported
|
|
318
|
-
subagentStart: supported
|
|
319
|
-
subagentStop: supported
|
|
320
|
-
beforeSubmitPrompt: supported
|
|
321
|
-
preCompact: supported
|
|
322
|
-
stop: supported
|
|
323
|
-
limitations:
|
|
324
|
-
- Cloud agents are unsupported in v1; repo hooks and managed agents target local IDE sessions only.
|
|
325
|
-
- Bare text /agentera routing is metadata-only; sessionStart injects context but does not rewrite prompts.
|
|
326
|
-
artifact_validation:
|
|
327
|
-
validation_events:
|
|
328
|
-
- preToolUse
|
|
329
|
-
hard_gate_claims:
|
|
330
|
-
- Conditional hard gate for reconstructable Write and Edit candidates via preToolUse; verified after live preToolUse Write smoke (2026-05-24).
|
|
331
|
-
payload_reconstruction_limitations:
|
|
332
|
-
- Malformed, sparse, or non-reconstructable tool_input payloads are allowed.
|
|
333
|
-
subagent_dispatch:
|
|
334
|
-
mechanism: Cursor .cursor/agents single agent descriptor (D73)
|
|
335
|
-
setup_targets:
|
|
336
|
-
- .cursor/agents
|
|
337
|
-
descriptor_sources:
|
|
338
|
-
- .cursor/agents/agentera.md
|
|
339
|
-
invocation_pattern: Use the Cursor agent picker or @-mention the single Agentera agent; routing via skill, dispatch to general subagent.
|
|
340
|
-
tool_configuration: global_full_access
|
|
341
|
-
limitations:
|
|
342
|
-
- Cloud agent sessions do not load project hooks or managed agents in v1.
|
|
343
|
-
config_targets:
|
|
344
|
-
runtime_config_files: []
|
|
345
|
-
hook_targets:
|
|
346
|
-
- .cursor/hooks.json
|
|
347
|
-
plugin_targets:
|
|
348
|
-
- .cursor-plugin/plugin.json
|
|
349
|
-
environment_exports:
|
|
350
|
-
- AGENTERA_HOME
|
|
351
|
-
write_safety_labels:
|
|
352
|
-
- copy-hooks
|
|
353
|
-
- copy-agent
|
|
354
|
-
- copy-plugin
|
|
355
|
-
diagnostics:
|
|
356
|
-
check_names:
|
|
357
|
-
- AGENTERA_HOME
|
|
358
|
-
- cursor_hooks
|
|
359
|
-
- cursor_managed_agents
|
|
360
|
-
status_labels:
|
|
361
|
-
- pass
|
|
362
|
-
- warn
|
|
363
|
-
- fail
|
|
364
|
-
- skip
|
|
365
|
-
gap_labels:
|
|
366
|
-
- runtime_config
|
|
367
|
-
- user_environment
|
|
368
|
-
- hook_drift
|
|
369
|
-
- agent_drift
|
|
370
|
-
primary_messages:
|
|
371
|
-
- runtime can reach shared Agentera helper scripts
|
|
372
|
-
- Cursor hooks.json is present and references Agentera helpers
|
|
373
|
-
- Cursor hooks.json is missing or stale
|
|
374
|
-
- Cursor managed capability agents are current
|
|
375
|
-
- Cursor managed capability agents are missing or stale
|
|
376
|
-
documentation_claims:
|
|
377
|
-
reference_paths:
|
|
378
|
-
- references/adapters/runtime-feature-parity.md
|
|
379
|
-
- references/adapters/cursor.md
|
|
380
|
-
parity_claims:
|
|
381
|
-
- Cursor sessionStart exports AGENTERA_HOME and injects bounded session context.
|
|
382
|
-
- Cursor preToolUse denies invalid reconstructable artifact candidates; live preToolUse Write smoke passed 2026-05-24.
|
|
383
|
-
install_claims:
|
|
384
|
-
- Repo-native .cursor/ surfaces ship in this repository; upgrade installs managed hooks and agents elsewhere.
|
|
385
|
-
known_drifts:
|
|
386
|
-
- Release tagging and marketplace publication remain blocked pending broader release closeout despite passed live preToolUse Write smoke.
|
|
387
|
-
- Cloud agents are unsupported in v1.
|