agentera 3.0.0-dev.4 → 3.0.0-dev.46
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/LICENSE +201 -0
- package/README.md +108 -22
- package/bundle/.agentera-npx-bundle.json +1 -1
- package/bundle/CHANGELOG.md +1351 -0
- package/bundle/DESIGN.md +229 -0
- package/bundle/LICENSE +201 -0
- package/bundle/README.md +143 -0
- package/bundle/UPGRADE.md +236 -0
- package/bundle/extract-corpus-parity.json +21 -0
- package/bundle/fixtures/routing/hybrid-corpus.yaml +154 -0
- package/bundle/references/adapters/package-publication.json +437 -0
- package/bundle/references/adapters/package-registry.yaml +434 -189
- package/bundle/references/adapters/package-surface-characterization.md +66 -35
- package/bundle/references/adapters/runtime-lifecycle-adapters.yaml +74 -0
- package/bundle/references/adapters/runtime-lifecycle-authority.yaml +62 -0
- package/bundle/references/adapters/runtime-lifecycle-operation-contract.yaml +84 -0
- package/bundle/references/adapters/runtime-retired-resources.yaml +333 -0
- package/bundle/references/analysis/evidence-tier-authority.yaml +518 -0
- package/bundle/references/analysis/verification-policy.yaml +191 -0
- package/bundle/references/artifacts/artifact-registry-interface-model.yaml +20 -10
- package/bundle/references/artifacts/glossary-entry-contract.yaml +1254 -0
- package/bundle/references/artifacts/state-storage-authority.yaml +2982 -0
- package/bundle/references/artifacts/verbosity-budget-authority.yaml +42 -0
- package/bundle/references/cli/app-lifecycle-vocabulary.yaml +7 -8
- package/bundle/references/cli/capability-instruction-contract.yaml +97 -59
- package/bundle/references/cli/hybrid-route-contract.yaml +438 -0
- package/bundle/references/cli/routing-model.md +155 -0
- package/bundle/references/cli/trigger-schema-enrichment.md +147 -0
- package/bundle/references/cli/update-channels.yaml +35 -2
- package/bundle/references/cli/vocabulary-index.yaml +23 -20
- package/bundle/references/cli/vocabulary.md +337 -366
- package/bundle/references/meta/retained-reference-authority.yaml +151 -0
- package/bundle/registry.json +14 -14
- package/bundle/skills/agentera/SKILL.md +218 -408
- package/bundle/skills/agentera/capabilities/audit/schemas/artifacts.yaml +84 -0
- package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/audit/schemas/triggers.yaml +25 -0
- package/bundle/skills/agentera/capabilities/{inspektera → audit}/schemas/validation.yaml +37 -18
- package/bundle/skills/agentera/capabilities/build/schemas/artifacts.yaml +102 -0
- package/bundle/skills/agentera/capabilities/{realisera → build}/schemas/exit.yaml +6 -5
- package/bundle/skills/agentera/capabilities/build/schemas/triggers.yaml +27 -0
- package/bundle/skills/agentera/capabilities/build/schemas/validation.yaml +176 -0
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/artifacts.yaml +12 -12
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/exit.yaml +5 -5
- package/bundle/skills/agentera/capabilities/design/schemas/triggers.yaml +16 -0
- package/bundle/skills/agentera/capabilities/{visualisera → design}/schemas/validation.yaml +7 -7
- package/bundle/skills/agentera/capabilities/discuss/schemas/artifacts.yaml +51 -0
- package/bundle/skills/agentera/capabilities/{resonera → discuss}/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/discuss/schemas/triggers.yaml +20 -0
- package/bundle/skills/agentera/capabilities/discuss/schemas/validation.yaml +144 -0
- package/bundle/skills/agentera/capabilities/document/schemas/artifacts.yaml +80 -0
- package/bundle/skills/agentera/capabilities/document/schemas/triggers.yaml +16 -0
- package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/validation.yaml +18 -18
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/artifacts.yaml +18 -18
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/optimize/schemas/triggers.yaml +16 -0
- package/bundle/skills/agentera/capabilities/{optimera → optimize}/schemas/validation.yaml +9 -9
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/artifacts.yaml +76 -0
- package/bundle/skills/agentera/capabilities/{orkestrera → orchestrate}/schemas/exit.yaml +9 -7
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/triggers.yaml +23 -0
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/validation.yaml +121 -0
- package/bundle/skills/agentera/capabilities/plan/schemas/artifacts.yaml +66 -0
- package/bundle/skills/agentera/capabilities/{planera → plan}/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/plan/schemas/triggers.yaml +23 -0
- package/bundle/skills/agentera/capabilities/plan/schemas/validation.yaml +121 -0
- package/bundle/skills/agentera/capabilities/profile/schemas/artifacts.yaml +23 -0
- package/bundle/skills/agentera/capabilities/{profilera → profile}/schemas/exit.yaml +6 -5
- package/bundle/skills/agentera/capabilities/profile/schemas/triggers.yaml +20 -0
- package/bundle/skills/agentera/capabilities/profile/schemas/validation.yaml +115 -0
- package/bundle/skills/agentera/capabilities/research/schemas/artifacts.yaml +24 -0
- package/bundle/skills/agentera/capabilities/research/schemas/triggers.yaml +16 -0
- package/bundle/skills/agentera/capabilities/{inspirera → research}/schemas/validation.yaml +2 -2
- package/bundle/skills/agentera/capabilities/status/schemas/artifacts.yaml +73 -0
- package/bundle/skills/agentera/capabilities/status/schemas/triggers.yaml +22 -0
- package/bundle/skills/agentera/capabilities/{hej → status}/schemas/validation.yaml +5 -5
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/artifacts.yaml +16 -16
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/exit.yaml +7 -6
- package/bundle/skills/agentera/capabilities/vision/schemas/triggers.yaml +23 -0
- package/bundle/skills/agentera/capabilities/{visionera → vision}/schemas/validation.yaml +18 -20
- package/bundle/skills/agentera/capability_schema_contract.yaml +200 -37
- package/bundle/skills/agentera/protocol.yaml +31 -31
- package/bundle/skills/agentera/route-phrases.yaml +81 -0
- package/bundle/skills/agentera/schemas/artifacts/changelog.yaml +5 -4
- package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +40 -22
- package/bundle/skills/agentera/schemas/artifacts/design.yaml +5 -4
- package/bundle/skills/agentera/schemas/artifacts/docs.yaml +15 -19
- package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +145 -14
- package/bundle/skills/agentera/schemas/artifacts/glossary.yaml +82 -0
- package/bundle/skills/agentera/schemas/artifacts/health.yaml +58 -21
- package/bundle/skills/agentera/schemas/artifacts/objective.yaml +22 -8
- package/bundle/skills/agentera/schemas/artifacts/plan.yaml +421 -33
- package/bundle/skills/agentera/schemas/artifacts/progress.yaml +143 -53
- package/bundle/skills/agentera/schemas/artifacts/todo.yaml +345 -31
- package/bundle/skills/agentera/schemas/artifacts/vision.yaml +3 -3
- package/dist/analytics/extractCorpus/cli.js +190 -0
- package/dist/analytics/extractCorpus/copilotSessions.js +275 -0
- package/dist/analytics/extractCorpus/core.js +392 -0
- package/dist/analytics/extractCorpus/corpus.js +167 -0
- package/dist/analytics/extractCorpus/coverageAudit.js +260 -0
- package/dist/analytics/extractCorpus/cursorSessions.js +425 -0
- package/dist/analytics/extractCorpus/evidenceTiers.js +603 -0
- package/dist/analytics/extractCorpus/extractCorpusParity.js +105 -0
- package/dist/analytics/extractCorpus/filesystemSources.js +118 -0
- package/dist/analytics/extractCorpus/index.js +14 -0
- package/dist/analytics/extractCorpus/jsonlSessions.js +204 -0
- package/dist/analytics/extractCorpus/sqliteCaps.js +43 -0
- package/dist/analytics/extractCorpus/sqliteSessions.js +367 -0
- package/dist/analytics/extractCorpus/tierReader.js +108 -0
- package/dist/analytics/extractCorpus.js +2 -1791
- package/dist/analytics/glossaryAdviceResolution.js +166 -0
- package/dist/analytics/glossaryInputAcquisition.js +319 -0
- package/dist/analytics/personalGlossaryAdmission.js +133 -0
- package/dist/analytics/personalGlossaryProfile.js +219 -0
- package/dist/analytics/profileSignals.js +211 -0
- package/dist/analytics/usageStats.js +169 -42
- package/dist/audit/terminologyDrift.js +281 -0
- package/dist/bin/agentera.js +3 -2
- package/dist/capabilities/audit/instructions.js +16 -0
- package/dist/capabilities/build/instructions.js +56 -0
- package/dist/capabilities/design/instructions.js +4 -0
- package/dist/capabilities/discuss/instructions.js +29 -0
- package/dist/capabilities/document/instructions.js +11 -0
- package/dist/capabilities/index.js +40 -0
- package/dist/capabilities/optimize/instructions.js +14 -0
- package/dist/capabilities/orchestrate/instructions.js +40 -0
- package/dist/capabilities/plan/instructions.js +32 -0
- package/dist/capabilities/profile/instructions.js +70 -0
- package/dist/capabilities/research/instructions.js +5 -0
- package/dist/capabilities/status/instructions.js +11 -0
- package/dist/capabilities/status/startupInstructions.js +34 -0
- package/dist/capabilities/vision/instructions.js +4 -0
- package/dist/cli/appContext.js +30 -24
- package/dist/cli/argvalidate.js +0 -1
- package/dist/cli/capabilityContext/benchmark.js +565 -0
- package/dist/cli/capabilityContext/bespoke.js +44 -0
- package/dist/cli/capabilityContext/build.js +242 -0
- package/dist/cli/capabilityContext/closeout.js +233 -0
- package/dist/cli/capabilityContext/contract.js +179 -0
- package/dist/cli/capabilityContext/evidence.js +463 -0
- package/dist/cli/capabilityContext/index.js +3 -0
- package/dist/cli/capabilityContext/orchestration.js +131 -0
- package/dist/cli/capabilityContext/planState.js +260 -0
- package/dist/cli/capabilityContext/progress.js +142 -0
- package/dist/cli/capabilityContext/projectVerification.js +409 -0
- package/dist/cli/capabilityContext/shared.js +83 -0
- package/dist/cli/capabilityContext/slim.js +152 -0
- package/dist/cli/capabilityContext/startup.js +150 -0
- package/dist/cli/capabilityContext/startupAggregation.js +68 -0
- package/dist/cli/capabilityContext/types.js +56 -0
- package/dist/cli/capabilityContext.js +1 -2421
- package/dist/cli/commands/appHome.js +22 -0
- package/dist/cli/commands/capability.js +5 -12
- package/dist/cli/commands/compact.js +41 -13
- package/dist/cli/commands/doctor.js +127 -97
- package/dist/cli/commands/durability.js +81 -0
- package/dist/cli/commands/glossaryAdvice.js +138 -0
- package/dist/cli/commands/lint.js +26 -44
- package/dist/cli/commands/personalGlossary.js +176 -0
- package/dist/cli/commands/prime/briefOrientation.js +747 -0
- package/dist/cli/commands/prime/buildExecutionRequest.js +165 -0
- package/dist/cli/commands/prime/bundleStatus.js +190 -0
- package/dist/cli/commands/prime/collectEntityOrientation.js +311 -0
- package/dist/cli/commands/prime/collectOrientationState.js +212 -0
- package/dist/cli/commands/prime/orientationOutput.js +397 -0
- package/dist/cli/commands/prime/types.js +1 -0
- package/dist/cli/commands/prime/v1Migration.js +38 -0
- package/dist/cli/commands/prime.js +80 -558
- package/dist/cli/commands/profileGrounding.js +55 -0
- package/dist/cli/commands/query.js +78 -53
- package/dist/cli/commands/report.js +96 -25
- package/dist/cli/commands/route.js +142 -0
- package/dist/cli/commands/schema.js +266 -143
- package/dist/cli/commands/state/decisions.js +387 -0
- package/dist/cli/commands/state/docs.js +70 -0
- package/dist/cli/commands/state/experimentRecords.js +151 -0
- package/dist/cli/commands/state/experiments.js +14 -0
- package/dist/cli/commands/state/get.js +129 -0
- package/dist/cli/commands/state/health.js +14 -0
- package/dist/cli/commands/state/index.js +16 -0
- package/dist/cli/commands/state/list.js +194 -0
- package/dist/cli/commands/state/objective.js +25 -0
- package/dist/cli/commands/state/plan.js +14 -0
- package/dist/cli/commands/state/planTasks.js +154 -0
- package/dist/cli/commands/state/plans.js +154 -0
- package/dist/cli/commands/state/progress.js +13 -0
- package/dist/cli/commands/state/shared.js +14 -0
- package/dist/cli/commands/state/todo.js +42 -0
- package/dist/cli/commands/state/write.js +434 -0
- package/dist/cli/commands/upgrade.js +146 -5
- package/dist/cli/commands/upgradeVerify.js +118 -0
- package/dist/cli/commands/validate.js +272 -213
- package/dist/cli/commands/verify.js +24 -9
- package/dist/cli/contracts/bundleStatus.js +1 -0
- package/dist/cli/contracts/orientationState.js +1 -0
- package/dist/cli/dispatch/argvParser.js +32 -0
- package/dist/cli/dispatch/check.js +372 -0
- package/dist/cli/dispatch/commands.js +27 -0
- package/dist/cli/dispatch/index.js +207 -0
- package/dist/cli/dispatch/lifecycle.js +652 -0
- package/dist/cli/dispatch/prime.js +139 -0
- package/dist/cli/dispatch/projections.js +17 -0
- package/dist/cli/dispatch/shared.js +63 -0
- package/dist/cli/dispatch/state.js +140 -0
- package/dist/cli/dispatch.js +1 -996
- package/dist/cli/errors.js +52 -0
- package/dist/cli/help.js +390 -43
- package/dist/cli/migrationRequired.js +87 -0
- package/dist/cli/orientation/attention.js +59 -0
- package/dist/cli/orientation/corpusCoverage.js +102 -0
- package/dist/cli/orientation.js +444 -173
- package/dist/cli/planArtifacts.js +350 -0
- package/dist/cli/planEvidence.js +157 -0
- package/dist/cli/planLifecycleState.js +36 -0
- package/dist/cli/planTaskIndex.js +11 -0
- package/dist/cli/preCutoverCommand.js +32 -0
- package/dist/cli/prime-blob.js +71 -3
- package/dist/cli/profileAcquisition.js +167 -0
- package/dist/cli/startupCompletenessContract.js +59 -0
- package/dist/cli/stateQuery.js +63 -14
- package/dist/cli/structured.js +0 -1
- package/dist/cli/todoMarkdown.js +46 -0
- package/dist/cli/todoReadinessSelection.js +192 -0
- package/dist/cli/todoSeverity.js +18 -0
- package/dist/core/atomicWriter.js +20 -0
- package/dist/core/developmentChannel.js +1 -0
- package/dist/core/developmentInvocation.js +374 -0
- package/dist/core/difflib.js +0 -1
- package/dist/core/envPaths.js +20 -0
- package/dist/core/jsonValue.js +5 -0
- package/dist/core/paths.js +0 -1
- package/dist/core/pyjson.js +67 -3
- package/dist/core/shell.js +4 -0
- package/dist/core/skillIdentity.js +23 -0
- package/dist/core/sourceRoot.js +9 -12
- package/dist/core/text.js +10 -0
- package/dist/core/toml.js +0 -1
- package/dist/core/yaml.js +8 -1
- package/dist/eval/evalSkills.js +30 -26
- package/dist/eval/hybridRouteEvaluation.js +155 -0
- package/dist/eval/semanticEval.js +43 -20
- package/dist/eval/semanticFixtures.js +16 -5
- package/dist/hooks/common.js +11 -81
- package/dist/hooks/compaction/apply.js +446 -0
- package/dist/hooks/compaction/dryRun.js +184 -0
- package/dist/hooks/compaction/index.js +22 -0
- package/dist/hooks/compaction/parse.js +325 -0
- package/dist/hooks/compaction/retention.js +202 -0
- package/dist/hooks/compaction/status.js +360 -0
- package/dist/hooks/compaction/types.js +5 -0
- package/dist/hooks/validateArtifact/agentFacing.js +9 -0
- package/dist/hooks/validateArtifact/index.js +92 -0
- package/dist/hooks/validateArtifact/markdown.js +145 -0
- package/dist/hooks/validateArtifact/schema.js +546 -0
- package/dist/hooks/validateArtifact/traversal.js +107 -0
- package/dist/hooks/validateArtifact/violations.js +107 -0
- package/dist/migrate/v2HandoffManifest.js +452 -0
- package/dist/registries/activationContract.js +2 -0
- package/dist/registries/activationTuples.js +106 -0
- package/dist/registries/artifactProtocolIds.js +78 -0
- package/dist/registries/artifactRegistry.js +224 -63
- package/dist/registries/artifactSchemaProjection.js +45 -0
- package/dist/registries/capabilityContract.js +141 -13
- package/dist/registries/evaluatorHandoffContract.js +170 -0
- package/dist/registries/evidenceTierContract.js +371 -0
- package/dist/registries/glossaryAdviceContract.js +79 -0
- package/dist/registries/glossaryCaveatContract.js +67 -0
- package/dist/registries/glossaryConsumerContractValidation.js +787 -0
- package/dist/registries/glossaryEntryContract.js +757 -0
- package/dist/registries/glossaryTermIdentity.js +17 -0
- package/dist/registries/glossaryTermOccurrence.js +20 -0
- package/dist/registries/hybridRoute.js +274 -0
- package/dist/registries/hybridRouteReceipt.js +221 -0
- package/dist/registries/packagePublication.js +229 -0
- package/dist/registries/packageRegistry.js +187 -211
- package/dist/registries/todoReadinessContract.js +448 -0
- package/dist/registries/triggerLoader.js +174 -0
- package/dist/registries/verbosityBudgetContract.js +205 -0
- package/dist/release/releaseMetadata.js +385 -0
- package/dist/runtime/lifecycleAdapterContract.js +457 -0
- package/dist/runtime/lifecycleAdapters.js +777 -0
- package/dist/runtime/lifecycleAuthority.js +453 -0
- package/dist/runtime/lifecycleOperationContract.js +123 -0
- package/dist/runtime/lifecycleOperations.js +634 -0
- package/dist/runtime/lifecycleOwnershipJournal.js +622 -0
- package/dist/runtime/lifecyclePublication.js +415 -0
- package/dist/runtime/lifecycleSnapshot.js +438 -0
- package/dist/runtime/nativeResourceCleanup.js +502 -0
- package/dist/setup/opencode.js +20 -0
- package/dist/setup/opencodeConstants.js +1 -0
- package/dist/setup/sharedSkill.js +45 -0
- package/dist/setup/smokeChecks.js +21 -82
- package/dist/state/archiveDiscovery.js +580 -0
- package/dist/state/archivePublication.js +225 -0
- package/dist/state/archiveRecovery.js +237 -0
- package/dist/state/archiveReplay.js +53 -0
- package/dist/state/canonicalMigrationRecord.js +36 -0
- package/dist/state/changelog.js +221 -0
- package/dist/state/decisionEntities.js +367 -0
- package/dist/state/decisionLegacyValidation.js +215 -0
- package/dist/state/decisionMigrationProvenance.js +199 -0
- package/dist/state/decisionOverlay.js +254 -0
- package/dist/state/decisionRevision.js +256 -0
- package/dist/state/decisionRevisionMigration.js +89 -0
- package/dist/state/directRetrieval.js +323 -0
- package/dist/state/durability.js +324 -0
- package/dist/state/entityCutover.js +459 -0
- package/dist/state/entityCutoverGit.js +127 -0
- package/dist/state/entityGlossaryAuthority.js +13 -0
- package/dist/state/entityListProjection.js +187 -0
- package/dist/state/entityListRuntimeRegistry.js +85 -0
- package/dist/state/entityMigrationCausality.js +97 -0
- package/dist/state/entityMigrationIdentity.js +5 -0
- package/dist/state/entityMigrationPreview.js +846 -0
- package/dist/state/entityMigrationTodo.js +133 -0
- package/dist/state/entityPublicationContext.js +806 -0
- package/dist/state/entityRetrievalHelp.js +506 -0
- package/dist/state/entityStorage.js +896 -0
- package/dist/state/exactReplacementRecovery.js +18 -0
- package/dist/state/experimentArchive.js +63 -0
- package/dist/state/experimentIdentity.js +202 -0
- package/dist/state/healthEntities.js +262 -0
- package/dist/state/healthEntityValidation.js +18 -0
- package/dist/state/healthRepair.js +69 -0
- package/dist/state/installRoot.js +64 -25
- package/dist/state/legacyEntityCutoverEvidence.js +65 -0
- package/dist/state/legacyIdentity.js +47 -0
- package/dist/state/legacySummaryRecord.js +6 -0
- package/dist/state/listAccounting.js +54 -0
- package/dist/state/listClassification.js +17 -0
- package/dist/state/listCursor.js +42 -0
- package/dist/state/listRetrieval.js +781 -0
- package/dist/state/migrationSourceBinding.js +30 -0
- package/dist/state/objectiveExperimentEntities.js +322 -0
- package/dist/state/planEntities.js +530 -0
- package/dist/state/planIdentity.js +47 -0
- package/dist/state/planRetrieval.js +313 -0
- package/dist/state/planTaskRetrieval.js +294 -0
- package/dist/state/progressEntities.js +512 -0
- package/dist/state/progressGlossaryCaveat.js +168 -0
- package/dist/state/progressPublicationOrder.js +19 -0
- package/dist/state/projectRoot.js +62 -0
- package/dist/state/projectionPolicy.js +190 -0
- package/dist/state/retrievalAuthority.js +156 -0
- package/dist/state/safeProjectFile.js +155 -0
- package/dist/state/startupAnalysis/benchmark.js +432 -0
- package/dist/state/startupAnalysis/contract.js +160 -0
- package/dist/state/startupAnalysis/helpers.js +286 -0
- package/dist/state/startupAnalysis/index.js +6 -0
- package/dist/state/startupAnalysis/metrics.js +340 -0
- package/dist/state/startupAnalysis/records.js +198 -0
- package/dist/state/startupAnalysis/report.js +111 -0
- package/dist/state/startupAnalysis/threshold.js +512 -0
- package/dist/state/startupAnalysis.js +2 -1953
- package/dist/state/startupProjection.js +499 -0
- package/dist/state/stateMode.js +85 -0
- package/dist/state/stateStorageAuthority.js +47 -0
- package/dist/state/summaryEntityRead.js +25 -0
- package/dist/state/summaryMigrationProvenance.js +66 -0
- package/dist/state/summarySourceRowAuthority.js +36 -0
- package/dist/state/todoDocsEntities.js +1064 -0
- package/dist/state/todoDocsEntityValidation.js +158 -0
- package/dist/state/todoMarkdownProjection.js +51 -0
- package/dist/state/todoReconciliationActivation.js +132 -0
- package/dist/state/todoReconciliationInspection.js +173 -0
- package/dist/state/todoReconciliationRepair.js +170 -0
- package/dist/state/todoReconciliationTransaction.js +582 -0
- package/dist/state/write/assign.js +20 -0
- package/dist/state/write/candidateMutation.js +269 -0
- package/dist/state/write/errors.js +11 -0
- package/dist/state/write/experimentPublication.js +192 -0
- package/dist/state/write/explain.js +332 -0
- package/dist/state/write/fields.js +61 -0
- package/dist/state/write/glossaryPublication.js +263 -0
- package/dist/state/write/grammar.js +280 -0
- package/dist/state/write/helpers.js +29 -0
- package/dist/state/write/index.js +12 -0
- package/dist/state/write/input.js +367 -0
- package/dist/state/write/lock.js +837 -0
- package/dist/state/write/mutation.js +234 -0
- package/dist/state/write/operations.js +169 -0
- package/dist/state/write/planEvaluation.js +128 -0
- package/dist/state/write/planPublication.js +179 -0
- package/dist/state/write/runtimeOperations.js +142 -0
- package/dist/state/write/serialize.js +1 -0
- package/dist/state/write/transaction.js +52 -0
- package/dist/state/write/validate.js +7 -0
- package/dist/upgrade/appContentRefresh.js +383 -0
- package/dist/upgrade/appModel.js +8 -7
- package/dist/upgrade/atomicWriter.js +1 -0
- package/dist/upgrade/bundleEvidence.js +33 -0
- package/dist/upgrade/channels.js +12 -8
- package/dist/upgrade/compatibility.js +56 -21
- package/dist/upgrade/doctor.js +197 -192
- package/dist/upgrade/doctorClassifier.js +187 -0
- package/dist/upgrade/installedHooksRetirement.js +196 -0
- package/dist/upgrade/legacyAgentCleanup.js +282 -0
- package/dist/upgrade/lifecycleUpgrade.js +113 -0
- package/dist/upgrade/migrateArtifactsV2ToV3.js +367 -149
- package/dist/upgrade/migrationPublication.js +122 -0
- package/dist/upgrade/nextMajorDoctor.js +155 -0
- package/dist/upgrade/npxPlatformStatus.js +22 -0
- package/dist/upgrade/projectIntegration.js +145 -187
- package/dist/upgrade/projectIntegrationDecision.js +50 -0
- package/dist/upgrade/retiredResourceDiagnostics.js +117 -0
- package/dist/upgrade/runtimeMigration.js +278 -352
- package/dist/upgrade/upgradeCommands.js +14 -1
- package/dist/upgrade/upgradeLock.js +85 -0
- package/dist/upgrade/upgradeOrchestrator.js +263 -59
- package/dist/upgrade/v3CapabilitySurface.js +14 -0
- package/dist/upgrade/versionResolution.js +12 -5
- package/dist/validate/activationArtifactEvidence.js +844 -0
- package/dist/validate/activationConjunction.js +816 -0
- package/dist/validate/activationEvidenceManifest.js +515 -0
- package/dist/validate/activationPackageSemantics.js +29 -0
- package/dist/validate/appHomeContract.js +5 -11
- package/dist/validate/bootstrapAuthority.js +44 -0
- package/dist/validate/capability.js +144 -15
- package/dist/validate/crossCapability.js +15 -10
- package/dist/validate/retainedReferenceAuthority.js +879 -0
- package/dist/validate/selfAudit.js +73 -37
- package/dist/validate/v1LegacyCruft.js +131 -0
- package/dist/validate/vocabularyAuthority.js +303 -0
- package/package.json +53 -27
- package/bundle/references/adapters/cursor.md +0 -213
- package/bundle/references/adapters/opencode.md +0 -530
- package/bundle/references/adapters/package-manifest-interface-model.yaml +0 -337
- package/bundle/references/adapters/runtime-adapter-characterization.md +0 -79
- package/bundle/references/adapters/runtime-adapter-interface-model.yaml +0 -200
- package/bundle/references/adapters/runtime-adapter-registry.yaml +0 -548
- package/bundle/references/adapters/runtime-feature-parity.md +0 -189
- package/bundle/references/analysis/benchmark.md +0 -267
- package/bundle/references/analysis/startup-measurement-contract.yaml +0 -424
- package/bundle/references/cli/agent-ready-state-contract.yaml +0 -953
- package/bundle/references/cli/audience-namespace-cli-migration.yaml +0 -355
- package/bundle/references/cli/bundle-skill-vocabulary.yaml +0 -278
- package/bundle/references/cli/capability-tool-classification.yaml +0 -53
- package/bundle/references/cli/routing-execution-vocabulary.yaml +0 -281
- package/bundle/references/meta/documentation-inventory.md +0 -43
- package/bundle/references/v1-section-mapping.md +0 -47
- package/bundle/skills/agentera/.claude-plugin/plugin.json +0 -27
- package/bundle/skills/agentera/agents/dokumentera.toml +0 -6
- package/bundle/skills/agentera/agents/hej.toml +0 -6
- package/bundle/skills/agentera/agents/inspektera.toml +0 -6
- package/bundle/skills/agentera/agents/inspirera.toml +0 -6
- package/bundle/skills/agentera/agents/optimera.toml +0 -6
- package/bundle/skills/agentera/agents/orkestrera.toml +0 -6
- package/bundle/skills/agentera/agents/planera.toml +0 -6
- package/bundle/skills/agentera/agents/profilera.toml +0 -6
- package/bundle/skills/agentera/agents/realisera.toml +0 -6
- package/bundle/skills/agentera/agents/resonera.toml +0 -6
- package/bundle/skills/agentera/agents/visionera.toml +0 -6
- package/bundle/skills/agentera/agents/visualisera.toml +0 -6
- package/bundle/skills/agentera/capabilities/dokumentera/instructions.md +0 -428
- package/bundle/skills/agentera/capabilities/dokumentera/schemas/artifacts.yaml +0 -73
- package/bundle/skills/agentera/capabilities/dokumentera/schemas/triggers.yaml +0 -35
- package/bundle/skills/agentera/capabilities/hej/instructions.md +0 -331
- package/bundle/skills/agentera/capabilities/hej/schemas/artifacts.yaml +0 -69
- package/bundle/skills/agentera/capabilities/hej/schemas/triggers.yaml +0 -58
- package/bundle/skills/agentera/capabilities/inspektera/instructions.md +0 -514
- package/bundle/skills/agentera/capabilities/inspektera/schemas/artifacts.yaml +0 -76
- package/bundle/skills/agentera/capabilities/inspektera/schemas/triggers.yaml +0 -38
- package/bundle/skills/agentera/capabilities/inspirera/instructions.md +0 -280
- package/bundle/skills/agentera/capabilities/inspirera/schemas/artifacts.yaml +0 -24
- package/bundle/skills/agentera/capabilities/inspirera/schemas/triggers.yaml +0 -34
- package/bundle/skills/agentera/capabilities/optimera/instructions.md +0 -437
- package/bundle/skills/agentera/capabilities/optimera/schemas/triggers.yaml +0 -39
- package/bundle/skills/agentera/capabilities/orkestrera/instructions.md +0 -433
- package/bundle/skills/agentera/capabilities/orkestrera/schemas/artifacts.yaml +0 -64
- package/bundle/skills/agentera/capabilities/orkestrera/schemas/triggers.yaml +0 -42
- package/bundle/skills/agentera/capabilities/orkestrera/schemas/validation.yaml +0 -107
- package/bundle/skills/agentera/capabilities/planera/instructions.md +0 -368
- package/bundle/skills/agentera/capabilities/planera/schemas/artifacts.yaml +0 -62
- package/bundle/skills/agentera/capabilities/planera/schemas/triggers.yaml +0 -34
- package/bundle/skills/agentera/capabilities/planera/schemas/validation.yaml +0 -61
- package/bundle/skills/agentera/capabilities/profilera/instructions.md +0 -419
- package/bundle/skills/agentera/capabilities/profilera/schemas/artifacts.yaml +0 -18
- package/bundle/skills/agentera/capabilities/profilera/schemas/triggers.yaml +0 -45
- package/bundle/skills/agentera/capabilities/profilera/schemas/validation.yaml +0 -57
- package/bundle/skills/agentera/capabilities/realisera/instructions.md +0 -403
- package/bundle/skills/agentera/capabilities/realisera/schemas/artifacts.yaml +0 -80
- package/bundle/skills/agentera/capabilities/realisera/schemas/triggers.yaml +0 -39
- package/bundle/skills/agentera/capabilities/realisera/schemas/validation.yaml +0 -110
- package/bundle/skills/agentera/capabilities/resonera/instructions.md +0 -329
- package/bundle/skills/agentera/capabilities/resonera/schemas/artifacts.yaml +0 -47
- package/bundle/skills/agentera/capabilities/resonera/schemas/triggers.yaml +0 -46
- package/bundle/skills/agentera/capabilities/resonera/schemas/validation.yaml +0 -77
- package/bundle/skills/agentera/capabilities/visionera/instructions.md +0 -309
- package/bundle/skills/agentera/capabilities/visionera/schemas/triggers.yaml +0 -41
- package/bundle/skills/agentera/capabilities/visualisera/instructions.md +0 -400
- package/bundle/skills/agentera/capabilities/visualisera/schemas/triggers.yaml +0 -33
- package/bundle/skills/agentera/references/contract.md +0 -1039
- package/bundle/skills/hej/.claude-plugin/plugin.json +0 -6
- package/bundle/skills/hej/SKILL.md +0 -69
- package/bundle/skills/hej/agents/hej.toml +0 -11
- package/bundle/skills/hej/agents/openai.yaml +0 -8
- package/dist/analytics/extractCorpus.js.map +0 -1
- package/dist/analytics/usageStats.js.map +0 -1
- package/dist/bin/agentera.js.map +0 -1
- package/dist/cli/appContext.js.map +0 -1
- package/dist/cli/argvalidate.js.map +0 -1
- package/dist/cli/capabilityContext.js.map +0 -1
- package/dist/cli/commands/backfill.js +0 -84
- package/dist/cli/commands/backfill.js.map +0 -1
- package/dist/cli/commands/capability.js.map +0 -1
- package/dist/cli/commands/compact.js.map +0 -1
- package/dist/cli/commands/doctor.js.map +0 -1
- package/dist/cli/commands/lint.js.map +0 -1
- package/dist/cli/commands/prime.js.map +0 -1
- package/dist/cli/commands/query.js.map +0 -1
- package/dist/cli/commands/report.js.map +0 -1
- package/dist/cli/commands/schema.js.map +0 -1
- package/dist/cli/commands/state.js +0 -1012
- package/dist/cli/commands/state.js.map +0 -1
- package/dist/cli/commands/upgrade.js.map +0 -1
- package/dist/cli/commands/validate.js.map +0 -1
- package/dist/cli/commands/verify.js.map +0 -1
- package/dist/cli/dispatch.js.map +0 -1
- package/dist/cli/help.js.map +0 -1
- package/dist/cli/orientation.js.map +0 -1
- package/dist/cli/prime-blob.js.map +0 -1
- package/dist/cli/stateQuery.js.map +0 -1
- package/dist/cli/structured.js.map +0 -1
- package/dist/core/difflib.js.map +0 -1
- package/dist/core/git.js +0 -43
- package/dist/core/git.js.map +0 -1
- package/dist/core/paths.js.map +0 -1
- package/dist/core/pyjson.js.map +0 -1
- package/dist/core/sourceRoot.js.map +0 -1
- package/dist/core/toml.js.map +0 -1
- package/dist/core/yaml.js.map +0 -1
- package/dist/eval/evalSkills.js.map +0 -1
- package/dist/eval/semanticEval.js.map +0 -1
- package/dist/eval/semanticFixtures.js.map +0 -1
- package/dist/hooks/common.js.map +0 -1
- package/dist/hooks/compaction.js +0 -935
- package/dist/hooks/compaction.js.map +0 -1
- package/dist/hooks/cursorPreToolUse.js +0 -19
- package/dist/hooks/cursorPreToolUse.js.map +0 -1
- package/dist/hooks/cursorSessionStart.js +0 -71
- package/dist/hooks/cursorSessionStart.js.map +0 -1
- package/dist/hooks/sessionStart.js +0 -209
- package/dist/hooks/sessionStart.js.map +0 -1
- package/dist/hooks/sessionStop.js +0 -212
- package/dist/hooks/sessionStop.js.map +0 -1
- package/dist/hooks/validateArtifact.js +0 -933
- package/dist/hooks/validateArtifact.js.map +0 -1
- package/dist/registries/artifactRegistry.js.map +0 -1
- package/dist/registries/capabilityContract.js.map +0 -1
- package/dist/registries/packageRegistry.js.map +0 -1
- package/dist/registries/runtimeAdapterRegistry.js +0 -315
- package/dist/registries/runtimeAdapterRegistry.js.map +0 -1
- package/dist/setup/codex.js +0 -1056
- package/dist/setup/codex.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 -127
- package/dist/setup/cursor.js.map +0 -1
- package/dist/setup/doctor.js +0 -1297
- package/dist/setup/doctor.js.map +0 -1
- package/dist/setup/smokeChecks.js.map +0 -1
- package/dist/state/installRoot.js.map +0 -1
- package/dist/state/progressCommit.js +0 -289
- package/dist/state/progressCommit.js.map +0 -1
- package/dist/state/startupAnalysis.js.map +0 -1
- package/dist/upgrade/appModel.js.map +0 -1
- package/dist/upgrade/channels.js.map +0 -1
- package/dist/upgrade/compatibility.js.map +0 -1
- package/dist/upgrade/doctor.js.map +0 -1
- package/dist/upgrade/migrateArtifactsV1ToV2.js +0 -571
- package/dist/upgrade/migrateArtifactsV1ToV2.js.map +0 -1
- package/dist/upgrade/migrateArtifactsV2ToV3.js.map +0 -1
- package/dist/upgrade/projectIntegration.js.map +0 -1
- package/dist/upgrade/runtimeMigration.js.map +0 -1
- package/dist/upgrade/upgradeCommands.js.map +0 -1
- package/dist/upgrade/upgradeOrchestrator.js.map +0 -1
- package/dist/upgrade/versionResolution.js.map +0 -1
- package/dist/validate/appHomeContract.js.map +0 -1
- package/dist/validate/capability.js.map +0 -1
- package/dist/validate/crossCapability.js.map +0 -1
- package/dist/validate/lifecycleAdapters.js +0 -772
- package/dist/validate/lifecycleAdapters.js.map +0 -1
- package/dist/validate/selfAudit.js.map +0 -1
- /package/bundle/skills/agentera/capabilities/{dokumentera → document}/schemas/exit.yaml +0 -0
- /package/bundle/skills/agentera/capabilities/{inspirera → research}/schemas/exit.yaml +0 -0
- /package/bundle/skills/agentera/capabilities/{hej → status}/schemas/exit.yaml +0 -0
|
@@ -1,355 +0,0 @@
|
|
|
1
|
-
schema_version: agentera.audience_namespace_cli_migration.v1
|
|
2
|
-
status: target_design_contract
|
|
3
|
-
purpose: >-
|
|
4
|
-
Target CLI command tree, audience namespace grouping, and phased alias migration
|
|
5
|
-
policy for the Run 2 hybrid CLI consolidation. Documents the post-migration surface
|
|
6
|
-
before parser and dispatch changes land in plan tasks 2–4.
|
|
7
|
-
sources:
|
|
8
|
-
decisions:
|
|
9
|
-
- .agentera/decisions.yaml#Decision-45
|
|
10
|
-
- .agentera/decisions.yaml#Decision-59
|
|
11
|
-
- .agentera/decisions.yaml#Decision-43
|
|
12
|
-
parent_contract: references/cli/agent-ready-state-contract.yaml
|
|
13
|
-
active_plan: .agentera/plan.yaml
|
|
14
|
-
implementation_entrypoint: the agentera CLI
|
|
15
|
-
implementation_status: design_only
|
|
16
|
-
non_goals:
|
|
17
|
-
- Do not implement parser, dispatch, or help-grouping changes in this contract task.
|
|
18
|
-
- Do not remove top-level aliases until the phased migration completes.
|
|
19
|
-
- Do not add capability workflow execution commands such as `agentera planera`.
|
|
20
|
-
- Do not expose top-level `agentera corpus`; corpus generation stays behind
|
|
21
|
-
`report refresh --consent local-history`.
|
|
22
|
-
target_surface_summary: >-
|
|
23
|
-
Reduce the flat ~33 top-level verbs to ~18 by grouping routine state reads,
|
|
24
|
-
analytics, and maintainer gates under three audience namespaces while preserving
|
|
25
|
-
eleven top-level capability routing commands plus lifecycle commands.
|
|
26
|
-
audience_tags:
|
|
27
|
-
agent: >-
|
|
28
|
-
Orientation, routine project-state reads, capability startup context, and
|
|
29
|
-
capability routing guidance the agent uses before raw artifact access.
|
|
30
|
-
user: >-
|
|
31
|
-
Install lifecycle, diagnostics, and privacy-gated analytics a human operator
|
|
32
|
-
runs without maintainer-only verification gates.
|
|
33
|
-
maintainer: >-
|
|
34
|
-
Validation, verification, lint, compaction, and repository gate checks used in
|
|
35
|
-
CI, hooks, and maintainer workflows.
|
|
36
|
-
top_level_commands:
|
|
37
|
-
control_plane:
|
|
38
|
-
prime:
|
|
39
|
-
audience: [agent]
|
|
40
|
-
status: target_canonical
|
|
41
|
-
replaces: hej
|
|
42
|
-
default_behavior: >-
|
|
43
|
-
Composite orientation briefing currently owned by `hej` (installed-app gate,
|
|
44
|
-
health, plan, attention, next_action, source_contract). Static priming prose
|
|
45
|
-
moves to an explicit flag such as `--guidance` when still needed.
|
|
46
|
-
modes:
|
|
47
|
-
default: composite orientation briefing (formerly `hej`)
|
|
48
|
-
context: >-
|
|
49
|
-
`agentera prime --context <capability> --format json` — slim
|
|
50
|
-
`capability_context` startup capsule per Decision 59
|
|
51
|
-
dashboard: >-
|
|
52
|
-
`agentera prime --dashboard` / `--orientation` — orientation JSON mode
|
|
53
|
-
(provisional flag spelling)
|
|
54
|
-
skill_routing: >-
|
|
55
|
-
Bare `/agentera` and bare `hej` skill routes target `agentera prime`, not
|
|
56
|
-
a separate `hej` CLI command.
|
|
57
|
-
removed_from_top_level: hej
|
|
58
|
-
schema:
|
|
59
|
-
audience: [agent]
|
|
60
|
-
status: target_canonical
|
|
61
|
-
replaces: describe
|
|
62
|
-
owns:
|
|
63
|
-
- command tree discovery
|
|
64
|
-
- audience tag metadata
|
|
65
|
-
- filters and output format discovery
|
|
66
|
-
- structured output shape metadata
|
|
67
|
-
- field selection metadata
|
|
68
|
-
- Decision 43 slash-route alias descriptions
|
|
69
|
-
- artifact schema discovery
|
|
70
|
-
- linked contract section pointers
|
|
71
|
-
migration_alias:
|
|
72
|
-
command: describe
|
|
73
|
-
stderr: one-line deprecation naming `schema`
|
|
74
|
-
removal: after one minor alias release
|
|
75
|
-
capabilities:
|
|
76
|
-
audience: [agent]
|
|
77
|
-
status: preserved_top_level
|
|
78
|
-
count: 11
|
|
79
|
-
excludes: hej
|
|
80
|
-
commands:
|
|
81
|
-
- visionera
|
|
82
|
-
- resonera
|
|
83
|
-
- inspirera
|
|
84
|
-
- planera
|
|
85
|
-
- realisera
|
|
86
|
-
- optimera
|
|
87
|
-
- inspektera
|
|
88
|
-
- dokumentera
|
|
89
|
-
- profilera
|
|
90
|
-
- visualisera
|
|
91
|
-
- orkestrera
|
|
92
|
-
behavior: >-
|
|
93
|
-
Top-level capability-name commands emit routing guidance only. They do not
|
|
94
|
-
execute capability workflows. Capability startup JSON remains on
|
|
95
|
-
`agentera prime --context <capability> --format json`, not on capability tops.
|
|
96
|
-
non_goals:
|
|
97
|
-
- Do not demote capability tops to `prime --context` only.
|
|
98
|
-
- Do not add `agentera hej` back as a capability top.
|
|
99
|
-
lifecycle:
|
|
100
|
-
upgrade:
|
|
101
|
-
audience: [user]
|
|
102
|
-
status: preserved_top_level
|
|
103
|
-
notes: Stays top-level; no `setup` namespace wrapper.
|
|
104
|
-
doctor:
|
|
105
|
-
audience: [user]
|
|
106
|
-
status: preserved_top_level
|
|
107
|
-
notes: Agentera CLI/install/runtime self-check only; see parent contract `doctor`.
|
|
108
|
-
audience_namespaces:
|
|
109
|
-
state:
|
|
110
|
-
audience: [agent]
|
|
111
|
-
status: target_canonical_namespace
|
|
112
|
-
purpose: Routine artifact reads and advanced artifact query.
|
|
113
|
-
subcommands:
|
|
114
|
-
plan:
|
|
115
|
-
canonical_shape: agentera state plan [--format text|json|yaml] [--fields ...]
|
|
116
|
-
legacy_top_level_alias: plan
|
|
117
|
-
progress:
|
|
118
|
-
canonical_shape: agentera state progress [--format text|json|yaml] [--fields ...]
|
|
119
|
-
legacy_top_level_alias: progress
|
|
120
|
-
health:
|
|
121
|
-
canonical_shape: agentera state health [--format text|json|yaml] [--fields ...]
|
|
122
|
-
legacy_top_level_alias: health
|
|
123
|
-
todo:
|
|
124
|
-
canonical_shape: agentera state todo [--format text|json|yaml] [--fields ...]
|
|
125
|
-
legacy_top_level_alias: todo
|
|
126
|
-
decisions:
|
|
127
|
-
canonical_shape: agentera state decisions [--format text|json|yaml] [--fields ...]
|
|
128
|
-
legacy_top_level_alias: decisions
|
|
129
|
-
docs:
|
|
130
|
-
canonical_shape: agentera state docs [--format text|json|yaml] [--fields ...]
|
|
131
|
-
legacy_top_level_alias: docs
|
|
132
|
-
objective:
|
|
133
|
-
canonical_shape: agentera state objective [--format text|json|yaml] [--fields ...]
|
|
134
|
-
legacy_top_level_alias: objective
|
|
135
|
-
experiments:
|
|
136
|
-
canonical_shape: agentera state experiments [--format text|json|yaml] [--fields ...]
|
|
137
|
-
legacy_top_level_alias: experiments
|
|
138
|
-
query:
|
|
139
|
-
canonical_shape: agentera state query [--list-artifacts] [<artifact>] [--format ...]
|
|
140
|
-
legacy_top_level_alias: query
|
|
141
|
-
notes: Advanced artifact access; not the normal routine state interface.
|
|
142
|
-
decision_45_policy: >-
|
|
143
|
-
Decision 45 routine state command names (`plan`, `progress`, `health`, `todo`,
|
|
144
|
-
`decisions`, `docs`, `objective`, `experiments`, `query`) remain stable during
|
|
145
|
-
Phase 1–2 as top-level stderr-deprecation aliases that delegate to
|
|
146
|
-
`agentera state <name>`. Canonical namespace form is `state <name>`; JSON/YAML
|
|
147
|
-
envelopes and source_contract shapes are unchanged.
|
|
148
|
-
report:
|
|
149
|
-
audience: [user]
|
|
150
|
-
status: target_canonical_namespace
|
|
151
|
-
purpose: Privacy-gated usage analytics.
|
|
152
|
-
subcommands:
|
|
153
|
-
default_read:
|
|
154
|
-
canonical_shape: agentera report [--format text|json] [--project VALUE]
|
|
155
|
-
delegates_from: stats
|
|
156
|
-
behavior: Matches today's plain `agentera stats` read-only analytics.
|
|
157
|
-
refresh:
|
|
158
|
-
canonical_shape: >-
|
|
159
|
-
agentera report refresh [--dry-run] [--consent local-history]
|
|
160
|
-
[--project-root PATH] [--format text|json]
|
|
161
|
-
delegates_from: stats refresh
|
|
162
|
-
behavior: Matches today's `agentera stats refresh` including consent gates.
|
|
163
|
-
legacy_top_level_alias: stats
|
|
164
|
-
rejected_top_level: corpus
|
|
165
|
-
notes: >-
|
|
166
|
-
`agentera usage` and `agentera usage` remain backward-compatible
|
|
167
|
-
maintainer seams per AGENTS.md until separately classified; public user-facing
|
|
168
|
-
analytics consolidate under `report`.
|
|
169
|
-
check:
|
|
170
|
-
audience: [maintainer]
|
|
171
|
-
status: target_canonical_namespace
|
|
172
|
-
purpose: Validation, verification, lint, and repository compaction gates.
|
|
173
|
-
subcommands:
|
|
174
|
-
validate:
|
|
175
|
-
canonical_shape: agentera check validate <family> [target options]
|
|
176
|
-
delegates_from: validate
|
|
177
|
-
notes: Preserves existing validate families (capability, artifact, descriptors, etc.).
|
|
178
|
-
verify:
|
|
179
|
-
canonical_shape: agentera check verify <family> <target> [options]
|
|
180
|
-
delegates_from: verify
|
|
181
|
-
notes: Smoke and eval gate families unchanged.
|
|
182
|
-
lint:
|
|
183
|
-
canonical_shape: agentera check lint --artifact <ARTIFACT> [options]
|
|
184
|
-
delegates_from: lint
|
|
185
|
-
compact:
|
|
186
|
-
canonical_shape: agentera check compact [--project PATH] [--mode check|fix] [--format text|json]
|
|
187
|
-
delegates_from:
|
|
188
|
-
- compact
|
|
189
|
-
- gate
|
|
190
|
-
notes: >-
|
|
191
|
-
`check compact` in default check-only mode matches today's `agentera gate`.
|
|
192
|
-
Artifact compaction budget checks remain on `check compact`.
|
|
193
|
-
legacy_top_level_aliases:
|
|
194
|
-
- validate
|
|
195
|
-
- verify
|
|
196
|
-
- lint
|
|
197
|
-
- gate
|
|
198
|
-
- compact
|
|
199
|
-
help_grouping:
|
|
200
|
-
agent: [prime, state, schema, capabilities]
|
|
201
|
-
user: [upgrade, doctor, report]
|
|
202
|
-
maintainer: [check]
|
|
203
|
-
prime_hej_schema_migration_boundary:
|
|
204
|
-
prime_absorbs_hej:
|
|
205
|
-
status: target
|
|
206
|
-
hej_cli: >-
|
|
207
|
-
Top-level `hej` is removed from the public parser after the alias period.
|
|
208
|
-
`agentera hej` prints one stderr deprecation naming `prime` and delegates
|
|
209
|
-
during Phase 1–2.
|
|
210
|
-
hej_skill_route: >-
|
|
211
|
-
Bare `hej` in the Agentera skill still routes to orientation, but the installed
|
|
212
|
-
CLI gate calls `agentera prime` and renders from that composite result.
|
|
213
|
-
prime_default: >-
|
|
214
|
-
Bare `agentera prime` emits the composite orientation briefing currently owned
|
|
215
|
-
by `hej`, not static priming-only prose. Static priming moves to `--guidance`
|
|
216
|
-
when retained.
|
|
217
|
-
prime_context_unchanged: >-
|
|
218
|
-
`agentera prime --context <capability> --format json` remains the sole supported
|
|
219
|
-
capability startup JSON seam per Decision 59; slim `capability_context` shape
|
|
220
|
-
and JSON budgets are unchanged.
|
|
221
|
-
doctor_default: >-
|
|
222
|
-
After migration, `agentera doctor --expect-command` defaults to `prime`, not
|
|
223
|
-
`hej`.
|
|
224
|
-
schema_replaces_describe:
|
|
225
|
-
status: target
|
|
226
|
-
canonical: agentera schema [--format json|yaml]
|
|
227
|
-
alias: >-
|
|
228
|
-
`agentera describe` prints one stderr deprecation naming `schema` and delegates
|
|
229
|
-
during Phase 1–2.
|
|
230
|
-
discovery_ownership: >-
|
|
231
|
-
`schema` owns runtime CLI/schema introspection formerly on `describe`, including
|
|
232
|
-
command tree, audience tags, artifact locations, and linked contract sections.
|
|
233
|
-
Capability startup contracts that reference discovery must point agents to
|
|
234
|
-
`agentera schema`, not `agentera describe`.
|
|
235
|
-
decision_reconciliation:
|
|
236
|
-
decision_59:
|
|
237
|
-
prime_context_seam: >-
|
|
238
|
-
`prime --context` remains the capability startup seam. Top-level capability
|
|
239
|
-
names route to capability guidance; `prime` prepares the agent. Historical
|
|
240
|
-
`hej --capability-context` and `--context-profile full` paths stay removed.
|
|
241
|
-
prime_consolidation: >-
|
|
242
|
-
User direction consolidates dashboard/orientation into `prime` default briefing
|
|
243
|
-
rather than keeping bare `prime` as static-only priming plus a separate `hej`
|
|
244
|
-
dashboard owner.
|
|
245
|
-
decision_45:
|
|
246
|
-
routine_state_aliases: >-
|
|
247
|
-
Routine state names stay stable via top-level aliases during migration. Canonical
|
|
248
|
-
reads become `agentera state <name>`; envelopes, field selection, and
|
|
249
|
-
source_contract semantics are unchanged.
|
|
250
|
-
slash_route_separation: >-
|
|
251
|
-
Decision 43 slash aliases remain excluded from the CLI command surface. The
|
|
252
|
-
shared word `plan` keeps three distinct meanings documented below.
|
|
253
|
-
plan_routing_distinction:
|
|
254
|
-
slash_route:
|
|
255
|
-
invocation: /agentera plan
|
|
256
|
-
surface: Agentera skill slash route (Decision 43 primary alias)
|
|
257
|
-
routes_to: planera
|
|
258
|
-
meaning: >-
|
|
259
|
-
Request-to-capability routing — start or continue Planera planning work. This
|
|
260
|
-
is not a CLI command and does not read `.agentera/plan.yaml` by itself.
|
|
261
|
-
state_read:
|
|
262
|
-
invocation: agentera state plan
|
|
263
|
-
legacy_alias: agentera plan
|
|
264
|
-
surface: CLI routine state read
|
|
265
|
-
meaning: >-
|
|
266
|
-
Read-only access to the active plan artifact summary, tasks, acceptance
|
|
267
|
-
criteria, evidence, and source_contract. Does not invoke Planera workflow
|
|
268
|
-
execution.
|
|
269
|
-
capability_top:
|
|
270
|
-
invocation: agentera planera
|
|
271
|
-
surface: CLI top-level capability routing command
|
|
272
|
-
meaning: >-
|
|
273
|
-
Emits Planera routing guidance prose/schemas pointers. Does not replace
|
|
274
|
-
`state plan` reads or `/agentera plan` slash routing. Capability startup JSON
|
|
275
|
-
for Planera remains `agentera prime --context planera --format json`.
|
|
276
|
-
agent_guidance: >-
|
|
277
|
-
Use `/agentera plan` when the user wants planning work routed to Planera; use
|
|
278
|
-
`agentera state plan` (or legacy `agentera plan`) when the agent needs plan
|
|
279
|
-
artifact state; use `agentera planera` for capability routing guidance; use
|
|
280
|
-
`agentera prime --context planera` for bounded Planera startup context.
|
|
281
|
-
migration_phases:
|
|
282
|
-
phase_1:
|
|
283
|
-
name: add_namespaces_and_delegate
|
|
284
|
-
actions:
|
|
285
|
-
- Add `state`, `report`, and `check` namespace parsers.
|
|
286
|
-
- Delegate to existing handlers without behavior change.
|
|
287
|
-
- Add `schema` top-level command delegating from `describe`.
|
|
288
|
-
- Make `prime` default emit composite orientation briefing.
|
|
289
|
-
- Keep legacy top-level names as stderr-deprecation aliases.
|
|
290
|
-
phase_2:
|
|
291
|
-
name: update_contracts_docs_hooks
|
|
292
|
-
actions:
|
|
293
|
-
- Update SKILL.md, AGENTS.md, hooks, CI, and semantic fixtures to prefer canonical forms.
|
|
294
|
-
- Emit audience tags and command tree from `agentera schema`.
|
|
295
|
-
- Record measurement evidence for JSON surface moves.
|
|
296
|
-
phase_3:
|
|
297
|
-
name: remove_deprecated_top_level_parsers
|
|
298
|
-
actions:
|
|
299
|
-
- >-
|
|
300
|
-
Remove `hej`, public `describe`, and `gate` from top-level parser help.
|
|
301
|
-
- >-
|
|
302
|
-
Remove other deprecated top-level parsers except documented capability and
|
|
303
|
-
lifecycle names and the Phase 1–2 alias set until post-major cleanup.
|
|
304
|
-
- >-
|
|
305
|
-
Deferred final removal of all routine-state top-level aliases after one
|
|
306
|
-
minor alias release.
|
|
307
|
-
alias_policy:
|
|
308
|
-
stderr_format: one-line deprecation naming the canonical command
|
|
309
|
-
delegation: forward to canonical handler with unchanged JSON/text envelopes
|
|
310
|
-
duration: one minor release minimum for hej, describe, and routine-state tops
|
|
311
|
-
forbidden:
|
|
312
|
-
- bundle-status compatibility alias (Decision 45 hard rename)
|
|
313
|
-
- adding Decision 43 slash aliases as CLI commands
|
|
314
|
-
- silent fallback without stderr during the alias period
|
|
315
|
-
command_tree_target:
|
|
316
|
-
top_level_count: ~18
|
|
317
|
-
groups:
|
|
318
|
-
- prime [agent]
|
|
319
|
-
- schema [agent]
|
|
320
|
-
- visionera [agent]
|
|
321
|
-
- resonera [agent]
|
|
322
|
-
- inspirera [agent]
|
|
323
|
-
- planera [agent]
|
|
324
|
-
- realisera [agent]
|
|
325
|
-
- optimera [agent]
|
|
326
|
-
- inspektera [agent]
|
|
327
|
-
- dokumentera [agent]
|
|
328
|
-
- profilera [agent]
|
|
329
|
-
- visualisera [agent]
|
|
330
|
-
- orkestrera [agent]
|
|
331
|
-
- upgrade [user]
|
|
332
|
-
- doctor [user]
|
|
333
|
-
- state [agent]
|
|
334
|
-
- report [user]
|
|
335
|
-
- check [maintainer]
|
|
336
|
-
|
|
337
|
-
deprecated_top_level_aliases:
|
|
338
|
-
# Command aliases that emit stderr deprecation warnings
|
|
339
|
-
- { legacy: hej, canonical: prime }
|
|
340
|
-
- { legacy: describe, canonical: schema }
|
|
341
|
-
- { legacy: plan, canonical: "state plan" }
|
|
342
|
-
- { legacy: progress, canonical: "state progress" }
|
|
343
|
-
- { legacy: health, canonical: "state health" }
|
|
344
|
-
- { legacy: todo, canonical: "state todo" }
|
|
345
|
-
- { legacy: decisions, canonical: "state decisions" }
|
|
346
|
-
- { legacy: docs, canonical: "state docs" }
|
|
347
|
-
- { legacy: objective, canonical: "state objective" }
|
|
348
|
-
- { legacy: experiments, canonical: "state experiments" }
|
|
349
|
-
- { legacy: query, canonical: "state query" }
|
|
350
|
-
- { legacy: compact, canonical: "check compact" }
|
|
351
|
-
- { legacy: gate, canonical: "check compact" }
|
|
352
|
-
- { legacy: verify, canonical: "check verify" }
|
|
353
|
-
- { legacy: stats, canonical: report }
|
|
354
|
-
- { legacy: lint, canonical: "check lint" }
|
|
355
|
-
- { legacy: validate, canonical: "check validate" }
|
|
@@ -1,278 +0,0 @@
|
|
|
1
|
-
schema_version: agentera.bundle_skill_vocabulary.v1
|
|
2
|
-
status: active_authority
|
|
3
|
-
purpose: >-
|
|
4
|
-
Classify surviving `bundle` and `SKILL.md` terminology so docs, package
|
|
5
|
-
metadata, runtime descriptors, tests, historical records, and compatibility
|
|
6
|
-
identifiers share one bounded vocabulary source without forcing mechanical
|
|
7
|
-
renames of shipped surfaces.
|
|
8
|
-
sources:
|
|
9
|
-
prose:
|
|
10
|
-
- references/cli/vocabulary.md#bundle-and-skillmd-vocabulary
|
|
11
|
-
scope:
|
|
12
|
-
includes:
|
|
13
|
-
- Current user-facing and diagnostic prose that names Agentera app files.
|
|
14
|
-
- Package and distribution metadata that names the suite package shape.
|
|
15
|
-
- Runtime hook packaging prose and metadata for plugin-shipped hooks.
|
|
16
|
-
- Historical references to the removed `bundle-status` command.
|
|
17
|
-
- Current and legacy references to `skills/agentera/SKILL.md` and v1 skill entry files.
|
|
18
|
-
excludes:
|
|
19
|
-
- Routing and execution vocabulary collapse work.
|
|
20
|
-
- Capability instruction-file rename work.
|
|
21
|
-
- "`first_invocation_read` metadata or startup-read behavior."
|
|
22
|
-
- Objective state, decision satisfaction state, package publication, and installed app refreshes.
|
|
23
|
-
compatibility_boundary: >-
|
|
24
|
-
Compatibility identifiers, package metadata names, fixture names, historical
|
|
25
|
-
records, and path-like references may keep `bundle` or `SKILL.md` when the
|
|
26
|
-
spelling is the contract. New conceptual prose should use the canonical
|
|
27
|
-
concept terms below.
|
|
28
|
-
canonical_concept_order:
|
|
29
|
-
- agentera_app_files
|
|
30
|
-
- suite_package
|
|
31
|
-
- plugin_shipped_hooks
|
|
32
|
-
- removed_bundle_status_command
|
|
33
|
-
- agentera_routing_entry
|
|
34
|
-
- skill_entry_file
|
|
35
|
-
- v1_skill_entry_file
|
|
36
|
-
- legacy_hej_bridge
|
|
37
|
-
canonical_concepts:
|
|
38
|
-
agentera_app_files:
|
|
39
|
-
definition: >-
|
|
40
|
-
Managed Agentera application files installed under the app files directory,
|
|
41
|
-
separate from user data in the Agentera directory.
|
|
42
|
-
allowed_terms:
|
|
43
|
-
- Agentera app files
|
|
44
|
-
- app files
|
|
45
|
-
- app files directory
|
|
46
|
-
- installed app
|
|
47
|
-
- managed app files
|
|
48
|
-
forbidden_ambiguous_shortcuts:
|
|
49
|
-
- bundle
|
|
50
|
-
- installed bundle
|
|
51
|
-
- bundle freshness
|
|
52
|
-
- bundle refresh
|
|
53
|
-
- durable bundle
|
|
54
|
-
suite_package:
|
|
55
|
-
definition: >-
|
|
56
|
-
The packaged distribution shape that ships the Agentera skill, CLI,
|
|
57
|
-
scripts, hooks, references, runtime descriptors, and package metadata as
|
|
58
|
-
one suite artifact.
|
|
59
|
-
allowed_terms:
|
|
60
|
-
- suite package
|
|
61
|
-
- Agentera package
|
|
62
|
-
- packaged suite
|
|
63
|
-
- suite-bundle
|
|
64
|
-
forbidden_ambiguous_shortcuts:
|
|
65
|
-
- bundle
|
|
66
|
-
- single-bundle model
|
|
67
|
-
- bundled suite
|
|
68
|
-
plugin_shipped_hooks:
|
|
69
|
-
definition: >-
|
|
70
|
-
Hooks that are shipped by runtime plugin package surfaces such as Codex,
|
|
71
|
-
OpenCode, Claude, or GitHub plugin metadata.
|
|
72
|
-
allowed_terms:
|
|
73
|
-
- plugin-shipped hooks
|
|
74
|
-
- plugin-bundled hooks
|
|
75
|
-
- bundled hook metadata
|
|
76
|
-
- copied user hooks
|
|
77
|
-
forbidden_ambiguous_shortcuts:
|
|
78
|
-
- bundle hooks
|
|
79
|
-
- bundled hooks
|
|
80
|
-
- hook bundle
|
|
81
|
-
removed_bundle_status_command:
|
|
82
|
-
definition: >-
|
|
83
|
-
The removed legacy `agentera bundle-status` command name, preserved only
|
|
84
|
-
for historical release notes, migration evidence, and tests that prove it
|
|
85
|
-
remains unavailable.
|
|
86
|
-
allowed_terms:
|
|
87
|
-
- "removed `bundle-status` command"
|
|
88
|
-
- "legacy `agentera bundle-status` command"
|
|
89
|
-
- "historical `bundle-status` reference"
|
|
90
|
-
forbidden_ambiguous_shortcuts:
|
|
91
|
-
- bundle status
|
|
92
|
-
- bundle-status path
|
|
93
|
-
- bundle status command
|
|
94
|
-
agentera_routing_entry:
|
|
95
|
-
definition: >-
|
|
96
|
-
The v2 `skills/agentera/SKILL.md` routing entry that describes the Agentera
|
|
97
|
-
skill entry point, capability routing model, CLI-first state access, and
|
|
98
|
-
safety rails.
|
|
99
|
-
allowed_terms:
|
|
100
|
-
- Agentera routing entry point
|
|
101
|
-
- Agentera router
|
|
102
|
-
- routing layer
|
|
103
|
-
- "`skills/agentera/SKILL.md` routing entry"
|
|
104
|
-
forbidden_ambiguous_shortcuts:
|
|
105
|
-
- Agentera skill dispatcher
|
|
106
|
-
- SKILL.md
|
|
107
|
-
- master dispatcher
|
|
108
|
-
- skill dispatcher
|
|
109
|
-
skill_entry_file:
|
|
110
|
-
definition: >-
|
|
111
|
-
A concrete runtime skill entry file named `SKILL.md`, usually referenced
|
|
112
|
-
as a path or validation target rather than as a conceptual noun.
|
|
113
|
-
allowed_terms:
|
|
114
|
-
- skill entry file
|
|
115
|
-
- "`SKILL.md` file"
|
|
116
|
-
- "`skills/agentera/SKILL.md`"
|
|
117
|
-
- "`skills/*/SKILL.md`"
|
|
118
|
-
forbidden_ambiguous_shortcuts:
|
|
119
|
-
- SKILL.md
|
|
120
|
-
- skill file
|
|
121
|
-
- skill entry
|
|
122
|
-
v1_skill_entry_file:
|
|
123
|
-
definition: >-
|
|
124
|
-
A historical standalone v1 skill entry file or path retained in migration
|
|
125
|
-
notes, tests, stale-path checks, and compatibility fixtures.
|
|
126
|
-
allowed_terms:
|
|
127
|
-
- v1 skill entry file
|
|
128
|
-
- v1 standalone skill entry file
|
|
129
|
-
- "historical v1 `SKILL.md` file"
|
|
130
|
-
- v1 skill path
|
|
131
|
-
forbidden_ambiguous_shortcuts:
|
|
132
|
-
- SKILL.md
|
|
133
|
-
- v1 SKILL.md
|
|
134
|
-
- old skill file
|
|
135
|
-
legacy_hej_bridge:
|
|
136
|
-
definition: >-
|
|
137
|
-
The temporary v1 `/hej` bridge or exact bare `hej` compatibility path that
|
|
138
|
-
guides users toward `/agentera` and the v2 upgrade path.
|
|
139
|
-
allowed_terms:
|
|
140
|
-
- legacy hej bridge
|
|
141
|
-
- "legacy `/hej` bridge"
|
|
142
|
-
- v1 hej bridge
|
|
143
|
-
- "bare `hej` compatibility path"
|
|
144
|
-
forbidden_ambiguous_shortcuts:
|
|
145
|
-
- hej skill
|
|
146
|
-
- legacy skill
|
|
147
|
-
- old hej
|
|
148
|
-
classification_order:
|
|
149
|
-
- canonical_concept
|
|
150
|
-
- compatibility_identifier
|
|
151
|
-
- path_like_reference
|
|
152
|
-
- package_metadata
|
|
153
|
-
- historical_record
|
|
154
|
-
- fixture_only
|
|
155
|
-
- generic_plain_language
|
|
156
|
-
- ambiguous_current_prose
|
|
157
|
-
classification_rules:
|
|
158
|
-
canonical_concept:
|
|
159
|
-
meaning: Usage matches one of the canonical concepts and uses an allowed term.
|
|
160
|
-
action: Keep and prefer in new current prose.
|
|
161
|
-
compatibility_identifier:
|
|
162
|
-
meaning: The spelling is a shipped field, command flag, file name, code identifier, or parseable label.
|
|
163
|
-
action: Preserve until an explicit migration exists.
|
|
164
|
-
path_like_reference:
|
|
165
|
-
meaning: The occurrence is a literal file path, glob, manifest path, fixture path, or code path.
|
|
166
|
-
action: Preserve the concrete path spelling.
|
|
167
|
-
package_metadata:
|
|
168
|
-
meaning: The occurrence is a concrete package metadata value or installed package layout name.
|
|
169
|
-
action: Preserve unless package metadata migration is explicitly in scope.
|
|
170
|
-
historical_record:
|
|
171
|
-
meaning: The occurrence is in changelog, progress, decision, archived plan, migration history, or release evidence.
|
|
172
|
-
action: Do not rewrite solely for vocabulary cleanup; qualify when current prose interprets it.
|
|
173
|
-
fixture_only:
|
|
174
|
-
meaning: The occurrence is test fixture input, expected compatibility output, or stale-path regression data.
|
|
175
|
-
action: Preserve when the test proves compatibility or rejection behavior.
|
|
176
|
-
generic_plain_language:
|
|
177
|
-
meaning: The occurrence is ordinary English unrelated to Agentera app files, package shape, hooks, commands, or skill entries.
|
|
178
|
-
action: Allowed, but prefer object-specific terms when risk is high.
|
|
179
|
-
ambiguous_current_prose:
|
|
180
|
-
meaning: The occurrence uses bare `bundle` or bare `SKILL.md` as a conceptual noun in current user-facing prose.
|
|
181
|
-
action: Replace or qualify with the relevant canonical concept term.
|
|
182
|
-
focused_scan:
|
|
183
|
-
allowed_classifications:
|
|
184
|
-
- canonical
|
|
185
|
-
- compatibility-preserved
|
|
186
|
-
- historical
|
|
187
|
-
- fixture-only
|
|
188
|
-
- generic
|
|
189
|
-
paths:
|
|
190
|
-
- AGENTS.md
|
|
191
|
-
- README.md
|
|
192
|
-
- references/cli/vocabulary.md
|
|
193
|
-
- references/adapters/opencode.md
|
|
194
|
-
- (retired maintainer measurement tool)
|
|
195
|
-
- skills/agentera/SKILL.md
|
|
196
|
-
- skills/agentera/capabilities/hej/schemas/triggers.yaml
|
|
197
|
-
- skills/agentera/capabilities/resonera/instructions.md
|
|
198
|
-
- tests/test_cross_capability.py
|
|
199
|
-
- tests/test_resonera_capability.py
|
|
200
|
-
- tests/test_runtime_adapters.py
|
|
201
|
-
allowed_occurrences:
|
|
202
|
-
- path: ^AGENTS\.md$
|
|
203
|
-
text: skills/agentera/SKILL\.md|Agentera routing entry point
|
|
204
|
-
classification: canonical
|
|
205
|
-
reason: AGENTS guidance names the concrete Agentera routing entry point.
|
|
206
|
-
- path: ^README\.md$
|
|
207
|
-
text: skills/agentera/SKILL\.md|Agentera routing entry point
|
|
208
|
-
classification: canonical
|
|
209
|
-
reason: README names the canonical routing entry point and concrete linked path.
|
|
210
|
-
- path: ^references/cli/vocabulary\.md$
|
|
211
|
-
text: references/cli/bundle-skill-vocabulary\.yaml|Bundle and SKILL\.md vocabulary
|
|
212
|
-
classification: canonical
|
|
213
|
-
reason: Vocabulary docs delegate this exact concept family to this authority.
|
|
214
|
-
- path: ^references/cli/vocabulary\.md$
|
|
215
|
-
text: Agentera app files need repair|bundle freshness|bundle refresh|required repair Agentera app files|install status check failed
|
|
216
|
-
classification: historical
|
|
217
|
-
reason: Decision 44 replacement tables preserve deprecated bundle wording as historical examples.
|
|
218
|
-
- path: ^references/cli/vocabulary\.md$
|
|
219
|
-
text: skills/agentera/SKILL\.md|SKILL\.md`
|
|
220
|
-
classification: canonical
|
|
221
|
-
reason: Vocabulary docs use concrete skill entry file paths and source-index references.
|
|
222
|
-
- path: ^references/cli/vocabulary\.md$
|
|
223
|
-
text: --only bundle|\.agentera-bundle\.json|bundle\.status|activeBundleRoot|bundle-status
|
|
224
|
-
classification: compatibility-preserved
|
|
225
|
-
reason: Vocabulary docs preserve shipped compatibility identifiers and removed command references.
|
|
226
|
-
- path: ^references/adapters/opencode\.md$
|
|
227
|
-
text: bundled Agentera dashboard path|bundled `agentera` skill|bundled Agentera
|
|
228
|
-
classification: generic
|
|
229
|
-
reason: OpenCode adapter prose uses bundled in the ordinary package-shipping sense, not as Agentera app-file terminology.
|
|
230
|
-
- path: ^references/adapters/opencode\.md$
|
|
231
|
-
text: SKILL\.md files|<name>/SKILL\.md|skills/\*/SKILL\.md|skills/agentera/SKILL\.md
|
|
232
|
-
classification: compatibility-preserved
|
|
233
|
-
reason: OpenCode adapter prose documents concrete runtime skill entry file paths.
|
|
234
|
-
- path: ^scripts/measure_token_payload\.py$
|
|
235
|
-
text: 'v1 baseline: all 12 v1 SKILL\.md files|skill_root / "SKILL\.md"'
|
|
236
|
-
classification: historical
|
|
237
|
-
reason: Token payload measurement preserves the historical v1 SKILL.md baseline and concrete path construction.
|
|
238
|
-
- path: ^skills/agentera/SKILL\.md$
|
|
239
|
-
text: \.agentera-bundle\.json|bundle\.status|bundle\.dryRunCommand
|
|
240
|
-
classification: compatibility-preserved
|
|
241
|
-
reason: The routing entry documents CLI-provided compatibility fields and marker files that still exist.
|
|
242
|
-
- path: ^skills/agentera/SKILL\.md$
|
|
243
|
-
text: SKILL\.md\s+# This file
|
|
244
|
-
classification: canonical
|
|
245
|
-
reason: The directory listing names the actual Agentera routing entry file.
|
|
246
|
-
- path: ^tests/test_cross_capability\.py$
|
|
247
|
-
text: SKILL_MD_PATH|test_master_bundle_health_gate|bundle\.status|bundle\.dryRunCommand
|
|
248
|
-
classification: fixture-only
|
|
249
|
-
reason: Cross-capability tests assert compatibility wording and historical test names.
|
|
250
|
-
- path: ^tests/test_runtime_adapters\.py$
|
|
251
|
-
text: .
|
|
252
|
-
classification: fixture-only
|
|
253
|
-
reason: Runtime adapter tests use fixture paths, expected diagnostics, package metadata, and compatibility test class names.
|
|
254
|
-
compatibility_identifiers:
|
|
255
|
-
bundle:
|
|
256
|
-
- .agentera-bundle.json
|
|
257
|
-
- bundle.status
|
|
258
|
-
- activeBundleRoot
|
|
259
|
-
- "--only bundle"
|
|
260
|
-
- bundle.dryRunCommand
|
|
261
|
-
skill_entry_file:
|
|
262
|
-
- skills/agentera/SKILL.md
|
|
263
|
-
- skills/*/SKILL.md
|
|
264
|
-
- SKILL.md
|
|
265
|
-
package_metadata_values:
|
|
266
|
-
- suite-bundle
|
|
267
|
-
- agentera/bundle
|
|
268
|
-
- bundle-only enhancements
|
|
269
|
-
historical_terms:
|
|
270
|
-
- agentera bundle-status
|
|
271
|
-
- bundle-status
|
|
272
|
-
- single-bundle model
|
|
273
|
-
- Agentera skill dispatcher
|
|
274
|
-
docs_delegation:
|
|
275
|
-
document: references/cli/vocabulary.md
|
|
276
|
-
required_anchor: Bundle and SKILL.md vocabulary
|
|
277
|
-
authority_path: references/cli/bundle-skill-vocabulary.yaml
|
|
278
|
-
must_not_duplicate_large_table: true
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
# Capability tool classification authority
|
|
2
|
-
# Defines which tools each capability subagent needs to fulfill its purpose.
|
|
3
|
-
# Consumed by: descriptor validation, regression tests, runtime adapter docs.
|
|
4
|
-
# Source of truth for per-capability tool requirements across all runtimes.
|
|
5
|
-
|
|
6
|
-
classification:
|
|
7
|
-
mutation_capable:
|
|
8
|
-
description: Needs file write, edit, and/or shell execution to fulfill purpose
|
|
9
|
-
capabilities:
|
|
10
|
-
realisera:
|
|
11
|
-
permission: {write: allow, bash: allow}
|
|
12
|
-
rationale: Autonomous dev execution — writes code, runs tests/builds, commits
|
|
13
|
-
optimera:
|
|
14
|
-
permission: {write: allow, bash: allow}
|
|
15
|
-
rationale: Metric-driven optimization — runs experiments, writes harnesses
|
|
16
|
-
orkestrera:
|
|
17
|
-
permission: {write: allow, bash: allow}
|
|
18
|
-
rationale: Multi-cycle orchestration — dispatches workers, updates plan/progress
|
|
19
|
-
dokumentera:
|
|
20
|
-
permission: {write: allow, bash: deny}
|
|
21
|
-
rationale: Documentation generation — creates/updates doc files
|
|
22
|
-
planera:
|
|
23
|
-
permission: {write: allow, bash: deny}
|
|
24
|
-
rationale: Plan management — writes plan.yaml, archives completed plans
|
|
25
|
-
|
|
26
|
-
contextual_write:
|
|
27
|
-
description: Writes owned Agentera state artifacts
|
|
28
|
-
capabilities:
|
|
29
|
-
visionera:
|
|
30
|
-
permission: {write: allow, bash: deny}
|
|
31
|
-
rationale: Writes vision.yaml, archives old visions
|
|
32
|
-
resonera:
|
|
33
|
-
permission: {write: allow, bash: deny}
|
|
34
|
-
rationale: Writes decisions.yaml, may update TODO.md
|
|
35
|
-
visualisera:
|
|
36
|
-
permission: {write: allow, bash: deny}
|
|
37
|
-
rationale: Writes DESIGN.md, archives old designs
|
|
38
|
-
profilera:
|
|
39
|
-
permission: {write: allow, bash: allow}
|
|
40
|
-
rationale: Runs extraction scripts, writes PROFILE.md
|
|
41
|
-
inspektera:
|
|
42
|
-
permission: {write: allow, bash: deny}
|
|
43
|
-
rationale: Writes health.yaml audit reports
|
|
44
|
-
|
|
45
|
-
read_only:
|
|
46
|
-
description: Only reads files, searches, analyzes
|
|
47
|
-
capabilities:
|
|
48
|
-
hej:
|
|
49
|
-
permission: {write: deny, bash: deny}
|
|
50
|
-
rationale: Strictly read-only orientation dashboard
|
|
51
|
-
inspirera:
|
|
52
|
-
permission: {write: deny, bash: deny}
|
|
53
|
-
rationale: Analysis-only creative exploration
|