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
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "agentera",
|
|
3
|
-
"version": "3.0.0-dev.
|
|
3
|
+
"version": "3.0.0-dev.26",
|
|
4
4
|
"description": "One CLI, many capabilities: project state, artifact validation, and capability routing for AI coding agents",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"agentera",
|
|
@@ -29,14 +29,16 @@
|
|
|
29
29
|
"tag": "next"
|
|
30
30
|
},
|
|
31
31
|
"scripts": {
|
|
32
|
-
"build": "rm -rf dist && tsc -p tsconfig.json",
|
|
32
|
+
"build": "rm -rf dist && tsc -p tsconfig.json && node scripts/copy-bundle.mjs",
|
|
33
33
|
"prepack": "rm -rf dist && tsc -p tsconfig.json && node scripts/copy-bundle.mjs",
|
|
34
|
-
"test": "
|
|
35
|
-
"test:
|
|
34
|
+
"test": "pnpm run test:source",
|
|
35
|
+
"test:source": "node scripts/verify-lane.mjs source",
|
|
36
|
+
"test:watch": "vp test watch --config vite.config.ts",
|
|
37
|
+
"verify:package": "node scripts/verify-lane.mjs package",
|
|
36
38
|
"lint": "vp lint",
|
|
37
39
|
"fmt": "vp fmt",
|
|
38
40
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
39
|
-
"bundle:data": "node scripts/copy-bundle.mjs",
|
|
41
|
+
"bundle:data": "tsc -p tsconfig.json && node scripts/copy-bundle.mjs",
|
|
40
42
|
"publish:dev": "set -a; [ -f ../../.env ] && . ../../.env; set +a; npm run build && npm run bundle:data && npm publish --tag next"
|
|
41
43
|
},
|
|
42
44
|
"dependencies": {
|
|
@@ -54,6 +56,6 @@
|
|
|
54
56
|
},
|
|
55
57
|
"agentera": {
|
|
56
58
|
"suiteVersion": "3.0.0",
|
|
57
|
-
"gitRef": "
|
|
59
|
+
"gitRef": "1517670babd3475b45ba2fbee1e5673418f9aade"
|
|
58
60
|
}
|
|
59
61
|
}
|
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "agentera",
|
|
3
|
-
"version": "3.0.0",
|
|
4
|
-
"description": "Compound agent orchestration suite \u2014 12 capabilities in one bundled skill; exact bare /agentera belongs to the bundled agentera dashboard path",
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "Jonathan Gabor",
|
|
7
|
-
"url": "https://github.com/jgabor"
|
|
8
|
-
},
|
|
9
|
-
"homepage": "https://github.com/jgabor/agentera",
|
|
10
|
-
"repository": "https://github.com/jgabor/agentera",
|
|
11
|
-
"license": "Apache-2.0",
|
|
12
|
-
"keywords": ["agentera", "skills", "agents", "coding", "memory", "orchestration"],
|
|
13
|
-
"skills": "./skills/",
|
|
14
|
-
"hooks": "./hooks/codex-plugin-hooks.json",
|
|
15
|
-
"interface": {
|
|
16
|
-
"displayName": "Agentera",
|
|
17
|
-
"shortDescription": "Portable skills that give Codex exact bare /agentera routing, project memory, planning, execution, and review workflows.",
|
|
18
|
-
"longDescription": "Agentera turns Codex into a coordinated engineering partner with shared project artifacts, decision memory, planning, autonomous execution, audits, documentation, visual identity, research, optimization, and orchestration. A complete user message exactly `/agentera` belongs to the bundled agentera skill and its agentera status dashboard path, not the legacy hej bridge.",
|
|
19
|
-
"developerName": "Jonathan Gabor",
|
|
20
|
-
"category": "Coding",
|
|
21
|
-
"capabilities": ["Interactive", "Read", "Write"],
|
|
22
|
-
"websiteURL": "https://github.com/jgabor/agentera",
|
|
23
|
-
"privacyPolicyURL": "https://github.com/jgabor/agentera",
|
|
24
|
-
"termsOfServiceURL": "https://github.com/jgabor/agentera/blob/main/LICENSE",
|
|
25
|
-
"defaultPrompt": [
|
|
26
|
-
"Use $agentera to inspect this project and suggest the next best action. If the complete user message is exactly `/agentera`, use $agentera's status dashboard path."
|
|
27
|
-
],
|
|
28
|
-
"brandColor": "#111827",
|
|
29
|
-
"screenshots": []
|
|
30
|
-
},
|
|
31
|
-
"codex": {
|
|
32
|
-
"uiMetadata": "./agents/openai.yaml",
|
|
33
|
-
"discovery": {
|
|
34
|
-
"skills": "/skills",
|
|
35
|
-
"plugins": "/plugins"
|
|
36
|
-
},
|
|
37
|
-
"invocationHint": "Use $agentera for explicit invocation. If the complete user message is exactly `/agentera`, route it through $agentera and the status dashboard path; $hej is only a legacy explicit bridge.",
|
|
38
|
-
"limitations": [
|
|
39
|
-
"profile collects bounded Codex session corpus data when present and reports any absent source families in corpus metadata.",
|
|
40
|
-
"Agentera lifecycle upgrade can install the canonical shared skill and Agentera-owned hooks or agents. AGENTERA_HOME configuration, Codex plugin enablement, and trust remain user-owned."
|
|
41
|
-
]
|
|
42
|
-
},
|
|
43
|
-
"agentera": {
|
|
44
|
-
"packageShape": "suite-bundle",
|
|
45
|
-
"installRoot": "..",
|
|
46
|
-
"sharedPaths": ["skills", "hooks", "registry.json", "plugin.json", "README.md", "UPGRADE.md"],
|
|
47
|
-
"singleSkillInstall": "Single-skill installs keep core SKILL.md workflow behavior; suite tools are bundle-only enhancements."
|
|
48
|
-
},
|
|
49
|
-
"lifecycleHooks": {
|
|
50
|
-
"runtime": "codex-cli",
|
|
51
|
-
"status": "stable",
|
|
52
|
-
"configured": false,
|
|
53
|
-
"limitations": [
|
|
54
|
-
"codex_hooks ships stable and default-on as of v0.124.0 (2026-04-23). The bundled hooks/codex-hooks.json wires apply_patch PreToolUse and PostToolUse handlers per openai/codex#18391 (merged 2026-04-22).",
|
|
55
|
-
"The shipped Codex hook config validates touched artifact paths through `npx -y agentera hook validate-artifact`, but it does not reconstruct final patch content for hard-gate validation. SessionStart and Stop are supported by the runtime but are not wired by the bundled config."
|
|
56
|
-
],
|
|
57
|
-
"supportedEvents": [
|
|
58
|
-
"SessionStart",
|
|
59
|
-
"Stop",
|
|
60
|
-
"UserPromptSubmit",
|
|
61
|
-
"PreToolUse",
|
|
62
|
-
"PostToolUse",
|
|
63
|
-
"PermissionRequest"
|
|
64
|
-
],
|
|
65
|
-
"unsupportedEvents": [
|
|
66
|
-
{
|
|
67
|
-
"event": "SubagentStop",
|
|
68
|
-
"reason": "This event is outside the supported Codex lifecycle contract."
|
|
69
|
-
},
|
|
70
|
-
{
|
|
71
|
-
"event": "PreCompact",
|
|
72
|
-
"reason": "This event is outside the supported Codex lifecycle contract."
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"event": "Notification",
|
|
76
|
-
"reason": "This event is outside the supported Codex lifecycle contract."
|
|
77
|
-
}
|
|
78
|
-
]
|
|
79
|
-
},
|
|
80
|
-
"skillMetadata": [
|
|
81
|
-
{
|
|
82
|
-
"name": "agentera",
|
|
83
|
-
"description": "Compound agent orchestration suite \u2014 12 capabilities in one bundled skill; use for exact bare /agentera dashboard routing",
|
|
84
|
-
"path": "./skills/agentera",
|
|
85
|
-
"runtimeSupport": "portable",
|
|
86
|
-
"invocationHint": "$agentera; for a complete bare `/agentera`, use the agentera status dashboard path",
|
|
87
|
-
"policy": {
|
|
88
|
-
"allow_implicit_invocation": true
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
]
|
|
92
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
description: Turn your coding agent into an engineering team.
|
|
3
|
-
---
|
|
4
|
-
|
|
5
|
-
<!-- agentera: managed -->
|
|
6
|
-
|
|
7
|
-
Load the Agentera skill for request routing and project orientation. When a capability is invoked, run `agentera prime --context build --format json` (or the relevant capability name) to fetch the authoritative instructions as a JSON capsule, then dispatch to a general-purpose subagent with the `capability_context.instructions` field as the task prompt. Do not invent unsupported capability-name CLI commands. Do not invoke per-capability subagents; the single Agentera agent handles all capability dispatch.
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 1,
|
|
3
|
-
"description": "agentera v3 Cursor IDE hooks (camelCase lifecycle events sessionStart, sessionEnd, preToolUse, postToolUse): session context export, artifact hard gate, and advisory validation",
|
|
4
|
-
"hooks": {
|
|
5
|
-
"sessionStart": [
|
|
6
|
-
{
|
|
7
|
-
"command": "npx -y agentera@next hook cursor-session-start",
|
|
8
|
-
"timeout": 15
|
|
9
|
-
}
|
|
10
|
-
],
|
|
11
|
-
"sessionEnd": [
|
|
12
|
-
{
|
|
13
|
-
"command": "npx -y agentera@next hook session-stop",
|
|
14
|
-
"timeout": 15
|
|
15
|
-
}
|
|
16
|
-
],
|
|
17
|
-
"preToolUse": [
|
|
18
|
-
{
|
|
19
|
-
"command": "npx -y agentera@next hook cursor-pre-tool-use",
|
|
20
|
-
"matcher": "Write|Edit",
|
|
21
|
-
"timeout": 15
|
|
22
|
-
}
|
|
23
|
-
],
|
|
24
|
-
"postToolUse": [
|
|
25
|
-
{
|
|
26
|
-
"command": "npx -y agentera@next hook validate-artifact",
|
|
27
|
-
"matcher": "Write|Edit",
|
|
28
|
-
"timeout": 15
|
|
29
|
-
}
|
|
30
|
-
]
|
|
31
|
-
}
|
|
32
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "agentera",
|
|
3
|
-
"version": "3.0.0",
|
|
4
|
-
"description": "Agentera compound agent orchestration suite — twelve capabilities in one bundled skill; exact bare /agentera belongs to the bundled agentera dashboard path. Cloud agents are unsupported in v1.",
|
|
5
|
-
"author": {
|
|
6
|
-
"name": "Jonathan Gabor",
|
|
7
|
-
"url": "https://github.com/jgabor"
|
|
8
|
-
},
|
|
9
|
-
"homepage": "https://github.com/jgabor/agentera",
|
|
10
|
-
"repository": "https://github.com/jgabor/agentera",
|
|
11
|
-
"license": "Apache-2.0",
|
|
12
|
-
"keywords": ["agentera", "skills", "agents", "orchestration", "planning", "memory"],
|
|
13
|
-
"skills": "./skills/",
|
|
14
|
-
"hooks": "./.cursor/hooks.json",
|
|
15
|
-
"agents": "./.cursor/agents/",
|
|
16
|
-
"agentera": {
|
|
17
|
-
"packageShape": "suite-bundle",
|
|
18
|
-
"installRoot": "..",
|
|
19
|
-
"sharedPaths": ["skills", "hooks", "registry.json", "plugin.json", "README.md", "UPGRADE.md"],
|
|
20
|
-
"singleSkillInstall": "Single-skill installs keep core SKILL.md workflow behavior; suite tools are bundle-only enhancements."
|
|
21
|
-
},
|
|
22
|
-
"cursor": {
|
|
23
|
-
"limitations": [
|
|
24
|
-
"Cloud agents are unsupported in v1; use repo-native or upgraded project hooks and managed agents instead.",
|
|
25
|
-
"Bare /agentera routing is metadata-only; use the bundled agentera skill and status dashboard path explicitly.",
|
|
26
|
-
"Conditional hard-gate validation for reconstructable Write and Edit candidates is verified after live preToolUse Write smoke (2026-05-24); release tagging remains blocked pending broader release closeout."
|
|
27
|
-
],
|
|
28
|
-
"distribution": {
|
|
29
|
-
"repoNativeHooks": ".cursor/hooks.json",
|
|
30
|
-
"managedAgents": ".cursor/agents/",
|
|
31
|
-
"marketplaceManifest": ".cursor-plugin/plugin.json"
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "agentera v3 GitHub Copilot CLI hook (camelCase name field postToolUse): advisory artifact validation after Edit or Write",
|
|
3
|
-
"name": "postToolUse",
|
|
4
|
-
"matcher": "Edit|Write",
|
|
5
|
-
"type": "command",
|
|
6
|
-
"bash": "npx -y agentera@next hook validate-artifact",
|
|
7
|
-
"powershell": "npx -y agentera@next hook validate-artifact",
|
|
8
|
-
"timeoutSec": 10
|
|
9
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "agentera v3 GitHub Copilot CLI hook (camelCase name field preToolUse): artifact hard gate before tool use",
|
|
3
|
-
"name": "preToolUse",
|
|
4
|
-
"type": "command",
|
|
5
|
-
"bash": "npx -y agentera@next hook validate-artifact",
|
|
6
|
-
"powershell": "npx -y agentera@next hook validate-artifact",
|
|
7
|
-
"timeoutSec": 10
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "agentera v3 GitHub Copilot CLI hook (camelCase name field sessionEnd): session bookmark persistence",
|
|
3
|
-
"name": "sessionEnd",
|
|
4
|
-
"type": "command",
|
|
5
|
-
"bash": "npx -y agentera@next hook session-stop",
|
|
6
|
-
"powershell": "npx -y agentera@next hook session-stop",
|
|
7
|
-
"timeoutSec": 10
|
|
8
|
-
}
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"description": "agentera v3 GitHub Copilot CLI hook (camelCase name field sessionStart): session context preload",
|
|
3
|
-
"name": "sessionStart",
|
|
4
|
-
"type": "command",
|
|
5
|
-
"bash": "npx -y agentera@next hook session-start",
|
|
6
|
-
"powershell": "npx -y agentera@next hook session-start",
|
|
7
|
-
"timeoutSec": 10
|
|
8
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "agentera",
|
|
3
|
-
"version": "3.0.0",
|
|
4
|
-
"description": "Agentera 3.0.0 for GitHub Copilot CLI: one portable skill, twelve capabilities, shared project state, lifecycle hooks, and exact /agentera dashboard routing. profile uses bounded Copilot corpus metadata when present and reports missing source families. Runtime installation, enablement, authentication, and trust remain user-owned.",
|
|
5
|
-
"skills": "../../skills",
|
|
6
|
-
"hooks": "../hooks"
|
|
7
|
-
}
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
---
|
|
2
|
-
color: "#fcd116"
|
|
3
|
-
description: Turn your coding agent into an engineering team.
|
|
4
|
-
mode: primary
|
|
5
|
-
permission:
|
|
6
|
-
write: allow
|
|
7
|
-
bash: allow
|
|
8
|
-
---
|
|
9
|
-
|
|
10
|
-
<!-- agentera: managed -->
|
|
11
|
-
|
|
12
|
-
Load the Agentera skill for request routing and project orientation. When a capability is invoked, run `agentera prime --context build --format json` (or the relevant capability name) to fetch the authoritative instructions as a JSON capsule, then dispatch to a general-purpose subagent with the `capability_context.instructions` field as the task prompt. Do not invent unsupported capability-name CLI commands. Do not invoke per-capability subagents; the single Agentera agent handles all capability dispatch.
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"files": [
|
|
3
|
-
"plugins/agentera.js",
|
|
4
|
-
"commands",
|
|
5
|
-
"agents",
|
|
6
|
-
"package.json"
|
|
7
|
-
],
|
|
8
|
-
"type": "module",
|
|
9
|
-
"main": "./plugins/agentera.js",
|
|
10
|
-
"exports": {
|
|
11
|
-
".": "./plugins/agentera.js"
|
|
12
|
-
},
|
|
13
|
-
"dependencies": {
|
|
14
|
-
"@opencode-ai/plugin": "1.14.33"
|
|
15
|
-
},
|
|
16
|
-
"agentera": {
|
|
17
|
-
"packageShape": "npm-loadable-plugin",
|
|
18
|
-
"opencodePlugin": "./plugins/agentera.js",
|
|
19
|
-
"localPluginPath": ".opencode/plugins/agentera.js",
|
|
20
|
-
"installRoot": "..",
|
|
21
|
-
"sharedPaths": [
|
|
22
|
-
"skills",
|
|
23
|
-
"hooks",
|
|
24
|
-
"registry.json",
|
|
25
|
-
"plugin.json",
|
|
26
|
-
"README.md",
|
|
27
|
-
"UPGRADE.md"
|
|
28
|
-
],
|
|
29
|
-
"singleSkillInstall": "Single-skill installs keep core SKILL.md workflow behavior; suite tools are bundle-only enhancements."
|
|
30
|
-
}
|
|
31
|
-
}
|