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
|
@@ -17,116 +17,21 @@ records:
|
|
|
17
17
|
- id: registry
|
|
18
18
|
path: registry.json
|
|
19
19
|
selector: skills[0].version
|
|
20
|
-
- id:
|
|
21
|
-
path:
|
|
22
|
-
selector: project.version
|
|
23
|
-
- id: copilot-root
|
|
24
|
-
path: plugin.json
|
|
20
|
+
- id: cli-package
|
|
21
|
+
path: packages/cli/package.json
|
|
25
22
|
selector: version
|
|
26
|
-
- id:
|
|
27
|
-
path:
|
|
28
|
-
selector:
|
|
29
|
-
- id:
|
|
30
|
-
path:
|
|
31
|
-
selector: version
|
|
32
|
-
- id: claude-marketplace-metadata
|
|
33
|
-
path: .claude-plugin/marketplace.json
|
|
34
|
-
selector: metadata.version
|
|
35
|
-
- id: claude-marketplace-plugins
|
|
36
|
-
path: .claude-plugin/marketplace.json
|
|
37
|
-
selector: plugins[*].version
|
|
38
|
-
- id: opencode-plugin-marker
|
|
39
|
-
path: .opencode/plugins/agentera.js
|
|
40
|
-
selector: AGENTERA_VERSION
|
|
41
|
-
excluded_runtime_manifests:
|
|
42
|
-
- .opencode/package.json
|
|
43
|
-
runtime_package_manifests:
|
|
44
|
-
manifests:
|
|
45
|
-
- id: copilot-root-manifest
|
|
46
|
-
runtime: copilot
|
|
47
|
-
path: plugin.json
|
|
48
|
-
version_bearing: true
|
|
49
|
-
package_shape: suite-bundle
|
|
50
|
-
- id: copilot-repository-manifest
|
|
51
|
-
runtime: copilot
|
|
52
|
-
path: .github/plugin/plugin.json
|
|
53
|
-
version_bearing: true
|
|
54
|
-
package_shape: suite-bundle
|
|
55
|
-
- id: codex-plugin-manifest
|
|
56
|
-
runtime: codex
|
|
57
|
-
path: .codex-plugin/plugin.json
|
|
58
|
-
version_bearing: true
|
|
59
|
-
package_shape: suite-bundle
|
|
60
|
-
- id: cursor-plugin-manifest
|
|
61
|
-
runtime: cursor
|
|
62
|
-
path: .cursor-plugin/plugin.json
|
|
63
|
-
version_bearing: true
|
|
64
|
-
package_shape: suite-bundle
|
|
65
|
-
- id: claude-marketplace-manifest
|
|
66
|
-
runtime: claude
|
|
67
|
-
path: .claude-plugin/marketplace.json
|
|
68
|
-
version_bearing: true
|
|
69
|
-
package_shape: suite-bundle
|
|
70
|
-
- id: opencode-package-manifest
|
|
71
|
-
runtime: opencode
|
|
72
|
-
path: .opencode/package.json
|
|
73
|
-
version_bearing: false
|
|
74
|
-
package_shape: npm-loadable-plugin
|
|
75
|
-
shared_paths:
|
|
76
|
-
- id: skills
|
|
77
|
-
path: skills
|
|
78
|
-
kind: dir
|
|
79
|
-
- id: scripts
|
|
80
|
-
path: scripts
|
|
81
|
-
kind: dir
|
|
82
|
-
- id: hooks
|
|
83
|
-
path: hooks
|
|
84
|
-
kind: dir
|
|
85
|
-
- id: registry
|
|
86
|
-
path: registry.json
|
|
87
|
-
kind: file
|
|
88
|
-
- id: copilot-root-manifest
|
|
89
|
-
path: plugin.json
|
|
90
|
-
kind: file
|
|
91
|
-
- id: readme
|
|
92
|
-
path: README.md
|
|
93
|
-
kind: file
|
|
94
|
-
- id: upgrade-guide
|
|
95
|
-
path: UPGRADE.md
|
|
96
|
-
kind: file
|
|
97
|
-
shared_paths_policy: validate minimum shared paths separately from full bundle includes
|
|
23
|
+
- id: cli-suite-marker
|
|
24
|
+
path: packages/cli/package.json
|
|
25
|
+
selector: agentera.suiteVersion
|
|
26
|
+
- id: skill-frontmatter
|
|
27
|
+
path: skills/agentera/SKILL.md
|
|
28
|
+
selector: frontmatter.version
|
|
98
29
|
bundle_surfaces:
|
|
99
30
|
directories:
|
|
100
31
|
- id: skills
|
|
101
32
|
path: skills
|
|
102
|
-
- id: scripts
|
|
103
|
-
path: scripts
|
|
104
|
-
- id: hooks
|
|
105
|
-
path: hooks
|
|
106
33
|
- id: references
|
|
107
34
|
path: references
|
|
108
|
-
- id: agents
|
|
109
|
-
path: agents
|
|
110
|
-
- id: agents-plugins
|
|
111
|
-
path: .agents/plugins
|
|
112
|
-
- id: codex-plugin
|
|
113
|
-
path: .codex-plugin
|
|
114
|
-
- id: cursor-plugin
|
|
115
|
-
path: .cursor-plugin
|
|
116
|
-
- id: cursor-agents
|
|
117
|
-
path: .cursor/agents
|
|
118
|
-
- id: claude-plugin
|
|
119
|
-
path: .claude-plugin
|
|
120
|
-
- id: github-hooks
|
|
121
|
-
path: .github/hooks
|
|
122
|
-
- id: github-plugin
|
|
123
|
-
path: .github/plugin
|
|
124
|
-
- id: opencode-commands
|
|
125
|
-
path: .opencode/commands
|
|
126
|
-
- id: opencode-agents
|
|
127
|
-
path: .opencode/agents
|
|
128
|
-
- id: opencode-plugins
|
|
129
|
-
path: .opencode/plugins
|
|
130
35
|
files:
|
|
131
36
|
- id: readme
|
|
132
37
|
path: README.md
|
|
@@ -138,18 +43,21 @@ records:
|
|
|
138
43
|
path: DESIGN.md
|
|
139
44
|
- id: license
|
|
140
45
|
path: LICENSE
|
|
141
|
-
- id: python-project
|
|
142
|
-
path: pyproject.toml
|
|
143
|
-
- id: python-lock
|
|
144
|
-
path: uv.lock
|
|
145
46
|
- id: registry
|
|
146
47
|
path: registry.json
|
|
147
|
-
- id:
|
|
148
|
-
path:
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
48
|
+
- id: routing-evaluation-corpus
|
|
49
|
+
path: fixtures/routing/hybrid-corpus.yaml
|
|
50
|
+
generated_files:
|
|
51
|
+
- id: npx-bundle-marker
|
|
52
|
+
path: .agentera-npx-bundle.json
|
|
53
|
+
format: json
|
|
54
|
+
classification: active
|
|
55
|
+
command_authority_reason: Build-generated JSON marker is parsed and scanned in the extracted package; source inventory classifies its declared producer because no source copy exists.
|
|
56
|
+
- id: extract-corpus-parity
|
|
57
|
+
path: extract-corpus-parity.json
|
|
58
|
+
format: json
|
|
59
|
+
classification: active
|
|
60
|
+
command_authority_reason: Build-generated JSON parity receipt is parsed and scanned in the extracted package; source inventory classifies its declared producer because no source copy exists.
|
|
153
61
|
skip_parts:
|
|
154
62
|
- __pycache__
|
|
155
63
|
- .pytest_cache
|
|
@@ -157,90 +65,427 @@ records:
|
|
|
157
65
|
skip_suffixes:
|
|
158
66
|
- .pyc
|
|
159
67
|
- .pyo
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
68
|
+
bootstrap_command_authority:
|
|
69
|
+
scanned_formats:
|
|
70
|
+
- markdown
|
|
71
|
+
- yaml
|
|
72
|
+
- json
|
|
73
|
+
scalar_classifications:
|
|
74
|
+
- {"path":"skills/agentera/SKILL.md","region":"#frontmatter[\"name\"]","category":"identity_only","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Frontmatter package name only; the exact scalar has no arguments or execution context."}
|
|
75
|
+
- {"path":"skills/agentera/capabilities/build/schemas/validation.yaml","region":"$[\"VALIDATION\"][\"9\"][\"checks\"][1]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"c68a1705cf8b0b5c3db2c04d034b0c00bc02bbe8a8f7f3c803ca49168f0ac2f5","reason":"Negative Build validation oracle forbids the unsupported capability command; it does not direct execution."}
|
|
76
|
+
- {"path":"skills/agentera/capability_schema_contract.yaml","region":"$[\"ROUTE_ALIASES\"][\"cli_boundary\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b770239e121460c3eabcbc6ee7a84cce6a74e90033ec8886422bdc1f88eb8f8f","reason":"Route-boundary prose contrasts slash routing with state-command names; the tokens are interface examples, not run instructions."}
|
|
77
|
+
- {"path":"skills/agentera/protocol.yaml","region":"$[\"meta\"][\"description\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6e102aab7dcc227f13d70a90f76bdc76acb108554dc4ebc8fb65288420d9a24c","reason":"Protocol metadata names the Agentera 2.0 suite; the numeric suffix is descriptive version prose, not a command."}
|
|
78
|
+
- {"path":"references/adapters/package-registry.yaml","region":"$[\"package_order\"][0]","category":"identity_only","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Package-order value is an exact package identifier with no command or arguments."}
|
|
79
|
+
- {"path":"references/adapters/package-registry.yaml","region":"$[\"records\"][0][\"identity\"][\"id\"]","category":"identity_only","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Registry identity ID is a selector value, not an executable command surface."}
|
|
80
|
+
- {"path":"references/adapters/package-registry.yaml","region":"$[\"records\"][0][\"identity\"][\"name\"]","category":"identity_only","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Registry display name identifies the package and carries no execution syntax."}
|
|
81
|
+
- {"path":"references/adapters/runtime-lifecycle-operation-contract.yaml","region":"$[\"ownership\"][\"owner\"]","category":"identity_only","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Lifecycle ownership value names the owning package; it is data, not guidance."}
|
|
82
|
+
- {"path":"references/adapters/runtime-retired-resources.yaml","region":"$[\"resource_vocabulary\"][8][\"identity_evidence\"][1]","category":"other_vocabulary","classification":"bounded_descriptive","normalized_sha256":"1030042b49dbd49d414187669c387f2649f24ba61c27092f9acb4dc9727d8d8c","reason":"Retired-resource evidence records a Codex plugin registration string for detection, not a shell invocation."}
|
|
83
|
+
- {"path":"references/adapters/runtime-retired-resources.yaml","region":"$[\"diagnostic_inventory\"][\"resources\"][3][\"names\"][0]","category":"identity_only","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Diagnostic resource name is an exact filesystem identity label with no arguments."}
|
|
84
|
+
- {"path":"references/adapters/runtime-retired-resources.yaml","region":"$[\"diagnostic_inventory\"][\"resources\"][8][\"names\"][0]","category":"identity_only","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Retired package diagnostic name is matched as data and cannot launch a process."}
|
|
85
|
+
- {"path":"references/adapters/runtime-retired-resources.yaml","region":"$[\"diagnostic_inventory\"][\"resources\"][11][\"contains\"]","category":"other_vocabulary","classification":"bounded_descriptive","normalized_sha256":"20303b56aadb31bc5f8a99bc95c619b64f8bcfbfb39260770b7311688d5cc393","reason":"TOML containment marker is literal plugin-registration evidence, not executable guidance."}
|
|
86
|
+
- {"path":"references/analysis/evidence-tier-authority.yaml","region":"$[\"decision_55_reconciliation\"][\"preserved_intent\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"85a8931f6036657c9b4dc42eb6a19003669a361c43535435e11b8b8fa675d7d3","reason":"Decision 55 history reports adopted and forbidden analytics surfaces; it records prior policy rather than directing execution."}
|
|
87
|
+
- {"path":"references/analysis/evidence-tier-authority.yaml","region":"$[\"decision_55_reconciliation\"][\"non_goal\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0b400c055e29aba9546b90b387b4ab7b5f3ea8986f4d16bca0743f0f7e482b91","reason":"Decision 55 non-goal explicitly forbids two command surfaces and cannot authorize either one."}
|
|
88
|
+
- {"path":"references/artifacts/artifact-registry-interface-model.yaml","region":"$[\"explicit_special_cases\"][3][\"producers\"][0]","category":"other_vocabulary","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Artifact producer value names a registry owner, not a process or command."}
|
|
89
|
+
- {"path":"references/cli/app-lifecycle-vocabulary.yaml","region":"$[\"operation_verbs\"][\"refresh\"][\"scope\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"de5ad9cdcf79bfd202dd418a1d60b80f6cccb18d0a56f01263e80b55e0809e88","reason":"Refresh scope uses an analytics command name only to classify data regeneration outside app lifecycle work."}
|
|
90
|
+
- {"path":"references/cli/vocabulary-index.yaml","region":"$[\"authority_order\"][9]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4f149d7722babdd7a83049fa1b2addae37d7fc2c2aa9f7b97dfbfb9653870c8e","reason":"Authority-order entry is the noun phrase for the CLI source, not an invocation."}
|
|
91
|
+
- {"path":"references/cli/vocabulary-index.yaml","region":"$[\"normalization_rules\"][3][\"use\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"57ea2a563c0def66e513196e63b529ed959ef8ac130964d56969724c47c2431a","reason":"Normalization rule lists slash and Codex aliases as documentation spellings, not commands to execute."}
|
|
92
|
+
- {"path":"references/cli/vocabulary-index.yaml","region":"$[\"normalization_rules\"][4][\"use\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"3952287d877c663f81bf9b143ab1f9cdd77ef13fcb2105334e4b218bf1e20fd9","reason":"Normalization rule distinguishes prime source data from a rendered briefing; it supplies terminology only."}
|
|
93
|
+
- {"path":"references/cli/vocabulary-index.yaml","region":"$[\"normalization_rules\"][5][\"use\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b0a7229782bf4762b4be3f153f2fb31f66a7953b1f9204ec6901c17ec90ef037","reason":"State namespace rule lists preferred command names for documentation normalization, not operator steps."}
|
|
94
|
+
- {"path":"references/cli/vocabulary-index.yaml","region":"$[\"normalization_rules\"][5][\"avoid\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d721796619d05f48a2225c22945d10bc6079c1f3d770f784eb843d9ab025de70","reason":"Avoid-list scalar rejects ambiguous bare state-command spellings and does not authorize them."}
|
|
95
|
+
- {"path":"references/cli/vocabulary-index.yaml","region":"$[\"normalization_rules\"][6][\"use\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"17d0ca027dab761ab65ca3db5f7e71508c3515717757b1f68353f3abb0fb0d4f","reason":"Query normalization entry records legacy interface vocabulary for comparison, not executable recovery guidance."}
|
|
96
|
+
- {"path":"references/cli/vocabulary-index.yaml","region":"$[\"normalization_rules\"][13][\"avoid\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b02b025f6545b2b92fc78a9b168aadca35ef5f2f69f456be7e286b60527a03ee","reason":"Policy avoid-list forbids unsupported policing and capability-command claims; it cannot authorize execution."}
|
|
97
|
+
- {"path":"references/cli/vocabulary.md","region":"line:25","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b14818d25f19615d9646f1897e8cd6712689b9f5629d69af2827977bd3fd7d1d","reason":"Vocabulary authority table maps CLI-visible labels to source ownership; its parenthesized names are not run instructions."}
|
|
98
|
+
- {"path":"references/cli/vocabulary.md","region":"line:54","category":"other_vocabulary","classification":"bounded_descriptive","normalized_sha256":"ab4affe6b551135333549806defc5ea9a582bafac9f4c02ba27a59340551e60b","reason":"Product-surface glossary row names the package and CLI while describing host consumption, without invocation syntax."}
|
|
99
|
+
- {"path":"references/cli/vocabulary.md","region":"line:124","category":"other_vocabulary","classification":"bounded_descriptive","normalized_sha256":"dac87eaa64e4eec16a7180eb7fda3203cb6421f2328bca3066e5ada04169ae5d","reason":"CLI-first state-access term defines an interface principle; the package token is a noun without arguments."}
|
|
100
|
+
- {"path":"references/cli/vocabulary.md","region":"line:129","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"db73dc017747a18ca4ccc60686fa99a3a1d8a6cb15fd2926971db29caaa9e7ef","reason":"Prime glossary row defines the meaning of a command label and explicitly distinguishes it from rendered output."}
|
|
101
|
+
- {"path":"references/cli/vocabulary.md","region":"line:152","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e3d14fa40908fdafd798ed7a994ad5fe559c58f6244c59f099f0f3a076af7df7","reason":"CLI-visible label rule governs test vocabulary preservation; it does not tell a reader to run prime."}
|
|
102
|
+
- {"path":"references/cli/vocabulary.md","region":"line:175","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4510af98702ce98537a33d5c706ae4d51f9fdfb17c73f06240327a76a9ee364c","reason":"Routing vocabulary maps the prime label to status capability identity; the partial syntax is explanatory."}
|
|
103
|
+
- {"path":"references/cli/vocabulary.md","region":"line:351","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"690eb196acf9889ff28be065e556b642444133ce42ea4e80db408bbef21625fa","reason":"Final-check glossary definition names doctor evidence after apply but gives no instruction to invoke it."}
|
|
104
|
+
- {"path":"references/cli/vocabulary.md","region":"line:368","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"31de05f7e8b2c31463cc9948422484c030b13d7163c5a4a6d989b46c4e1c53c8","reason":"Lifecycle prose names upgrade as the sole repair surface; the runnable example is separately canonicalized."}
|
|
105
|
+
- {"path":"references/cli/vocabulary.md","region":"line:526","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"243dce537ee00727689d368ef5b326fa7074b49a677827c2a1ea882c96fd23ce","reason":"Vocabulary table defines a CLI noun phrase and a source-contract label, not an executable interface."}
|
|
106
|
+
- {"path":"README.md","region":"line:26","category":"other_vocabulary","classification":"bounded_descriptive","normalized_sha256":"cc6de25d2bee41c30a1ebc403034acced9bfbed6321821014f8fc9b4a41cdd64","reason":"README parenthetical names the Codex skill alias used to render status; it is not shell syntax."}
|
|
107
|
+
- {"path":"README.md","region":"line:132","category":"other_vocabulary","classification":"bounded_descriptive","normalized_sha256":"9da76d9d65793501e48f531bbf87e349fe40c58f43c476ace66f1eefa6971a5c","reason":"Repository-layout table labels the CLI package and its npm identity without execution context."}
|
|
108
|
+
- {"path":"registry.json","region":"$[\"skills\"][0][\"name\"]","category":"identity_only","classification":"bounded_descriptive","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Published skill manifest name is identity metadata and has no command boundary."}
|
|
109
|
+
- {"path":"CHANGELOG.md","region":"line:21","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2250d45c3e2d385de170b88660823e67b27dd4cf24bb1a2c738e8be376e0a214","reason":"Changelog line:21 records exact release history for that scalar; it does not direct current execution."}
|
|
110
|
+
- {"path":"CHANGELOG.md","region":"line:24","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"630927738e05918052956b6d91455e8067a996310d4745105a43d8bb1c3137ec","reason":"Changelog line:24 records exact release history for that scalar; it does not direct current execution."}
|
|
111
|
+
- {"path":"CHANGELOG.md","region":"line:27","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d1235161543a46a91096732f967d99f93644deeae8b56b3db288c94609858b5f","reason":"Changelog line:27 records exact release history for that scalar; it does not direct current execution."}
|
|
112
|
+
- {"path":"CHANGELOG.md","region":"line:30","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a743788649965894e93946430e49a50837a590f5965e1c545021fc76eacf6895","reason":"Changelog line:30 records exact release history for that scalar; it does not direct current execution."}
|
|
113
|
+
- {"path":"CHANGELOG.md","region":"line:51","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7e758310fcf33ece1b459672683205e69926895c7c941a42f3f1d29f283dd9d4","reason":"Changelog line:51 records exact release history for that scalar; it does not direct current execution."}
|
|
114
|
+
- {"path":"CHANGELOG.md","region":"line:63","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"dc95d72903c07cf056a840935ec96fe0caa194c36b35e2360f42a06ddc2ee4b2","reason":"Changelog line:63 records exact release history for that scalar; it does not direct current execution."}
|
|
115
|
+
- {"path":"CHANGELOG.md","region":"line:64","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"29106b01dc3cb2e6118f6efc9f1dd8ddb61cacc5dc619ccde26c9af769dfe99b","reason":"Changelog line:64 records exact release history for that scalar; it does not direct current execution."}
|
|
116
|
+
- {"path":"CHANGELOG.md","region":"line:65","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ceda3a756542d896b8a3605cc03b016fe4f1a56cc11686ba6db1b48c8734df7b","reason":"Changelog line:65 records exact release history for that scalar; it does not direct current execution."}
|
|
117
|
+
- {"path":"CHANGELOG.md","region":"line:74","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"050631803d234222841d851b676c6000491020930fad2447b1a3eaa431e21290","reason":"Changelog line:74 records exact release history for that scalar; it does not direct current execution."}
|
|
118
|
+
- {"path":"CHANGELOG.md","region":"line:77","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b113aab35673c847eaa74bce43f32b30fe7929035cc73f4f91ca8888821f68bb","reason":"Changelog line:77 records exact release history for that scalar; it does not direct current execution."}
|
|
119
|
+
- {"path":"CHANGELOG.md","region":"line:87","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"96d3c8e8fbcc43bcdc5248ca9980df5f1508c46019a800d818279449a13a82fb","reason":"Changelog line:87 records exact release history for that scalar; it does not direct current execution."}
|
|
120
|
+
- {"path":"CHANGELOG.md","region":"line:133","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"c01327ab63047305ef88dcf00ea180754cd01cb28d1527bbbe2ad5d205c12704","reason":"Changelog line:133 records exact release history for that scalar; it does not direct current execution."}
|
|
121
|
+
- {"path":"CHANGELOG.md","region":"line:137","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"9086eb6f8d1d90b2a4b5da4bf90d541f3288798992e2961e852e6c3384189406","reason":"Changelog line:137 records exact release history for that scalar; it does not direct current execution."}
|
|
122
|
+
- {"path":"CHANGELOG.md","region":"line:138","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"04363471fbf3dbe6bb29d2cfa5fbbc25c06b973e6f105957950974ff9c5f81be","reason":"Changelog line:138 records exact release history for that scalar; it does not direct current execution."}
|
|
123
|
+
- {"path":"CHANGELOG.md","region":"line:170","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7da30a1e06efa386074b418e5d9e935df15398b60c2558c11718c6d7f72453b5","reason":"Changelog line:170 records exact release history for that scalar; it does not direct current execution."}
|
|
124
|
+
- {"path":"CHANGELOG.md","region":"line:180","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"df8119585a79f11d42187fd6f57375401442e761ce94e30dd5a4b280c7a6f9e9","reason":"Changelog line:180 records exact release history for that scalar; it does not direct current execution."}
|
|
125
|
+
- {"path":"CHANGELOG.md","region":"line:188","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0d5ca59bac58c2171d89e48ba4b9068ff7a8681a852272a09b3a4b28c6edf0a0","reason":"Changelog line:188 records exact release history for that scalar; it does not direct current execution."}
|
|
126
|
+
- {"path":"CHANGELOG.md","region":"line:192","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b5dc0e45378318464e595a7ccdbb15acc31ce67a2d55b2a9f8c3f8531c8e6ec7","reason":"Changelog line:192 records exact release history for that scalar; it does not direct current execution."}
|
|
127
|
+
- {"path":"CHANGELOG.md","region":"line:202","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6bb696768a9a650f0b76ddaae20845cd48daef82ea78376b9f408372d252f840","reason":"Changelog line:202 records exact release history for that scalar; it does not direct current execution."}
|
|
128
|
+
- {"path":"CHANGELOG.md","region":"line:208","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e7de09667fd257aa82b8049725e7687fc6f7d97d81b0024b064f4843bd1e8f88","reason":"Changelog line:208 records exact release history for that scalar; it does not direct current execution."}
|
|
129
|
+
- {"path":"CHANGELOG.md","region":"line:210","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7ef64202688c9c22fb2e693838d6d9133aa99869735eb32f00729587b283886d","reason":"Changelog line:210 records exact release history for that scalar; it does not direct current execution."}
|
|
130
|
+
- {"path":"CHANGELOG.md","region":"line:212","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"35f2268ae3281a70b7c584c23e4e57a07fc9ee6625eed48ae252d167e8ba83ea","reason":"Changelog line:212 records exact release history for that scalar; it does not direct current execution."}
|
|
131
|
+
- {"path":"CHANGELOG.md","region":"line:214","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"67d177100a3c9892643202a255523b9a84f57aa4c28b8c5dd21973c13cc06c7d","reason":"Changelog line:214 records exact release history for that scalar; it does not direct current execution."}
|
|
132
|
+
- {"path":"CHANGELOG.md","region":"line:215","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"39f085892a7b3c6e14905d90ab0c3f4cc58c66e0b5ffc2ab6ce0f88e8182cf98","reason":"Changelog line:215 records exact release history for that scalar; it does not direct current execution."}
|
|
133
|
+
- {"path":"CHANGELOG.md","region":"line:219","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6093e60d6c57f5bee694523c7fe380cd6a2ebaaff36d13e7ef153f1439789e99","reason":"Changelog line:219 records exact release history for that scalar; it does not direct current execution."}
|
|
134
|
+
- {"path":"CHANGELOG.md","region":"line:220","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"3dc02d2ca69c6d89705932cf557ffaa2bc089a294b518c0eef1a449dfb3d5173","reason":"Changelog line:220 records exact release history for that scalar; it does not direct current execution."}
|
|
135
|
+
- {"path":"CHANGELOG.md","region":"line:224","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2aac4a56f628aaca71f8003fd0678fed24771a7b10141759f7192808af70215c","reason":"Changelog line:224 records exact release history for that scalar; it does not direct current execution."}
|
|
136
|
+
- {"path":"CHANGELOG.md","region":"line:225","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"873571837ff03601ee6bfbfc9a65e1ff92e60070d1caef03ffe83a8268085aea","reason":"Changelog line:225 records exact release history for that scalar; it does not direct current execution."}
|
|
137
|
+
- {"path":"CHANGELOG.md","region":"line:226","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b46ee694c286a5932ca901e25bd4e639e95fca7c41b8fd8c37bd52c5f8504a68","reason":"Changelog line:226 records exact release history for that scalar; it does not direct current execution."}
|
|
138
|
+
- {"path":"CHANGELOG.md","region":"line:252","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"fc4be38a17eab92be66ac5f7e1b7efd5fe5f7bc78b69f72553f7126d94047c8e","reason":"Changelog line:252 records exact release history for that scalar; it does not direct current execution."}
|
|
139
|
+
- {"path":"CHANGELOG.md","region":"line:254","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0a36c5c0fc2b89c9180061423daa4a07d3ac332fcd23279f9baf9cda8a2f6adf","reason":"Changelog line:254 records exact release history for that scalar; it does not direct current execution."}
|
|
140
|
+
- {"path":"CHANGELOG.md","region":"line:262","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"8e5f072c4568d46e10d35988ee015e77c18f63b1ef0e35eaf9105a7798a6e09b","reason":"Changelog line:262 records exact release history for that scalar; it does not direct current execution."}
|
|
141
|
+
- {"path":"CHANGELOG.md","region":"line:266","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"5f0ed0692a128853c09a7b25b8fe49c76b449a0cb8bf778a13ae49c5ba358d70","reason":"Changelog line:266 records exact release history for that scalar; it does not direct current execution."}
|
|
142
|
+
- {"path":"CHANGELOG.md","region":"line:274","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"17953bf458f6fb57effa97a6533a28259ce4315a41609324b4be15746f52874a","reason":"Changelog line:274 records exact release history for that scalar; it does not direct current execution."}
|
|
143
|
+
- {"path":"CHANGELOG.md","region":"line:278","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"488192144e03b8d2359b24a9448efe139df2db64084f96f13e7e6430be51daee","reason":"Changelog line:278 records exact release history for that scalar; it does not direct current execution."}
|
|
144
|
+
- {"path":"CHANGELOG.md","region":"line:282","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e938c494be60cd385581a5fef12657adc783cff181cf39f6a7edc39193f3b865","reason":"Changelog line:282 records exact release history for that scalar; it does not direct current execution."}
|
|
145
|
+
- {"path":"CHANGELOG.md","region":"line:299","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"15aa027b774437bc8622032515420cc7ede7cbeb1c9276b34af0beb354c63f9f","reason":"Changelog line:299 records exact release history for that scalar; it does not direct current execution."}
|
|
146
|
+
- {"path":"CHANGELOG.md","region":"line:302","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"fe22710d241ca919fa71c5fb93df868f3057ea55555f8b56bfc683ea9afef64a","reason":"Changelog line:302 records exact release history for that scalar; it does not direct current execution."}
|
|
147
|
+
- {"path":"CHANGELOG.md","region":"line:309","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a295187d75825286791f7b3fae79c63fa2b04ca1a79445095aa89b3f830078b6","reason":"Changelog line:309 records exact release history for that scalar; it does not direct current execution."}
|
|
148
|
+
- {"path":"CHANGELOG.md","region":"line:316","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a4c44983f585a0c5e04a3e9211216e9527b384b6486860fd713906dc8a08ebfc","reason":"Changelog line:316 records exact release history for that scalar; it does not direct current execution."}
|
|
149
|
+
- {"path":"CHANGELOG.md","region":"line:317","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1c02cad8bec36f44f68191030f5b5ab9e8428f061895a78dfa78209e915029a5","reason":"Changelog line:317 records exact release history for that scalar; it does not direct current execution."}
|
|
150
|
+
- {"path":"CHANGELOG.md","region":"line:323","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e818b9177e5e2e33c7730264d4feaee54ec38fb8ecd9b9dfd38a8e13ef733c2c","reason":"Changelog line:323 records exact release history for that scalar; it does not direct current execution."}
|
|
151
|
+
- {"path":"CHANGELOG.md","region":"line:324","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"02727f43986dcbccd3c1c28bf5783f8da398cb14621d94fdcd554d7af171fe70","reason":"Changelog line:324 records exact release history for that scalar; it does not direct current execution."}
|
|
152
|
+
- {"path":"CHANGELOG.md","region":"line:329","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"73d92f74369b6dd668aa84314617b45438ab59c2791ba1e18044630c707063ee","reason":"Changelog line:329 records exact release history for that scalar; it does not direct current execution."}
|
|
153
|
+
- {"path":"CHANGELOG.md","region":"line:331","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"df43cf1d875dea7106157abbb0bb0a8178f5fd8e9f3ae4a328d9de84e9aa83c0","reason":"Changelog line:331 records exact release history for that scalar; it does not direct current execution."}
|
|
154
|
+
- {"path":"CHANGELOG.md","region":"line:337","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ab285a52329794ba0fb9c1aaa1ed3d8ccc20f5f35534d4969f5864d5820fb8db","reason":"Changelog line:337 records exact release history for that scalar; it does not direct current execution."}
|
|
155
|
+
- {"path":"CHANGELOG.md","region":"line:338","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"29c9289599a7439152d2360f033e6975d1fff12ef170143e4af35500d2385536","reason":"Changelog line:338 records exact release history for that scalar; it does not direct current execution."}
|
|
156
|
+
- {"path":"CHANGELOG.md","region":"line:344","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"db29be79c0599ef245401ef364157553ecbc5de0e621c6463f65e22b6cd88074","reason":"Changelog line:344 records exact release history for that scalar; it does not direct current execution."}
|
|
157
|
+
- {"path":"CHANGELOG.md","region":"line:346","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"53a63845ee297394d604fda2632c6ff8f989d11a2f4b6a08f649200cc27d6d56","reason":"Changelog line:346 records exact release history for that scalar; it does not direct current execution."}
|
|
158
|
+
- {"path":"CHANGELOG.md","region":"line:356","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"51acb1b950349ebddc025e217f5d2c18390194b090331700b3c68aafed515350","reason":"Changelog line:356 records exact release history for that scalar; it does not direct current execution."}
|
|
159
|
+
- {"path":"CHANGELOG.md","region":"line:357","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"431b7e7491c49a9e37078f21e2367f385e564d81fa8aef6d0ecd76ef3785c9cb","reason":"Changelog line:357 records exact release history for that scalar; it does not direct current execution."}
|
|
160
|
+
- {"path":"CHANGELOG.md","region":"line:358","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d3e7acd5c6c6add69e79ae8ec14055df098468f5e911aa21f3199fee74f9cb34","reason":"Changelog line:358 records exact release history for that scalar; it does not direct current execution."}
|
|
161
|
+
- {"path":"CHANGELOG.md","region":"line:363","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"905558f56c722cd82215409d52bf70806d1be592750508489a20b9d34648fdd0","reason":"Changelog line:363 records exact release history for that scalar; it does not direct current execution."}
|
|
162
|
+
- {"path":"CHANGELOG.md","region":"line:364","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"afca70edee248020c32b2fcbf0d0b511680d994d8c32f08b19f129642ff45bf2","reason":"Changelog line:364 records exact release history for that scalar; it does not direct current execution."}
|
|
163
|
+
- {"path":"CHANGELOG.md","region":"line:370","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"75c13bc218736386cc04ff952ccd05dbc6c828443754dc7833a3e508e2c463cc","reason":"Changelog line:370 records exact release history for that scalar; it does not direct current execution."}
|
|
164
|
+
- {"path":"CHANGELOG.md","region":"line:371","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"459ff2708d311bc9fbaaa6fb575b79e2c37a9e5e2b74de1b4966dddb817ff33e","reason":"Changelog line:371 records exact release history for that scalar; it does not direct current execution."}
|
|
165
|
+
- {"path":"CHANGELOG.md","region":"line:381","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a96dd3429c58e932cc8dabdeb3b468e706a6194fce4fc1a4223564e537925ded","reason":"Changelog line:381 records exact release history for that scalar; it does not direct current execution."}
|
|
166
|
+
- {"path":"CHANGELOG.md","region":"line:387","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0b94031a8ce928ff0f6683e243b63c4c824bda5074be362aae7f8edc7da99944","reason":"Changelog line:387 records exact release history for that scalar; it does not direct current execution."}
|
|
167
|
+
- {"path":"CHANGELOG.md","region":"line:392","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d6421237cd9558d67a891714263826610eef35dcc1ff10a0dc57b920e32b5d7a","reason":"Changelog line:392 records exact release history for that scalar; it does not direct current execution."}
|
|
168
|
+
- {"path":"CHANGELOG.md","region":"line:422","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b79f1983530c32d44b5ffe066120ca61a49aeff084c24ac3c23ff9804b244084","reason":"Changelog line:422 records exact release history for that scalar; it does not direct current execution."}
|
|
169
|
+
- {"path":"CHANGELOG.md","region":"line:425","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2b2bc3ce51212471105df901c8771cb033d64694fb2aef651d01c270497a83da","reason":"Changelog line:425 records exact release history for that scalar; it does not direct current execution."}
|
|
170
|
+
- {"path":"CHANGELOG.md","region":"line:443","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"da8489e2a895b683e9dbd7d64a1d49014933b2fccf6383052ee7e8de24542f2c","reason":"Changelog line:443 records exact release history for that scalar; it does not direct current execution."}
|
|
171
|
+
- {"path":"CHANGELOG.md","region":"line:445","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"9d0f85f145de094192e8b273beb23a7283ee75ddad9c457b9ae89235cff153a1","reason":"Changelog line:445 records exact release history for that scalar; it does not direct current execution."}
|
|
172
|
+
- {"path":"CHANGELOG.md","region":"line:450","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b498e1e57926bf029fa431f522826a0264532e52eff1aa37634fc635b70aebcd","reason":"Changelog line:450 records exact release history for that scalar; it does not direct current execution."}
|
|
173
|
+
- {"path":"CHANGELOG.md","region":"line:458","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"27f4a7bb0420775f944f41ddad0be922fd3865f57fbb5780bc7dc5a6d80cad30","reason":"Changelog line:458 records exact release history for that scalar; it does not direct current execution."}
|
|
174
|
+
- {"path":"CHANGELOG.md","region":"line:462","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"80edcd68cf8a0f2c67b114e54d2840fd8c7dbffbfd69d9717cc305144702a319","reason":"Changelog line:462 records exact release history for that scalar; it does not direct current execution."}
|
|
175
|
+
- {"path":"CHANGELOG.md","region":"line:463","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"32a058aabcfd9ee0aace4813ba444460ede32db74460cde74378528e09795e40","reason":"Changelog line:463 records exact release history for that scalar; it does not direct current execution."}
|
|
176
|
+
- {"path":"CHANGELOG.md","region":"line:464","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"548fd32440fef321cb3a9250d7869a0d0c69c62600411378750b9ffd556b996b","reason":"Changelog line:464 records exact release history for that scalar; it does not direct current execution."}
|
|
177
|
+
- {"path":"CHANGELOG.md","region":"line:467","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e1ad9952e02194a97fc692605d95a68dd5d3ce25e089ab67006a88f33d40e176","reason":"Changelog line:467 records exact release history for that scalar; it does not direct current execution."}
|
|
178
|
+
- {"path":"CHANGELOG.md","region":"line:486","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a2c7c4aafcc8839e7dbdd6d4504ed658852c90b316d5ec7bf424c7491a9df8fb","reason":"Changelog line:486 records exact release history for that scalar; it does not direct current execution."}
|
|
179
|
+
- {"path":"CHANGELOG.md","region":"line:497","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2b11f8d17486fcf18b22602f1dbe568f71aadeae4d4838d2566adc821c71e664","reason":"Changelog line:497 records exact release history for that scalar; it does not direct current execution."}
|
|
180
|
+
- {"path":"CHANGELOG.md","region":"line:515","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"414abf981d94d78a8dd28187f7e0435e20ee79a6fb58f6646878b5fcf2d21cea","reason":"Changelog line:515 records exact release history for that scalar; it does not direct current execution."}
|
|
181
|
+
- {"path":"CHANGELOG.md","region":"line:524","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"aeca1f7f5097e0166086bad69771c682f6ce88d545ef8c904b073152b9679935","reason":"Changelog line:524 records exact release history for that scalar; it does not direct current execution."}
|
|
182
|
+
- {"path":"CHANGELOG.md","region":"line:536","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"faa006fd307a52f0e0b54d0805cbdab5f927e68b066289c7ecd7d74add5b9bb9","reason":"Changelog line:536 records exact release history for that scalar; it does not direct current execution."}
|
|
183
|
+
- {"path":"CHANGELOG.md","region":"line:537","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"8d5f97602651419dbb3a16be9ff8fb6d6d1a873a48d9f87439a03c2ce819d1db","reason":"Changelog line:537 records exact release history for that scalar; it does not direct current execution."}
|
|
184
|
+
- {"path":"CHANGELOG.md","region":"line:551","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"caf5a281584053eb6e9d5529ef08c123b5e1bf9783afb3eba86e8bbf44e1e730","reason":"Changelog line:551 records exact release history for that scalar; it does not direct current execution."}
|
|
185
|
+
- {"path":"CHANGELOG.md","region":"line:552","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a91271ae16cb4e1e77349bb816f7e1bb069049951fd4c5b725d8b107ec18da51","reason":"Changelog line:552 records exact release history for that scalar; it does not direct current execution."}
|
|
186
|
+
- {"path":"CHANGELOG.md","region":"line:557","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4ca2a2d69ed4bac1e5e9809484202b51e8761eed9ce361b7b054162f309b63f7","reason":"Changelog line:557 records exact release history for that scalar; it does not direct current execution."}
|
|
187
|
+
- {"path":"CHANGELOG.md","region":"line:559","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"dbd15430145d78cd5f9457fb362a0dcc04a76fbb21322b6a7fd1ec757d2ef61a","reason":"Changelog line:559 records exact release history for that scalar; it does not direct current execution."}
|
|
188
|
+
- {"path":"CHANGELOG.md","region":"line:563","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2f54f2e9a2572b59f8630f0abbcc633780cbf59d975b4b6a71ff96d93c51b43d","reason":"Changelog line:563 records exact release history for that scalar; it does not direct current execution."}
|
|
189
|
+
- {"path":"CHANGELOG.md","region":"line:564","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7d179cb6e2fb80e9846e1e1d2b68c38d6501be7ec713db277f478948a07d9bdb","reason":"Changelog line:564 records exact release history for that scalar; it does not direct current execution."}
|
|
190
|
+
- {"path":"CHANGELOG.md","region":"line:569","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e59c205b557c39d9aa478284ef4a9fec56794ca1f90d0527f0018adbef3eb254","reason":"Changelog line:569 records exact release history for that scalar; it does not direct current execution."}
|
|
191
|
+
- {"path":"CHANGELOG.md","region":"line:573","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"46de17b557d8e861966bb3c368319b813a5998096bbe64bff571c574da0b08c0","reason":"Changelog line:573 records exact release history for that scalar; it does not direct current execution."}
|
|
192
|
+
- {"path":"CHANGELOG.md","region":"line:585","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ecf04dcff932c45b5e2d5a4fcd3a8b02e945558128e32b641abc244dc916482d","reason":"Changelog line:585 records exact release history for that scalar; it does not direct current execution."}
|
|
193
|
+
- {"path":"CHANGELOG.md","region":"line:605","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ae7d9069525691441b43fdbee8773672fd3e634bdbb13c9ed23e7fb71cbb6f3a","reason":"Changelog line:605 records exact release history for that scalar; it does not direct current execution."}
|
|
194
|
+
- {"path":"CHANGELOG.md","region":"line:609","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"c809433be138d49ccabc951f91e45112802996785bb1ecd9a6d796fd63c9ffa7","reason":"Changelog line:609 records exact release history for that scalar; it does not direct current execution."}
|
|
195
|
+
- {"path":"CHANGELOG.md","region":"line:610","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6073e9289ef99ab4f27efc110537b77ae375f8f21ccde5c80b05f2a6d35b7b0b","reason":"Changelog line:610 records exact release history for that scalar; it does not direct current execution."}
|
|
196
|
+
- {"path":"CHANGELOG.md","region":"line:611","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"21b82519aedc928d98bca21f7630c6ec9407d3076bf19de414cf2eba29ccf2ff","reason":"Changelog line:611 records exact release history for that scalar; it does not direct current execution."}
|
|
197
|
+
- {"path":"CHANGELOG.md","region":"line:616","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ed1d30e3b549157a35da50da38b714e976d4b393701e0706fb28cf1d7e466fe0","reason":"Changelog line:616 records exact release history for that scalar; it does not direct current execution."}
|
|
198
|
+
- {"path":"CHANGELOG.md","region":"line:617","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6c28785c7b4aa1db1a78a50b648197377549602dd79effbf0141b038b3049038","reason":"Changelog line:617 records exact release history for that scalar; it does not direct current execution."}
|
|
199
|
+
- {"path":"CHANGELOG.md","region":"line:618","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"cad277cc53a17fe0b24f3ea20e42b09b00ba2dd16444cd04491fcd1db3e4a7c0","reason":"Changelog line:618 records exact release history for that scalar; it does not direct current execution."}
|
|
200
|
+
- {"path":"CHANGELOG.md","region":"line:619","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"5425eb65cb592aac25aa50e3cbbb3bd49b0f1f879e55382d6797b6692c13a41e","reason":"Changelog line:619 records exact release history for that scalar; it does not direct current execution."}
|
|
201
|
+
- {"path":"CHANGELOG.md","region":"line:620","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0ef078b41964e086872ee9a3253c6e70d59421654e8819341574932bb5452efa","reason":"Changelog line:620 records exact release history for that scalar; it does not direct current execution."}
|
|
202
|
+
- {"path":"CHANGELOG.md","region":"line:622","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"096c8a56d103d2fd04718ee6ff98602fb46095d69e9abc79de5a1f4a5f914587","reason":"Changelog line:622 records exact release history for that scalar; it does not direct current execution."}
|
|
203
|
+
- {"path":"CHANGELOG.md","region":"line:625","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"555e7cd38b31c0a185ce482513efc7287923288fd6dcfd6589b49fcd97672451","reason":"Changelog line:625 records exact release history for that scalar; it does not direct current execution."}
|
|
204
|
+
- {"path":"CHANGELOG.md","region":"line:657","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"f01a43570ece6bdee58ff4232a50205917b2418fe0d6ef91eabbafe9af5bacda","reason":"Changelog line:657 records exact release history for that scalar; it does not direct current execution."}
|
|
205
|
+
- {"path":"CHANGELOG.md","region":"line:658","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"bbe3eff3bec3de74cd5f5d46472f2c11e3eed718cff2add201ef9f185333f2f6","reason":"Changelog line:658 records exact release history for that scalar; it does not direct current execution."}
|
|
206
|
+
- {"path":"CHANGELOG.md","region":"line:660","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2d3c6ac7d432c2aa083997f281fcb7683cfd6f0b71254fa72a626eac459c5f69","reason":"Changelog line:660 records exact release history for that scalar; it does not direct current execution."}
|
|
207
|
+
- {"path":"CHANGELOG.md","region":"line:665","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2f02daac3483802b3e81ca3223f1965d83d2afaf0b60fc42637127b70733a1c7","reason":"Changelog line:665 records exact release history for that scalar; it does not direct current execution."}
|
|
208
|
+
- {"path":"CHANGELOG.md","region":"line:666","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"16a7bf529b15b3a31847f0f0cbc26f9e97c556d5aef23de5e0ed3f751121bc8a","reason":"Changelog line:666 records exact release history for that scalar; it does not direct current execution."}
|
|
209
|
+
- {"path":"CHANGELOG.md","region":"line:667","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"3282dd03aa329d63733e98377f9c813deb8ef42aeed9c77cb4cd7b957144e0cc","reason":"Changelog line:667 records exact release history for that scalar; it does not direct current execution."}
|
|
210
|
+
- {"path":"CHANGELOG.md","region":"line:668","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"22fb3975fd5f782c2af0bfb150dacbdf8df7917a90e4116882891a823612f511","reason":"Changelog line:668 records exact release history for that scalar; it does not direct current execution."}
|
|
211
|
+
- {"path":"CHANGELOG.md","region":"line:669","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b34adc3b75d4bcb0c3ec4e907136939230ab49f1ceebc02940b8e6141f22c112","reason":"Changelog line:669 records exact release history for that scalar; it does not direct current execution."}
|
|
212
|
+
- {"path":"CHANGELOG.md","region":"line:670","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2d28b0ffd235eaf71ea1f9076f7a2c783186cf3cd7389226989fc98470dbc5d2","reason":"Changelog line:670 records exact release history for that scalar; it does not direct current execution."}
|
|
213
|
+
- {"path":"CHANGELOG.md","region":"line:671","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b5caf0d282b7436cdebf0e9bbd4e9399ac7d34c6f210de8aa657ee1ef410708e","reason":"Changelog line:671 records exact release history for that scalar; it does not direct current execution."}
|
|
214
|
+
- {"path":"CHANGELOG.md","region":"line:674","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"74e3be0b918f489413bc95ed75fbe403b91d954c5a9c74d0acd5b13418c36527","reason":"Changelog line:674 records exact release history for that scalar; it does not direct current execution."}
|
|
215
|
+
- {"path":"CHANGELOG.md","region":"line:675","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"69139a0963f7dd750d55f3cedadca1872546d4df4d9613b295542917e1f3cdb2","reason":"Changelog line:675 records exact release history for that scalar; it does not direct current execution."}
|
|
216
|
+
- {"path":"CHANGELOG.md","region":"line:676","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a95ab1163c7d3e8368ae7a762d1f9711aa2229ae22dd401f5d5608cf199cb920","reason":"Changelog line:676 records exact release history for that scalar; it does not direct current execution."}
|
|
217
|
+
- {"path":"CHANGELOG.md","region":"line:677","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e0a8321f50b4bd82241f95a11548ad574120e46c51dc09acfa9f20a65c6a2ed7","reason":"Changelog line:677 records exact release history for that scalar; it does not direct current execution."}
|
|
218
|
+
- {"path":"CHANGELOG.md","region":"line:682","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4986da5c58b9781adc9941ed72bd415b56606872144d70466ba068e05205cc05","reason":"Changelog line:682 records exact release history for that scalar; it does not direct current execution."}
|
|
219
|
+
- {"path":"CHANGELOG.md","region":"line:688","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7f168e53ebbe91507bb8e139937a25d297a69a7f7e7440266f285b0a6b549667","reason":"Changelog line:688 records exact release history for that scalar; it does not direct current execution."}
|
|
220
|
+
- {"path":"CHANGELOG.md","region":"line:689","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"f267d4d5e22facf19564218ed5a95e9923e16a7b6e5568d5456bfbdad570e6ec","reason":"Changelog line:689 records exact release history for that scalar; it does not direct current execution."}
|
|
221
|
+
- {"path":"CHANGELOG.md","region":"line:705","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0968f2b1ea7d11286b5440af53bdb61a50c06e4c9890b3050b03406bcdd9c35a","reason":"Changelog line:705 records exact release history for that scalar; it does not direct current execution."}
|
|
222
|
+
- {"path":"CHANGELOG.md","region":"line:724","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1ef8c1b4961339b268c9f38f35f04927ec4e15eb7542a012e6814ea23c06377b","reason":"Changelog line:724 records exact release history for that scalar; it does not direct current execution."}
|
|
223
|
+
- {"path":"CHANGELOG.md","region":"line:731","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"9a54cf33ae84163abd8585b414d62068feb60e997a99ac96ea7b2fcf899407cd","reason":"Changelog line:731 records exact release history for that scalar; it does not direct current execution."}
|
|
224
|
+
- {"path":"CHANGELOG.md","region":"line:741","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e84b25864e165cab5d6b032cece0b68aca17045fe9d4e49f4c2a463614b2abb1","reason":"Changelog line:741 records exact release history for that scalar; it does not direct current execution."}
|
|
225
|
+
- {"path":"CHANGELOG.md","region":"line:747","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ef66163820d625eb8d779b90551e4e6cc06b5518744936c967fd4e2c598297f2","reason":"Changelog line:747 records exact release history for that scalar; it does not direct current execution."}
|
|
226
|
+
- {"path":"CHANGELOG.md","region":"line:753","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a01668f19d9a3c0e22fb3d0affa2eb4823cf6fd020dffcdcda19e694f99a34ab","reason":"Changelog line:753 records exact release history for that scalar; it does not direct current execution."}
|
|
227
|
+
- {"path":"CHANGELOG.md","region":"line:767","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"02257b11d0f12d87160c922d03a43a3ad71b47328b4cfec8321772a00ab9f0e1","reason":"Changelog line:767 records exact release history for that scalar; it does not direct current execution."}
|
|
228
|
+
- {"path":"CHANGELOG.md","region":"line:782","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"16482064f9ef0dd51f79a3a5fddf7faac1f3e005878a79f84b8241c7b81f99e2","reason":"Changelog line:782 records exact release history for that scalar; it does not direct current execution."}
|
|
229
|
+
- {"path":"CHANGELOG.md","region":"line:785","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1815e861f19557d9ab3569c01c08897fe576c1f75af6dc924553fdf6a905f1f9","reason":"Changelog line:785 records exact release history for that scalar; it does not direct current execution."}
|
|
230
|
+
- {"path":"CHANGELOG.md","region":"line:799","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"30116664823ab35e3d51cc5a285d71dd8132a9cbfbfd5b41d5345028e383b885","reason":"Changelog line:799 records exact release history for that scalar; it does not direct current execution."}
|
|
231
|
+
- {"path":"CHANGELOG.md","region":"line:800","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"071c61668669d48bf922cdb0ae4af90d79b80c9ae15eaa87c4cda42ebc21bcbf","reason":"Changelog line:800 records exact release history for that scalar; it does not direct current execution."}
|
|
232
|
+
- {"path":"CHANGELOG.md","region":"line:805","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"93ac57d769619d9c8c8cd3c251533f1cb189988400d7f1b863e5bb117f5714ae","reason":"Changelog line:805 records exact release history for that scalar; it does not direct current execution."}
|
|
233
|
+
- {"path":"CHANGELOG.md","region":"line:806","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2c11004ecf6fd72878f5f63e48d11253cc56ce1cb664af9bdef7eff6d0d0c917","reason":"Changelog line:806 records exact release history for that scalar; it does not direct current execution."}
|
|
234
|
+
- {"path":"CHANGELOG.md","region":"line:828","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ba19ce6c8550e0e4c72b3b72b28a90a4959774eb9ad569d2dce82c1fb0e78acb","reason":"Changelog line:828 records exact release history for that scalar; it does not direct current execution."}
|
|
235
|
+
- {"path":"CHANGELOG.md","region":"line:829","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"bc5b7df4384245805b40c0e7ceeb6ff233b29f45e918c80c30393166f8cc8fa9","reason":"Changelog line:829 records exact release history for that scalar; it does not direct current execution."}
|
|
236
|
+
- {"path":"CHANGELOG.md","region":"line:834","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7ec3987f6990c4b68c2d2112446be7662b628cd243ecffdb3290c7eba386daad","reason":"Changelog line:834 records exact release history for that scalar; it does not direct current execution."}
|
|
237
|
+
- {"path":"CHANGELOG.md","region":"line:836","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4e340672d35bf580414d9ddd1b8747300204b61f2f6d0e39cbbf11467351db72","reason":"Changelog line:836 records exact release history for that scalar; it does not direct current execution."}
|
|
238
|
+
- {"path":"CHANGELOG.md","region":"line:837","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"83eff78aaa7448828ba03183932befed590bd2746f9e2a2ff95c46e72927fd52","reason":"Changelog line:837 records exact release history for that scalar; it does not direct current execution."}
|
|
239
|
+
- {"path":"CHANGELOG.md","region":"line:838","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b4e5b25810bddd6c181822b08406e1d1e41c05808a271554930e802e2ee4fffd","reason":"Changelog line:838 records exact release history for that scalar; it does not direct current execution."}
|
|
240
|
+
- {"path":"CHANGELOG.md","region":"line:839","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4c59c9febcd1836db2b846ca931564c0b3596adb07c16245ab9ae56a926dc348","reason":"Changelog line:839 records exact release history for that scalar; it does not direct current execution."}
|
|
241
|
+
- {"path":"CHANGELOG.md","region":"line:843","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"51338f660b147e0d406058b387710e4f836a439c27c330390c32e9c40500a6ee","reason":"Changelog line:843 records exact release history for that scalar; it does not direct current execution."}
|
|
242
|
+
- {"path":"CHANGELOG.md","region":"line:848","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1e0ecbffc7397c055247dd7ef0f87868ad25aed2b0b90d7954bdc3dbeecac19c","reason":"Changelog line:848 records exact release history for that scalar; it does not direct current execution."}
|
|
243
|
+
- {"path":"CHANGELOG.md","region":"line:862","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"8f613489432d44a86aa482288830a36eaf8b82e11aa22eeb7e9c694190f28e58","reason":"Changelog line:862 records exact release history for that scalar; it does not direct current execution."}
|
|
244
|
+
- {"path":"CHANGELOG.md","region":"line:868","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"537a366577c8af0ea8c68ab7f254800eba85992fbcecc875dae78b51ebc2ab35","reason":"Changelog line:868 records exact release history for that scalar; it does not direct current execution."}
|
|
245
|
+
- {"path":"CHANGELOG.md","region":"line:897","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"ce476fbddd3071b4a2e4333922743f7d71e806a1c47440b1f7a02d468bc6bf65","reason":"Changelog line:897 records exact release history for that scalar; it does not direct current execution."}
|
|
246
|
+
- {"path":"CHANGELOG.md","region":"line:1011","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"acc0f013a71ee060dcad00fc55b54f82300325278a00193577b58882d872fb10","reason":"Changelog line:1011 records exact release history for that scalar; it does not direct current execution."}
|
|
247
|
+
- {"path":"CHANGELOG.md","region":"line:1058","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"79e767fd2e4baa00cdfc763c6814870dbefe20b6745d181f82bdba5139c0272f","reason":"Changelog line:1058 records exact release history for that scalar; it does not direct current execution."}
|
|
248
|
+
- {"path":"CHANGELOG.md","region":"line:1065","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d57016b29585bb34604fc36cfce740c4e6b83a2c0fa753467730d6840ecebd34","reason":"Changelog line:1065 records exact release history for that scalar; it does not direct current execution."}
|
|
249
|
+
- {"path":"CHANGELOG.md","region":"line:1084","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"42cbb848be0de98624a2d008843e13c40efc7c77a02d7c4f489348d0e73b5b60","reason":"Changelog line:1084 records exact release history for that scalar; it does not direct current execution."}
|
|
250
|
+
- {"path":"CHANGELOG.md","region":"line:150","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"8b012fbbc2511af33d73365a893896571ef9f22fcfc47eb981549ce2a34635aa","reason":"Changelog line:150 records exact release history for that scalar; it does not direct current execution."}
|
|
251
|
+
- {"path":"CHANGELOG.md","region":"line:152","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6d02d187f8e271cc6acc4b6966344a841615326891969dbec67815e40a51fe81","reason":"Changelog line:152 records exact release history for that scalar; it does not direct current execution."}
|
|
252
|
+
- {"path":"CHANGELOG.md","region":"line:154","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a5dd4c79ebfefc03bd1c6e3d159f362fd2c5f584d6ff8de7928edf88414133a9","reason":"Changelog line:154 records exact release history for that scalar; it does not direct current execution."}
|
|
253
|
+
- {"path":"DESIGN.md","region":"line:41","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"650f6966f3048b7a15748d4ff652fff31c696e5c2b29e2268a0d60889251ebf1","reason":"Suite-design authority table names the exact prime context label as a source role; it is vocabulary, not an execution step."}
|
|
254
|
+
- {"path":"DESIGN.md","region":"line:45","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"3b97921346b319c7dd49bccf86df1aca7a6a6abe50fada5678520046587f3b5c","reason":"Suite-design surface prose names the exact state namespace as rendered output vocabulary, not a command to run."}
|
|
255
|
+
- {"path":"DESIGN.md","region":"line:74","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1d3fd878d2c70230967224c7ecbc8a13ae81c1902cc3afa8724d06b0fb11a2ea","reason":"Logo guidance uses the exact lowercase product name as a noun in one descriptive sentence."}
|
|
256
|
+
- {"path":"references/adapters/package-publication.json","region":"$[\"packages\"][\"development\"][\"smoke\"][2]","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"42b8e6943005bb54cd7db0c64d4c40b11ffb222014b622601754ac1d4d0f6310","reason":"Development smoke argv metadata binds the exact candidate version placeholder; this scalar alone is not a shell command."}
|
|
257
|
+
- {"path":"references/adapters/package-publication.json","region":"$[\"packages\"][\"development\"][\"localSmoke\"][0]","category":"identity_only","classification":"exact_exemption","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Development local-smoke argv metadata names the installed binary token; this scalar alone is not executable guidance."}
|
|
258
|
+
- {"path":"references/adapters/package-publication.json","region":"$[\"packages\"][\"stable\"][\"smoke\"][2]","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"42b8e6943005bb54cd7db0c64d4c40b11ffb222014b622601754ac1d4d0f6310","reason":"Stable smoke argv metadata binds the exact shim version placeholder; this scalar alone is not a shell command."}
|
|
259
|
+
- {"path":"references/adapters/package-publication.json","region":"$[\"packages\"][\"stable\"][\"localSmoke\"][0]","category":"identity_only","classification":"exact_exemption","normalized_sha256":"d94efe66795f3ab7f3e26cf770f9c8018e55bd85ca967e180dc9c797c82fb846","reason":"Stable local-smoke argv metadata names the installed shim binary token; this scalar alone is not executable guidance."}
|
|
260
|
+
- {"path":"references/artifacts/state-storage-authority.yaml","region":"$[\"historical_retrieval_evidence\"][\"gap_closure_evidence\"][0][\"surface\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"822be0a9ecfd79c034fd4d698812e000d134e1867d671f4f60005df48b437d79","reason":"Historical retrieval evidence names the former plan projection surface for an exact closed gap."}
|
|
261
|
+
- {"path":"references/artifacts/state-storage-authority.yaml","region":"$[\"historical_retrieval_evidence\"][\"gap_closure_evidence\"][1][\"surface\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e4792dda3b82cbe556ba704f7fa061aeece04d9058afcefaaeb07c4f5acd4a4a","reason":"Historical retrieval evidence names the former plan archive-path projection for an exact closed gap."}
|
|
262
|
+
- {"path":"references/artifacts/state-storage-authority.yaml","region":"$[\"historical_retrieval_evidence\"][\"gap_closure_evidence\"][2][\"surface\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b07db85d726220fcff258e8a69d8581461e2c97d0f2eb868fa692ddc25847b64","reason":"Historical retrieval evidence names the former plan text task projection for an exact closed gap."}
|
|
263
|
+
- {"path":"references/artifacts/state-storage-authority.yaml","region":"$[\"historical_retrieval_evidence\"][\"gap_closure_evidence\"][3][\"surface\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"10c00dedd625605826a1adcb454da0383db0aaa038532a298830422b8c8f7f5f","reason":"Historical retrieval evidence names the former structured plan task projection for an exact closed gap."}
|
|
264
|
+
- {"path":"references/artifacts/state-storage-authority.yaml","region":"$[\"historical_retrieval_evidence\"][\"gap_closure_evidence\"][4][\"surface\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1bf6b3bd0d67969a724edb2921904a11518472768bc5500535f1aa71f3bced8f","reason":"Historical retrieval evidence names the retired experiment projection for an exact closed gap."}
|
|
265
|
+
- {"path":"references/artifacts/state-storage-authority.yaml","region":"$[\"api\"][\"namespace\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0f43744ab5df1ad674e8d2e84ff8a8e6d589ac810537500b6ed58656958f0e66","reason":"API vocabulary defines the exact state namespace label without an operation or execution context."}
|
|
266
|
+
- {"path":"references/artifacts/state-storage-authority.yaml","region":"$[\"api\"][\"artifact_syntax\"]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d24a6807de2263c7c6cfadbfa9f4f34327975d7a76054eaebc584774101a2f63","reason":"API vocabulary defines the exact artifact selector syntax as a grammar label, not runnable guidance."}
|
|
267
|
+
- {"path":"references/cli/update-channels.yaml","region":"$[\"channels\"][\"stable\"][\"resolution\"][\"npm\"][\"update_command\"]","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"d727ca1b1d610b2b6a3912aeb1696da0cce7ec98fdb537bd6ed40647b47f3169","reason":"Stable-channel resolver metadata stores the exact npm package prefix consumed as structured data."}
|
|
268
|
+
- {"path":"references/cli/update-channels.yaml","region":"$[\"channels\"][\"stable\"][\"resolution\"][\"git\"][\"update_command\"]","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"f04157f879236e341352a572ccc2b7d6e20a41f3152306fbcc6f4be3ff069e51","reason":"Stable-channel resolver metadata stores the exact uvx argv source as one structured scalar."}
|
|
269
|
+
- {"path":"references/cli/update-channels.yaml","region":"$[\"channels\"][\"development\"][\"resolution\"][\"npm\"][\"update_command\"]","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"6014cb13fa18e26c1e356cfd73db98be5a60039955eb5c857a5e05b3b18b62a3","reason":"Development-channel resolver metadata stores the exact npm package prefix consumed as structured data."}
|
|
270
|
+
emitted_producers:
|
|
271
|
+
- path: packages/cli/src/capabilities/index.ts
|
|
272
|
+
reason: Complete capability bodies and startup commands pass through the shared pre-cutover constructors and source/package output scans.
|
|
273
|
+
- path: packages/cli/src/cli/prime-blob.ts
|
|
274
|
+
reason: Complete static prime guidance passes through the shared instruction-body constructor and source/package output scans.
|
|
275
|
+
- path: packages/cli/src/cli/help.ts
|
|
276
|
+
reason: Help examples pass through the shared command constructor and complete help outputs are source/package scanned.
|
|
277
|
+
- path: packages/cli/src/cli/migrationRequired.ts
|
|
278
|
+
reason: Machine recovery fields construct executable guidance only through preCutoverCommand.
|
|
279
|
+
- path: packages/cli/src/cli/orientation.ts
|
|
280
|
+
reason: Machine orientation fields construct executable guidance only through preCutoverCommand.
|
|
281
|
+
- path: packages/cli/src/cli/planLifecycleState.ts
|
|
282
|
+
reason: Machine lifecycle fields construct executable guidance only through preCutoverCommand.
|
|
283
|
+
- path: packages/cli/src/cli/stateQuery.ts
|
|
284
|
+
reason: Machine query recovery prose constructs executable guidance only through preCutoverCommand.
|
|
285
|
+
- path: packages/cli/src/cli/todoReadinessSelection.ts
|
|
286
|
+
reason: Machine TODO retrieval fields construct executable guidance only through preCutoverCommand.
|
|
287
|
+
- path: packages/cli/src/registries/hybridRouteReceipt.ts
|
|
288
|
+
reason: Route receipt startup authority constructs executable guidance only through preCutoverCommand and has behavioral output checks.
|
|
289
|
+
- path: packages/cli/src/cli/capabilityContext/benchmark.ts
|
|
290
|
+
reason: Capability benchmark fields construct executable guidance only through preCutoverCommand.
|
|
291
|
+
- path: packages/cli/src/cli/capabilityContext/build.ts
|
|
292
|
+
reason: Build context fields construct executable guidance only through preCutoverCommand.
|
|
293
|
+
- path: packages/cli/src/cli/capabilityContext/closeout.ts
|
|
294
|
+
reason: Closeout context fields construct executable guidance only through preCutoverCommand.
|
|
295
|
+
- path: packages/cli/src/cli/capabilityContext/contract.ts
|
|
296
|
+
reason: Capability contract fields construct executable guidance only through preCutoverCommand.
|
|
297
|
+
- path: packages/cli/src/cli/capabilityContext/evidence.ts
|
|
298
|
+
reason: Evidence context fields construct executable guidance only through preCutoverCommand.
|
|
299
|
+
- path: packages/cli/src/cli/capabilityContext/orchestration.ts
|
|
300
|
+
reason: Orchestration context fields construct executable guidance only through preCutoverCommand.
|
|
301
|
+
- path: packages/cli/src/cli/capabilityContext/shared.ts
|
|
302
|
+
reason: Shared capability fields construct executable guidance only through preCutoverCommand.
|
|
303
|
+
- path: packages/cli/src/cli/capabilityContext/types.ts
|
|
304
|
+
reason: Typed fallback defaults construct executable guidance only through preCutoverCommand.
|
|
305
|
+
- path: packages/cli/src/cli/capabilityContext/startupAggregation.ts
|
|
306
|
+
reason: Startup availability and discovery fields construct executable guidance only through preCutoverCommand and have aggregate output checks.
|
|
307
|
+
- path: packages/cli/src/cli/commands/capability.ts
|
|
308
|
+
reason: Capability command recovery fields construct executable guidance only through preCutoverCommand.
|
|
309
|
+
- path: packages/cli/src/cli/commands/prime.ts
|
|
310
|
+
reason: Prime command diagnostics construct executable guidance only through preCutoverCommand and have source/package output checks.
|
|
311
|
+
- path: packages/cli/src/cli/commands/query.ts
|
|
312
|
+
reason: Query command fields construct executable guidance only through preCutoverCommand.
|
|
313
|
+
- path: packages/cli/src/cli/commands/route.ts
|
|
314
|
+
reason: Route command diagnostics construct executable guidance only through preCutoverCommand and have behavioral output checks.
|
|
315
|
+
- path: packages/cli/src/cli/dispatch/index.ts
|
|
316
|
+
reason: Dispatcher recovery output constructs executable guidance only through preCutoverCommand.
|
|
317
|
+
- path: packages/cli/src/cli/dispatch/lifecycle.ts
|
|
318
|
+
reason: Lifecycle recovery output constructs executable guidance only through preCutoverCommand.
|
|
319
|
+
- path: packages/cli/src/cli/commands/prime/orientationOutput.ts
|
|
320
|
+
reason: Orientation output fields construct executable guidance only through preCutoverCommand.
|
|
321
|
+
- path: packages/cli/src/cli/commands/prime/collectEntityOrientation.ts
|
|
322
|
+
reason: Entity orientation output fields construct executable guidance only through preCutoverCommand.
|
|
323
|
+
- path: packages/cli/src/cli/commands/prime/buildExecutionRequest.ts
|
|
324
|
+
reason: Build request diagnostics construct executable guidance only through preCutoverCommand.
|
|
325
|
+
- path: packages/cli/src/cli/commands/prime/briefOrientation.ts
|
|
326
|
+
reason: Brief orientation fields construct executable guidance only through preCutoverCommand.
|
|
327
|
+
- path: packages/cli/src/cli/commands/doctor.ts
|
|
328
|
+
reason: Doctor project-state signals publish bounded reconciliation preview and apply guidance.
|
|
329
|
+
- path: packages/cli/src/bin/agentera.ts
|
|
330
|
+
reason: The executable entry point publishes dispatcher output that transitively contains guarded command guidance.
|
|
331
|
+
- path: packages/cli/src/cli/capabilityContext.ts
|
|
332
|
+
reason: The capability-context facade re-exports guarded context producers.
|
|
333
|
+
- path: packages/cli/src/cli/capabilityContext/bespoke.ts
|
|
334
|
+
reason: Bespoke capability contexts transitively publish guarded command fields.
|
|
335
|
+
- path: packages/cli/src/cli/capabilityContext/index.ts
|
|
336
|
+
reason: The capability-context index re-exports guarded context producers.
|
|
337
|
+
- path: packages/cli/src/cli/capabilityContext/startup.ts
|
|
338
|
+
reason: Startup context assembly transitively publishes guarded command fields.
|
|
339
|
+
- path: packages/cli/src/cli/commands/prime/collectOrientationState.ts
|
|
340
|
+
reason: Orientation state assembly transitively publishes guarded command fields.
|
|
341
|
+
- path: packages/cli/src/cli/commands/schema.ts
|
|
342
|
+
reason: Schema output transitively publishes guarded writer command guidance.
|
|
343
|
+
- path: packages/cli/src/cli/commands/state/docs.ts
|
|
344
|
+
reason: Docs-state output transitively publishes guarded command guidance.
|
|
345
|
+
- path: packages/cli/src/cli/commands/state/get.ts
|
|
346
|
+
reason: Exact-get output transitively publishes guarded retrieval guidance.
|
|
347
|
+
- path: packages/cli/src/cli/commands/state/index.ts
|
|
348
|
+
reason: The state command index re-exports guarded state producers.
|
|
349
|
+
- path: packages/cli/src/cli/commands/state/list.ts
|
|
350
|
+
reason: List output transitively publishes guarded retrieval guidance.
|
|
351
|
+
- path: packages/cli/src/cli/commands/state/todo.ts
|
|
352
|
+
reason: TODO output transitively publishes guarded retrieval guidance.
|
|
353
|
+
- path: packages/cli/src/cli/commands/upgrade.ts
|
|
354
|
+
reason: Upgrade output transitively publishes guarded recovery guidance.
|
|
355
|
+
- path: packages/cli/src/cli/commands/upgradeVerify.ts
|
|
356
|
+
reason: Upgrade verification output transitively publishes guarded recovery guidance.
|
|
357
|
+
- path: packages/cli/src/cli/commands/verify.ts
|
|
358
|
+
reason: Verification output transitively publishes guarded command guidance.
|
|
359
|
+
- path: packages/cli/src/cli/dispatch.ts
|
|
360
|
+
reason: The dispatcher facade re-exports guarded output producers.
|
|
361
|
+
- path: packages/cli/src/cli/dispatch/check.ts
|
|
362
|
+
reason: Check dispatch publishes guarded validation and recovery output.
|
|
363
|
+
- path: packages/cli/src/cli/dispatch/prime.ts
|
|
364
|
+
reason: Prime dispatch publishes guarded startup output.
|
|
365
|
+
- path: packages/cli/src/cli/dispatch/state.ts
|
|
366
|
+
reason: State dispatch publishes guarded state output.
|
|
367
|
+
- path: packages/cli/src/eval/hybridRouteEvaluation.ts
|
|
368
|
+
reason: Routing evaluation transitively publishes guarded startup provenance.
|
|
369
|
+
- path: packages/cli/src/state/todoDocsEntities.ts
|
|
370
|
+
reason: TODO reconciliation output transitively publishes guarded retrieval guidance.
|
|
371
|
+
- path: packages/cli/src/state/todoReconciliationInspection.ts
|
|
372
|
+
reason: TODO reconciliation inspection publishes bounded preview and effect-bound apply guidance.
|
|
373
|
+
constructor_non_producers:
|
|
374
|
+
- path: packages/cli/src/validate/activationConjunction.ts
|
|
375
|
+
reason: Consumes contract-owned runnable corrections without constructing command guidance in source.
|
|
376
|
+
- path: packages/cli/src/cli/capabilityContext/planState.ts
|
|
377
|
+
reason: Imports constructor-closure modules for internal plan state, but does not publish command guidance.
|
|
378
|
+
- path: packages/cli/src/cli/capabilityContext/progress.ts
|
|
379
|
+
reason: Imports constructor-closure modules for internal progress state, but does not publish command guidance.
|
|
380
|
+
- path: packages/cli/src/cli/capabilityContext/slim.ts
|
|
381
|
+
reason: Imports constructor-closure modules for bounded context shaping, but does not publish command guidance.
|
|
382
|
+
- path: packages/cli/src/cli/commands/durability.ts
|
|
383
|
+
reason: Imports constructor-closure command modules for dispatch, but does not construct command guidance.
|
|
384
|
+
- path: packages/cli/src/cli/commands/glossaryAdvice.ts
|
|
385
|
+
reason: Imports constructor-closure command modules for glossary advice, but does not construct command guidance.
|
|
386
|
+
- path: packages/cli/src/cli/commands/prime/v1Migration.ts
|
|
387
|
+
reason: Imports constructor-closure migration modules for compatibility state, but does not construct command guidance.
|
|
388
|
+
- path: packages/cli/src/cli/commands/profileGrounding.ts
|
|
389
|
+
reason: Imports constructor-closure command modules for profile output, but does not construct command guidance.
|
|
390
|
+
- path: packages/cli/src/cli/commands/state/decisions.ts
|
|
391
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
392
|
+
- path: packages/cli/src/cli/commands/state/experimentRecords.ts
|
|
393
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
394
|
+
- path: packages/cli/src/cli/commands/state/experiments.ts
|
|
395
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
396
|
+
- path: packages/cli/src/cli/commands/state/health.ts
|
|
397
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
398
|
+
- path: packages/cli/src/cli/commands/state/objective.ts
|
|
399
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
400
|
+
- path: packages/cli/src/cli/commands/state/plan.ts
|
|
401
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
402
|
+
- path: packages/cli/src/cli/commands/state/plans.ts
|
|
403
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
404
|
+
- path: packages/cli/src/cli/commands/state/planTasks.ts
|
|
405
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
406
|
+
- path: packages/cli/src/cli/commands/state/progress.ts
|
|
407
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
408
|
+
- path: packages/cli/src/cli/commands/state/write.ts
|
|
409
|
+
reason: Imports the guarded state-command closure for mutation dispatch only; command guidance is owned downstream.
|
|
410
|
+
- path: packages/cli/src/cli/commands/validate.ts
|
|
411
|
+
reason: Imports constructor-closure command modules for validation dispatch, but does not construct command guidance.
|
|
412
|
+
- path: packages/cli/src/cli/contracts/orientationState.ts
|
|
413
|
+
reason: Imports constructor-closure types and state for contracts only, but does not publish command guidance.
|
|
414
|
+
- path: packages/cli/src/cli/dispatch/commands.ts
|
|
415
|
+
reason: Imports constructor-closure dispatch modules for command routing, but does not construct command guidance.
|
|
416
|
+
- path: packages/cli/src/cli/orientation/attention.ts
|
|
417
|
+
reason: Imports constructor-closure orientation state for attention selection, but does not construct command guidance.
|
|
418
|
+
- path: packages/cli/src/cli/planArtifacts.ts
|
|
419
|
+
reason: Imports constructor-closure plan state for artifact projection, but does not construct command guidance.
|
|
420
|
+
- path: packages/cli/src/cli/planEvidence.ts
|
|
421
|
+
reason: Imports constructor-closure plan state for evidence projection, but does not construct command guidance.
|
|
422
|
+
- path: packages/cli/src/cli/profileAcquisition.ts
|
|
423
|
+
reason: Imports constructor-closure profile state for acquisition, but does not construct command guidance.
|
|
424
|
+
- path: packages/cli/src/cli/startupCompletenessContract.ts
|
|
425
|
+
reason: Imports constructor-closure startup state for completeness checks, but does not construct command guidance.
|
|
426
|
+
- path: packages/cli/src/migrate/v2HandoffManifest.ts
|
|
427
|
+
reason: Imports constructor-closure migration state for manifest validation, but does not construct command guidance.
|
|
428
|
+
- path: packages/cli/src/state/decisionEntities.ts
|
|
429
|
+
reason: Imports constructor-closure state modules for entity persistence, but does not construct command guidance.
|
|
430
|
+
- path: packages/cli/src/state/decisionRevisionMigration.ts
|
|
431
|
+
reason: Imports constructor-closure state modules for revision migration, but does not construct command guidance.
|
|
432
|
+
- path: packages/cli/src/state/directRetrieval.ts
|
|
433
|
+
reason: Imports constructor-closure retrieval modules for execution, but does not construct command guidance.
|
|
434
|
+
- path: packages/cli/src/state/entityCutover.ts
|
|
435
|
+
reason: Imports constructor-closure state modules for cutover, but does not construct command guidance.
|
|
436
|
+
- path: packages/cli/src/state/entityCutoverGit.ts
|
|
437
|
+
reason: Imports constructor-closure state modules for Git checks, but does not construct command guidance.
|
|
438
|
+
- path: packages/cli/src/state/entityListProjection.ts
|
|
439
|
+
reason: Imports constructor-closure retrieval modules for projection, but does not construct command guidance.
|
|
440
|
+
- path: packages/cli/src/state/entityMigrationPreview.ts
|
|
441
|
+
reason: Imports constructor-closure migration modules for preview, but does not construct command guidance.
|
|
442
|
+
- path: packages/cli/src/state/healthEntities.ts
|
|
443
|
+
reason: Imports constructor-closure state modules for entity persistence, but does not construct command guidance.
|
|
444
|
+
- path: packages/cli/src/state/listRetrieval.ts
|
|
445
|
+
reason: Imports constructor-closure retrieval modules for execution, but does not construct command guidance.
|
|
446
|
+
- path: packages/cli/src/state/objectiveExperimentEntities.ts
|
|
447
|
+
reason: Imports constructor-closure state modules for entity persistence, but does not construct command guidance.
|
|
448
|
+
- path: packages/cli/src/state/planEntities.ts
|
|
449
|
+
reason: Imports constructor-closure state modules for entity persistence, but does not construct command guidance.
|
|
450
|
+
- path: packages/cli/src/state/planRetrieval.ts
|
|
451
|
+
reason: Imports constructor-closure retrieval modules for execution, but does not construct command guidance.
|
|
452
|
+
- path: packages/cli/src/state/planTaskRetrieval.ts
|
|
453
|
+
reason: Imports constructor-closure retrieval modules for execution, but does not construct command guidance.
|
|
454
|
+
- path: packages/cli/src/state/progressEntities.ts
|
|
455
|
+
reason: Imports constructor-closure state modules for entity persistence, but does not construct command guidance.
|
|
456
|
+
- path: packages/cli/src/state/write/experimentPublication.ts
|
|
457
|
+
reason: Imports constructor-closure state modules for publication, but does not construct command guidance.
|
|
458
|
+
- path: packages/cli/src/state/write/index.ts
|
|
459
|
+
reason: Imports constructor-closure state modules for writer dispatch, but does not construct command guidance.
|
|
460
|
+
- path: packages/cli/src/state/write/transaction.ts
|
|
461
|
+
reason: Imports constructor-closure state modules for atomic writes, but does not construct command guidance.
|
|
462
|
+
- path: packages/cli/src/upgrade/appContentRefresh.ts
|
|
463
|
+
reason: Imports constructor-closure upgrade modules for app refresh, but does not construct command guidance.
|
|
464
|
+
- path: packages/cli/src/upgrade/installedHooksRetirement.ts
|
|
465
|
+
reason: Imports constructor-closure upgrade modules for retired-hook handling, but does not construct command guidance.
|
|
466
|
+
- path: packages/cli/src/upgrade/legacyAgentCleanup.ts
|
|
467
|
+
reason: Imports constructor-closure upgrade modules for legacy cleanup, but does not construct command guidance.
|
|
468
|
+
- path: packages/cli/src/upgrade/migrateArtifactsV2ToV3.ts
|
|
469
|
+
reason: Imports constructor-closure upgrade modules for artifact migration, but does not construct command guidance.
|
|
470
|
+
- path: packages/cli/src/upgrade/migrationPublication.ts
|
|
471
|
+
reason: Imports constructor-closure upgrade modules for migration publication, but does not construct command guidance.
|
|
472
|
+
- path: packages/cli/src/upgrade/projectIntegration.ts
|
|
473
|
+
reason: Imports constructor-closure upgrade modules for project integration, but does not construct command guidance.
|
|
474
|
+
- path: packages/cli/src/upgrade/runtimeMigration.ts
|
|
475
|
+
reason: Imports constructor-closure upgrade modules for runtime migration, but does not construct command guidance.
|
|
476
|
+
- path: packages/cli/src/upgrade/upgradeOrchestrator.ts
|
|
477
|
+
reason: Imports constructor-closure upgrade modules for orchestration, but does not construct command guidance.
|
|
478
|
+
- path: packages/cli/src/upgrade/v3CapabilitySurface.ts
|
|
479
|
+
reason: Imports constructor-closure upgrade modules for capability migration, but does not construct command guidance.
|
|
224
480
|
docs_targets:
|
|
225
481
|
version_files_source: .agentera/docs.yaml conventions.version_files
|
|
226
482
|
version_files:
|
|
227
|
-
-
|
|
228
|
-
- uv.lock
|
|
229
|
-
- plugin.json
|
|
230
|
-
- .github/plugin/plugin.json
|
|
231
|
-
- .codex-plugin/plugin.json
|
|
232
|
-
- .cursor-plugin/plugin.json
|
|
233
|
-
- .claude-plugin/marketplace.json
|
|
234
|
-
- .opencode/plugins/agentera.js
|
|
483
|
+
- packages/cli/package.json
|
|
235
484
|
- skills/agentera/SKILL.md
|
|
236
|
-
- skills/hej/SKILL.md
|
|
237
485
|
- registry.json
|
|
238
486
|
index_targets:
|
|
239
487
|
- references/adapters/package-surface-characterization.md
|
|
240
|
-
- references/adapters/package-manifest-interface-model.yaml
|
|
241
488
|
- references/adapters/package-registry.yaml
|
|
242
|
-
excluded_version_files:
|
|
243
|
-
- .opencode/package.json
|
|
244
489
|
release_policy:
|
|
245
490
|
semver_policy_source: .agentera/docs.yaml conventions.semver_policy
|
|
246
491
|
version_bump_required_for_interface_only_change: false
|