agentera 3.0.0-dev.8 → 3.0.0-dev.80
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 +252 -22
- package/bundle/.agentera-build-source.json +8 -0
- package/bundle/CHANGELOG.md +1387 -0
- package/bundle/DESIGN.md +229 -0
- package/bundle/LICENSE +201 -0
- package/bundle/README.md +143 -0
- package/bundle/UPGRADE.md +271 -0
- package/bundle/extract-corpus-parity.json +2 -4
- package/bundle/fixtures/routing/hybrid-corpus.yaml +154 -0
- package/bundle/references/adapters/package-publication.json +484 -0
- package/bundle/references/adapters/package-registry.yaml +443 -188
- package/bundle/references/adapters/package-surface-characterization.md +68 -34
- package/bundle/references/adapters/product-v1-reset.yaml +101 -0
- 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 +559 -0
- package/bundle/references/analysis/personal-glossary-evaluation-authority.yaml +175 -0
- package/bundle/references/analysis/personal-glossary-evaluation-corpus.yaml +291 -0
- package/bundle/references/analysis/personal-glossary-holdout.yaml +192 -0
- package/bundle/references/analysis/verification-policy.yaml +261 -0
- package/bundle/references/artifacts/artifact-registry-interface-model.yaml +17 -8
- package/bundle/references/artifacts/glossary-entry-contract.yaml +2906 -0
- package/bundle/references/artifacts/state-storage-authority.yaml +3065 -0
- package/bundle/references/artifacts/verbosity-budget-authority.yaml +42 -0
- package/bundle/references/cli/app-lifecycle-vocabulary.yaml +3 -4
- package/bundle/references/cli/capability-instruction-contract.yaml +11 -14
- package/bundle/references/cli/hybrid-route-contract.yaml +438 -0
- package/bundle/references/cli/routing-model.md +152 -93
- package/bundle/references/cli/trigger-schema-enrichment.md +57 -46
- package/bundle/references/cli/update-channels.yaml +7 -5
- package/bundle/references/cli/vocabulary-index.yaml +7 -9
- package/bundle/references/cli/vocabulary.md +54 -97
- package/bundle/references/meta/retained-reference-authority.yaml +171 -0
- package/bundle/skills/agentera/SKILL.md +183 -63
- package/bundle/skills/agentera/capabilities/audit/schemas/artifacts.yaml +27 -19
- package/bundle/skills/agentera/capabilities/audit/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/audit/schemas/triggers.yaml +13 -35
- package/bundle/skills/agentera/capabilities/audit/schemas/validation.yaml +30 -11
- package/bundle/skills/agentera/capabilities/build/schemas/artifacts.yaml +44 -21
- package/bundle/skills/agentera/capabilities/build/schemas/exit.yaml +8 -6
- package/bundle/skills/agentera/capabilities/build/schemas/triggers.yaml +14 -36
- package/bundle/skills/agentera/capabilities/build/schemas/validation.yaml +95 -21
- package/bundle/skills/agentera/capabilities/design/schemas/artifacts.yaml +6 -6
- package/bundle/skills/agentera/capabilities/design/schemas/exit.yaml +5 -5
- package/bundle/skills/agentera/capabilities/design/schemas/triggers.yaml +5 -34
- package/bundle/skills/agentera/capabilities/design/schemas/validation.yaml +2 -2
- package/bundle/skills/agentera/capabilities/discuss/schemas/artifacts.yaml +17 -13
- package/bundle/skills/agentera/capabilities/discuss/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/discuss/schemas/triggers.yaml +6 -40
- package/bundle/skills/agentera/capabilities/discuss/schemas/validation.yaml +72 -5
- package/bundle/skills/agentera/capabilities/document/schemas/artifacts.yaml +24 -17
- package/bundle/skills/agentera/capabilities/document/schemas/triggers.yaml +5 -35
- package/bundle/skills/agentera/capabilities/document/schemas/validation.yaml +13 -13
- package/bundle/skills/agentera/capabilities/optimize/schemas/artifacts.yaml +10 -10
- package/bundle/skills/agentera/capabilities/optimize/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/optimize/schemas/triggers.yaml +4 -35
- package/bundle/skills/agentera/capabilities/optimize/schemas/validation.yaml +3 -3
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/artifacts.yaml +34 -22
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/exit.yaml +9 -7
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/triggers.yaml +5 -37
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/validation.yaml +38 -37
- package/bundle/skills/agentera/capabilities/plan/schemas/artifacts.yaml +20 -16
- package/bundle/skills/agentera/capabilities/plan/schemas/triggers.yaml +8 -31
- package/bundle/skills/agentera/capabilities/plan/schemas/validation.yaml +66 -6
- package/bundle/skills/agentera/capabilities/profile/schemas/artifacts.yaml +13 -4
- package/bundle/skills/agentera/capabilities/profile/schemas/exit.yaml +8 -5
- package/bundle/skills/agentera/capabilities/profile/schemas/triggers.yaml +8 -37
- package/bundle/skills/agentera/capabilities/profile/schemas/validation.yaml +67 -3
- package/bundle/skills/agentera/capabilities/research/schemas/artifacts.yaml +6 -6
- package/bundle/skills/agentera/capabilities/research/schemas/triggers.yaml +5 -29
- package/bundle/skills/agentera/capabilities/status/schemas/artifacts.yaml +13 -12
- package/bundle/skills/agentera/capabilities/status/schemas/triggers.yaml +7 -49
- package/bundle/skills/agentera/capabilities/vision/schemas/artifacts.yaml +8 -8
- package/bundle/skills/agentera/capabilities/vision/schemas/exit.yaml +7 -6
- package/bundle/skills/agentera/capabilities/vision/schemas/triggers.yaml +7 -39
- package/bundle/skills/agentera/capabilities/vision/schemas/validation.yaml +14 -16
- package/bundle/skills/agentera/capability_schema_contract.yaml +32 -32
- package/bundle/skills/agentera/protocol.yaml +4 -4
- package/bundle/skills/agentera/route-phrases.yaml +81 -0
- package/bundle/skills/agentera/schemas/artifacts/changelog.yaml +1 -0
- package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +29 -30
- package/bundle/skills/agentera/schemas/artifacts/design.yaml +1 -0
- package/bundle/skills/agentera/schemas/artifacts/docs.yaml +7 -43
- package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +140 -34
- package/bundle/skills/agentera/schemas/artifacts/glossary.yaml +87 -0
- package/bundle/skills/agentera/schemas/artifacts/health.yaml +53 -51
- package/bundle/skills/agentera/schemas/artifacts/objective.yaml +18 -35
- package/bundle/skills/agentera/schemas/artifacts/plan.yaml +453 -55
- package/bundle/skills/agentera/schemas/artifacts/progress.yaml +128 -39
- package/bundle/skills/agentera/schemas/artifacts/todo.yaml +305 -7
- package/bundle/skills/agentera/schemas/artifacts/vision.yaml +0 -19
- package/dist/.agentera-build-source.json +8 -0
- package/dist/analytics/extractCorpus/cli.js +52 -11
- package/dist/analytics/extractCorpus/copilotSessions.js +19 -8
- package/dist/analytics/extractCorpus/core.js +262 -14
- package/dist/analytics/extractCorpus/corpus.js +57 -18
- package/dist/analytics/extractCorpus/coverageAudit.js +44 -45
- package/dist/analytics/extractCorpus/cursorSessions.js +28 -8
- package/dist/analytics/extractCorpus/evidenceTiers.js +709 -0
- package/dist/analytics/extractCorpus/extractCorpusParity.js +4 -4
- package/dist/analytics/extractCorpus/filesystemSources.js +5 -5
- package/dist/analytics/extractCorpus/index.js +4 -2
- package/dist/analytics/extractCorpus/jsonlSessions.js +76 -8
- package/dist/analytics/extractCorpus/sqliteCaps.js +0 -1
- package/dist/analytics/extractCorpus/sqliteSessions.js +12 -4
- package/dist/analytics/extractCorpus/tierReader.js +108 -0
- package/dist/analytics/extractCorpus.js +0 -1
- package/dist/analytics/glossaryAdviceResolution.js +166 -0
- package/dist/analytics/glossaryInputAcquisition.js +319 -0
- package/dist/analytics/personalGlossaryAdmission.js +113 -0
- package/dist/analytics/personalGlossaryCandidateProjection.js +788 -0
- package/dist/analytics/personalGlossaryCandidateProjectionExcerpts.js +144 -0
- package/dist/analytics/personalGlossaryCandidateProjectionModel.js +1 -0
- package/dist/analytics/personalGlossaryCandidateReadView.js +23 -0
- package/dist/analytics/personalGlossaryCurrentGeneration.js +25 -0
- package/dist/analytics/personalGlossaryDecision.js +203 -0
- package/dist/analytics/personalGlossaryExplicit.js +788 -0
- package/dist/analytics/personalGlossaryExplicitMining.js +285 -0
- package/dist/analytics/personalGlossaryExplicitScope.js +41 -0
- package/dist/analytics/personalGlossaryExplicitSegments.js +418 -0
- package/dist/analytics/personalGlossaryExplicitTypes.js +26 -0
- package/dist/analytics/personalGlossaryLexicalClassifier.js +175 -0
- package/dist/analytics/personalGlossaryProfile.js +229 -0
- package/dist/analytics/personalGlossaryRecurrence.js +618 -0
- package/dist/analytics/personalGlossaryRefreshProjection.js +351 -0
- package/dist/analytics/personalGlossaryReviewRecordStorage.js +428 -0
- package/dist/analytics/personalGlossaryReviewRecords.js +332 -0
- package/dist/analytics/profileSignals.js +211 -0
- package/dist/analytics/usageStats.js +150 -23
- package/dist/audit/terminologyDrift.js +281 -0
- package/dist/bin/agentera.js +3 -2
- package/dist/capabilities/audit/instructions.js +16 -6
- package/dist/capabilities/build/instructions.js +59 -6
- package/dist/capabilities/design/instructions.js +3 -4
- package/dist/capabilities/discuss/instructions.js +29 -6
- package/dist/capabilities/document/instructions.js +11 -6
- package/dist/capabilities/index.js +20 -14
- package/dist/capabilities/optimize/instructions.js +14 -6
- package/dist/capabilities/orchestrate/instructions.js +42 -6
- package/dist/capabilities/plan/instructions.js +30 -3
- package/dist/capabilities/profile/instructions.js +104 -5
- package/dist/capabilities/research/instructions.js +4 -5
- package/dist/capabilities/status/instructions.js +15 -6
- package/dist/capabilities/status/startupInstructions.js +34 -0
- package/dist/capabilities/vision/instructions.js +3 -5
- package/dist/cli/appContext.js +14 -7
- package/dist/cli/argvalidate.js +0 -1
- package/dist/cli/capabilityContext/benchmark.js +5 -4
- package/dist/cli/capabilityContext/bespoke.js +14 -6
- package/dist/cli/capabilityContext/build.js +116 -42
- package/dist/cli/capabilityContext/closeout.js +30 -27
- package/dist/cli/capabilityContext/contract.js +18 -27
- package/dist/cli/capabilityContext/evidence.js +84 -77
- package/dist/cli/capabilityContext/index.js +0 -1
- package/dist/cli/capabilityContext/orchestration.js +42 -18
- package/dist/cli/capabilityContext/planState.js +89 -96
- package/dist/cli/capabilityContext/progress.js +52 -12
- package/dist/cli/capabilityContext/projectVerification.js +409 -0
- package/dist/cli/capabilityContext/shared.js +9 -20
- package/dist/cli/capabilityContext/slim.js +52 -8
- package/dist/cli/capabilityContext/startup.js +51 -114
- package/dist/cli/capabilityContext/startupAggregation.js +68 -0
- package/dist/cli/capabilityContext/types.js +26 -10
- package/dist/cli/capabilityContext.js +0 -1
- package/dist/cli/commands/appHome.js +0 -1
- package/dist/cli/commands/capability.js +2 -2
- package/dist/cli/commands/compact.js +163 -13
- package/dist/cli/commands/doctor.js +118 -11
- package/dist/cli/commands/durability.js +81 -0
- package/dist/cli/commands/glossaryAdvice.js +138 -0
- package/dist/cli/commands/lint.js +22 -8
- package/dist/cli/commands/personalGlossaryCandidateReads.js +755 -0
- package/dist/cli/commands/personalGlossaryDecision.js +349 -0
- package/dist/cli/commands/personalGlossaryPublish.js +484 -0
- package/dist/cli/commands/personalGlossaryReviewRecordReads.js +209 -0
- package/dist/cli/commands/personalGlossaryReviewRecords.js +623 -0
- package/dist/cli/commands/prime/briefOrientation.js +845 -0
- package/dist/cli/commands/prime/buildExecutionRequest.js +165 -0
- package/dist/cli/commands/prime/bundleStatus.js +54 -4
- package/dist/cli/commands/prime/collectEntityOrientation.js +338 -0
- package/dist/cli/commands/prime/collectOrientationState.js +124 -68
- package/dist/cli/commands/prime/orientationOutput.js +271 -59
- package/dist/cli/commands/prime/types.js +0 -1
- package/dist/cli/commands/prime.js +89 -11
- package/dist/cli/commands/profileGrounding.js +55 -0
- package/dist/cli/commands/query.js +74 -52
- package/dist/cli/commands/report.js +187 -27
- package/dist/cli/commands/route.js +142 -0
- package/dist/cli/commands/schema.js +436 -138
- package/dist/cli/commands/state/decisions.js +40 -56
- package/dist/cli/commands/state/docs.js +58 -85
- package/dist/cli/commands/state/experimentRecords.js +151 -0
- package/dist/cli/commands/state/experiments.js +11 -65
- package/dist/cli/commands/state/get.js +129 -0
- package/dist/cli/commands/state/health.js +11 -113
- package/dist/cli/commands/state/index.js +6 -41
- package/dist/cli/commands/state/list.js +194 -0
- package/dist/cli/commands/state/objective.js +21 -65
- package/dist/cli/commands/state/plan.js +11 -170
- 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 +11 -45
- package/dist/cli/commands/state/shared.js +0 -1
- package/dist/cli/commands/state/todo.js +28 -107
- package/dist/cli/commands/state/write.js +459 -0
- package/dist/cli/commands/upgrade.js +176 -5
- package/dist/cli/commands/upgradeVerify.js +118 -0
- package/dist/cli/commands/validate.js +235 -136
- package/dist/cli/commands/verify.js +73 -16
- package/dist/cli/contracts/bundleStatus.js +0 -1
- package/dist/cli/contracts/orientationState.js +0 -1
- package/dist/cli/dispatch/argvParser.js +0 -1
- package/dist/cli/dispatch/check.js +84 -40
- package/dist/cli/dispatch/commands.js +3 -3
- package/dist/cli/dispatch/index.js +84 -52
- package/dist/cli/dispatch/lifecycle.js +182 -62
- package/dist/cli/dispatch/prime.js +37 -2
- package/dist/cli/dispatch/projections.js +17 -0
- package/dist/cli/dispatch/shared.js +1 -2
- package/dist/cli/dispatch/state.js +62 -66
- package/dist/cli/dispatch.js +0 -1
- package/dist/cli/errors.js +16 -17
- package/dist/cli/help.js +419 -41
- package/dist/cli/migrationRequired.js +125 -0
- package/dist/cli/orientation/attention.js +19 -22
- package/dist/cli/orientation/corpusCoverage.js +32 -1
- package/dist/cli/orientation.js +346 -129
- 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/productV1Eol.js +55 -0
- package/dist/cli/profileAcquisition.js +167 -0
- package/dist/cli/startupCompletenessContract.js +11 -9
- package/dist/cli/stateQuery.js +47 -12
- package/dist/cli/structured.js +0 -1
- package/dist/cli/todoMarkdown.js +25 -12
- package/dist/cli/todoReadinessSelection.js +192 -0
- package/dist/cli/todoSeverity.js +0 -1
- package/dist/core/atomicWriter.js +23 -0
- package/dist/core/developmentChannel.js +1 -0
- package/dist/core/developmentInvocation.js +377 -0
- package/dist/core/difflib.js +0 -1
- package/dist/core/envPaths.js +0 -1
- package/dist/core/jsonValue.js +0 -1
- package/dist/core/paths.js +0 -1
- package/dist/core/pyjson.js +0 -1
- 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 +61 -2
- package/dist/eval/evalSkills.js +13 -14
- package/dist/eval/glossaryEvaluation.js +751 -0
- package/dist/eval/glossaryEvaluationProcess.js +29 -0
- package/dist/eval/glossaryEvaluationRunner.js +571 -0
- package/dist/eval/glossaryEvaluationSuccessReport.js +297 -0
- package/dist/eval/hybridRouteEvaluation.js +155 -0
- package/dist/eval/semanticEval.js +0 -1
- package/dist/eval/semanticFixtures.js +0 -1
- package/dist/hooks/common.js +3 -56
- package/dist/hooks/compaction/apply.js +224 -47
- package/dist/hooks/compaction/dryRun.js +2 -1
- package/dist/hooks/compaction/index.js +5 -6
- package/dist/hooks/compaction/parse.js +73 -6
- package/dist/hooks/compaction/retention.js +28 -25
- package/dist/hooks/compaction/status.js +145 -26
- package/dist/hooks/compaction/types.js +0 -1
- package/dist/hooks/validateArtifact/agentFacing.js +0 -1
- package/dist/hooks/validateArtifact/index.js +6 -65
- package/dist/hooks/validateArtifact/markdown.js +9 -10
- package/dist/hooks/validateArtifact/schema.js +96 -9
- package/dist/hooks/validateArtifact/traversal.js +12 -11
- package/dist/hooks/validateArtifact/violations.js +5 -3
- package/dist/migrate/v2HandoffManifest.js +8 -3
- package/dist/registries/activationContract.js +2 -0
- package/dist/registries/activationTuples.js +145 -0
- package/dist/registries/artifactProtocolIds.js +2 -1
- package/dist/registries/artifactRegistry.js +207 -60
- package/dist/registries/artifactSchemaProjection.js +45 -0
- package/dist/registries/capabilityContract.js +5 -21
- package/dist/registries/evaluatorHandoffContract.js +0 -1
- package/dist/registries/evidenceTierContract.js +375 -0
- package/dist/registries/explicitSegmentGrammarContract.js +619 -0
- package/dist/registries/glossaryAdviceContract.js +79 -0
- package/dist/registries/glossaryCandidateContractPaths.js +6 -0
- package/dist/registries/glossaryCandidateContracts.js +820 -0
- package/dist/registries/glossaryCandidateDecisionAuthority.js +119 -0
- package/dist/registries/glossaryCandidateDecisionContract.js +62 -0
- package/dist/registries/glossaryCandidateProjectionAuthority.js +345 -0
- package/dist/registries/glossaryCandidateProjectionContract.js +108 -0
- package/dist/registries/glossaryCaveatContract.js +67 -0
- package/dist/registries/glossaryConsumerContractValidation.js +787 -0
- package/dist/registries/glossaryEntryContract.js +759 -0
- package/dist/registries/glossaryEntryTemporal.js +12 -0
- package/dist/registries/glossaryMiningAuthority.js +764 -0
- package/dist/registries/glossaryProfileFullContract.js +24 -0
- package/dist/registries/glossaryReviewRecordsAuthority.js +426 -0
- package/dist/registries/glossaryReviewRecordsContract.js +129 -0
- package/dist/registries/glossaryTermIdentity.js +139 -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 +273 -0
- package/dist/registries/packageRegistry.js +184 -209
- package/dist/registries/personalGlossaryContracts.js +1 -0
- package/dist/registries/todoReadinessContract.js +448 -0
- package/dist/registries/triggerLoader.js +7 -44
- package/dist/registries/verbosityBudgetContract.js +205 -0
- package/dist/release/releaseMetadata.js +168 -11
- 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 +503 -0
- package/dist/setup/opencode.js +20 -13
- package/dist/setup/opencodeConstants.js +1 -0
- package/dist/setup/sharedSkill.js +45 -0
- package/dist/setup/smokeChecks.js +14 -75
- 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 +840 -0
- package/dist/state/entityMigrationTodo.js +133 -0
- package/dist/state/entityPublicationContext.js +859 -0
- package/dist/state/entityRetrievalHelp.js +506 -0
- package/dist/state/entityStorage.js +899 -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 +15 -7
- 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 +1027 -0
- package/dist/state/planIdentity.js +47 -0
- package/dist/state/planLineageValidation.js +52 -0
- package/dist/state/planReplacementTransaction.js +475 -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/progressWritePolicy.js +33 -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 +70 -9
- package/dist/state/startupAnalysis/contract.js +44 -10
- package/dist/state/startupAnalysis/helpers.js +1 -2
- package/dist/state/startupAnalysis/index.js +0 -1
- package/dist/state/startupAnalysis/metrics.js +0 -1
- package/dist/state/startupAnalysis/records.js +0 -1
- package/dist/state/startupAnalysis/report.js +0 -1
- package/dist/state/startupAnalysis/threshold.js +13 -1
- package/dist/state/startupAnalysis.js +0 -1
- package/dist/state/startupProjection.js +499 -0
- package/dist/state/stateMode.js +222 -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/todoActivationSafety.js +58 -0
- package/dist/state/todoCreateBatch.js +69 -0
- package/dist/state/todoDocsEntities.js +1339 -0
- package/dist/state/todoDocsEntityValidation.js +158 -0
- package/dist/state/todoMarkdownProjection.js +63 -0
- package/dist/state/todoReconciliationActivation.js +182 -0
- package/dist/state/todoReconciliationInspection.js +184 -0
- package/dist/state/todoReconciliationRepair.js +320 -0
- package/dist/state/todoReconciliationTransaction.js +628 -0
- package/dist/state/todoSeverityHeadings.js +71 -0
- package/dist/state/todoTransitionBatch.js +65 -0
- package/dist/state/todoUpdateBatch.js +50 -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 +380 -0
- package/dist/state/write/fields.js +61 -0
- package/dist/state/write/glossaryPublication.js +263 -0
- package/dist/state/write/grammar.js +285 -0
- package/dist/state/write/helpers.js +29 -0
- package/dist/state/write/index.js +12 -0
- package/dist/state/write/input.js +391 -0
- package/dist/state/write/lock.js +837 -0
- package/dist/state/write/mutation.js +234 -0
- package/dist/state/write/operations.js +170 -0
- package/dist/state/write/planEvaluation.js +128 -0
- package/dist/state/write/planPublication.js +179 -0
- package/dist/state/write/runtimeOperations.js +146 -0
- package/dist/state/write/serialize.js +1 -0
- package/dist/state/write/transaction.js +57 -0
- package/dist/state/write/validate.js +7 -0
- package/dist/upgrade/appContentRefresh.js +77 -36
- package/dist/upgrade/appModel.js +0 -1
- package/dist/upgrade/atomicWriter.js +1 -0
- package/dist/upgrade/bundleEvidence.js +0 -1
- package/dist/upgrade/channels.js +6 -9
- package/dist/upgrade/compatibility.js +43 -17
- package/dist/upgrade/doctor.js +55 -32
- package/dist/upgrade/doctorClassifier.js +11 -1
- package/dist/upgrade/installedHooksRetirement.js +46 -40
- package/dist/upgrade/legacyAgentCleanup.js +133 -34
- package/dist/upgrade/lifecycleUpgrade.js +113 -0
- package/dist/upgrade/migrateArtifactsV2ToV3.js +325 -82
- package/dist/upgrade/migrationPublication.js +122 -0
- package/dist/upgrade/nextMajorDoctor.js +0 -22
- package/dist/upgrade/npxPlatformStatus.js +2 -2
- package/dist/upgrade/productV1Reset.js +515 -0
- package/dist/upgrade/productV1ResetAuthority.js +139 -0
- package/dist/upgrade/projectIntegration.js +126 -134
- package/dist/upgrade/projectIntegrationDecision.js +21 -13
- package/dist/upgrade/retiredResourceDiagnostics.js +117 -0
- package/dist/upgrade/runtimeMigration.js +210 -430
- package/dist/upgrade/upgradeCommands.js +14 -1
- package/dist/upgrade/upgradeLock.js +85 -0
- package/dist/upgrade/upgradeOrchestrator.js +253 -48
- package/dist/upgrade/v3CapabilitySurface.js +2 -3
- package/dist/upgrade/versionResolution.js +0 -1
- package/dist/validate/activationArtifactEvidence.js +866 -0
- package/dist/validate/activationArtifactEvidenceTypes.js +12 -0
- package/dist/validate/activationConjunction.js +816 -0
- package/dist/validate/activationEvidenceManifest.js +610 -0
- package/dist/validate/activationPackageSemantics.js +29 -0
- package/dist/validate/appHomeContract.js +1 -7
- package/dist/validate/bootstrapAuthority.js +44 -0
- package/dist/validate/capability.js +11 -3
- package/dist/validate/crossCapability.js +14 -9
- package/dist/validate/glossaryVariantGuard.js +96 -0
- package/dist/validate/retainedReferenceAuthority.js +879 -0
- package/dist/validate/selfAudit.js +39 -45
- package/dist/validate/vocabularyAuthority.js +8 -8
- package/package.json +39 -13
- package/bundle/references/adapters/cursor.md +0 -214
- 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 -554
- 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 -369
- package/bundle/references/cli/bundle-skill-vocabulary.yaml +0 -250
- package/bundle/references/cli/capability-tool-classification.yaml +0 -53
- package/bundle/references/cli/coexistence-probe.yaml +0 -13
- package/bundle/references/cli/parity-expected-actual-template.md +0 -30
- package/bundle/references/cli/routing-execution-vocabulary.yaml +0 -281
- package/bundle/references/cli/single-name-protocol.yaml +0 -42
- package/bundle/references/cli/upgrade-repair-wording.md +0 -45
- package/bundle/references/cli/v3-handoff-manifest.schema.yaml +0 -98
- package/bundle/references/meta/documentation-inventory.md +0 -49
- package/bundle/skills/agentera/.claude-plugin/plugin.json +0 -27
- package/bundle/skills/agentera/agents/audit.toml +0 -6
- package/bundle/skills/agentera/agents/build.toml +0 -6
- package/bundle/skills/agentera/agents/design.toml +0 -6
- package/bundle/skills/agentera/agents/discuss.toml +0 -6
- package/bundle/skills/agentera/agents/document.toml +0 -6
- package/bundle/skills/agentera/agents/optimize.toml +0 -6
- package/bundle/skills/agentera/agents/orchestrate.toml +0 -6
- package/bundle/skills/agentera/agents/plan.toml +0 -6
- package/bundle/skills/agentera/agents/profile.toml +0 -6
- package/bundle/skills/agentera/agents/research.toml +0 -6
- package/bundle/skills/agentera/agents/status.toml +0 -6
- package/bundle/skills/agentera/agents/vision.toml +0 -6
- package/bundle/skills/agentera/references/contract.md +0 -1048
- package/dist/analytics/extractCorpus/cli.js.map +0 -1
- package/dist/analytics/extractCorpus/copilotSessions.js.map +0 -1
- package/dist/analytics/extractCorpus/core.js.map +0 -1
- package/dist/analytics/extractCorpus/corpus.js.map +0 -1
- package/dist/analytics/extractCorpus/coverageAudit.js.map +0 -1
- package/dist/analytics/extractCorpus/cursorSessions.js.map +0 -1
- package/dist/analytics/extractCorpus/extractCorpusParity.js.map +0 -1
- package/dist/analytics/extractCorpus/filesystemSources.js.map +0 -1
- package/dist/analytics/extractCorpus/index.js.map +0 -1
- package/dist/analytics/extractCorpus/jsonlSessions.js.map +0 -1
- package/dist/analytics/extractCorpus/sqliteCaps.js.map +0 -1
- package/dist/analytics/extractCorpus/sqliteSessions.js.map +0 -1
- 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/capabilities/audit/instructions.js.map +0 -1
- package/dist/capabilities/build/instructions.js.map +0 -1
- package/dist/capabilities/design/instructions.js.map +0 -1
- package/dist/capabilities/discuss/instructions.js.map +0 -1
- package/dist/capabilities/document/instructions.js.map +0 -1
- package/dist/capabilities/index.js.map +0 -1
- package/dist/capabilities/optimize/instructions.js.map +0 -1
- package/dist/capabilities/orchestrate/instructions.js.map +0 -1
- package/dist/capabilities/plan/instructions.js.map +0 -1
- package/dist/capabilities/profile/instructions.js.map +0 -1
- package/dist/capabilities/research/instructions.js.map +0 -1
- package/dist/capabilities/status/instructions.js.map +0 -1
- package/dist/capabilities/vision/instructions.js.map +0 -1
- package/dist/cli/appContext.js.map +0 -1
- package/dist/cli/argvalidate.js.map +0 -1
- package/dist/cli/capabilityContext/benchmark.js.map +0 -1
- package/dist/cli/capabilityContext/bespoke.js.map +0 -1
- package/dist/cli/capabilityContext/build.js.map +0 -1
- package/dist/cli/capabilityContext/closeout.js.map +0 -1
- package/dist/cli/capabilityContext/contract.js.map +0 -1
- package/dist/cli/capabilityContext/evidence.js.map +0 -1
- package/dist/cli/capabilityContext/index.js.map +0 -1
- package/dist/cli/capabilityContext/orchestration.js.map +0 -1
- package/dist/cli/capabilityContext/planState.js.map +0 -1
- package/dist/cli/capabilityContext/progress.js.map +0 -1
- package/dist/cli/capabilityContext/shared.js.map +0 -1
- package/dist/cli/capabilityContext/slim.js.map +0 -1
- package/dist/cli/capabilityContext/startup.js.map +0 -1
- package/dist/cli/capabilityContext/types.js.map +0 -1
- package/dist/cli/capabilityContext.js.map +0 -1
- package/dist/cli/commands/appHome.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/bundleStatus.js.map +0 -1
- package/dist/cli/commands/prime/collectOrientationState.js.map +0 -1
- package/dist/cli/commands/prime/orientationOutput.js.map +0 -1
- package/dist/cli/commands/prime/types.js.map +0 -1
- package/dist/cli/commands/prime/v1Migration.js +0 -39
- package/dist/cli/commands/prime/v1Migration.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/decisions.js.map +0 -1
- package/dist/cli/commands/state/docs.js.map +0 -1
- package/dist/cli/commands/state/experiments.js.map +0 -1
- package/dist/cli/commands/state/health.js.map +0 -1
- package/dist/cli/commands/state/index.js.map +0 -1
- package/dist/cli/commands/state/objective.js.map +0 -1
- package/dist/cli/commands/state/plan.js.map +0 -1
- package/dist/cli/commands/state/progress.js.map +0 -1
- package/dist/cli/commands/state/shared.js.map +0 -1
- package/dist/cli/commands/state/todo.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/contracts/bundleStatus.js.map +0 -1
- package/dist/cli/contracts/orientationState.js.map +0 -1
- package/dist/cli/dispatch/argvParser.js.map +0 -1
- package/dist/cli/dispatch/check.js.map +0 -1
- package/dist/cli/dispatch/commands.js.map +0 -1
- package/dist/cli/dispatch/index.js.map +0 -1
- package/dist/cli/dispatch/lifecycle.js.map +0 -1
- package/dist/cli/dispatch/prime.js.map +0 -1
- package/dist/cli/dispatch/shared.js.map +0 -1
- package/dist/cli/dispatch/state.js.map +0 -1
- package/dist/cli/dispatch.js.map +0 -1
- package/dist/cli/errors.js.map +0 -1
- package/dist/cli/help.js.map +0 -1
- package/dist/cli/orientation/attention.js.map +0 -1
- package/dist/cli/orientation/corpusCoverage.js.map +0 -1
- package/dist/cli/orientation.js.map +0 -1
- package/dist/cli/prime-blob.js.map +0 -1
- package/dist/cli/startupCompletenessContract.js.map +0 -1
- package/dist/cli/stateQuery.js.map +0 -1
- package/dist/cli/structured.js.map +0 -1
- package/dist/cli/todoMarkdown.js.map +0 -1
- package/dist/cli/todoSeverity.js.map +0 -1
- package/dist/core/difflib.js.map +0 -1
- package/dist/core/envPaths.js.map +0 -1
- package/dist/core/jsonValue.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/apply.js.map +0 -1
- package/dist/hooks/compaction/dryRun.js.map +0 -1
- package/dist/hooks/compaction/index.js.map +0 -1
- package/dist/hooks/compaction/parse.js.map +0 -1
- package/dist/hooks/compaction/retention.js.map +0 -1
- package/dist/hooks/compaction/status.js.map +0 -1
- package/dist/hooks/compaction/types.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 -79
- package/dist/hooks/cursorSessionStart.js.map +0 -1
- package/dist/hooks/sessionStart.js +0 -216
- package/dist/hooks/sessionStart.js.map +0 -1
- package/dist/hooks/sessionStop.js +0 -206
- package/dist/hooks/sessionStop.js.map +0 -1
- package/dist/hooks/validateArtifact/agentFacing.js.map +0 -1
- package/dist/hooks/validateArtifact/index.js.map +0 -1
- package/dist/hooks/validateArtifact/markdown.js.map +0 -1
- package/dist/hooks/validateArtifact/runtime.js +0 -86
- package/dist/hooks/validateArtifact/runtime.js.map +0 -1
- package/dist/hooks/validateArtifact/schema.js.map +0 -1
- package/dist/hooks/validateArtifact/traversal.js.map +0 -1
- package/dist/hooks/validateArtifact/violations.js.map +0 -1
- package/dist/migrate/v2HandoffManifest.js.map +0 -1
- package/dist/registries/artifactProtocolIds.js.map +0 -1
- package/dist/registries/artifactRegistry.js.map +0 -1
- package/dist/registries/capabilityContract.js.map +0 -1
- package/dist/registries/evaluatorHandoffContract.js.map +0 -1
- package/dist/registries/packageRegistry.js.map +0 -1
- package/dist/registries/runtimeAdapterRegistry.js +0 -316
- package/dist/registries/runtimeAdapterRegistry.js.map +0 -1
- package/dist/registries/triggerLoader.js.map +0 -1
- package/dist/release/releaseMetadata.js.map +0 -1
- package/dist/setup/codex/agents.js +0 -96
- package/dist/setup/codex/agents.js.map +0 -1
- package/dist/setup/codex/cli.js +0 -161
- package/dist/setup/codex/cli.js.map +0 -1
- package/dist/setup/codex/configToml.js +0 -639
- package/dist/setup/codex/configToml.js.map +0 -1
- package/dist/setup/codex/constants.js +0 -29
- package/dist/setup/codex/constants.js.map +0 -1
- package/dist/setup/codex/installRoot.js +0 -64
- package/dist/setup/codex/installRoot.js.map +0 -1
- package/dist/setup/codex/state.js +0 -270
- package/dist/setup/codex/state.js.map +0 -1
- package/dist/setup/codex.js +0 -12
- 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 -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 -300
- package/dist/setup/doctor/core.js.map +0 -1
- package/dist/setup/doctor/diagnostics.js +0 -240
- package/dist/setup/doctor/diagnostics.js.map +0 -1
- package/dist/setup/doctor/opencode.js +0 -313
- 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/setup/opencode.js.map +0 -1
- package/dist/setup/smokeChecks.js.map +0 -1
- package/dist/state/installRoot.js.map +0 -1
- package/dist/state/startupAnalysis/benchmark.js.map +0 -1
- package/dist/state/startupAnalysis/contract.js.map +0 -1
- package/dist/state/startupAnalysis/helpers.js.map +0 -1
- package/dist/state/startupAnalysis/index.js.map +0 -1
- package/dist/state/startupAnalysis/metrics.js.map +0 -1
- package/dist/state/startupAnalysis/records.js.map +0 -1
- package/dist/state/startupAnalysis/report.js.map +0 -1
- package/dist/state/startupAnalysis/threshold.js.map +0 -1
- package/dist/state/startupAnalysis.js.map +0 -1
- package/dist/upgrade/appContentRefresh.js.map +0 -1
- package/dist/upgrade/appModel.js.map +0 -1
- package/dist/upgrade/bundleEvidence.js.map +0 -1
- package/dist/upgrade/channels.js.map +0 -1
- package/dist/upgrade/coexistenceProbe.js +0 -107
- package/dist/upgrade/coexistenceProbe.js.map +0 -1
- package/dist/upgrade/compatibility.js.map +0 -1
- package/dist/upgrade/doctor.js.map +0 -1
- package/dist/upgrade/doctorClassifier.js.map +0 -1
- package/dist/upgrade/installedHooksRetirement.js.map +0 -1
- package/dist/upgrade/legacyAgentCleanup.js.map +0 -1
- package/dist/upgrade/migrateArtifactsV1ToV2.js +0 -570
- package/dist/upgrade/migrateArtifactsV1ToV2.js.map +0 -1
- package/dist/upgrade/migrateArtifactsV2ToV3.js.map +0 -1
- package/dist/upgrade/nextMajorDoctor.js.map +0 -1
- package/dist/upgrade/npxPlatformStatus.js.map +0 -1
- package/dist/upgrade/projectIntegration.js.map +0 -1
- package/dist/upgrade/projectIntegrationDecision.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/v3CapabilitySurface.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/legacyPythonParity.js +0 -93
- package/dist/validate/lifecycleAdapters/legacyPythonParity.js.map +0 -1
- package/dist/validate/lifecycleAdapters/nodeFormChecks.js +0 -488
- 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 -62
- package/dist/validate/lifecycleAdapters.js.map +0 -1
- package/dist/validate/selfAudit.js.map +0 -1
- package/dist/validate/vocabularyAuthority.js.map +0 -1
|
@@ -1,96 +1,155 @@
|
|
|
1
|
-
#
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
-
|
|
1
|
+
# Hybrid routing model
|
|
2
|
+
|
|
3
|
+
The portable shared skill and CLI use one hybrid cascade. Explicit routes and
|
|
4
|
+
curated, globally unique literal phrases provide deterministic tiers; open-ended
|
|
5
|
+
language remains host-owned. The normative protocol is
|
|
6
|
+
[`hybrid-route-contract.yaml`](./hybrid-route-contract.yaml); this page is a
|
|
7
|
+
reader-oriented model, not a second contract.
|
|
8
|
+
|
|
9
|
+
Decision 76 remains in force for natural-language judgment. Decision mpulyomlyl supersedes it only for the curated literal fast path: there is still no scoring engine, no confidence threshold, and no borderline band. Legacy trigger patterns, regexes, thresholds, and bands do not route requests.
|
|
10
|
+
|
|
11
|
+
## Cascade and precedence
|
|
12
|
+
|
|
13
|
+
1. **Bare `/agentera`.** With no added text, select status deterministically.
|
|
14
|
+
2. **Explicit direct route.** A canonical capability name or primary alias uses
|
|
15
|
+
the established direct-route grammar and passes its remaining text as topic.
|
|
16
|
+
3. **Curated leading phrase.** Match one active phrase from
|
|
17
|
+
[`skills/agentera/route-phrases.yaml`](../../skills/agentera/route-phrases.yaml)
|
|
18
|
+
only when it is the exact normalized leading phrase. It selects that phrase's
|
|
19
|
+
sole owner and preserves the original remainder as topic.
|
|
20
|
+
4. **Deterministic abstention.** Every other request returns
|
|
21
|
+
`semantic_required`. This tier never guesses from trigger prose, substrings,
|
|
22
|
+
regexes, scores, thresholds, bands, state, or `next_action`.
|
|
23
|
+
5. **Validated semantic receipt.** The host makes an LLM-native semantic
|
|
24
|
+
judgment and submits `select`, `clarify`, or `no_match`; the CLI validates it
|
|
25
|
+
before capability startup. `select` starts one selected capability, `clarify` starts none, and `no_match` must route to status for orientation only after no capability matches.
|
|
26
|
+
|
|
27
|
+
The direct grammar has precedence over phrase matching. A phrase collision is a
|
|
28
|
+
registry validation error, not a tie to resolve at runtime.
|
|
29
|
+
|
|
30
|
+
## Phase one: route request
|
|
31
|
+
|
|
32
|
+
`agentera.route_request.v1` takes the transient original request. Its response
|
|
33
|
+
is exactly one of:
|
|
34
|
+
|
|
35
|
+
- `deterministic_selection`: a `bare`, `direct`, or `phrase` selection with
|
|
36
|
+
capability, provenance, recognized span, and topic span.
|
|
37
|
+
- `semantic_required`: a request digest, semantic intent capsule, and canonical
|
|
38
|
+
capsule digest. It does not start a capability.
|
|
39
|
+
|
|
40
|
+
The request itself is not persisted. The semantic capsule contains active
|
|
41
|
+
trigger `description`, `priority`, and `disambiguates_against` documentation,
|
|
42
|
+
not executable matcher inputs. Its digest is SHA-256 over contract-owned
|
|
43
|
+
canonical JSON (recursively sorted object keys, no insignificant whitespace,
|
|
44
|
+
and the presented array order) for exactly that capsule. It excludes private
|
|
45
|
+
request text, request digests, diagnostics, state, and matcher authorities the
|
|
46
|
+
host did not see.
|
|
47
|
+
|
|
48
|
+
## Phase two: semantic receipt
|
|
49
|
+
|
|
50
|
+
For `semantic_required`, the host sends the same transient original request and
|
|
51
|
+
the complete nullable host receipt to
|
|
52
|
+
`npx -y agentera@next route receipt --input - --format json`. The receipt binds
|
|
53
|
+
to the SHA-256 of the request's UTF-8 bytes and the
|
|
54
|
+
`semantic_capsule_sha256` returned in phase one. The CLI first validates the
|
|
55
|
+
unmodified host shape, removes only contract-listed nulls, then reruns
|
|
56
|
+
deterministic routing and accepts the receipt only when the same request still
|
|
57
|
+
produces `semantic_required` with both bound digests. It then validates the
|
|
58
|
+
projected CLI receipt with canonical-capability binding and request-bound span
|
|
59
|
+
rules:
|
|
60
|
+
|
|
61
|
+
Every `semantic_required` response includes a `receipt_contract` with the exact
|
|
62
|
+
`agentera.route_receipt.v1` nullable schema, legal outcomes, outcome nullability,
|
|
63
|
+
compound and `remainder_span` rules, and a current runnable stdin example. The
|
|
64
|
+
same guide appears in `npx -y agentera@next route receipt --help`; a host does not need to
|
|
65
|
+
inspect implementation or contract files to construct its receipt. The example
|
|
66
|
+
uses a fixed public request, never the transient request being classified.
|
|
67
|
+
|
|
68
|
+
| Receipt | Required result | Startup |
|
|
69
|
+
| --- | --- | --- |
|
|
70
|
+
| `select` | one canonical capability and `none` or `preserve` compound disposition | selected capability only |
|
|
71
|
+
| `clarify` | one non-empty question | none |
|
|
72
|
+
| `no_match` | no capability or question | status only |
|
|
73
|
+
| invalid | bounded field-level correction, exit 64 | none |
|
|
74
|
+
|
|
75
|
+
The resulting `selected` or `status_fallback` authorization contains bounded
|
|
76
|
+
route provenance and the existing
|
|
77
|
+
`npx -y agentera@next prime --context <capability> --format json` startup path.
|
|
78
|
+
A `clarification` contains exactly one bounded
|
|
79
|
+
question and no startup. This is intentionally a shared CLI contract, not a
|
|
80
|
+
runtime-specific adapter. The portable shared skill is the sole host integration
|
|
81
|
+
surface.
|
|
82
|
+
|
|
83
|
+
## Phrase, span, and topic behavior
|
|
84
|
+
|
|
85
|
+
The phrase registry owns stable IDs, capability ownership, literal phrases,
|
|
86
|
+
global collision detection, and deprecation. Per-capability trigger schemas
|
|
87
|
+
never create phrase ownership. Matching uses the contract's normalized token
|
|
88
|
+
view (Unicode NFKC, case folding, whitespace normalization) while returning
|
|
89
|
+
source UTF-8 byte offsets and exact slices from the original request. A `:`,
|
|
90
|
+
`-`, or `—` that terminates the final phrase token is recognized in the
|
|
91
|
+
comparison view but starts the preserved topic slice; other attached
|
|
92
|
+
punctuation abstains.
|
|
93
|
+
|
|
94
|
+
For example, `HELP\tME decide: migrate the store` recognizes only
|
|
95
|
+
`HELP\tME decide`; its topic is the exact original `: migrate the store`.
|
|
96
|
+
The separator is deliberately preserved. Quoted, negated, later-in-sentence,
|
|
97
|
+
partial, and unregistered wording abstains; it belongs to the semantic phase.
|
|
98
|
+
|
|
99
|
+
## Selection, ambiguity, and compounds
|
|
100
|
+
|
|
101
|
+
The LLM host owns semantic selection and genuine consequential ambiguity. It
|
|
102
|
+
consults trigger intent documentation, then chooses one of `select`, `clarify`,
|
|
103
|
+
or `no_match`. A compound request never authorizes implicit chaining:
|
|
104
|
+
|
|
105
|
+
- A direct or phrase selection preserves its entire original remainder as one
|
|
106
|
+
topic without interpreting it as follow-on work.
|
|
107
|
+
- A semantic `select` may mark one original, UTF-8 code-point-aligned trailing
|
|
108
|
+
remainder span `preserve`; it is deferred intent, not a second startup.
|
|
109
|
+
`clarify` is an outcome, never a compound disposition.
|
|
110
|
+
- Independent or consequential compound intent uses the `clarify` outcome when
|
|
111
|
+
one primary capability cannot be named safely.
|
|
112
|
+
|
|
113
|
+
`next_action` informs readiness only after classification and cannot override the message intent. It never classifies a request.
|
|
114
|
+
|
|
115
|
+
## Evaluation and privacy
|
|
116
|
+
|
|
117
|
+
The visible frozen development and adversarial regression data live in
|
|
118
|
+
[`fixtures/routing/hybrid-corpus.yaml`](../../fixtures/routing/hybrid-corpus.yaml).
|
|
119
|
+
They use synthetic or explicitly consented text only and are the sole frozen
|
|
120
|
+
implementation conformance corpus; no sealed holdout, credential, privacy
|
|
121
|
+
approval, or provider-host benchmark is required.
|
|
122
|
+
Retained evaluation evidence contains IDs, partition, outcome, tier,
|
|
123
|
+
capability, timing, and aggregate metrics; private raw request
|
|
124
|
+
text, topic text, receipt questions, and semantic rationale are absent by
|
|
125
|
+
default.
|
|
126
|
+
|
|
127
|
+
The portable host receipt shape has all fields required, using nullable fields
|
|
128
|
+
for outcome-inapplicable values; the bounded host-to-CLI normalization seam first
|
|
129
|
+
validates that unmodified shape, removes only contract-listed nulls, and preserves
|
|
130
|
+
every non-null value unchanged. The CLI schema then separately validates outcome
|
|
131
|
+
relationships, request binding, spans, canonical capabilities, and startup authorization.
|
|
132
|
+
Normalization never authorizes startup or weakens a cross-field rule.
|
|
133
|
+
The evaluator reports separate, run-specific local deterministic and
|
|
134
|
+
receipt-validation p95 values. They prove protocol conformance for this visible
|
|
135
|
+
corpus, not semantic generalization or an end-to-end latency commitment. Semantic
|
|
136
|
+
model quality and latency remain host-dependent and unmeasured; it makes no live
|
|
137
|
+
model calls.
|
|
81
138
|
|
|
82
139
|
## Ownership boundaries
|
|
83
140
|
|
|
84
|
-
-
|
|
85
|
-
and
|
|
86
|
-
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
-
|
|
96
|
-
|
|
141
|
+
- `references/cli/hybrid-route-contract.yaml` owns protocol, outcome vocabulary,
|
|
142
|
+
precedence, span rules, privacy, evaluation gates, and deprecations.
|
|
143
|
+
- `skills/agentera/route-phrases.yaml` owns the deterministic phrase inventory.
|
|
144
|
+
- `references/cli/trigger-schema-enrichment.md` owns semantic trigger intent
|
|
145
|
+
documentation only.
|
|
146
|
+
- `packages/cli/src/eval/hybridRouteEvaluation.ts` evaluates the frozen offline
|
|
147
|
+
conformance corpus; its tests verify the evaluator and protocol structure.
|
|
148
|
+
- `skills/agentera/SKILL.md` remains the thin portable host integration surface.
|
|
149
|
+
|
|
150
|
+
## Maintenance
|
|
151
|
+
|
|
152
|
+
- Maintainer: Agentera CLI maintainers
|
|
153
|
+
- Source checkout root: `.`
|
|
154
|
+
- Working directory: `.`
|
|
155
|
+
- Command: `node packages/cli/dist/bin/agentera.js route evaluate --format json`
|
|
@@ -1,38 +1,31 @@
|
|
|
1
1
|
# Trigger intent documentation contract
|
|
2
2
|
|
|
3
|
-
Authority for
|
|
4
|
-
trigger-schema fields
|
|
5
|
-
|
|
6
|
-
|
|
3
|
+
Authority for semantic-phase trigger intent documentation. This document
|
|
4
|
+
defines the trigger-schema fields a host consults only after the CLI
|
|
5
|
+
deterministically abstains, so it can make a semantic judgment and submit a
|
|
6
|
+
receipt. The fields are documentation, not inputs to a routing engine.
|
|
7
7
|
|
|
8
8
|
- **Authority path:** `references/cli/trigger-schema-enrichment.md`
|
|
9
9
|
- **Schema contract:** `skills/agentera/capability_schema_contract.yaml` (the
|
|
10
10
|
contract loader at `packages/cli/src/registries/capabilityContract.ts` consumes it)
|
|
11
11
|
- **Trigger files:** `skills/agentera/capabilities/<name>/schemas/triggers.yaml`
|
|
12
|
-
- **Scope:**
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
##
|
|
17
|
-
|
|
18
|
-
Decision 76
|
|
19
|
-
|
|
20
|
-
routing
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
The
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
Decision 75's request-vs-state mutual exclusivity is dissolved: request intent
|
|
30
|
-
and state-readiness are both advisory context the LLM consults. Decision 76
|
|
31
|
-
supersedes Decision 75 design choices 2 (request-derived scoring as router), 4
|
|
32
|
-
(mutual exclusivity), and 5 (pure request-derived).
|
|
33
|
-
|
|
34
|
-
Decision 76 records the design choices and rejected alternatives (including the
|
|
35
|
-
tuning-the-engine and reposition-`--route` alternatives that were rejected).
|
|
12
|
+
- **Scope:** The semantic phase of the two-phase route contract. See
|
|
13
|
+
`references/cli/hybrid-route-contract.yaml` for the authoritative precedence,
|
|
14
|
+
abstention, receipt validation, and startup authorization rules.
|
|
15
|
+
|
|
16
|
+
## Current boundary and obsolete layer numbering
|
|
17
|
+
|
|
18
|
+
Earlier Decision 76 material described open-ended routing as Layer 3 and folded
|
|
19
|
+
the former Layer 4 into it. That layer numbering is obsolete; it is not another
|
|
20
|
+
routing model. The hybrid route contract now has one deterministic request phase
|
|
21
|
+
(bare, direct, and curated phrase selection) and one semantic receipt phase.
|
|
22
|
+
|
|
23
|
+
Only a `semantic_required` response may expose these fields to a host. The host
|
|
24
|
+
uses them to choose `select`, `clarify`, or `no_match`, then submits the complete
|
|
25
|
+
receipt. The CLI validates that receipt before authorizing capability startup.
|
|
26
|
+
`priority` and `disambiguates_against` are advisory semantic-judgment context,
|
|
27
|
+
not scoring weights. There is no scoring algorithm, confidence threshold,
|
|
28
|
+
borderline band, or `prime --route` output schema.
|
|
36
29
|
|
|
37
30
|
## 1. Field shape
|
|
38
31
|
|
|
@@ -45,11 +38,11 @@ one capability.
|
|
|
45
38
|
### 1.1 `description`
|
|
46
39
|
|
|
47
40
|
- **Type:** non-empty string (required on every `TRIGGERS` entry).
|
|
48
|
-
- **Meaning:** the
|
|
49
|
-
|
|
50
|
-
the capability
|
|
51
|
-
|
|
52
|
-
|
|
41
|
+
- **Meaning:** the semantic-judgment explanation of this capability's intent.
|
|
42
|
+
After `semantic_required`, the host reads it to decide whether a request fits
|
|
43
|
+
the capability. Prose that names the capability's purpose and request shapes
|
|
44
|
+
reads better than keyword lists; write it for a reader who has never seen the
|
|
45
|
+
capability before.
|
|
53
46
|
- **Validation failure:** a missing, empty, or non-string `description` fails
|
|
54
47
|
validation with an error message naming the offending entry ID.
|
|
55
48
|
|
|
@@ -58,11 +51,11 @@ TRIGGERS:
|
|
|
58
51
|
1:
|
|
59
52
|
id: T2
|
|
60
53
|
description: >-
|
|
61
|
-
Audit
|
|
62
|
-
priority:
|
|
63
|
-
|
|
64
|
-
-
|
|
65
|
-
|
|
54
|
+
Audit local codebase health, architecture, quality, or technical debt.
|
|
55
|
+
priority: high
|
|
56
|
+
disambiguates_against:
|
|
57
|
+
- capability: document
|
|
58
|
+
hint: "audit owns code and architecture health; document owns documentation maintenance"
|
|
66
59
|
```
|
|
67
60
|
|
|
68
61
|
### 1.2 `disambiguates_against`
|
|
@@ -76,11 +69,10 @@ TRIGGERS:
|
|
|
76
69
|
- `hint` — non-empty string distinguishing this trigger's intent from the
|
|
77
70
|
named capability on near-equal requests.
|
|
78
71
|
- **Meaning:** declares which other capabilities this trigger's intent could be
|
|
79
|
-
confused with, with a hint the
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
judgment.
|
|
72
|
+
confused with, with a hint the host consults after `semantic_required`. The
|
|
73
|
+
list is advisory: the host resolves ambiguity and MAY surface the hint when
|
|
74
|
+
asking the user to clarify. The hint supplies the words; the host supplies the
|
|
75
|
+
judgment in a receipt the CLI validates.
|
|
84
76
|
- **Validation failure:** a `capability` value that is not one of the twelve
|
|
85
77
|
canonical IDs, a missing `hint`, an empty `hint`, or an entry that is not a
|
|
86
78
|
mapping fails validation with the offending entry ID and the constraint.
|
|
@@ -98,7 +90,8 @@ disambiguates_against:
|
|
|
98
90
|
- **Type:** string enum `high` | `medium` | `low` (required on every `TRIGGERS`
|
|
99
91
|
entry).
|
|
100
92
|
- **Meaning:** advisory relevance-precedence hint the LLM host reads alongside
|
|
101
|
-
`description` when deciding which capability best fits a
|
|
93
|
+
`description` when deciding which capability best fits a semantically
|
|
94
|
+
abstained request. `high`
|
|
102
95
|
marks a capability that owns the request strongly; `low` marks a capability
|
|
103
96
|
that is a plausible but weaker fit. It is not a scoring weight and feeds no
|
|
104
97
|
weighted-average calculation; the LLM host uses it as one signal among the
|
|
@@ -132,5 +125,23 @@ contract-owned values).
|
|
|
132
125
|
| `description` is a non-empty string on every `TRIGGERS` entry | §1.1 |
|
|
133
126
|
| `disambiguates_against` entries reference a valid capability ID and include a non-empty hint | §1.2 |
|
|
134
127
|
| `priority` is one of `high` / `medium` / `low` on every `TRIGGERS` entry | §1.3 |
|
|
135
|
-
|
|
|
136
|
-
|
|
|
128
|
+
| Trigger fields are semantic-phase documentation; no scoring algorithm, thresholds, borderline band, or `--route` output schema | Current boundary, §1 |
|
|
129
|
+
| Deterministic precedence and validated receipt authorization remain singular | `hybrid-route-contract.yaml` |
|
|
130
|
+
|
|
131
|
+
## 4. Legacy enriched fields
|
|
132
|
+
|
|
133
|
+
`patterns`, `patterns_regex`, `confidence_threshold`, and `borderline_band`
|
|
134
|
+
remain accepted only so inherited enriched trigger files validate and load. They
|
|
135
|
+
are discarded by the loader: the active trigger model does not expose strings,
|
|
136
|
+
`RegExp` objects, scores, thresholds, or bands from them. The capability
|
|
137
|
+
validator validates their compatibility shapes; specifically, it validates the
|
|
138
|
+
numeric fields' integer 0..100 range, while the loader accepts and discards
|
|
139
|
+
their values. Do not add them to new active trigger entries. Their presence
|
|
140
|
+
cannot change a natural-language classification.
|
|
141
|
+
|
|
142
|
+
## Maintenance
|
|
143
|
+
|
|
144
|
+
- Maintainer: Agentera CLI maintainers
|
|
145
|
+
- Source checkout root: `.`
|
|
146
|
+
- Working directory: `.`
|
|
147
|
+
- Command: `node packages/cli/dist/bin/agentera.js check validate capability-contract --format json`
|
|
@@ -3,7 +3,7 @@ status: active_authority
|
|
|
3
3
|
purpose: >-
|
|
4
4
|
Define dual update channels that select which published Agentera line upgrade,
|
|
5
5
|
doctor, and prime resolve: stable tracks the supported 2.x line; development
|
|
6
|
-
tracks 3.x
|
|
6
|
+
tracks 3.x prereleases.
|
|
7
7
|
sources:
|
|
8
8
|
prose:
|
|
9
9
|
- references/cli/vocabulary.md#update-channels
|
|
@@ -45,7 +45,8 @@ channels:
|
|
|
45
45
|
supported 2.x line until you explicitly opt in through npm.
|
|
46
46
|
guide_url: >-
|
|
47
47
|
https://github.com/jgabor/agentera/blob/main/UPGRADE.md#upgrading-v2-to-v3-development-channel-irreversible
|
|
48
|
-
preview_command: npx -y agentera@next upgrade --dry-run
|
|
48
|
+
preview_command: npx -y agentera@next upgrade --channel development --project "$PWD" --dry-run
|
|
49
|
+
apply_command: npx -y agentera@next upgrade --channel development --project "$PWD" --yes
|
|
49
50
|
irreversible_advisory: >-
|
|
50
51
|
Forward migration to the successor line is one-way; return to the prior
|
|
51
52
|
Python support line is permanently unsupported.
|
|
@@ -59,7 +60,7 @@ channels:
|
|
|
59
60
|
development:
|
|
60
61
|
concept: v3_pre_release_line
|
|
61
62
|
definition: >-
|
|
62
|
-
Tracks 3.x
|
|
63
|
+
Tracks 3.x prereleases for early adopters and
|
|
63
64
|
maintainers testing the npm self-contained TypeScript distribution. The
|
|
64
65
|
feat/v3 branch and v3 CLI are npm-only; v2→v3 is a one-way upgrade through
|
|
65
66
|
npx @next, not through uvx or git checkout installs.
|
|
@@ -75,7 +76,8 @@ channels:
|
|
|
75
76
|
The v3 successor line is npm-only; opt in to v2→v3 migration through npx @next.
|
|
76
77
|
guide_url: >-
|
|
77
78
|
https://github.com/jgabor/agentera/blob/main/UPGRADE.md#upgrading-v2-to-v3-development-channel-irreversible
|
|
78
|
-
preview_command: npx -y agentera@next upgrade --dry-run
|
|
79
|
+
preview_command: npx -y agentera@next upgrade --channel development --project "$PWD" --dry-run
|
|
80
|
+
apply_command: npx -y agentera@next upgrade --channel development --project "$PWD" --yes
|
|
79
81
|
irreversible_advisory: >-
|
|
80
82
|
Forward migration to the v3 line is one-way; return to the prior
|
|
81
83
|
Python support line is permanently unsupported.
|
|
@@ -133,7 +135,7 @@ consumers:
|
|
|
133
135
|
- development
|
|
134
136
|
prime:
|
|
135
137
|
owns:
|
|
136
|
-
- channel-aware
|
|
138
|
+
- channel-aware app-home gate command strings.
|
|
137
139
|
may_resolve_channels:
|
|
138
140
|
- stable
|
|
139
141
|
- development
|
|
@@ -14,9 +14,7 @@ authority_order:
|
|
|
14
14
|
- references/artifacts/artifact-registry-interface-model.yaml
|
|
15
15
|
- references/cli/app-lifecycle-vocabulary.yaml
|
|
16
16
|
- references/cli/update-channels.yaml
|
|
17
|
-
- references/cli/bundle-skill-vocabulary.yaml
|
|
18
17
|
- references/cli/capability-instruction-contract.yaml
|
|
19
|
-
- references/cli/routing-execution-vocabulary.yaml
|
|
20
18
|
- skills/agentera/SKILL.md
|
|
21
19
|
- packages/cli/src/capabilities/*/instructions.ts
|
|
22
20
|
- the agentera CLI
|
|
@@ -33,17 +31,17 @@ normalization_rules:
|
|
|
33
31
|
use: single Agentera agent, capabilities (the product word); "skill" and "plugin" survive only as internal transport (the skills/ directory and plugin.json manifests host editors require)
|
|
34
32
|
avoid: '"Agentera skill" or "plugin" as product words; "twelve-skill suite" or "plugin suite" for the capability set.'
|
|
35
33
|
- rule: Agentera is the agent; the host is the harness (Decision 74).
|
|
36
|
-
use: host runtime, harness, host coding agent (
|
|
34
|
+
use: host runtime, harness, host coding agent (OpenCode, Codex, Cursor, Copilot); the CLI owns routing, memory, capability prose, and the worker-spec contract
|
|
37
35
|
avoid: Calling host coding agents peers or extension hosts of Agentera; implying Agentera is a module loaded into the host.
|
|
38
36
|
- rule: /agentera is the main invocation.
|
|
39
37
|
use: /agentera, $agentera for Codex-specific docs
|
|
40
|
-
avoid: /hej
|
|
38
|
+
avoid: /hej.
|
|
41
39
|
- rule: The CLI source and rendered dashboard are different.
|
|
42
40
|
use: agentera prime source data, status dashboard rendered briefing
|
|
43
41
|
avoid: Treating raw CLI labels as the user-facing dashboard.
|
|
44
|
-
- rule: Routine state uses
|
|
45
|
-
use: agentera plan, agentera docs, agentera health
|
|
46
|
-
avoid: agentera
|
|
42
|
+
- rule: Routine state uses the state namespace.
|
|
43
|
+
use: agentera state plan list, agentera state docs list, agentera state health list
|
|
44
|
+
avoid: agentera plan, agentera docs, or agentera health as routine state commands.
|
|
47
45
|
- rule: query is advanced access.
|
|
48
46
|
use: agentera query --list-artifacts, agentera query <artifact>
|
|
49
47
|
avoid: Calling it the normal state interface.
|
|
@@ -74,7 +72,7 @@ plain_language:
|
|
|
74
72
|
avoid: Bare freshness checkpoint
|
|
75
73
|
- use: Agentera app files need repair
|
|
76
74
|
avoid: bundle freshness gap in user-facing diagnostics
|
|
77
|
-
- use: v1
|
|
75
|
+
- use: product-v1 state requires an explicit reset
|
|
78
76
|
avoid: Bare upgrade guard in onboarding or recovery text
|
|
79
77
|
- use: checkpoint commit
|
|
80
78
|
avoid: Bare checkpoint
|
|
@@ -158,7 +156,7 @@ decision_44:
|
|
|
158
156
|
Preserve the Decision 43 English alias set as the binding canonical names for v3 and onward under the single-agent identity (Decision 74): status, vision, discuss, research, plan, build, optimize, audit, document, profile, design, orchestrate. Future capability additions follow the same transfer-friendly English-verb pattern (Decision 70). Per Decisions 70 and 74, the D43 alias set is the binding name set under one agent, one CLI, many capabilities; future renames require a new decision.
|
|
159
157
|
- surface: Legacy Swedish capability names (v2 stable only)
|
|
160
158
|
boundary: >-
|
|
161
|
-
Preserve hej, visionera, resonera, inspirera, planera, realisera, optimera, inspektera, dokumentera, profilera, visualisera, and orkestrera for the v2 stable distribution
|
|
159
|
+
Preserve hej, visionera, resonera, inspirera, planera, realisera, optimera, inspektera, dokumentera, profilera, visualisera, and orkestrera for the v2 stable distribution from main and as historical references in archived plans, decisions, and changelogs. Out of scope for v3 surface per Decisions 70 and 74; the single-agent identity uses English capability names exclusively. Coexistence probe surfaces per-distribution naming divergence.
|
|
162
160
|
- surface: Historical artifacts
|
|
163
161
|
boundary: Do not rewrite old progress, changelog, archived plans, or decisions solely for vocabulary cleanup.
|
|
164
162
|
- surface: Release version
|