agentera 3.0.0-dev.8 → 3.0.0-dev.80
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +201 -0
- package/README.md +252 -22
- package/bundle/.agentera-build-source.json +8 -0
- package/bundle/CHANGELOG.md +1387 -0
- package/bundle/DESIGN.md +229 -0
- package/bundle/LICENSE +201 -0
- package/bundle/README.md +143 -0
- package/bundle/UPGRADE.md +271 -0
- package/bundle/extract-corpus-parity.json +2 -4
- package/bundle/fixtures/routing/hybrid-corpus.yaml +154 -0
- package/bundle/references/adapters/package-publication.json +484 -0
- package/bundle/references/adapters/package-registry.yaml +443 -188
- package/bundle/references/adapters/package-surface-characterization.md +68 -34
- package/bundle/references/adapters/product-v1-reset.yaml +101 -0
- package/bundle/references/adapters/runtime-lifecycle-adapters.yaml +74 -0
- package/bundle/references/adapters/runtime-lifecycle-authority.yaml +62 -0
- package/bundle/references/adapters/runtime-lifecycle-operation-contract.yaml +84 -0
- package/bundle/references/adapters/runtime-retired-resources.yaml +333 -0
- package/bundle/references/analysis/evidence-tier-authority.yaml +559 -0
- package/bundle/references/analysis/personal-glossary-evaluation-authority.yaml +175 -0
- package/bundle/references/analysis/personal-glossary-evaluation-corpus.yaml +291 -0
- package/bundle/references/analysis/personal-glossary-holdout.yaml +192 -0
- package/bundle/references/analysis/verification-policy.yaml +261 -0
- package/bundle/references/artifacts/artifact-registry-interface-model.yaml +17 -8
- package/bundle/references/artifacts/glossary-entry-contract.yaml +2906 -0
- package/bundle/references/artifacts/state-storage-authority.yaml +3065 -0
- package/bundle/references/artifacts/verbosity-budget-authority.yaml +42 -0
- package/bundle/references/cli/app-lifecycle-vocabulary.yaml +3 -4
- package/bundle/references/cli/capability-instruction-contract.yaml +11 -14
- package/bundle/references/cli/hybrid-route-contract.yaml +438 -0
- package/bundle/references/cli/routing-model.md +152 -93
- package/bundle/references/cli/trigger-schema-enrichment.md +57 -46
- package/bundle/references/cli/update-channels.yaml +7 -5
- package/bundle/references/cli/vocabulary-index.yaml +7 -9
- package/bundle/references/cli/vocabulary.md +54 -97
- package/bundle/references/meta/retained-reference-authority.yaml +171 -0
- package/bundle/skills/agentera/SKILL.md +183 -63
- package/bundle/skills/agentera/capabilities/audit/schemas/artifacts.yaml +27 -19
- package/bundle/skills/agentera/capabilities/audit/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/audit/schemas/triggers.yaml +13 -35
- package/bundle/skills/agentera/capabilities/audit/schemas/validation.yaml +30 -11
- package/bundle/skills/agentera/capabilities/build/schemas/artifacts.yaml +44 -21
- package/bundle/skills/agentera/capabilities/build/schemas/exit.yaml +8 -6
- package/bundle/skills/agentera/capabilities/build/schemas/triggers.yaml +14 -36
- package/bundle/skills/agentera/capabilities/build/schemas/validation.yaml +95 -21
- package/bundle/skills/agentera/capabilities/design/schemas/artifacts.yaml +6 -6
- package/bundle/skills/agentera/capabilities/design/schemas/exit.yaml +5 -5
- package/bundle/skills/agentera/capabilities/design/schemas/triggers.yaml +5 -34
- package/bundle/skills/agentera/capabilities/design/schemas/validation.yaml +2 -2
- package/bundle/skills/agentera/capabilities/discuss/schemas/artifacts.yaml +17 -13
- package/bundle/skills/agentera/capabilities/discuss/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/discuss/schemas/triggers.yaml +6 -40
- package/bundle/skills/agentera/capabilities/discuss/schemas/validation.yaml +72 -5
- package/bundle/skills/agentera/capabilities/document/schemas/artifacts.yaml +24 -17
- package/bundle/skills/agentera/capabilities/document/schemas/triggers.yaml +5 -35
- package/bundle/skills/agentera/capabilities/document/schemas/validation.yaml +13 -13
- package/bundle/skills/agentera/capabilities/optimize/schemas/artifacts.yaml +10 -10
- package/bundle/skills/agentera/capabilities/optimize/schemas/exit.yaml +2 -2
- package/bundle/skills/agentera/capabilities/optimize/schemas/triggers.yaml +4 -35
- package/bundle/skills/agentera/capabilities/optimize/schemas/validation.yaml +3 -3
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/artifacts.yaml +34 -22
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/exit.yaml +9 -7
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/triggers.yaml +5 -37
- package/bundle/skills/agentera/capabilities/orchestrate/schemas/validation.yaml +38 -37
- package/bundle/skills/agentera/capabilities/plan/schemas/artifacts.yaml +20 -16
- package/bundle/skills/agentera/capabilities/plan/schemas/triggers.yaml +8 -31
- package/bundle/skills/agentera/capabilities/plan/schemas/validation.yaml +66 -6
- package/bundle/skills/agentera/capabilities/profile/schemas/artifacts.yaml +13 -4
- package/bundle/skills/agentera/capabilities/profile/schemas/exit.yaml +8 -5
- package/bundle/skills/agentera/capabilities/profile/schemas/triggers.yaml +8 -37
- package/bundle/skills/agentera/capabilities/profile/schemas/validation.yaml +67 -3
- package/bundle/skills/agentera/capabilities/research/schemas/artifacts.yaml +6 -6
- package/bundle/skills/agentera/capabilities/research/schemas/triggers.yaml +5 -29
- package/bundle/skills/agentera/capabilities/status/schemas/artifacts.yaml +13 -12
- package/bundle/skills/agentera/capabilities/status/schemas/triggers.yaml +7 -49
- package/bundle/skills/agentera/capabilities/vision/schemas/artifacts.yaml +8 -8
- package/bundle/skills/agentera/capabilities/vision/schemas/exit.yaml +7 -6
- package/bundle/skills/agentera/capabilities/vision/schemas/triggers.yaml +7 -39
- package/bundle/skills/agentera/capabilities/vision/schemas/validation.yaml +14 -16
- package/bundle/skills/agentera/capability_schema_contract.yaml +32 -32
- package/bundle/skills/agentera/protocol.yaml +4 -4
- package/bundle/skills/agentera/route-phrases.yaml +81 -0
- package/bundle/skills/agentera/schemas/artifacts/changelog.yaml +1 -0
- package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +29 -30
- package/bundle/skills/agentera/schemas/artifacts/design.yaml +1 -0
- package/bundle/skills/agentera/schemas/artifacts/docs.yaml +7 -43
- package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +140 -34
- package/bundle/skills/agentera/schemas/artifacts/glossary.yaml +87 -0
- package/bundle/skills/agentera/schemas/artifacts/health.yaml +53 -51
- package/bundle/skills/agentera/schemas/artifacts/objective.yaml +18 -35
- package/bundle/skills/agentera/schemas/artifacts/plan.yaml +453 -55
- package/bundle/skills/agentera/schemas/artifacts/progress.yaml +128 -39
- package/bundle/skills/agentera/schemas/artifacts/todo.yaml +305 -7
- package/bundle/skills/agentera/schemas/artifacts/vision.yaml +0 -19
- package/dist/.agentera-build-source.json +8 -0
- package/dist/analytics/extractCorpus/cli.js +52 -11
- package/dist/analytics/extractCorpus/copilotSessions.js +19 -8
- package/dist/analytics/extractCorpus/core.js +262 -14
- package/dist/analytics/extractCorpus/corpus.js +57 -18
- package/dist/analytics/extractCorpus/coverageAudit.js +44 -45
- package/dist/analytics/extractCorpus/cursorSessions.js +28 -8
- package/dist/analytics/extractCorpus/evidenceTiers.js +709 -0
- package/dist/analytics/extractCorpus/extractCorpusParity.js +4 -4
- package/dist/analytics/extractCorpus/filesystemSources.js +5 -5
- package/dist/analytics/extractCorpus/index.js +4 -2
- package/dist/analytics/extractCorpus/jsonlSessions.js +76 -8
- package/dist/analytics/extractCorpus/sqliteCaps.js +0 -1
- package/dist/analytics/extractCorpus/sqliteSessions.js +12 -4
- package/dist/analytics/extractCorpus/tierReader.js +108 -0
- package/dist/analytics/extractCorpus.js +0 -1
- package/dist/analytics/glossaryAdviceResolution.js +166 -0
- package/dist/analytics/glossaryInputAcquisition.js +319 -0
- package/dist/analytics/personalGlossaryAdmission.js +113 -0
- package/dist/analytics/personalGlossaryCandidateProjection.js +788 -0
- package/dist/analytics/personalGlossaryCandidateProjectionExcerpts.js +144 -0
- package/dist/analytics/personalGlossaryCandidateProjectionModel.js +1 -0
- package/dist/analytics/personalGlossaryCandidateReadView.js +23 -0
- package/dist/analytics/personalGlossaryCurrentGeneration.js +25 -0
- package/dist/analytics/personalGlossaryDecision.js +203 -0
- package/dist/analytics/personalGlossaryExplicit.js +788 -0
- package/dist/analytics/personalGlossaryExplicitMining.js +285 -0
- package/dist/analytics/personalGlossaryExplicitScope.js +41 -0
- package/dist/analytics/personalGlossaryExplicitSegments.js +418 -0
- package/dist/analytics/personalGlossaryExplicitTypes.js +26 -0
- package/dist/analytics/personalGlossaryLexicalClassifier.js +175 -0
- package/dist/analytics/personalGlossaryProfile.js +229 -0
- package/dist/analytics/personalGlossaryRecurrence.js +618 -0
- package/dist/analytics/personalGlossaryRefreshProjection.js +351 -0
- package/dist/analytics/personalGlossaryReviewRecordStorage.js +428 -0
- package/dist/analytics/personalGlossaryReviewRecords.js +332 -0
- package/dist/analytics/profileSignals.js +211 -0
- package/dist/analytics/usageStats.js +150 -23
- package/dist/audit/terminologyDrift.js +281 -0
- package/dist/bin/agentera.js +3 -2
- package/dist/capabilities/audit/instructions.js +16 -6
- package/dist/capabilities/build/instructions.js +59 -6
- package/dist/capabilities/design/instructions.js +3 -4
- package/dist/capabilities/discuss/instructions.js +29 -6
- package/dist/capabilities/document/instructions.js +11 -6
- package/dist/capabilities/index.js +20 -14
- package/dist/capabilities/optimize/instructions.js +14 -6
- package/dist/capabilities/orchestrate/instructions.js +42 -6
- package/dist/capabilities/plan/instructions.js +30 -3
- package/dist/capabilities/profile/instructions.js +104 -5
- package/dist/capabilities/research/instructions.js +4 -5
- package/dist/capabilities/status/instructions.js +15 -6
- package/dist/capabilities/status/startupInstructions.js +34 -0
- package/dist/capabilities/vision/instructions.js +3 -5
- package/dist/cli/appContext.js +14 -7
- package/dist/cli/argvalidate.js +0 -1
- package/dist/cli/capabilityContext/benchmark.js +5 -4
- package/dist/cli/capabilityContext/bespoke.js +14 -6
- package/dist/cli/capabilityContext/build.js +116 -42
- package/dist/cli/capabilityContext/closeout.js +30 -27
- package/dist/cli/capabilityContext/contract.js +18 -27
- package/dist/cli/capabilityContext/evidence.js +84 -77
- package/dist/cli/capabilityContext/index.js +0 -1
- package/dist/cli/capabilityContext/orchestration.js +42 -18
- package/dist/cli/capabilityContext/planState.js +89 -96
- package/dist/cli/capabilityContext/progress.js +52 -12
- package/dist/cli/capabilityContext/projectVerification.js +409 -0
- package/dist/cli/capabilityContext/shared.js +9 -20
- package/dist/cli/capabilityContext/slim.js +52 -8
- package/dist/cli/capabilityContext/startup.js +51 -114
- package/dist/cli/capabilityContext/startupAggregation.js +68 -0
- package/dist/cli/capabilityContext/types.js +26 -10
- package/dist/cli/capabilityContext.js +0 -1
- package/dist/cli/commands/appHome.js +0 -1
- package/dist/cli/commands/capability.js +2 -2
- package/dist/cli/commands/compact.js +163 -13
- package/dist/cli/commands/doctor.js +118 -11
- package/dist/cli/commands/durability.js +81 -0
- package/dist/cli/commands/glossaryAdvice.js +138 -0
- package/dist/cli/commands/lint.js +22 -8
- package/dist/cli/commands/personalGlossaryCandidateReads.js +755 -0
- package/dist/cli/commands/personalGlossaryDecision.js +349 -0
- package/dist/cli/commands/personalGlossaryPublish.js +484 -0
- package/dist/cli/commands/personalGlossaryReviewRecordReads.js +209 -0
- package/dist/cli/commands/personalGlossaryReviewRecords.js +623 -0
- package/dist/cli/commands/prime/briefOrientation.js +845 -0
- package/dist/cli/commands/prime/buildExecutionRequest.js +165 -0
- package/dist/cli/commands/prime/bundleStatus.js +54 -4
- package/dist/cli/commands/prime/collectEntityOrientation.js +338 -0
- package/dist/cli/commands/prime/collectOrientationState.js +124 -68
- package/dist/cli/commands/prime/orientationOutput.js +271 -59
- package/dist/cli/commands/prime/types.js +0 -1
- package/dist/cli/commands/prime.js +89 -11
- package/dist/cli/commands/profileGrounding.js +55 -0
- package/dist/cli/commands/query.js +74 -52
- package/dist/cli/commands/report.js +187 -27
- package/dist/cli/commands/route.js +142 -0
- package/dist/cli/commands/schema.js +436 -138
- package/dist/cli/commands/state/decisions.js +40 -56
- package/dist/cli/commands/state/docs.js +58 -85
- package/dist/cli/commands/state/experimentRecords.js +151 -0
- package/dist/cli/commands/state/experiments.js +11 -65
- package/dist/cli/commands/state/get.js +129 -0
- package/dist/cli/commands/state/health.js +11 -113
- package/dist/cli/commands/state/index.js +6 -41
- package/dist/cli/commands/state/list.js +194 -0
- package/dist/cli/commands/state/objective.js +21 -65
- package/dist/cli/commands/state/plan.js +11 -170
- package/dist/cli/commands/state/planTasks.js +154 -0
- package/dist/cli/commands/state/plans.js +154 -0
- package/dist/cli/commands/state/progress.js +11 -45
- package/dist/cli/commands/state/shared.js +0 -1
- package/dist/cli/commands/state/todo.js +28 -107
- package/dist/cli/commands/state/write.js +459 -0
- package/dist/cli/commands/upgrade.js +176 -5
- package/dist/cli/commands/upgradeVerify.js +118 -0
- package/dist/cli/commands/validate.js +235 -136
- package/dist/cli/commands/verify.js +73 -16
- package/dist/cli/contracts/bundleStatus.js +0 -1
- package/dist/cli/contracts/orientationState.js +0 -1
- package/dist/cli/dispatch/argvParser.js +0 -1
- package/dist/cli/dispatch/check.js +84 -40
- package/dist/cli/dispatch/commands.js +3 -3
- package/dist/cli/dispatch/index.js +84 -52
- package/dist/cli/dispatch/lifecycle.js +182 -62
- package/dist/cli/dispatch/prime.js +37 -2
- package/dist/cli/dispatch/projections.js +17 -0
- package/dist/cli/dispatch/shared.js +1 -2
- package/dist/cli/dispatch/state.js +62 -66
- package/dist/cli/dispatch.js +0 -1
- package/dist/cli/errors.js +16 -17
- package/dist/cli/help.js +419 -41
- package/dist/cli/migrationRequired.js +125 -0
- package/dist/cli/orientation/attention.js +19 -22
- package/dist/cli/orientation/corpusCoverage.js +32 -1
- package/dist/cli/orientation.js +346 -129
- package/dist/cli/planArtifacts.js +350 -0
- package/dist/cli/planEvidence.js +157 -0
- package/dist/cli/planLifecycleState.js +36 -0
- package/dist/cli/planTaskIndex.js +11 -0
- package/dist/cli/preCutoverCommand.js +32 -0
- package/dist/cli/prime-blob.js +71 -3
- package/dist/cli/productV1Eol.js +55 -0
- package/dist/cli/profileAcquisition.js +167 -0
- package/dist/cli/startupCompletenessContract.js +11 -9
- package/dist/cli/stateQuery.js +47 -12
- package/dist/cli/structured.js +0 -1
- package/dist/cli/todoMarkdown.js +25 -12
- package/dist/cli/todoReadinessSelection.js +192 -0
- package/dist/cli/todoSeverity.js +0 -1
- package/dist/core/atomicWriter.js +23 -0
- package/dist/core/developmentChannel.js +1 -0
- package/dist/core/developmentInvocation.js +377 -0
- package/dist/core/difflib.js +0 -1
- package/dist/core/envPaths.js +0 -1
- package/dist/core/jsonValue.js +0 -1
- package/dist/core/paths.js +0 -1
- package/dist/core/pyjson.js +0 -1
- package/dist/core/shell.js +4 -0
- package/dist/core/skillIdentity.js +23 -0
- package/dist/core/sourceRoot.js +9 -12
- package/dist/core/text.js +10 -0
- package/dist/core/toml.js +0 -1
- package/dist/core/yaml.js +61 -2
- package/dist/eval/evalSkills.js +13 -14
- package/dist/eval/glossaryEvaluation.js +751 -0
- package/dist/eval/glossaryEvaluationProcess.js +29 -0
- package/dist/eval/glossaryEvaluationRunner.js +571 -0
- package/dist/eval/glossaryEvaluationSuccessReport.js +297 -0
- package/dist/eval/hybridRouteEvaluation.js +155 -0
- package/dist/eval/semanticEval.js +0 -1
- package/dist/eval/semanticFixtures.js +0 -1
- package/dist/hooks/common.js +3 -56
- package/dist/hooks/compaction/apply.js +224 -47
- package/dist/hooks/compaction/dryRun.js +2 -1
- package/dist/hooks/compaction/index.js +5 -6
- package/dist/hooks/compaction/parse.js +73 -6
- package/dist/hooks/compaction/retention.js +28 -25
- package/dist/hooks/compaction/status.js +145 -26
- package/dist/hooks/compaction/types.js +0 -1
- package/dist/hooks/validateArtifact/agentFacing.js +0 -1
- package/dist/hooks/validateArtifact/index.js +6 -65
- package/dist/hooks/validateArtifact/markdown.js +9 -10
- package/dist/hooks/validateArtifact/schema.js +96 -9
- package/dist/hooks/validateArtifact/traversal.js +12 -11
- package/dist/hooks/validateArtifact/violations.js +5 -3
- package/dist/migrate/v2HandoffManifest.js +8 -3
- package/dist/registries/activationContract.js +2 -0
- package/dist/registries/activationTuples.js +145 -0
- package/dist/registries/artifactProtocolIds.js +2 -1
- package/dist/registries/artifactRegistry.js +207 -60
- package/dist/registries/artifactSchemaProjection.js +45 -0
- package/dist/registries/capabilityContract.js +5 -21
- package/dist/registries/evaluatorHandoffContract.js +0 -1
- package/dist/registries/evidenceTierContract.js +375 -0
- package/dist/registries/explicitSegmentGrammarContract.js +619 -0
- package/dist/registries/glossaryAdviceContract.js +79 -0
- package/dist/registries/glossaryCandidateContractPaths.js +6 -0
- package/dist/registries/glossaryCandidateContracts.js +820 -0
- package/dist/registries/glossaryCandidateDecisionAuthority.js +119 -0
- package/dist/registries/glossaryCandidateDecisionContract.js +62 -0
- package/dist/registries/glossaryCandidateProjectionAuthority.js +345 -0
- package/dist/registries/glossaryCandidateProjectionContract.js +108 -0
- package/dist/registries/glossaryCaveatContract.js +67 -0
- package/dist/registries/glossaryConsumerContractValidation.js +787 -0
- package/dist/registries/glossaryEntryContract.js +759 -0
- package/dist/registries/glossaryEntryTemporal.js +12 -0
- package/dist/registries/glossaryMiningAuthority.js +764 -0
- package/dist/registries/glossaryProfileFullContract.js +24 -0
- package/dist/registries/glossaryReviewRecordsAuthority.js +426 -0
- package/dist/registries/glossaryReviewRecordsContract.js +129 -0
- package/dist/registries/glossaryTermIdentity.js +139 -0
- package/dist/registries/glossaryTermOccurrence.js +20 -0
- package/dist/registries/hybridRoute.js +274 -0
- package/dist/registries/hybridRouteReceipt.js +221 -0
- package/dist/registries/packagePublication.js +273 -0
- package/dist/registries/packageRegistry.js +184 -209
- package/dist/registries/personalGlossaryContracts.js +1 -0
- package/dist/registries/todoReadinessContract.js +448 -0
- package/dist/registries/triggerLoader.js +7 -44
- package/dist/registries/verbosityBudgetContract.js +205 -0
- package/dist/release/releaseMetadata.js +168 -11
- package/dist/runtime/lifecycleAdapterContract.js +457 -0
- package/dist/runtime/lifecycleAdapters.js +777 -0
- package/dist/runtime/lifecycleAuthority.js +453 -0
- package/dist/runtime/lifecycleOperationContract.js +123 -0
- package/dist/runtime/lifecycleOperations.js +634 -0
- package/dist/runtime/lifecycleOwnershipJournal.js +622 -0
- package/dist/runtime/lifecyclePublication.js +415 -0
- package/dist/runtime/lifecycleSnapshot.js +438 -0
- package/dist/runtime/nativeResourceCleanup.js +503 -0
- package/dist/setup/opencode.js +20 -13
- package/dist/setup/opencodeConstants.js +1 -0
- package/dist/setup/sharedSkill.js +45 -0
- package/dist/setup/smokeChecks.js +14 -75
- package/dist/state/archiveDiscovery.js +580 -0
- package/dist/state/archivePublication.js +225 -0
- package/dist/state/archiveRecovery.js +237 -0
- package/dist/state/archiveReplay.js +53 -0
- package/dist/state/canonicalMigrationRecord.js +36 -0
- package/dist/state/changelog.js +221 -0
- package/dist/state/decisionEntities.js +367 -0
- package/dist/state/decisionLegacyValidation.js +215 -0
- package/dist/state/decisionMigrationProvenance.js +199 -0
- package/dist/state/decisionOverlay.js +254 -0
- package/dist/state/decisionRevision.js +256 -0
- package/dist/state/decisionRevisionMigration.js +89 -0
- package/dist/state/directRetrieval.js +323 -0
- package/dist/state/durability.js +324 -0
- package/dist/state/entityCutover.js +459 -0
- package/dist/state/entityCutoverGit.js +127 -0
- package/dist/state/entityGlossaryAuthority.js +13 -0
- package/dist/state/entityListProjection.js +187 -0
- package/dist/state/entityListRuntimeRegistry.js +85 -0
- package/dist/state/entityMigrationCausality.js +97 -0
- package/dist/state/entityMigrationIdentity.js +5 -0
- package/dist/state/entityMigrationPreview.js +840 -0
- package/dist/state/entityMigrationTodo.js +133 -0
- package/dist/state/entityPublicationContext.js +859 -0
- package/dist/state/entityRetrievalHelp.js +506 -0
- package/dist/state/entityStorage.js +899 -0
- package/dist/state/exactReplacementRecovery.js +18 -0
- package/dist/state/experimentArchive.js +63 -0
- package/dist/state/experimentIdentity.js +202 -0
- package/dist/state/healthEntities.js +262 -0
- package/dist/state/healthEntityValidation.js +18 -0
- package/dist/state/healthRepair.js +69 -0
- package/dist/state/installRoot.js +15 -7
- package/dist/state/legacyEntityCutoverEvidence.js +65 -0
- package/dist/state/legacyIdentity.js +47 -0
- package/dist/state/legacySummaryRecord.js +6 -0
- package/dist/state/listAccounting.js +54 -0
- package/dist/state/listClassification.js +17 -0
- package/dist/state/listCursor.js +42 -0
- package/dist/state/listRetrieval.js +781 -0
- package/dist/state/migrationSourceBinding.js +30 -0
- package/dist/state/objectiveExperimentEntities.js +322 -0
- package/dist/state/planEntities.js +1027 -0
- package/dist/state/planIdentity.js +47 -0
- package/dist/state/planLineageValidation.js +52 -0
- package/dist/state/planReplacementTransaction.js +475 -0
- package/dist/state/planRetrieval.js +313 -0
- package/dist/state/planTaskRetrieval.js +294 -0
- package/dist/state/progressEntities.js +512 -0
- package/dist/state/progressGlossaryCaveat.js +168 -0
- package/dist/state/progressPublicationOrder.js +19 -0
- package/dist/state/progressWritePolicy.js +33 -0
- package/dist/state/projectRoot.js +62 -0
- package/dist/state/projectionPolicy.js +190 -0
- package/dist/state/retrievalAuthority.js +156 -0
- package/dist/state/safeProjectFile.js +155 -0
- package/dist/state/startupAnalysis/benchmark.js +70 -9
- package/dist/state/startupAnalysis/contract.js +44 -10
- package/dist/state/startupAnalysis/helpers.js +1 -2
- package/dist/state/startupAnalysis/index.js +0 -1
- package/dist/state/startupAnalysis/metrics.js +0 -1
- package/dist/state/startupAnalysis/records.js +0 -1
- package/dist/state/startupAnalysis/report.js +0 -1
- package/dist/state/startupAnalysis/threshold.js +13 -1
- package/dist/state/startupAnalysis.js +0 -1
- package/dist/state/startupProjection.js +499 -0
- package/dist/state/stateMode.js +222 -0
- package/dist/state/stateStorageAuthority.js +47 -0
- package/dist/state/summaryEntityRead.js +25 -0
- package/dist/state/summaryMigrationProvenance.js +66 -0
- package/dist/state/summarySourceRowAuthority.js +36 -0
- package/dist/state/todoActivationSafety.js +58 -0
- package/dist/state/todoCreateBatch.js +69 -0
- package/dist/state/todoDocsEntities.js +1339 -0
- package/dist/state/todoDocsEntityValidation.js +158 -0
- package/dist/state/todoMarkdownProjection.js +63 -0
- package/dist/state/todoReconciliationActivation.js +182 -0
- package/dist/state/todoReconciliationInspection.js +184 -0
- package/dist/state/todoReconciliationRepair.js +320 -0
- package/dist/state/todoReconciliationTransaction.js +628 -0
- package/dist/state/todoSeverityHeadings.js +71 -0
- package/dist/state/todoTransitionBatch.js +65 -0
- package/dist/state/todoUpdateBatch.js +50 -0
- package/dist/state/write/assign.js +20 -0
- package/dist/state/write/candidateMutation.js +269 -0
- package/dist/state/write/errors.js +11 -0
- package/dist/state/write/experimentPublication.js +192 -0
- package/dist/state/write/explain.js +380 -0
- package/dist/state/write/fields.js +61 -0
- package/dist/state/write/glossaryPublication.js +263 -0
- package/dist/state/write/grammar.js +285 -0
- package/dist/state/write/helpers.js +29 -0
- package/dist/state/write/index.js +12 -0
- package/dist/state/write/input.js +391 -0
- package/dist/state/write/lock.js +837 -0
- package/dist/state/write/mutation.js +234 -0
- package/dist/state/write/operations.js +170 -0
- package/dist/state/write/planEvaluation.js +128 -0
- package/dist/state/write/planPublication.js +179 -0
- package/dist/state/write/runtimeOperations.js +146 -0
- package/dist/state/write/serialize.js +1 -0
- package/dist/state/write/transaction.js +57 -0
- package/dist/state/write/validate.js +7 -0
- package/dist/upgrade/appContentRefresh.js +77 -36
- package/dist/upgrade/appModel.js +0 -1
- package/dist/upgrade/atomicWriter.js +1 -0
- package/dist/upgrade/bundleEvidence.js +0 -1
- package/dist/upgrade/channels.js +6 -9
- package/dist/upgrade/compatibility.js +43 -17
- package/dist/upgrade/doctor.js +55 -32
- package/dist/upgrade/doctorClassifier.js +11 -1
- package/dist/upgrade/installedHooksRetirement.js +46 -40
- package/dist/upgrade/legacyAgentCleanup.js +133 -34
- package/dist/upgrade/lifecycleUpgrade.js +113 -0
- package/dist/upgrade/migrateArtifactsV2ToV3.js +325 -82
- package/dist/upgrade/migrationPublication.js +122 -0
- package/dist/upgrade/nextMajorDoctor.js +0 -22
- package/dist/upgrade/npxPlatformStatus.js +2 -2
- package/dist/upgrade/productV1Reset.js +515 -0
- package/dist/upgrade/productV1ResetAuthority.js +139 -0
- package/dist/upgrade/projectIntegration.js +126 -134
- package/dist/upgrade/projectIntegrationDecision.js +21 -13
- package/dist/upgrade/retiredResourceDiagnostics.js +117 -0
- package/dist/upgrade/runtimeMigration.js +210 -430
- package/dist/upgrade/upgradeCommands.js +14 -1
- package/dist/upgrade/upgradeLock.js +85 -0
- package/dist/upgrade/upgradeOrchestrator.js +253 -48
- package/dist/upgrade/v3CapabilitySurface.js +2 -3
- package/dist/upgrade/versionResolution.js +0 -1
- package/dist/validate/activationArtifactEvidence.js +866 -0
- package/dist/validate/activationArtifactEvidenceTypes.js +12 -0
- package/dist/validate/activationConjunction.js +816 -0
- package/dist/validate/activationEvidenceManifest.js +610 -0
- package/dist/validate/activationPackageSemantics.js +29 -0
- package/dist/validate/appHomeContract.js +1 -7
- package/dist/validate/bootstrapAuthority.js +44 -0
- package/dist/validate/capability.js +11 -3
- package/dist/validate/crossCapability.js +14 -9
- package/dist/validate/glossaryVariantGuard.js +96 -0
- package/dist/validate/retainedReferenceAuthority.js +879 -0
- package/dist/validate/selfAudit.js +39 -45
- package/dist/validate/vocabularyAuthority.js +8 -8
- package/package.json +39 -13
- package/bundle/references/adapters/cursor.md +0 -214
- package/bundle/references/adapters/opencode.md +0 -530
- package/bundle/references/adapters/package-manifest-interface-model.yaml +0 -337
- package/bundle/references/adapters/runtime-adapter-characterization.md +0 -79
- package/bundle/references/adapters/runtime-adapter-interface-model.yaml +0 -200
- package/bundle/references/adapters/runtime-adapter-registry.yaml +0 -554
- package/bundle/references/adapters/runtime-feature-parity.md +0 -189
- package/bundle/references/analysis/benchmark.md +0 -267
- package/bundle/references/analysis/startup-measurement-contract.yaml +0 -424
- package/bundle/references/cli/agent-ready-state-contract.yaml +0 -953
- package/bundle/references/cli/audience-namespace-cli-migration.yaml +0 -369
- package/bundle/references/cli/bundle-skill-vocabulary.yaml +0 -250
- package/bundle/references/cli/capability-tool-classification.yaml +0 -53
- package/bundle/references/cli/coexistence-probe.yaml +0 -13
- package/bundle/references/cli/parity-expected-actual-template.md +0 -30
- package/bundle/references/cli/routing-execution-vocabulary.yaml +0 -281
- package/bundle/references/cli/single-name-protocol.yaml +0 -42
- package/bundle/references/cli/upgrade-repair-wording.md +0 -45
- package/bundle/references/cli/v3-handoff-manifest.schema.yaml +0 -98
- package/bundle/references/meta/documentation-inventory.md +0 -49
- package/bundle/skills/agentera/.claude-plugin/plugin.json +0 -27
- package/bundle/skills/agentera/agents/audit.toml +0 -6
- package/bundle/skills/agentera/agents/build.toml +0 -6
- package/bundle/skills/agentera/agents/design.toml +0 -6
- package/bundle/skills/agentera/agents/discuss.toml +0 -6
- package/bundle/skills/agentera/agents/document.toml +0 -6
- package/bundle/skills/agentera/agents/optimize.toml +0 -6
- package/bundle/skills/agentera/agents/orchestrate.toml +0 -6
- package/bundle/skills/agentera/agents/plan.toml +0 -6
- package/bundle/skills/agentera/agents/profile.toml +0 -6
- package/bundle/skills/agentera/agents/research.toml +0 -6
- package/bundle/skills/agentera/agents/status.toml +0 -6
- package/bundle/skills/agentera/agents/vision.toml +0 -6
- package/bundle/skills/agentera/references/contract.md +0 -1048
- package/dist/analytics/extractCorpus/cli.js.map +0 -1
- package/dist/analytics/extractCorpus/copilotSessions.js.map +0 -1
- package/dist/analytics/extractCorpus/core.js.map +0 -1
- package/dist/analytics/extractCorpus/corpus.js.map +0 -1
- package/dist/analytics/extractCorpus/coverageAudit.js.map +0 -1
- package/dist/analytics/extractCorpus/cursorSessions.js.map +0 -1
- package/dist/analytics/extractCorpus/extractCorpusParity.js.map +0 -1
- package/dist/analytics/extractCorpus/filesystemSources.js.map +0 -1
- package/dist/analytics/extractCorpus/index.js.map +0 -1
- package/dist/analytics/extractCorpus/jsonlSessions.js.map +0 -1
- package/dist/analytics/extractCorpus/sqliteCaps.js.map +0 -1
- package/dist/analytics/extractCorpus/sqliteSessions.js.map +0 -1
- package/dist/analytics/extractCorpus.js.map +0 -1
- package/dist/analytics/usageStats.js.map +0 -1
- package/dist/bin/agentera.js.map +0 -1
- package/dist/capabilities/audit/instructions.js.map +0 -1
- package/dist/capabilities/build/instructions.js.map +0 -1
- package/dist/capabilities/design/instructions.js.map +0 -1
- package/dist/capabilities/discuss/instructions.js.map +0 -1
- package/dist/capabilities/document/instructions.js.map +0 -1
- package/dist/capabilities/index.js.map +0 -1
- package/dist/capabilities/optimize/instructions.js.map +0 -1
- package/dist/capabilities/orchestrate/instructions.js.map +0 -1
- package/dist/capabilities/plan/instructions.js.map +0 -1
- package/dist/capabilities/profile/instructions.js.map +0 -1
- package/dist/capabilities/research/instructions.js.map +0 -1
- package/dist/capabilities/status/instructions.js.map +0 -1
- package/dist/capabilities/vision/instructions.js.map +0 -1
- package/dist/cli/appContext.js.map +0 -1
- package/dist/cli/argvalidate.js.map +0 -1
- package/dist/cli/capabilityContext/benchmark.js.map +0 -1
- package/dist/cli/capabilityContext/bespoke.js.map +0 -1
- package/dist/cli/capabilityContext/build.js.map +0 -1
- package/dist/cli/capabilityContext/closeout.js.map +0 -1
- package/dist/cli/capabilityContext/contract.js.map +0 -1
- package/dist/cli/capabilityContext/evidence.js.map +0 -1
- package/dist/cli/capabilityContext/index.js.map +0 -1
- package/dist/cli/capabilityContext/orchestration.js.map +0 -1
- package/dist/cli/capabilityContext/planState.js.map +0 -1
- package/dist/cli/capabilityContext/progress.js.map +0 -1
- package/dist/cli/capabilityContext/shared.js.map +0 -1
- package/dist/cli/capabilityContext/slim.js.map +0 -1
- package/dist/cli/capabilityContext/startup.js.map +0 -1
- package/dist/cli/capabilityContext/types.js.map +0 -1
- package/dist/cli/capabilityContext.js.map +0 -1
- package/dist/cli/commands/appHome.js.map +0 -1
- package/dist/cli/commands/capability.js.map +0 -1
- package/dist/cli/commands/compact.js.map +0 -1
- package/dist/cli/commands/doctor.js.map +0 -1
- package/dist/cli/commands/lint.js.map +0 -1
- package/dist/cli/commands/prime/bundleStatus.js.map +0 -1
- package/dist/cli/commands/prime/collectOrientationState.js.map +0 -1
- package/dist/cli/commands/prime/orientationOutput.js.map +0 -1
- package/dist/cli/commands/prime/types.js.map +0 -1
- package/dist/cli/commands/prime/v1Migration.js +0 -39
- package/dist/cli/commands/prime/v1Migration.js.map +0 -1
- package/dist/cli/commands/prime.js.map +0 -1
- package/dist/cli/commands/query.js.map +0 -1
- package/dist/cli/commands/report.js.map +0 -1
- package/dist/cli/commands/schema.js.map +0 -1
- package/dist/cli/commands/state/decisions.js.map +0 -1
- package/dist/cli/commands/state/docs.js.map +0 -1
- package/dist/cli/commands/state/experiments.js.map +0 -1
- package/dist/cli/commands/state/health.js.map +0 -1
- package/dist/cli/commands/state/index.js.map +0 -1
- package/dist/cli/commands/state/objective.js.map +0 -1
- package/dist/cli/commands/state/plan.js.map +0 -1
- package/dist/cli/commands/state/progress.js.map +0 -1
- package/dist/cli/commands/state/shared.js.map +0 -1
- package/dist/cli/commands/state/todo.js.map +0 -1
- package/dist/cli/commands/upgrade.js.map +0 -1
- package/dist/cli/commands/validate.js.map +0 -1
- package/dist/cli/commands/verify.js.map +0 -1
- package/dist/cli/contracts/bundleStatus.js.map +0 -1
- package/dist/cli/contracts/orientationState.js.map +0 -1
- package/dist/cli/dispatch/argvParser.js.map +0 -1
- package/dist/cli/dispatch/check.js.map +0 -1
- package/dist/cli/dispatch/commands.js.map +0 -1
- package/dist/cli/dispatch/index.js.map +0 -1
- package/dist/cli/dispatch/lifecycle.js.map +0 -1
- package/dist/cli/dispatch/prime.js.map +0 -1
- package/dist/cli/dispatch/shared.js.map +0 -1
- package/dist/cli/dispatch/state.js.map +0 -1
- package/dist/cli/dispatch.js.map +0 -1
- package/dist/cli/errors.js.map +0 -1
- package/dist/cli/help.js.map +0 -1
- package/dist/cli/orientation/attention.js.map +0 -1
- package/dist/cli/orientation/corpusCoverage.js.map +0 -1
- package/dist/cli/orientation.js.map +0 -1
- package/dist/cli/prime-blob.js.map +0 -1
- package/dist/cli/startupCompletenessContract.js.map +0 -1
- package/dist/cli/stateQuery.js.map +0 -1
- package/dist/cli/structured.js.map +0 -1
- package/dist/cli/todoMarkdown.js.map +0 -1
- package/dist/cli/todoSeverity.js.map +0 -1
- package/dist/core/difflib.js.map +0 -1
- package/dist/core/envPaths.js.map +0 -1
- package/dist/core/jsonValue.js.map +0 -1
- package/dist/core/paths.js.map +0 -1
- package/dist/core/pyjson.js.map +0 -1
- package/dist/core/sourceRoot.js.map +0 -1
- package/dist/core/toml.js.map +0 -1
- package/dist/core/yaml.js.map +0 -1
- package/dist/eval/evalSkills.js.map +0 -1
- package/dist/eval/semanticEval.js.map +0 -1
- package/dist/eval/semanticFixtures.js.map +0 -1
- package/dist/hooks/common.js.map +0 -1
- package/dist/hooks/compaction/apply.js.map +0 -1
- package/dist/hooks/compaction/dryRun.js.map +0 -1
- package/dist/hooks/compaction/index.js.map +0 -1
- package/dist/hooks/compaction/parse.js.map +0 -1
- package/dist/hooks/compaction/retention.js.map +0 -1
- package/dist/hooks/compaction/status.js.map +0 -1
- package/dist/hooks/compaction/types.js.map +0 -1
- package/dist/hooks/cursorPreToolUse.js +0 -19
- package/dist/hooks/cursorPreToolUse.js.map +0 -1
- package/dist/hooks/cursorSessionStart.js +0 -79
- package/dist/hooks/cursorSessionStart.js.map +0 -1
- package/dist/hooks/sessionStart.js +0 -216
- package/dist/hooks/sessionStart.js.map +0 -1
- package/dist/hooks/sessionStop.js +0 -206
- package/dist/hooks/sessionStop.js.map +0 -1
- package/dist/hooks/validateArtifact/agentFacing.js.map +0 -1
- package/dist/hooks/validateArtifact/index.js.map +0 -1
- package/dist/hooks/validateArtifact/markdown.js.map +0 -1
- package/dist/hooks/validateArtifact/runtime.js +0 -86
- package/dist/hooks/validateArtifact/runtime.js.map +0 -1
- package/dist/hooks/validateArtifact/schema.js.map +0 -1
- package/dist/hooks/validateArtifact/traversal.js.map +0 -1
- package/dist/hooks/validateArtifact/violations.js.map +0 -1
- package/dist/migrate/v2HandoffManifest.js.map +0 -1
- package/dist/registries/artifactProtocolIds.js.map +0 -1
- package/dist/registries/artifactRegistry.js.map +0 -1
- package/dist/registries/capabilityContract.js.map +0 -1
- package/dist/registries/evaluatorHandoffContract.js.map +0 -1
- package/dist/registries/packageRegistry.js.map +0 -1
- package/dist/registries/runtimeAdapterRegistry.js +0 -316
- package/dist/registries/runtimeAdapterRegistry.js.map +0 -1
- package/dist/registries/triggerLoader.js.map +0 -1
- package/dist/release/releaseMetadata.js.map +0 -1
- package/dist/setup/codex/agents.js +0 -96
- package/dist/setup/codex/agents.js.map +0 -1
- package/dist/setup/codex/cli.js +0 -161
- package/dist/setup/codex/cli.js.map +0 -1
- package/dist/setup/codex/configToml.js +0 -639
- package/dist/setup/codex/configToml.js.map +0 -1
- package/dist/setup/codex/constants.js +0 -29
- package/dist/setup/codex/constants.js.map +0 -1
- package/dist/setup/codex/installRoot.js +0 -64
- package/dist/setup/codex/installRoot.js.map +0 -1
- package/dist/setup/codex/state.js +0 -270
- package/dist/setup/codex/state.js.map +0 -1
- package/dist/setup/codex.js +0 -12
- package/dist/setup/codex.js.map +0 -1
- package/dist/setup/copilot.js +0 -227
- package/dist/setup/copilot.js.map +0 -1
- package/dist/setup/cursor.js +0 -129
- package/dist/setup/cursor.js.map +0 -1
- package/dist/setup/cursorSurfaces.js +0 -67
- package/dist/setup/cursorSurfaces.js.map +0 -1
- package/dist/setup/doctor/core.js +0 -300
- package/dist/setup/doctor/core.js.map +0 -1
- package/dist/setup/doctor/diagnostics.js +0 -240
- package/dist/setup/doctor/diagnostics.js.map +0 -1
- package/dist/setup/doctor/opencode.js +0 -313
- package/dist/setup/doctor/opencode.js.map +0 -1
- package/dist/setup/doctor/report.js +0 -425
- package/dist/setup/doctor/report.js.map +0 -1
- package/dist/setup/doctor.js +0 -10
- package/dist/setup/doctor.js.map +0 -1
- package/dist/setup/opencode.js.map +0 -1
- package/dist/setup/smokeChecks.js.map +0 -1
- package/dist/state/installRoot.js.map +0 -1
- package/dist/state/startupAnalysis/benchmark.js.map +0 -1
- package/dist/state/startupAnalysis/contract.js.map +0 -1
- package/dist/state/startupAnalysis/helpers.js.map +0 -1
- package/dist/state/startupAnalysis/index.js.map +0 -1
- package/dist/state/startupAnalysis/metrics.js.map +0 -1
- package/dist/state/startupAnalysis/records.js.map +0 -1
- package/dist/state/startupAnalysis/report.js.map +0 -1
- package/dist/state/startupAnalysis/threshold.js.map +0 -1
- package/dist/state/startupAnalysis.js.map +0 -1
- package/dist/upgrade/appContentRefresh.js.map +0 -1
- package/dist/upgrade/appModel.js.map +0 -1
- package/dist/upgrade/bundleEvidence.js.map +0 -1
- package/dist/upgrade/channels.js.map +0 -1
- package/dist/upgrade/coexistenceProbe.js +0 -107
- package/dist/upgrade/coexistenceProbe.js.map +0 -1
- package/dist/upgrade/compatibility.js.map +0 -1
- package/dist/upgrade/doctor.js.map +0 -1
- package/dist/upgrade/doctorClassifier.js.map +0 -1
- package/dist/upgrade/installedHooksRetirement.js.map +0 -1
- package/dist/upgrade/legacyAgentCleanup.js.map +0 -1
- package/dist/upgrade/migrateArtifactsV1ToV2.js +0 -570
- package/dist/upgrade/migrateArtifactsV1ToV2.js.map +0 -1
- package/dist/upgrade/migrateArtifactsV2ToV3.js.map +0 -1
- package/dist/upgrade/nextMajorDoctor.js.map +0 -1
- package/dist/upgrade/npxPlatformStatus.js.map +0 -1
- package/dist/upgrade/projectIntegration.js.map +0 -1
- package/dist/upgrade/projectIntegrationDecision.js.map +0 -1
- package/dist/upgrade/runtimeMigration.js.map +0 -1
- package/dist/upgrade/upgradeCommands.js.map +0 -1
- package/dist/upgrade/upgradeOrchestrator.js.map +0 -1
- package/dist/upgrade/v3CapabilitySurface.js.map +0 -1
- package/dist/upgrade/versionResolution.js.map +0 -1
- package/dist/validate/appHomeContract.js.map +0 -1
- package/dist/validate/capability.js.map +0 -1
- package/dist/validate/crossCapability.js.map +0 -1
- package/dist/validate/lifecycleAdapters/legacyPythonParity.js +0 -93
- package/dist/validate/lifecycleAdapters/legacyPythonParity.js.map +0 -1
- package/dist/validate/lifecycleAdapters/nodeFormChecks.js +0 -488
- package/dist/validate/lifecycleAdapters/nodeFormChecks.js.map +0 -1
- package/dist/validate/lifecycleAdapters/shared.js +0 -198
- package/dist/validate/lifecycleAdapters/shared.js.map +0 -1
- package/dist/validate/lifecycleAdapters.js +0 -62
- package/dist/validate/lifecycleAdapters.js.map +0 -1
- package/dist/validate/selfAudit.js.map +0 -1
- package/dist/validate/vocabularyAuthority.js.map +0 -1
|
@@ -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,26 @@ 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: build-source-identity
|
|
52
|
+
path: .agentera-build-source.json
|
|
53
|
+
format: json
|
|
54
|
+
classification: active
|
|
55
|
+
command_authority_reason: Build-generated source identity binds constructed dist and bundle output to one Git commit, tree, and exact working-tree digest; no source copy exists.
|
|
56
|
+
- id: npx-bundle-marker
|
|
57
|
+
path: .agentera-npx-bundle.json
|
|
58
|
+
format: json
|
|
59
|
+
classification: active
|
|
60
|
+
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.
|
|
61
|
+
- id: extract-corpus-parity
|
|
62
|
+
path: extract-corpus-parity.json
|
|
63
|
+
format: json
|
|
64
|
+
classification: active
|
|
65
|
+
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
66
|
skip_parts:
|
|
154
67
|
- __pycache__
|
|
155
68
|
- .pytest_cache
|
|
@@ -157,89 +70,431 @@ records:
|
|
|
157
70
|
skip_suffixes:
|
|
158
71
|
- .pyc
|
|
159
72
|
- .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
|
-
|
|
73
|
+
bootstrap_command_authority:
|
|
74
|
+
scanned_formats:
|
|
75
|
+
- markdown
|
|
76
|
+
- yaml
|
|
77
|
+
- json
|
|
78
|
+
scalar_classifications:
|
|
79
|
+
- {"path":"references/adapters/product-v1-reset.yaml","region":"$[\"scope_inventory\"][5][\"targets\"][0]","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4ac60a94fded6f1dbddfeca40ce8e2e4d122a204239102d233f431ff6ba37e05","reason":"Reset inventory target is an authority selector for package reconstruction, not executable guidance."}
|
|
80
|
+
- {"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."}
|
|
81
|
+
- {"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."}
|
|
82
|
+
- {"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."}
|
|
83
|
+
- {"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."}
|
|
84
|
+
- {"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."}
|
|
85
|
+
- {"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."}
|
|
86
|
+
- {"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."}
|
|
87
|
+
- {"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."}
|
|
88
|
+
- {"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."}
|
|
89
|
+
- {"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."}
|
|
90
|
+
- {"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."}
|
|
91
|
+
- {"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."}
|
|
92
|
+
- {"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."}
|
|
93
|
+
- {"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."}
|
|
94
|
+
- {"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."}
|
|
95
|
+
- {"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."}
|
|
96
|
+
- {"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."}
|
|
97
|
+
- {"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."}
|
|
98
|
+
- {"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."}
|
|
99
|
+
- {"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."}
|
|
100
|
+
- {"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."}
|
|
101
|
+
- {"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."}
|
|
102
|
+
- {"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."}
|
|
103
|
+
- {"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."}
|
|
104
|
+
- {"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."}
|
|
105
|
+
- {"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."}
|
|
106
|
+
- {"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."}
|
|
107
|
+
- {"path":"references/cli/vocabulary.md","region":"line:151","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."}
|
|
108
|
+
- {"path":"references/cli/vocabulary.md","region":"line:174","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."}
|
|
109
|
+
- {"path":"references/cli/vocabulary.md","region":"line:350","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."}
|
|
110
|
+
- {"path":"references/cli/vocabulary.md","region":"line:367","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."}
|
|
111
|
+
- {"path":"references/cli/vocabulary.md","region":"line:525","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."}
|
|
112
|
+
- {"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."}
|
|
113
|
+
- {"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."}
|
|
114
|
+
- {"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."}
|
|
115
|
+
- {"path":"CHANGELOG.md","region":"line:21","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1fda56f4b32ec5eb9d42ff4e6ab0e3e58b6cf8912f5c3231f39f6829fcf2b39b","reason":"Changelog line:21 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
116
|
+
- {"path":"CHANGELOG.md","region":"line:23","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"f5e0bd0856991a0923941c3ad9055072a2ec1eda931177dd1f56168dfb0bb078","reason":"Changelog line:23 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
117
|
+
- {"path":"CHANGELOG.md","region":"line:25","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7bdcccd6d71adcf662488995386e557838550a6c9f1fed068cd51ed1d960fd24","reason":"Changelog line:25 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
118
|
+
- {"path":"CHANGELOG.md","region":"line:42","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2250d45c3e2d385de170b88660823e67b27dd4cf24bb1a2c738e8be376e0a214","reason":"Changelog line:42 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
119
|
+
- {"path":"CHANGELOG.md","region":"line:45","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"630927738e05918052956b6d91455e8067a996310d4745105a43d8bb1c3137ec","reason":"Changelog line:45 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
120
|
+
- {"path":"CHANGELOG.md","region":"line:48","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d1235161543a46a91096732f967d99f93644deeae8b56b3db288c94609858b5f","reason":"Changelog line:48 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
121
|
+
- {"path":"CHANGELOG.md","region":"line:51","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a743788649965894e93946430e49a50837a590f5965e1c545021fc76eacf6895","reason":"Changelog line:51 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
122
|
+
- {"path":"CHANGELOG.md","region":"line:72","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7e758310fcf33ece1b459672683205e69926895c7c941a42f3f1d29f283dd9d4","reason":"Changelog line:72 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
123
|
+
- {"path":"CHANGELOG.md","region":"line:84","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"dc95d72903c07cf056a840935ec96fe0caa194c36b35e2360f42a06ddc2ee4b2","reason":"Changelog line:84 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
124
|
+
- {"path":"CHANGELOG.md","region":"line:85","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"29106b01dc3cb2e6118f6efc9f1dd8ddb61cacc5dc619ccde26c9af769dfe99b","reason":"Changelog line:85 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
125
|
+
- {"path":"CHANGELOG.md","region":"line:86","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ceda3a756542d896b8a3605cc03b016fe4f1a56cc11686ba6db1b48c8734df7b","reason":"Changelog line:86 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
126
|
+
- {"path":"CHANGELOG.md","region":"line:95","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"050631803d234222841d851b676c6000491020930fad2447b1a3eaa431e21290","reason":"Changelog line:95 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
127
|
+
- {"path":"CHANGELOG.md","region":"line:98","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b113aab35673c847eaa74bce43f32b30fe7929035cc73f4f91ca8888821f68bb","reason":"Changelog line:98 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
128
|
+
- {"path":"CHANGELOG.md","region":"line:123","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"96d3c8e8fbcc43bcdc5248ca9980df5f1508c46019a800d818279449a13a82fb","reason":"Changelog line:123 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
129
|
+
- {"path":"CHANGELOG.md","region":"line:169","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"c01327ab63047305ef88dcf00ea180754cd01cb28d1527bbbe2ad5d205c12704","reason":"Changelog line:169 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
130
|
+
- {"path":"CHANGELOG.md","region":"line:173","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"9086eb6f8d1d90b2a4b5da4bf90d541f3288798992e2961e852e6c3384189406","reason":"Changelog line:173 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
131
|
+
- {"path":"CHANGELOG.md","region":"line:174","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"04363471fbf3dbe6bb29d2cfa5fbbc25c06b973e6f105957950974ff9c5f81be","reason":"Changelog line:174 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
132
|
+
- {"path":"CHANGELOG.md","region":"line:186","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"273d7dae87662352c49e5723aaa528efa89c9a7dbc7d43d3cbc54c1a1b9771da","reason":"Changelog line:186 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
133
|
+
- {"path":"CHANGELOG.md","region":"line:188","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6d02d187f8e271cc6acc4b6966344a841615326891969dbec67815e40a51fe81","reason":"Changelog line:188 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
134
|
+
- {"path":"CHANGELOG.md","region":"line:190","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a5dd4c79ebfefc03bd1c6e3d159f362fd2c5f584d6ff8de7928edf88414133a9","reason":"Changelog line:190 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
135
|
+
- {"path":"CHANGELOG.md","region":"line:216","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"df8119585a79f11d42187fd6f57375401442e761ce94e30dd5a4b280c7a6f9e9","reason":"Changelog line:216 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
136
|
+
- {"path":"CHANGELOG.md","region":"line:224","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0d5ca59bac58c2171d89e48ba4b9068ff7a8681a852272a09b3a4b28c6edf0a0","reason":"Changelog line:224 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
137
|
+
- {"path":"CHANGELOG.md","region":"line:228","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b5dc0e45378318464e595a7ccdbb15acc31ce67a2d55b2a9f8c3f8531c8e6ec7","reason":"Changelog line:228 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
138
|
+
- {"path":"CHANGELOG.md","region":"line:238","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6bb696768a9a650f0b76ddaae20845cd48daef82ea78376b9f408372d252f840","reason":"Changelog line:238 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
139
|
+
- {"path":"CHANGELOG.md","region":"line:244","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e7de09667fd257aa82b8049725e7687fc6f7d97d81b0024b064f4843bd1e8f88","reason":"Changelog line:244 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
140
|
+
- {"path":"CHANGELOG.md","region":"line:246","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7ef64202688c9c22fb2e693838d6d9133aa99869735eb32f00729587b283886d","reason":"Changelog line:246 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
141
|
+
- {"path":"CHANGELOG.md","region":"line:248","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"35f2268ae3281a70b7c584c23e4e57a07fc9ee6625eed48ae252d167e8ba83ea","reason":"Changelog line:248 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
142
|
+
- {"path":"CHANGELOG.md","region":"line:250","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"67d177100a3c9892643202a255523b9a84f57aa4c28b8c5dd21973c13cc06c7d","reason":"Changelog line:250 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
143
|
+
- {"path":"CHANGELOG.md","region":"line:251","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"39f085892a7b3c6e14905d90ab0c3f4cc58c66e0b5ffc2ab6ce0f88e8182cf98","reason":"Changelog line:251 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
144
|
+
- {"path":"CHANGELOG.md","region":"line:252","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a2f0254ae0226ce04de0917832fd1911cf27b1b69a832abcfbfe34c01c8d0d41","reason":"Changelog line:252 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
145
|
+
- {"path":"CHANGELOG.md","region":"line:255","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6093e60d6c57f5bee694523c7fe380cd6a2ebaaff36d13e7ef153f1439789e99","reason":"Changelog line:255 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
146
|
+
- {"path":"CHANGELOG.md","region":"line:256","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"3dc02d2ca69c6d89705932cf557ffaa2bc089a294b518c0eef1a449dfb3d5173","reason":"Changelog line:256 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
147
|
+
- {"path":"CHANGELOG.md","region":"line:260","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2aac4a56f628aaca71f8003fd0678fed24771a7b10141759f7192808af70215c","reason":"Changelog line:260 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
148
|
+
- {"path":"CHANGELOG.md","region":"line:261","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"873571837ff03601ee6bfbfc9a65e1ff92e60070d1caef03ffe83a8268085aea","reason":"Changelog line:261 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
149
|
+
- {"path":"CHANGELOG.md","region":"line:262","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b46ee694c286a5932ca901e25bd4e639e95fca7c41b8fd8c37bd52c5f8504a68","reason":"Changelog line:262 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
150
|
+
- {"path":"CHANGELOG.md","region":"line:288","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"fc4be38a17eab92be66ac5f7e1b7efd5fe5f7bc78b69f72553f7126d94047c8e","reason":"Changelog line:288 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
151
|
+
- {"path":"CHANGELOG.md","region":"line:290","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0a36c5c0fc2b89c9180061423daa4a07d3ac332fcd23279f9baf9cda8a2f6adf","reason":"Changelog line:290 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
152
|
+
- {"path":"CHANGELOG.md","region":"line:298","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"8e5f072c4568d46e10d35988ee015e77c18f63b1ef0e35eaf9105a7798a6e09b","reason":"Changelog line:298 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
153
|
+
- {"path":"CHANGELOG.md","region":"line:302","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"5f0ed0692a128853c09a7b25b8fe49c76b449a0cb8bf778a13ae49c5ba358d70","reason":"Changelog line:302 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
154
|
+
- {"path":"CHANGELOG.md","region":"line:310","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"17953bf458f6fb57effa97a6533a28259ce4315a41609324b4be15746f52874a","reason":"Changelog line:310 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
155
|
+
- {"path":"CHANGELOG.md","region":"line:314","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"488192144e03b8d2359b24a9448efe139df2db64084f96f13e7e6430be51daee","reason":"Changelog line:314 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
156
|
+
- {"path":"CHANGELOG.md","region":"line:318","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e938c494be60cd385581a5fef12657adc783cff181cf39f6a7edc39193f3b865","reason":"Changelog line:318 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
157
|
+
- {"path":"CHANGELOG.md","region":"line:335","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"15aa027b774437bc8622032515420cc7ede7cbeb1c9276b34af0beb354c63f9f","reason":"Changelog line:335 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
158
|
+
- {"path":"CHANGELOG.md","region":"line:338","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"fe22710d241ca919fa71c5fb93df868f3057ea55555f8b56bfc683ea9afef64a","reason":"Changelog line:338 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
159
|
+
- {"path":"CHANGELOG.md","region":"line:345","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a295187d75825286791f7b3fae79c63fa2b04ca1a79445095aa89b3f830078b6","reason":"Changelog line:345 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
160
|
+
- {"path":"CHANGELOG.md","region":"line:352","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a4c44983f585a0c5e04a3e9211216e9527b384b6486860fd713906dc8a08ebfc","reason":"Changelog line:352 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
161
|
+
- {"path":"CHANGELOG.md","region":"line:353","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1c02cad8bec36f44f68191030f5b5ab9e8428f061895a78dfa78209e915029a5","reason":"Changelog line:353 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
162
|
+
- {"path":"CHANGELOG.md","region":"line:359","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e818b9177e5e2e33c7730264d4feaee54ec38fb8ecd9b9dfd38a8e13ef733c2c","reason":"Changelog line:359 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
163
|
+
- {"path":"CHANGELOG.md","region":"line:360","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"02727f43986dcbccd3c1c28bf5783f8da398cb14621d94fdcd554d7af171fe70","reason":"Changelog line:360 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
164
|
+
- {"path":"CHANGELOG.md","region":"line:365","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"73d92f74369b6dd668aa84314617b45438ab59c2791ba1e18044630c707063ee","reason":"Changelog line:365 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
165
|
+
- {"path":"CHANGELOG.md","region":"line:367","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"df43cf1d875dea7106157abbb0bb0a8178f5fd8e9f3ae4a328d9de84e9aa83c0","reason":"Changelog line:367 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
166
|
+
- {"path":"CHANGELOG.md","region":"line:373","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ab285a52329794ba0fb9c1aaa1ed3d8ccc20f5f35534d4969f5864d5820fb8db","reason":"Changelog line:373 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
167
|
+
- {"path":"CHANGELOG.md","region":"line:374","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"29c9289599a7439152d2360f033e6975d1fff12ef170143e4af35500d2385536","reason":"Changelog line:374 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
168
|
+
- {"path":"CHANGELOG.md","region":"line:380","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"db29be79c0599ef245401ef364157553ecbc5de0e621c6463f65e22b6cd88074","reason":"Changelog line:380 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
169
|
+
- {"path":"CHANGELOG.md","region":"line:382","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"53a63845ee297394d604fda2632c6ff8f989d11a2f4b6a08f649200cc27d6d56","reason":"Changelog line:382 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
170
|
+
- {"path":"CHANGELOG.md","region":"line:392","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"51acb1b950349ebddc025e217f5d2c18390194b090331700b3c68aafed515350","reason":"Changelog line:392 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
171
|
+
- {"path":"CHANGELOG.md","region":"line:393","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"431b7e7491c49a9e37078f21e2367f385e564d81fa8aef6d0ecd76ef3785c9cb","reason":"Changelog line:393 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
172
|
+
- {"path":"CHANGELOG.md","region":"line:394","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d3e7acd5c6c6add69e79ae8ec14055df098468f5e911aa21f3199fee74f9cb34","reason":"Changelog line:394 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
173
|
+
- {"path":"CHANGELOG.md","region":"line:399","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"905558f56c722cd82215409d52bf70806d1be592750508489a20b9d34648fdd0","reason":"Changelog line:399 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
174
|
+
- {"path":"CHANGELOG.md","region":"line:400","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"afca70edee248020c32b2fcbf0d0b511680d994d8c32f08b19f129642ff45bf2","reason":"Changelog line:400 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
175
|
+
- {"path":"CHANGELOG.md","region":"line:406","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"75c13bc218736386cc04ff952ccd05dbc6c828443754dc7833a3e508e2c463cc","reason":"Changelog line:406 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
176
|
+
- {"path":"CHANGELOG.md","region":"line:407","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"459ff2708d311bc9fbaaa6fb575b79e2c37a9e5e2b74de1b4966dddb817ff33e","reason":"Changelog line:407 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
177
|
+
- {"path":"CHANGELOG.md","region":"line:417","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a96dd3429c58e932cc8dabdeb3b468e706a6194fce4fc1a4223564e537925ded","reason":"Changelog line:417 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
178
|
+
- {"path":"CHANGELOG.md","region":"line:423","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0b94031a8ce928ff0f6683e243b63c4c824bda5074be362aae7f8edc7da99944","reason":"Changelog line:423 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
179
|
+
- {"path":"CHANGELOG.md","region":"line:428","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d6421237cd9558d67a891714263826610eef35dcc1ff10a0dc57b920e32b5d7a","reason":"Changelog line:428 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
180
|
+
- {"path":"CHANGELOG.md","region":"line:458","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b79f1983530c32d44b5ffe066120ca61a49aeff084c24ac3c23ff9804b244084","reason":"Changelog line:458 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
181
|
+
- {"path":"CHANGELOG.md","region":"line:461","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2b2bc3ce51212471105df901c8771cb033d64694fb2aef651d01c270497a83da","reason":"Changelog line:461 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
182
|
+
- {"path":"CHANGELOG.md","region":"line:479","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"da8489e2a895b683e9dbd7d64a1d49014933b2fccf6383052ee7e8de24542f2c","reason":"Changelog line:479 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
183
|
+
- {"path":"CHANGELOG.md","region":"line:481","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"9d0f85f145de094192e8b273beb23a7283ee75ddad9c457b9ae89235cff153a1","reason":"Changelog line:481 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
184
|
+
- {"path":"CHANGELOG.md","region":"line:486","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b498e1e57926bf029fa431f522826a0264532e52eff1aa37634fc635b70aebcd","reason":"Changelog line:486 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
185
|
+
- {"path":"CHANGELOG.md","region":"line:494","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"27f4a7bb0420775f944f41ddad0be922fd3865f57fbb5780bc7dc5a6d80cad30","reason":"Changelog line:494 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
186
|
+
- {"path":"CHANGELOG.md","region":"line:498","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"80edcd68cf8a0f2c67b114e54d2840fd8c7dbffbfd69d9717cc305144702a319","reason":"Changelog line:498 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
187
|
+
- {"path":"CHANGELOG.md","region":"line:499","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"32a058aabcfd9ee0aace4813ba444460ede32db74460cde74378528e09795e40","reason":"Changelog line:499 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
188
|
+
- {"path":"CHANGELOG.md","region":"line:500","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"548fd32440fef321cb3a9250d7869a0d0c69c62600411378750b9ffd556b996b","reason":"Changelog line:500 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
189
|
+
- {"path":"CHANGELOG.md","region":"line:503","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e1ad9952e02194a97fc692605d95a68dd5d3ce25e089ab67006a88f33d40e176","reason":"Changelog line:503 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
190
|
+
- {"path":"CHANGELOG.md","region":"line:522","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a2c7c4aafcc8839e7dbdd6d4504ed658852c90b316d5ec7bf424c7491a9df8fb","reason":"Changelog line:522 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
191
|
+
- {"path":"CHANGELOG.md","region":"line:533","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2b11f8d17486fcf18b22602f1dbe568f71aadeae4d4838d2566adc821c71e664","reason":"Changelog line:533 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
192
|
+
- {"path":"CHANGELOG.md","region":"line:551","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"414abf981d94d78a8dd28187f7e0435e20ee79a6fb58f6646878b5fcf2d21cea","reason":"Changelog line:551 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
193
|
+
- {"path":"CHANGELOG.md","region":"line:560","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"aeca1f7f5097e0166086bad69771c682f6ce88d545ef8c904b073152b9679935","reason":"Changelog line:560 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
194
|
+
- {"path":"CHANGELOG.md","region":"line:572","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"faa006fd307a52f0e0b54d0805cbdab5f927e68b066289c7ecd7d74add5b9bb9","reason":"Changelog line:572 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
195
|
+
- {"path":"CHANGELOG.md","region":"line:573","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"8d5f97602651419dbb3a16be9ff8fb6d6d1a873a48d9f87439a03c2ce819d1db","reason":"Changelog line:573 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
196
|
+
- {"path":"CHANGELOG.md","region":"line:587","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"caf5a281584053eb6e9d5529ef08c123b5e1bf9783afb3eba86e8bbf44e1e730","reason":"Changelog line:587 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
197
|
+
- {"path":"CHANGELOG.md","region":"line:588","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a91271ae16cb4e1e77349bb816f7e1bb069049951fd4c5b725d8b107ec18da51","reason":"Changelog line:588 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
198
|
+
- {"path":"CHANGELOG.md","region":"line:593","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4ca2a2d69ed4bac1e5e9809484202b51e8761eed9ce361b7b054162f309b63f7","reason":"Changelog line:593 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
199
|
+
- {"path":"CHANGELOG.md","region":"line:595","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"dbd15430145d78cd5f9457fb362a0dcc04a76fbb21322b6a7fd1ec757d2ef61a","reason":"Changelog line:595 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
200
|
+
- {"path":"CHANGELOG.md","region":"line:599","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2f54f2e9a2572b59f8630f0abbcc633780cbf59d975b4b6a71ff96d93c51b43d","reason":"Changelog line:599 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
201
|
+
- {"path":"CHANGELOG.md","region":"line:600","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7d179cb6e2fb80e9846e1e1d2b68c38d6501be7ec713db277f478948a07d9bdb","reason":"Changelog line:600 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
202
|
+
- {"path":"CHANGELOG.md","region":"line:605","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e59c205b557c39d9aa478284ef4a9fec56794ca1f90d0527f0018adbef3eb254","reason":"Changelog line:605 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
203
|
+
- {"path":"CHANGELOG.md","region":"line:609","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"46de17b557d8e861966bb3c368319b813a5998096bbe64bff571c574da0b08c0","reason":"Changelog line:609 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
204
|
+
- {"path":"CHANGELOG.md","region":"line:621","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ecf04dcff932c45b5e2d5a4fcd3a8b02e945558128e32b641abc244dc916482d","reason":"Changelog line:621 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
205
|
+
- {"path":"CHANGELOG.md","region":"line:641","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ae7d9069525691441b43fdbee8773672fd3e634bdbb13c9ed23e7fb71cbb6f3a","reason":"Changelog line:641 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
206
|
+
- {"path":"CHANGELOG.md","region":"line:645","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"c809433be138d49ccabc951f91e45112802996785bb1ecd9a6d796fd63c9ffa7","reason":"Changelog line:645 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
207
|
+
- {"path":"CHANGELOG.md","region":"line:646","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6073e9289ef99ab4f27efc110537b77ae375f8f21ccde5c80b05f2a6d35b7b0b","reason":"Changelog line:646 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
208
|
+
- {"path":"CHANGELOG.md","region":"line:647","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"21b82519aedc928d98bca21f7630c6ec9407d3076bf19de414cf2eba29ccf2ff","reason":"Changelog line:647 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
209
|
+
- {"path":"CHANGELOG.md","region":"line:652","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ed1d30e3b549157a35da50da38b714e976d4b393701e0706fb28cf1d7e466fe0","reason":"Changelog line:652 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
210
|
+
- {"path":"CHANGELOG.md","region":"line:653","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6c28785c7b4aa1db1a78a50b648197377549602dd79effbf0141b038b3049038","reason":"Changelog line:653 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
211
|
+
- {"path":"CHANGELOG.md","region":"line:654","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"cad277cc53a17fe0b24f3ea20e42b09b00ba2dd16444cd04491fcd1db3e4a7c0","reason":"Changelog line:654 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
212
|
+
- {"path":"CHANGELOG.md","region":"line:655","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"5425eb65cb592aac25aa50e3cbbb3bd49b0f1f879e55382d6797b6692c13a41e","reason":"Changelog line:655 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
213
|
+
- {"path":"CHANGELOG.md","region":"line:656","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0ef078b41964e086872ee9a3253c6e70d59421654e8819341574932bb5452efa","reason":"Changelog line:656 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
214
|
+
- {"path":"CHANGELOG.md","region":"line:658","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"096c8a56d103d2fd04718ee6ff98602fb46095d69e9abc79de5a1f4a5f914587","reason":"Changelog line:658 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
215
|
+
- {"path":"CHANGELOG.md","region":"line:661","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"555e7cd38b31c0a185ce482513efc7287923288fd6dcfd6589b49fcd97672451","reason":"Changelog line:661 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
216
|
+
- {"path":"CHANGELOG.md","region":"line:693","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"f01a43570ece6bdee58ff4232a50205917b2418fe0d6ef91eabbafe9af5bacda","reason":"Changelog line:693 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
217
|
+
- {"path":"CHANGELOG.md","region":"line:694","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"bbe3eff3bec3de74cd5f5d46472f2c11e3eed718cff2add201ef9f185333f2f6","reason":"Changelog line:694 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
218
|
+
- {"path":"CHANGELOG.md","region":"line:696","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2d3c6ac7d432c2aa083997f281fcb7683cfd6f0b71254fa72a626eac459c5f69","reason":"Changelog line:696 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
219
|
+
- {"path":"CHANGELOG.md","region":"line:701","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2f02daac3483802b3e81ca3223f1965d83d2afaf0b60fc42637127b70733a1c7","reason":"Changelog line:701 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
220
|
+
- {"path":"CHANGELOG.md","region":"line:702","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"16a7bf529b15b3a31847f0f0cbc26f9e97c556d5aef23de5e0ed3f751121bc8a","reason":"Changelog line:702 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
221
|
+
- {"path":"CHANGELOG.md","region":"line:703","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"3282dd03aa329d63733e98377f9c813deb8ef42aeed9c77cb4cd7b957144e0cc","reason":"Changelog line:703 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
222
|
+
- {"path":"CHANGELOG.md","region":"line:704","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"22fb3975fd5f782c2af0bfb150dacbdf8df7917a90e4116882891a823612f511","reason":"Changelog line:704 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
223
|
+
- {"path":"CHANGELOG.md","region":"line:705","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b34adc3b75d4bcb0c3ec4e907136939230ab49f1ceebc02940b8e6141f22c112","reason":"Changelog line:705 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
224
|
+
- {"path":"CHANGELOG.md","region":"line:706","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2d28b0ffd235eaf71ea1f9076f7a2c783186cf3cd7389226989fc98470dbc5d2","reason":"Changelog line:706 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
225
|
+
- {"path":"CHANGELOG.md","region":"line:707","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b5caf0d282b7436cdebf0e9bbd4e9399ac7d34c6f210de8aa657ee1ef410708e","reason":"Changelog line:707 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
226
|
+
- {"path":"CHANGELOG.md","region":"line:710","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"74e3be0b918f489413bc95ed75fbe403b91d954c5a9c74d0acd5b13418c36527","reason":"Changelog line:710 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
227
|
+
- {"path":"CHANGELOG.md","region":"line:711","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"69139a0963f7dd750d55f3cedadca1872546d4df4d9613b295542917e1f3cdb2","reason":"Changelog line:711 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
228
|
+
- {"path":"CHANGELOG.md","region":"line:712","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a95ab1163c7d3e8368ae7a762d1f9711aa2229ae22dd401f5d5608cf199cb920","reason":"Changelog line:712 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
229
|
+
- {"path":"CHANGELOG.md","region":"line:713","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e0a8321f50b4bd82241f95a11548ad574120e46c51dc09acfa9f20a65c6a2ed7","reason":"Changelog line:713 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
230
|
+
- {"path":"CHANGELOG.md","region":"line:718","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4986da5c58b9781adc9941ed72bd415b56606872144d70466ba068e05205cc05","reason":"Changelog line:718 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
231
|
+
- {"path":"CHANGELOG.md","region":"line:724","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7f168e53ebbe91507bb8e139937a25d297a69a7f7e7440266f285b0a6b549667","reason":"Changelog line:724 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
232
|
+
- {"path":"CHANGELOG.md","region":"line:725","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"f267d4d5e22facf19564218ed5a95e9923e16a7b6e5568d5456bfbdad570e6ec","reason":"Changelog line:725 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
233
|
+
- {"path":"CHANGELOG.md","region":"line:741","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0968f2b1ea7d11286b5440af53bdb61a50c06e4c9890b3050b03406bcdd9c35a","reason":"Changelog line:741 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
234
|
+
- {"path":"CHANGELOG.md","region":"line:760","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1ef8c1b4961339b268c9f38f35f04927ec4e15eb7542a012e6814ea23c06377b","reason":"Changelog line:760 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
235
|
+
- {"path":"CHANGELOG.md","region":"line:767","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"9a54cf33ae84163abd8585b414d62068feb60e997a99ac96ea7b2fcf899407cd","reason":"Changelog line:767 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
236
|
+
- {"path":"CHANGELOG.md","region":"line:777","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e84b25864e165cab5d6b032cece0b68aca17045fe9d4e49f4c2a463614b2abb1","reason":"Changelog line:777 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
237
|
+
- {"path":"CHANGELOG.md","region":"line:783","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ef66163820d625eb8d779b90551e4e6cc06b5518744936c967fd4e2c598297f2","reason":"Changelog line:783 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
238
|
+
- {"path":"CHANGELOG.md","region":"line:789","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a01668f19d9a3c0e22fb3d0affa2eb4823cf6fd020dffcdcda19e694f99a34ab","reason":"Changelog line:789 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
239
|
+
- {"path":"CHANGELOG.md","region":"line:803","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"02257b11d0f12d87160c922d03a43a3ad71b47328b4cfec8321772a00ab9f0e1","reason":"Changelog line:803 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
240
|
+
- {"path":"CHANGELOG.md","region":"line:818","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"16482064f9ef0dd51f79a3a5fddf7faac1f3e005878a79f84b8241c7b81f99e2","reason":"Changelog line:818 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
241
|
+
- {"path":"CHANGELOG.md","region":"line:821","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1815e861f19557d9ab3569c01c08897fe576c1f75af6dc924553fdf6a905f1f9","reason":"Changelog line:821 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
242
|
+
- {"path":"CHANGELOG.md","region":"line:835","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"30116664823ab35e3d51cc5a285d71dd8132a9cbfbfd5b41d5345028e383b885","reason":"Changelog line:835 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
243
|
+
- {"path":"CHANGELOG.md","region":"line:836","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"071c61668669d48bf922cdb0ae4af90d79b80c9ae15eaa87c4cda42ebc21bcbf","reason":"Changelog line:836 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
244
|
+
- {"path":"CHANGELOG.md","region":"line:841","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"93ac57d769619d9c8c8cd3c251533f1cb189988400d7f1b863e5bb117f5714ae","reason":"Changelog line:841 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
245
|
+
- {"path":"CHANGELOG.md","region":"line:842","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2c11004ecf6fd72878f5f63e48d11253cc56ce1cb664af9bdef7eff6d0d0c917","reason":"Changelog line:842 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
246
|
+
- {"path":"CHANGELOG.md","region":"line:864","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ba19ce6c8550e0e4c72b3b72b28a90a4959774eb9ad569d2dce82c1fb0e78acb","reason":"Changelog line:864 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
247
|
+
- {"path":"CHANGELOG.md","region":"line:865","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"bc5b7df4384245805b40c0e7ceeb6ff233b29f45e918c80c30393166f8cc8fa9","reason":"Changelog line:865 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
248
|
+
- {"path":"CHANGELOG.md","region":"line:870","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7ec3987f6990c4b68c2d2112446be7662b628cd243ecffdb3290c7eba386daad","reason":"Changelog line:870 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
249
|
+
- {"path":"CHANGELOG.md","region":"line:872","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4e340672d35bf580414d9ddd1b8747300204b61f2f6d0e39cbbf11467351db72","reason":"Changelog line:872 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
250
|
+
- {"path":"CHANGELOG.md","region":"line:873","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"83eff78aaa7448828ba03183932befed590bd2746f9e2a2ff95c46e72927fd52","reason":"Changelog line:873 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
251
|
+
- {"path":"CHANGELOG.md","region":"line:874","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b4e5b25810bddd6c181822b08406e1d1e41c05808a271554930e802e2ee4fffd","reason":"Changelog line:874 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
252
|
+
- {"path":"CHANGELOG.md","region":"line:875","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4c59c9febcd1836db2b846ca931564c0b3596adb07c16245ab9ae56a926dc348","reason":"Changelog line:875 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
253
|
+
- {"path":"CHANGELOG.md","region":"line:879","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"51338f660b147e0d406058b387710e4f836a439c27c330390c32e9c40500a6ee","reason":"Changelog line:879 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
254
|
+
- {"path":"CHANGELOG.md","region":"line:884","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1e0ecbffc7397c055247dd7ef0f87868ad25aed2b0b90d7954bdc3dbeecac19c","reason":"Changelog line:884 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
255
|
+
- {"path":"CHANGELOG.md","region":"line:898","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"8f613489432d44a86aa482288830a36eaf8b82e11aa22eeb7e9c694190f28e58","reason":"Changelog line:898 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
256
|
+
- {"path":"CHANGELOG.md","region":"line:904","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"537a366577c8af0ea8c68ab7f254800eba85992fbcecc875dae78b51ebc2ab35","reason":"Changelog line:904 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
257
|
+
- {"path":"CHANGELOG.md","region":"line:933","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"ce476fbddd3071b4a2e4333922743f7d71e806a1c47440b1f7a02d468bc6bf65","reason":"Changelog line:933 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
258
|
+
- {"path":"CHANGELOG.md","region":"line:1047","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"acc0f013a71ee060dcad00fc55b54f82300325278a00193577b58882d872fb10","reason":"Changelog line:1047 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
259
|
+
- {"path":"CHANGELOG.md","region":"line:1094","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"79e767fd2e4baa00cdfc763c6814870dbefe20b6745d181f82bdba5139c0272f","reason":"Changelog line:1094 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
260
|
+
- {"path":"CHANGELOG.md","region":"line:1101","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d57016b29585bb34604fc36cfce740c4e6b83a2c0fa753467730d6840ecebd34","reason":"Changelog line:1101 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
261
|
+
- {"path":"CHANGELOG.md","region":"line:1120","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"42cbb848be0de98624a2d008843e13c40efc7c77a02d7c4f489348d0e73b5b60","reason":"Changelog line:1120 records historical release behavior containing this exact noncanonical scalar; it does not authorize current execution."}
|
|
262
|
+
- {"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."}
|
|
263
|
+
- {"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."}
|
|
264
|
+
- {"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."}
|
|
265
|
+
- {"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."}
|
|
266
|
+
- {"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."}
|
|
267
|
+
- {"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."}
|
|
268
|
+
- {"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."}
|
|
269
|
+
- {"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."}
|
|
270
|
+
- {"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."}
|
|
271
|
+
- {"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."}
|
|
272
|
+
- {"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."}
|
|
273
|
+
- {"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."}
|
|
274
|
+
- {"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."}
|
|
275
|
+
- {"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."}
|
|
276
|
+
- {"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."}
|
|
277
|
+
- {"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."}
|
|
278
|
+
- {"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."}
|
|
279
|
+
emitted_producers:
|
|
280
|
+
- path: packages/cli/src/capabilities/index.ts
|
|
281
|
+
reason: Complete capability bodies and startup commands pass through the shared pre-cutover constructors and source/package output scans.
|
|
282
|
+
- path: packages/cli/src/cli/prime-blob.ts
|
|
283
|
+
reason: Complete static prime guidance passes through the shared instruction-body constructor and source/package output scans.
|
|
284
|
+
- path: packages/cli/src/cli/help.ts
|
|
285
|
+
reason: Help examples pass through the shared command constructor and complete help outputs are source/package scanned.
|
|
286
|
+
- path: packages/cli/src/cli/migrationRequired.ts
|
|
287
|
+
reason: Machine recovery fields construct executable guidance only through preCutoverCommand.
|
|
288
|
+
- path: packages/cli/src/cli/orientation.ts
|
|
289
|
+
reason: Machine orientation fields construct executable guidance only through preCutoverCommand.
|
|
290
|
+
- path: packages/cli/src/cli/planLifecycleState.ts
|
|
291
|
+
reason: Machine lifecycle fields construct executable guidance only through preCutoverCommand.
|
|
292
|
+
- path: packages/cli/src/cli/stateQuery.ts
|
|
293
|
+
reason: Machine query recovery prose constructs executable guidance only through preCutoverCommand.
|
|
294
|
+
- path: packages/cli/src/cli/todoReadinessSelection.ts
|
|
295
|
+
reason: Machine TODO retrieval fields construct executable guidance only through preCutoverCommand.
|
|
296
|
+
- path: packages/cli/src/registries/hybridRouteReceipt.ts
|
|
297
|
+
reason: Route receipt startup authority constructs executable guidance only through preCutoverCommand and has behavioral output checks.
|
|
298
|
+
- path: packages/cli/src/cli/capabilityContext/benchmark.ts
|
|
299
|
+
reason: Capability benchmark fields construct executable guidance only through preCutoverCommand.
|
|
300
|
+
- path: packages/cli/src/cli/capabilityContext/build.ts
|
|
301
|
+
reason: Build context fields construct executable guidance only through preCutoverCommand.
|
|
302
|
+
- path: packages/cli/src/cli/capabilityContext/closeout.ts
|
|
303
|
+
reason: Closeout context fields construct executable guidance only through preCutoverCommand.
|
|
304
|
+
- path: packages/cli/src/cli/capabilityContext/contract.ts
|
|
305
|
+
reason: Capability contract fields construct executable guidance only through preCutoverCommand.
|
|
306
|
+
- path: packages/cli/src/cli/capabilityContext/evidence.ts
|
|
307
|
+
reason: Evidence context fields construct executable guidance only through preCutoverCommand.
|
|
308
|
+
- path: packages/cli/src/cli/capabilityContext/orchestration.ts
|
|
309
|
+
reason: Orchestration context fields construct executable guidance only through preCutoverCommand.
|
|
310
|
+
- path: packages/cli/src/cli/capabilityContext/shared.ts
|
|
311
|
+
reason: Shared capability fields construct executable guidance only through preCutoverCommand.
|
|
312
|
+
- path: packages/cli/src/cli/capabilityContext/types.ts
|
|
313
|
+
reason: Typed fallback defaults construct executable guidance only through preCutoverCommand.
|
|
314
|
+
- path: packages/cli/src/cli/capabilityContext/startupAggregation.ts
|
|
315
|
+
reason: Startup availability and discovery fields construct executable guidance only through preCutoverCommand and have aggregate output checks.
|
|
316
|
+
- path: packages/cli/src/cli/commands/capability.ts
|
|
317
|
+
reason: Capability command recovery fields construct executable guidance only through preCutoverCommand.
|
|
318
|
+
- path: packages/cli/src/cli/commands/prime.ts
|
|
319
|
+
reason: Prime command diagnostics construct executable guidance only through preCutoverCommand and have source/package output checks.
|
|
320
|
+
- path: packages/cli/src/cli/commands/query.ts
|
|
321
|
+
reason: Query command fields construct executable guidance only through preCutoverCommand.
|
|
322
|
+
- path: packages/cli/src/cli/commands/route.ts
|
|
323
|
+
reason: Route command diagnostics construct executable guidance only through preCutoverCommand and have behavioral output checks.
|
|
324
|
+
- path: packages/cli/src/cli/dispatch/index.ts
|
|
325
|
+
reason: Dispatcher recovery output constructs executable guidance only through preCutoverCommand.
|
|
326
|
+
- path: packages/cli/src/cli/dispatch/lifecycle.ts
|
|
327
|
+
reason: Lifecycle recovery output constructs executable guidance only through preCutoverCommand.
|
|
328
|
+
- path: packages/cli/src/cli/commands/prime/orientationOutput.ts
|
|
329
|
+
reason: Orientation output fields construct executable guidance only through preCutoverCommand.
|
|
330
|
+
- path: packages/cli/src/cli/commands/prime/collectEntityOrientation.ts
|
|
331
|
+
reason: Entity orientation output fields construct executable guidance only through preCutoverCommand.
|
|
332
|
+
- path: packages/cli/src/cli/commands/prime/buildExecutionRequest.ts
|
|
333
|
+
reason: Build request diagnostics construct executable guidance only through preCutoverCommand.
|
|
334
|
+
- path: packages/cli/src/cli/commands/prime/briefOrientation.ts
|
|
335
|
+
reason: Brief orientation fields construct executable guidance only through preCutoverCommand.
|
|
336
|
+
- path: packages/cli/src/cli/commands/doctor.ts
|
|
337
|
+
reason: Doctor project-state signals publish bounded reconciliation preview and apply guidance.
|
|
338
|
+
- path: packages/cli/src/bin/agentera.ts
|
|
339
|
+
reason: The executable entry point publishes dispatcher output that transitively contains guarded command guidance.
|
|
340
|
+
- path: packages/cli/src/cli/capabilityContext.ts
|
|
341
|
+
reason: The capability-context facade re-exports guarded context producers.
|
|
342
|
+
- path: packages/cli/src/cli/capabilityContext/bespoke.ts
|
|
343
|
+
reason: Bespoke capability contexts transitively publish guarded command fields.
|
|
344
|
+
- path: packages/cli/src/cli/capabilityContext/index.ts
|
|
345
|
+
reason: The capability-context index re-exports guarded context producers.
|
|
346
|
+
- path: packages/cli/src/cli/capabilityContext/startup.ts
|
|
347
|
+
reason: Startup context assembly transitively publishes guarded command fields.
|
|
348
|
+
- path: packages/cli/src/cli/commands/prime/collectOrientationState.ts
|
|
349
|
+
reason: Orientation state assembly transitively publishes guarded command fields.
|
|
350
|
+
- path: packages/cli/src/cli/commands/schema.ts
|
|
351
|
+
reason: Schema output transitively publishes guarded writer command guidance.
|
|
352
|
+
- path: packages/cli/src/cli/commands/state/docs.ts
|
|
353
|
+
reason: Docs-state output transitively publishes guarded command guidance.
|
|
354
|
+
- path: packages/cli/src/cli/commands/state/get.ts
|
|
355
|
+
reason: Exact-get output transitively publishes guarded retrieval guidance.
|
|
356
|
+
- path: packages/cli/src/cli/commands/state/index.ts
|
|
357
|
+
reason: The state command index re-exports guarded state producers.
|
|
358
|
+
- path: packages/cli/src/cli/commands/state/list.ts
|
|
359
|
+
reason: List output transitively publishes guarded retrieval guidance.
|
|
360
|
+
- path: packages/cli/src/cli/commands/state/todo.ts
|
|
361
|
+
reason: TODO output transitively publishes guarded retrieval guidance.
|
|
362
|
+
- path: packages/cli/src/cli/commands/upgrade.ts
|
|
363
|
+
reason: Upgrade output transitively publishes guarded recovery guidance.
|
|
364
|
+
- path: packages/cli/src/cli/commands/upgradeVerify.ts
|
|
365
|
+
reason: Upgrade verification output transitively publishes guarded recovery guidance.
|
|
366
|
+
- path: packages/cli/src/cli/commands/verify.ts
|
|
367
|
+
reason: Verification output transitively publishes guarded command guidance.
|
|
368
|
+
- path: packages/cli/src/cli/dispatch.ts
|
|
369
|
+
reason: The dispatcher facade re-exports guarded output producers.
|
|
370
|
+
- path: packages/cli/src/cli/dispatch/check.ts
|
|
371
|
+
reason: Check dispatch publishes guarded validation and recovery output.
|
|
372
|
+
- path: packages/cli/src/cli/dispatch/prime.ts
|
|
373
|
+
reason: Prime dispatch publishes guarded startup output.
|
|
374
|
+
- path: packages/cli/src/cli/dispatch/state.ts
|
|
375
|
+
reason: State dispatch publishes guarded state output.
|
|
376
|
+
- path: packages/cli/src/eval/hybridRouteEvaluation.ts
|
|
377
|
+
reason: Routing evaluation transitively publishes guarded startup provenance.
|
|
378
|
+
- path: packages/cli/src/state/todoDocsEntities.ts
|
|
379
|
+
reason: TODO reconciliation output transitively publishes guarded retrieval guidance.
|
|
380
|
+
- path: packages/cli/src/state/todoReconciliationInspection.ts
|
|
381
|
+
reason: TODO reconciliation inspection publishes bounded preview and effect-bound apply guidance.
|
|
382
|
+
constructor_non_producers:
|
|
383
|
+
- path: packages/cli/src/validate/activationConjunction.ts
|
|
384
|
+
reason: Consumes contract-owned runnable corrections without constructing command guidance in source.
|
|
385
|
+
- path: packages/cli/src/cli/capabilityContext/planState.ts
|
|
386
|
+
reason: Imports constructor-closure modules for internal plan state, but does not publish command guidance.
|
|
387
|
+
- path: packages/cli/src/cli/capabilityContext/progress.ts
|
|
388
|
+
reason: Imports constructor-closure modules for internal progress state, but does not publish command guidance.
|
|
389
|
+
- path: packages/cli/src/cli/capabilityContext/slim.ts
|
|
390
|
+
reason: Imports constructor-closure modules for bounded context shaping, but does not publish command guidance.
|
|
391
|
+
- path: packages/cli/src/cli/commands/durability.ts
|
|
392
|
+
reason: Imports constructor-closure command modules for dispatch, but does not construct command guidance.
|
|
393
|
+
- path: packages/cli/src/cli/commands/glossaryAdvice.ts
|
|
394
|
+
reason: Imports constructor-closure command modules for glossary advice, but does not construct command guidance.
|
|
395
|
+
- path: packages/cli/src/cli/commands/profileGrounding.ts
|
|
396
|
+
reason: Imports constructor-closure command modules for profile output, but does not construct command guidance.
|
|
397
|
+
- path: packages/cli/src/cli/commands/state/decisions.ts
|
|
398
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
399
|
+
- path: packages/cli/src/cli/commands/state/experimentRecords.ts
|
|
400
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
401
|
+
- path: packages/cli/src/cli/commands/state/experiments.ts
|
|
402
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
403
|
+
- path: packages/cli/src/cli/commands/state/health.ts
|
|
404
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
405
|
+
- path: packages/cli/src/cli/commands/state/objective.ts
|
|
406
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
407
|
+
- path: packages/cli/src/cli/commands/state/plan.ts
|
|
408
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
409
|
+
- path: packages/cli/src/cli/commands/state/plans.ts
|
|
410
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
411
|
+
- path: packages/cli/src/cli/commands/state/planTasks.ts
|
|
412
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
413
|
+
- path: packages/cli/src/cli/commands/state/progress.ts
|
|
414
|
+
reason: Imports the guarded state-command closure for dispatch only; command guidance is owned downstream.
|
|
415
|
+
- path: packages/cli/src/cli/commands/state/write.ts
|
|
416
|
+
reason: Imports the guarded state-command closure for mutation dispatch only; command guidance is owned downstream.
|
|
417
|
+
- path: packages/cli/src/cli/commands/validate.ts
|
|
418
|
+
reason: Imports constructor-closure command modules for validation dispatch, but does not construct command guidance.
|
|
419
|
+
- path: packages/cli/src/cli/contracts/orientationState.ts
|
|
420
|
+
reason: Imports constructor-closure types and state for contracts only, but does not publish command guidance.
|
|
421
|
+
- path: packages/cli/src/cli/dispatch/commands.ts
|
|
422
|
+
reason: Imports constructor-closure dispatch modules for command routing, but does not construct command guidance.
|
|
423
|
+
- path: packages/cli/src/cli/orientation/attention.ts
|
|
424
|
+
reason: Imports constructor-closure orientation state for attention selection, but does not construct command guidance.
|
|
425
|
+
- path: packages/cli/src/cli/planArtifacts.ts
|
|
426
|
+
reason: Imports constructor-closure plan state for artifact projection, but does not construct command guidance.
|
|
427
|
+
- path: packages/cli/src/cli/planEvidence.ts
|
|
428
|
+
reason: Imports constructor-closure plan state for evidence projection, but does not construct command guidance.
|
|
429
|
+
- path: packages/cli/src/cli/profileAcquisition.ts
|
|
430
|
+
reason: Imports constructor-closure profile state for acquisition, but does not construct command guidance.
|
|
431
|
+
- path: packages/cli/src/cli/startupCompletenessContract.ts
|
|
432
|
+
reason: Imports constructor-closure startup state for completeness checks, but does not construct command guidance.
|
|
433
|
+
- path: packages/cli/src/migrate/v2HandoffManifest.ts
|
|
434
|
+
reason: Imports constructor-closure migration state for manifest validation, but does not construct command guidance.
|
|
435
|
+
- path: packages/cli/src/state/decisionEntities.ts
|
|
436
|
+
reason: Imports constructor-closure state modules for entity persistence, but does not construct command guidance.
|
|
437
|
+
- path: packages/cli/src/state/decisionRevisionMigration.ts
|
|
438
|
+
reason: Imports constructor-closure state modules for revision migration, but does not construct command guidance.
|
|
439
|
+
- path: packages/cli/src/state/directRetrieval.ts
|
|
440
|
+
reason: Imports constructor-closure retrieval modules for execution, but does not construct command guidance.
|
|
441
|
+
- path: packages/cli/src/state/entityCutover.ts
|
|
442
|
+
reason: Imports constructor-closure state modules for cutover, but does not construct command guidance.
|
|
443
|
+
- path: packages/cli/src/state/entityCutoverGit.ts
|
|
444
|
+
reason: Imports constructor-closure state modules for Git checks, but does not construct command guidance.
|
|
445
|
+
- path: packages/cli/src/state/entityListProjection.ts
|
|
446
|
+
reason: Imports constructor-closure retrieval modules for projection, but does not construct command guidance.
|
|
447
|
+
- path: packages/cli/src/state/entityMigrationPreview.ts
|
|
448
|
+
reason: Imports constructor-closure migration modules for preview, but does not construct command guidance.
|
|
449
|
+
- path: packages/cli/src/state/healthEntities.ts
|
|
450
|
+
reason: Imports constructor-closure state modules for entity persistence, but does not construct command guidance.
|
|
451
|
+
- path: packages/cli/src/state/listRetrieval.ts
|
|
452
|
+
reason: Imports constructor-closure retrieval modules for execution, but does not construct command guidance.
|
|
453
|
+
- path: packages/cli/src/state/objectiveExperimentEntities.ts
|
|
454
|
+
reason: Imports constructor-closure state modules for entity persistence, but does not construct command guidance.
|
|
455
|
+
- path: packages/cli/src/state/planEntities.ts
|
|
456
|
+
reason: Imports constructor-closure state modules for entity persistence, but does not construct command guidance.
|
|
457
|
+
- path: packages/cli/src/state/planRetrieval.ts
|
|
458
|
+
reason: Imports constructor-closure retrieval modules for execution, but does not construct command guidance.
|
|
459
|
+
- path: packages/cli/src/state/planTaskRetrieval.ts
|
|
460
|
+
reason: Imports constructor-closure retrieval modules for execution, but does not construct command guidance.
|
|
461
|
+
- path: packages/cli/src/state/progressEntities.ts
|
|
462
|
+
reason: Imports constructor-closure state modules for entity persistence, but does not construct command guidance.
|
|
463
|
+
- path: packages/cli/src/state/write/experimentPublication.ts
|
|
464
|
+
reason: Imports constructor-closure state modules for publication, but does not construct command guidance.
|
|
465
|
+
- path: packages/cli/src/state/write/index.ts
|
|
466
|
+
reason: Imports constructor-closure state modules for writer dispatch, but does not construct command guidance.
|
|
467
|
+
- path: packages/cli/src/state/write/transaction.ts
|
|
468
|
+
reason: Imports constructor-closure state modules for atomic writes, but does not construct command guidance.
|
|
469
|
+
- path: packages/cli/src/upgrade/appContentRefresh.ts
|
|
470
|
+
reason: Imports constructor-closure upgrade modules for app refresh, but does not construct command guidance.
|
|
471
|
+
- path: packages/cli/src/upgrade/productV1Reset.ts
|
|
472
|
+
reason: Applies the bounded reset and canonical initializers, but does not construct command guidance.
|
|
473
|
+
- path: packages/cli/src/upgrade/installedHooksRetirement.ts
|
|
474
|
+
reason: Imports constructor-closure upgrade modules for retired-hook handling, but does not construct command guidance.
|
|
475
|
+
- path: packages/cli/src/upgrade/legacyAgentCleanup.ts
|
|
476
|
+
reason: Imports constructor-closure upgrade modules for legacy cleanup, but does not construct command guidance.
|
|
477
|
+
- path: packages/cli/src/upgrade/migrateArtifactsV2ToV3.ts
|
|
478
|
+
reason: Imports constructor-closure upgrade modules for artifact migration, but does not construct command guidance.
|
|
479
|
+
- path: packages/cli/src/upgrade/migrationPublication.ts
|
|
480
|
+
reason: Imports constructor-closure upgrade modules for migration publication, but does not construct command guidance.
|
|
481
|
+
- path: packages/cli/src/upgrade/projectIntegration.ts
|
|
482
|
+
reason: Imports constructor-closure upgrade modules for project integration, but does not construct command guidance.
|
|
483
|
+
- path: packages/cli/src/upgrade/runtimeMigration.ts
|
|
484
|
+
reason: Imports constructor-closure upgrade modules for runtime migration, but does not construct command guidance.
|
|
485
|
+
- path: packages/cli/src/upgrade/upgradeOrchestrator.ts
|
|
486
|
+
reason: Imports constructor-closure upgrade modules for orchestration, but does not construct command guidance.
|
|
487
|
+
- path: packages/cli/src/upgrade/v3CapabilitySurface.ts
|
|
488
|
+
reason: Imports constructor-closure upgrade modules for capability migration, but does not construct command guidance.
|
|
224
489
|
docs_targets:
|
|
225
490
|
version_files_source: .agentera/docs.yaml conventions.version_files
|
|
226
491
|
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
|
|
492
|
+
- packages/cli/package.json
|
|
235
493
|
- skills/agentera/SKILL.md
|
|
236
494
|
- registry.json
|
|
237
495
|
index_targets:
|
|
238
496
|
- references/adapters/package-surface-characterization.md
|
|
239
|
-
- references/adapters/package-manifest-interface-model.yaml
|
|
240
497
|
- references/adapters/package-registry.yaml
|
|
241
|
-
excluded_version_files:
|
|
242
|
-
- .opencode/package.json
|
|
243
498
|
release_policy:
|
|
244
499
|
semver_policy_source: .agentera/docs.yaml conventions.semver_policy
|
|
245
500
|
version_bump_required_for_interface_only_change: false
|