agentera 3.0.0-dev.75 → 3.0.0-dev.77
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +23 -0
- package/bundle/.agentera-build-source.json +5 -5
- package/bundle/CHANGELOG.md +15 -1
- package/bundle/UPGRADE.md +24 -5
- package/bundle/references/adapters/package-publication.json +4 -4
- package/bundle/references/adapters/package-registry.yaml +153 -151
- package/bundle/references/adapters/product-v1-reset.yaml +101 -0
- package/bundle/references/artifacts/glossary-entry-contract.yaml +163 -9
- package/bundle/references/artifacts/state-storage-authority.yaml +0 -5
- package/bundle/references/cli/update-channels.yaml +1 -1
- package/bundle/references/cli/vocabulary-index.yaml +2 -2
- package/bundle/references/cli/vocabulary.md +2 -3
- package/bundle/references/meta/retained-reference-authority.yaml +5 -0
- package/bundle/skills/agentera/schemas/artifacts/decisions.yaml +1 -20
- package/bundle/skills/agentera/schemas/artifacts/docs.yaml +0 -31
- package/bundle/skills/agentera/schemas/artifacts/experiments.yaml +0 -25
- package/bundle/skills/agentera/schemas/artifacts/glossary.yaml +1 -1
- package/bundle/skills/agentera/schemas/artifacts/health.yaml +1 -36
- package/bundle/skills/agentera/schemas/artifacts/objective.yaml +0 -31
- package/bundle/skills/agentera/schemas/artifacts/plan.yaml +1 -35
- package/bundle/skills/agentera/schemas/artifacts/progress.yaml +1 -25
- package/bundle/skills/agentera/schemas/artifacts/vision.yaml +0 -19
- package/dist/.agentera-build-source.json +5 -5
- package/dist/analytics/personalGlossaryAdmission.js +1 -1
- package/dist/analytics/personalGlossaryCandidateProjection.js +96 -0
- package/dist/analytics/personalGlossaryCandidateProjectionModel.js +1 -0
- package/dist/analytics/personalGlossaryRefreshProjection.js +351 -0
- package/dist/capabilities/status/instructions.js +1 -1
- package/dist/cli/commands/doctor.js +1 -0
- package/dist/cli/commands/personalGlossaryCandidateReads.js +12 -1
- package/dist/cli/commands/prime/briefOrientation.js +1 -1
- package/dist/cli/commands/prime/collectOrientationState.js +0 -7
- package/dist/cli/commands/prime/orientationOutput.js +3 -9
- package/dist/cli/commands/report.js +98 -8
- package/dist/cli/commands/upgrade.js +30 -0
- package/dist/cli/dispatch/index.js +7 -0
- package/dist/cli/dispatch/lifecycle.js +20 -0
- package/dist/cli/help.js +10 -3
- package/dist/cli/orientation/attention.js +1 -4
- package/dist/cli/productV1Eol.js +55 -0
- package/dist/cli/startupCompletenessContract.js +0 -1
- package/dist/cli/stateQuery.js +1 -1
- package/dist/registries/activationTuples.js +11 -2
- package/dist/registries/glossaryCandidateProjectionAuthority.js +154 -6
- package/dist/registries/glossaryCandidateProjectionContract.js +4 -0
- package/dist/registries/glossaryEntryContract.js +3 -3
- package/dist/registries/packagePublication.js +2 -2
- package/dist/runtime/nativeResourceCleanup.js +1 -0
- package/dist/state/entityMigrationTodo.js +1 -1
- package/dist/state/todoDocsEntities.js +8 -3
- package/dist/state/todoMarkdownProjection.js +18 -6
- package/dist/state/todoReconciliationInspection.js +15 -2
- package/dist/state/todoReconciliationRepair.js +3 -1
- package/dist/state/todoSeverityHeadings.js +71 -0
- package/dist/upgrade/legacyAgentCleanup.js +1 -1
- package/dist/upgrade/migrateArtifactsV2ToV3.js +1 -27
- package/dist/upgrade/nextMajorDoctor.js +0 -21
- package/dist/upgrade/productV1Reset.js +515 -0
- package/dist/upgrade/productV1ResetAuthority.js +139 -0
- package/dist/upgrade/projectIntegration.js +4 -6
- package/dist/upgrade/upgradeOrchestrator.js +4 -12
- package/dist/validate/{v1LegacyCruft.js → glossaryVariantGuard.js} +3 -38
- package/package.json +2 -2
- package/dist/cli/commands/prime/v1Migration.js +0 -38
|
@@ -76,6 +76,7 @@ records:
|
|
|
76
76
|
- yaml
|
|
77
77
|
- json
|
|
78
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."}
|
|
79
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."}
|
|
80
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."}
|
|
81
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."}
|
|
@@ -103,158 +104,159 @@ records:
|
|
|
103
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."}
|
|
104
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."}
|
|
105
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."}
|
|
106
|
-
- {"path":"references/cli/vocabulary.md","region":"line:
|
|
107
|
-
- {"path":"references/cli/vocabulary.md","region":"line:
|
|
108
|
-
- {"path":"references/cli/vocabulary.md","region":"line:
|
|
109
|
-
- {"path":"references/cli/vocabulary.md","region":"line:
|
|
110
|
-
- {"path":"references/cli/vocabulary.md","region":"line:
|
|
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."}
|
|
111
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."}
|
|
112
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."}
|
|
113
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."}
|
|
114
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
115
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
116
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
117
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
118
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
119
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
120
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
121
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
122
|
-
- {"path":"CHANGELOG.md","region":"line:82","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"
|
|
123
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
124
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
125
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
126
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
127
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
128
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
129
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
130
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
131
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
132
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
133
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
134
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
135
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
136
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
137
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
138
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
139
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
140
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
141
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
142
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
143
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
144
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
145
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
146
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
147
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
148
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
149
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
150
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
151
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
152
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
153
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
154
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
155
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
156
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
157
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
158
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
159
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
160
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
161
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
162
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
163
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
164
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
165
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
166
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
167
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
168
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
169
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
170
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
171
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
172
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
173
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
174
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
175
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
176
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
177
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
178
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
179
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
180
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
181
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
182
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
183
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
184
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
185
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
186
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
187
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
188
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
189
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
190
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
191
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
192
|
-
- {"path":"CHANGELOG.md","region":"line:561","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"
|
|
193
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
194
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
195
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
196
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
197
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
198
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
199
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
200
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
201
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
202
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
203
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
204
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
205
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
206
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
207
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
208
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
209
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
210
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
211
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
212
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
213
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
214
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
215
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
216
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
217
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
218
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
219
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
220
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
221
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
222
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
223
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
224
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
225
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
226
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
227
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
228
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
229
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
230
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
231
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
232
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
233
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
234
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
235
|
-
- {"path":"CHANGELOG.md","region":"line:777","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"
|
|
236
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
237
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
238
|
-
- {"path":"CHANGELOG.md","region":"line:809","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"
|
|
239
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
240
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
241
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
242
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
243
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
244
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
245
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
246
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
247
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
248
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
249
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
250
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
251
|
-
- {"path":"CHANGELOG.md","region":"line:872","category":"
|
|
252
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
253
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
254
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
255
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
256
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
257
|
-
- {"path":"CHANGELOG.md","region":"line:
|
|
115
|
+
- {"path":"CHANGELOG.md","region":"line:21","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7bdcccd6d71adcf662488995386e557838550a6c9f1fed068cd51ed1d960fd24","reason":"Changelog line:21 records exact release history for that scalar; it does not direct current execution."}
|
|
116
|
+
- {"path":"CHANGELOG.md","region":"line:38","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2250d45c3e2d385de170b88660823e67b27dd4cf24bb1a2c738e8be376e0a214","reason":"Changelog line:38 records exact release history for that scalar; it does not direct current execution."}
|
|
117
|
+
- {"path":"CHANGELOG.md","region":"line:41","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"630927738e05918052956b6d91455e8067a996310d4745105a43d8bb1c3137ec","reason":"Changelog line:41 records exact release history for that scalar; it does not direct current execution."}
|
|
118
|
+
- {"path":"CHANGELOG.md","region":"line:44","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d1235161543a46a91096732f967d99f93644deeae8b56b3db288c94609858b5f","reason":"Changelog line:44 records exact release history for that scalar; it does not direct current execution."}
|
|
119
|
+
- {"path":"CHANGELOG.md","region":"line:47","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a743788649965894e93946430e49a50837a590f5965e1c545021fc76eacf6895","reason":"Changelog line:47 records exact release history for that scalar; it does not direct current execution."}
|
|
120
|
+
- {"path":"CHANGELOG.md","region":"line:68","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7e758310fcf33ece1b459672683205e69926895c7c941a42f3f1d29f283dd9d4","reason":"Changelog line:68 records exact release history for that scalar; it does not direct current execution."}
|
|
121
|
+
- {"path":"CHANGELOG.md","region":"line:80","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"dc95d72903c07cf056a840935ec96fe0caa194c36b35e2360f42a06ddc2ee4b2","reason":"Changelog line:80 records exact release history for that scalar; it does not direct current execution."}
|
|
122
|
+
- {"path":"CHANGELOG.md","region":"line:81","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"29106b01dc3cb2e6118f6efc9f1dd8ddb61cacc5dc619ccde26c9af769dfe99b","reason":"Changelog line:81 records exact release history for that scalar; it does not direct current execution."}
|
|
123
|
+
- {"path":"CHANGELOG.md","region":"line:82","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ceda3a756542d896b8a3605cc03b016fe4f1a56cc11686ba6db1b48c8734df7b","reason":"Changelog line:82 records exact release history for that scalar; it does not direct current execution."}
|
|
124
|
+
- {"path":"CHANGELOG.md","region":"line:91","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"050631803d234222841d851b676c6000491020930fad2447b1a3eaa431e21290","reason":"Changelog line:91 records exact release history for that scalar; it does not direct current execution."}
|
|
125
|
+
- {"path":"CHANGELOG.md","region":"line:94","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b113aab35673c847eaa74bce43f32b30fe7929035cc73f4f91ca8888821f68bb","reason":"Changelog line:94 records exact release history for that scalar; it does not direct current execution."}
|
|
126
|
+
- {"path":"CHANGELOG.md","region":"line:111","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"96d3c8e8fbcc43bcdc5248ca9980df5f1508c46019a800d818279449a13a82fb","reason":"Changelog line:111 records exact release history for that scalar; it does not direct current execution."}
|
|
127
|
+
- {"path":"CHANGELOG.md","region":"line:157","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"c01327ab63047305ef88dcf00ea180754cd01cb28d1527bbbe2ad5d205c12704","reason":"Changelog line:157 records exact release history for that scalar; it does not direct current execution."}
|
|
128
|
+
- {"path":"CHANGELOG.md","region":"line:161","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"9086eb6f8d1d90b2a4b5da4bf90d541f3288798992e2961e852e6c3384189406","reason":"Changelog line:161 records exact release history for that scalar; it does not direct current execution."}
|
|
129
|
+
- {"path":"CHANGELOG.md","region":"line:162","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"04363471fbf3dbe6bb29d2cfa5fbbc25c06b973e6f105957950974ff9c5f81be","reason":"Changelog line:162 records exact release history for that scalar; it does not direct current execution."}
|
|
130
|
+
- {"path":"CHANGELOG.md","region":"line:174","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"273d7dae87662352c49e5723aaa528efa89c9a7dbc7d43d3cbc54c1a1b9771da","reason":"Changelog line:174 records exact release history for that scalar; it does not direct current execution."}
|
|
131
|
+
- {"path":"CHANGELOG.md","region":"line:176","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6d02d187f8e271cc6acc4b6966344a841615326891969dbec67815e40a51fe81","reason":"Changelog line:176 records exact release history for that scalar; it does not direct current execution."}
|
|
132
|
+
- {"path":"CHANGELOG.md","region":"line:178","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a5dd4c79ebfefc03bd1c6e3d159f362fd2c5f584d6ff8de7928edf88414133a9","reason":"Changelog line:178 records exact release history for that scalar; it does not direct current execution."}
|
|
133
|
+
- {"path":"CHANGELOG.md","region":"line:204","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"df8119585a79f11d42187fd6f57375401442e761ce94e30dd5a4b280c7a6f9e9","reason":"Changelog line:204 records exact release history for that scalar; it does not direct current execution."}
|
|
134
|
+
- {"path":"CHANGELOG.md","region":"line:212","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0d5ca59bac58c2171d89e48ba4b9068ff7a8681a852272a09b3a4b28c6edf0a0","reason":"Changelog line:212 records exact release history for that scalar; it does not direct current execution."}
|
|
135
|
+
- {"path":"CHANGELOG.md","region":"line:216","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b5dc0e45378318464e595a7ccdbb15acc31ce67a2d55b2a9f8c3f8531c8e6ec7","reason":"Changelog line:216 records exact release history for that scalar; it does not direct current execution."}
|
|
136
|
+
- {"path":"CHANGELOG.md","region":"line:226","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6bb696768a9a650f0b76ddaae20845cd48daef82ea78376b9f408372d252f840","reason":"Changelog line:226 records exact release history for that scalar; it does not direct current execution."}
|
|
137
|
+
- {"path":"CHANGELOG.md","region":"line:232","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e7de09667fd257aa82b8049725e7687fc6f7d97d81b0024b064f4843bd1e8f88","reason":"Changelog line:232 records exact release history for that scalar; it does not direct current execution."}
|
|
138
|
+
- {"path":"CHANGELOG.md","region":"line:234","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7ef64202688c9c22fb2e693838d6d9133aa99869735eb32f00729587b283886d","reason":"Changelog line:234 records exact release history for that scalar; it does not direct current execution."}
|
|
139
|
+
- {"path":"CHANGELOG.md","region":"line:236","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"35f2268ae3281a70b7c584c23e4e57a07fc9ee6625eed48ae252d167e8ba83ea","reason":"Changelog line:236 records exact release history for that scalar; it does not direct current execution."}
|
|
140
|
+
- {"path":"CHANGELOG.md","region":"line:238","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"67d177100a3c9892643202a255523b9a84f57aa4c28b8c5dd21973c13cc06c7d","reason":"Changelog line:238 records exact release history for that scalar; it does not direct current execution."}
|
|
141
|
+
- {"path":"CHANGELOG.md","region":"line:239","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"39f085892a7b3c6e14905d90ab0c3f4cc58c66e0b5ffc2ab6ce0f88e8182cf98","reason":"Changelog line:239 records exact release history for that scalar; it does not direct current execution."}
|
|
142
|
+
- {"path":"CHANGELOG.md","region":"line:240","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a2f0254ae0226ce04de0917832fd1911cf27b1b69a832abcfbfe34c01c8d0d41","reason":"Changelog line:240 records exact release history for that scalar; it does not direct current execution."}
|
|
143
|
+
- {"path":"CHANGELOG.md","region":"line:243","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6093e60d6c57f5bee694523c7fe380cd6a2ebaaff36d13e7ef153f1439789e99","reason":"Changelog line:243 records exact release history for that scalar; it does not direct current execution."}
|
|
144
|
+
- {"path":"CHANGELOG.md","region":"line:244","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"3dc02d2ca69c6d89705932cf557ffaa2bc089a294b518c0eef1a449dfb3d5173","reason":"Changelog line:244 records exact release history for that scalar; it does not direct current execution."}
|
|
145
|
+
- {"path":"CHANGELOG.md","region":"line:248","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2aac4a56f628aaca71f8003fd0678fed24771a7b10141759f7192808af70215c","reason":"Changelog line:248 records exact release history for that scalar; it does not direct current execution."}
|
|
146
|
+
- {"path":"CHANGELOG.md","region":"line:249","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"873571837ff03601ee6bfbfc9a65e1ff92e60070d1caef03ffe83a8268085aea","reason":"Changelog line:249 records exact release history for that scalar; it does not direct current execution."}
|
|
147
|
+
- {"path":"CHANGELOG.md","region":"line:250","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b46ee694c286a5932ca901e25bd4e639e95fca7c41b8fd8c37bd52c5f8504a68","reason":"Changelog line:250 records exact release history for that scalar; it does not direct current execution."}
|
|
148
|
+
- {"path":"CHANGELOG.md","region":"line:276","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"fc4be38a17eab92be66ac5f7e1b7efd5fe5f7bc78b69f72553f7126d94047c8e","reason":"Changelog line:276 records exact release history for that scalar; it does not direct current execution."}
|
|
149
|
+
- {"path":"CHANGELOG.md","region":"line:278","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0a36c5c0fc2b89c9180061423daa4a07d3ac332fcd23279f9baf9cda8a2f6adf","reason":"Changelog line:278 records exact release history for that scalar; it does not direct current execution."}
|
|
150
|
+
- {"path":"CHANGELOG.md","region":"line:286","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"8e5f072c4568d46e10d35988ee015e77c18f63b1ef0e35eaf9105a7798a6e09b","reason":"Changelog line:286 records exact release history for that scalar; it does not direct current execution."}
|
|
151
|
+
- {"path":"CHANGELOG.md","region":"line:290","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"5f0ed0692a128853c09a7b25b8fe49c76b449a0cb8bf778a13ae49c5ba358d70","reason":"Changelog line:290 records exact release history for that scalar; it does not direct current execution."}
|
|
152
|
+
- {"path":"CHANGELOG.md","region":"line:298","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"17953bf458f6fb57effa97a6533a28259ce4315a41609324b4be15746f52874a","reason":"Changelog line:298 records exact release history for that scalar; it does not direct current execution."}
|
|
153
|
+
- {"path":"CHANGELOG.md","region":"line:302","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"488192144e03b8d2359b24a9448efe139df2db64084f96f13e7e6430be51daee","reason":"Changelog line:302 records exact release history for that scalar; it does not direct current execution."}
|
|
154
|
+
- {"path":"CHANGELOG.md","region":"line:306","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e938c494be60cd385581a5fef12657adc783cff181cf39f6a7edc39193f3b865","reason":"Changelog line:306 records exact release history for that scalar; it does not direct current execution."}
|
|
155
|
+
- {"path":"CHANGELOG.md","region":"line:323","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"15aa027b774437bc8622032515420cc7ede7cbeb1c9276b34af0beb354c63f9f","reason":"Changelog line:323 records exact release history for that scalar; it does not direct current execution."}
|
|
156
|
+
- {"path":"CHANGELOG.md","region":"line:326","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"fe22710d241ca919fa71c5fb93df868f3057ea55555f8b56bfc683ea9afef64a","reason":"Changelog line:326 records exact release history for that scalar; it does not direct current execution."}
|
|
157
|
+
- {"path":"CHANGELOG.md","region":"line:333","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a295187d75825286791f7b3fae79c63fa2b04ca1a79445095aa89b3f830078b6","reason":"Changelog line:333 records exact release history for that scalar; it does not direct current execution."}
|
|
158
|
+
- {"path":"CHANGELOG.md","region":"line:340","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a4c44983f585a0c5e04a3e9211216e9527b384b6486860fd713906dc8a08ebfc","reason":"Changelog line:340 records exact release history for that scalar; it does not direct current execution."}
|
|
159
|
+
- {"path":"CHANGELOG.md","region":"line:341","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1c02cad8bec36f44f68191030f5b5ab9e8428f061895a78dfa78209e915029a5","reason":"Changelog line:341 records exact release history for that scalar; it does not direct current execution."}
|
|
160
|
+
- {"path":"CHANGELOG.md","region":"line:347","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e818b9177e5e2e33c7730264d4feaee54ec38fb8ecd9b9dfd38a8e13ef733c2c","reason":"Changelog line:347 records exact release history for that scalar; it does not direct current execution."}
|
|
161
|
+
- {"path":"CHANGELOG.md","region":"line:348","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"02727f43986dcbccd3c1c28bf5783f8da398cb14621d94fdcd554d7af171fe70","reason":"Changelog line:348 records exact release history for that scalar; it does not direct current execution."}
|
|
162
|
+
- {"path":"CHANGELOG.md","region":"line:353","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"73d92f74369b6dd668aa84314617b45438ab59c2791ba1e18044630c707063ee","reason":"Changelog line:353 records exact release history for that scalar; it does not direct current execution."}
|
|
163
|
+
- {"path":"CHANGELOG.md","region":"line:355","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"df43cf1d875dea7106157abbb0bb0a8178f5fd8e9f3ae4a328d9de84e9aa83c0","reason":"Changelog line:355 records exact release history for that scalar; it does not direct current execution."}
|
|
164
|
+
- {"path":"CHANGELOG.md","region":"line:361","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ab285a52329794ba0fb9c1aaa1ed3d8ccc20f5f35534d4969f5864d5820fb8db","reason":"Changelog line:361 records exact release history for that scalar; it does not direct current execution."}
|
|
165
|
+
- {"path":"CHANGELOG.md","region":"line:362","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"29c9289599a7439152d2360f033e6975d1fff12ef170143e4af35500d2385536","reason":"Changelog line:362 records exact release history for that scalar; it does not direct current execution."}
|
|
166
|
+
- {"path":"CHANGELOG.md","region":"line:368","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"db29be79c0599ef245401ef364157553ecbc5de0e621c6463f65e22b6cd88074","reason":"Changelog line:368 records exact release history for that scalar; it does not direct current execution."}
|
|
167
|
+
- {"path":"CHANGELOG.md","region":"line:370","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"53a63845ee297394d604fda2632c6ff8f989d11a2f4b6a08f649200cc27d6d56","reason":"Changelog line:370 records exact release history for that scalar; it does not direct current execution."}
|
|
168
|
+
- {"path":"CHANGELOG.md","region":"line:380","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"51acb1b950349ebddc025e217f5d2c18390194b090331700b3c68aafed515350","reason":"Changelog line:380 records exact release history for that scalar; it does not direct current execution."}
|
|
169
|
+
- {"path":"CHANGELOG.md","region":"line:381","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"431b7e7491c49a9e37078f21e2367f385e564d81fa8aef6d0ecd76ef3785c9cb","reason":"Changelog line:381 records exact release history for that scalar; it does not direct current execution."}
|
|
170
|
+
- {"path":"CHANGELOG.md","region":"line:382","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d3e7acd5c6c6add69e79ae8ec14055df098468f5e911aa21f3199fee74f9cb34","reason":"Changelog line:382 records exact release history for that scalar; it does not direct current execution."}
|
|
171
|
+
- {"path":"CHANGELOG.md","region":"line:387","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"905558f56c722cd82215409d52bf70806d1be592750508489a20b9d34648fdd0","reason":"Changelog line:387 records exact release history for that scalar; it does not direct current execution."}
|
|
172
|
+
- {"path":"CHANGELOG.md","region":"line:388","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"afca70edee248020c32b2fcbf0d0b511680d994d8c32f08b19f129642ff45bf2","reason":"Changelog line:388 records exact release history for that scalar; it does not direct current execution."}
|
|
173
|
+
- {"path":"CHANGELOG.md","region":"line:394","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"75c13bc218736386cc04ff952ccd05dbc6c828443754dc7833a3e508e2c463cc","reason":"Changelog line:394 records exact release history for that scalar; it does not direct current execution."}
|
|
174
|
+
- {"path":"CHANGELOG.md","region":"line:395","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"459ff2708d311bc9fbaaa6fb575b79e2c37a9e5e2b74de1b4966dddb817ff33e","reason":"Changelog line:395 records exact release history for that scalar; it does not direct current execution."}
|
|
175
|
+
- {"path":"CHANGELOG.md","region":"line:405","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a96dd3429c58e932cc8dabdeb3b468e706a6194fce4fc1a4223564e537925ded","reason":"Changelog line:405 records exact release history for that scalar; it does not direct current execution."}
|
|
176
|
+
- {"path":"CHANGELOG.md","region":"line:411","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0b94031a8ce928ff0f6683e243b63c4c824bda5074be362aae7f8edc7da99944","reason":"Changelog line:411 records exact release history for that scalar; it does not direct current execution."}
|
|
177
|
+
- {"path":"CHANGELOG.md","region":"line:416","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d6421237cd9558d67a891714263826610eef35dcc1ff10a0dc57b920e32b5d7a","reason":"Changelog line:416 records exact release history for that scalar; it does not direct current execution."}
|
|
178
|
+
- {"path":"CHANGELOG.md","region":"line:446","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b79f1983530c32d44b5ffe066120ca61a49aeff084c24ac3c23ff9804b244084","reason":"Changelog line:446 records exact release history for that scalar; it does not direct current execution."}
|
|
179
|
+
- {"path":"CHANGELOG.md","region":"line:449","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2b2bc3ce51212471105df901c8771cb033d64694fb2aef651d01c270497a83da","reason":"Changelog line:449 records exact release history for that scalar; it does not direct current execution."}
|
|
180
|
+
- {"path":"CHANGELOG.md","region":"line:467","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"da8489e2a895b683e9dbd7d64a1d49014933b2fccf6383052ee7e8de24542f2c","reason":"Changelog line:467 records exact release history for that scalar; it does not direct current execution."}
|
|
181
|
+
- {"path":"CHANGELOG.md","region":"line:469","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"9d0f85f145de094192e8b273beb23a7283ee75ddad9c457b9ae89235cff153a1","reason":"Changelog line:469 records exact release history for that scalar; it does not direct current execution."}
|
|
182
|
+
- {"path":"CHANGELOG.md","region":"line:474","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b498e1e57926bf029fa431f522826a0264532e52eff1aa37634fc635b70aebcd","reason":"Changelog line:474 records exact release history for that scalar; it does not direct current execution."}
|
|
183
|
+
- {"path":"CHANGELOG.md","region":"line:482","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"27f4a7bb0420775f944f41ddad0be922fd3865f57fbb5780bc7dc5a6d80cad30","reason":"Changelog line:482 records exact release history for that scalar; it does not direct current execution."}
|
|
184
|
+
- {"path":"CHANGELOG.md","region":"line:486","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"80edcd68cf8a0f2c67b114e54d2840fd8c7dbffbfd69d9717cc305144702a319","reason":"Changelog line:486 records exact release history for that scalar; it does not direct current execution."}
|
|
185
|
+
- {"path":"CHANGELOG.md","region":"line:487","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"32a058aabcfd9ee0aace4813ba444460ede32db74460cde74378528e09795e40","reason":"Changelog line:487 records exact release history for that scalar; it does not direct current execution."}
|
|
186
|
+
- {"path":"CHANGELOG.md","region":"line:488","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"548fd32440fef321cb3a9250d7869a0d0c69c62600411378750b9ffd556b996b","reason":"Changelog line:488 records exact release history for that scalar; it does not direct current execution."}
|
|
187
|
+
- {"path":"CHANGELOG.md","region":"line:491","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e1ad9952e02194a97fc692605d95a68dd5d3ce25e089ab67006a88f33d40e176","reason":"Changelog line:491 records exact release history for that scalar; it does not direct current execution."}
|
|
188
|
+
- {"path":"CHANGELOG.md","region":"line:510","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a2c7c4aafcc8839e7dbdd6d4504ed658852c90b316d5ec7bf424c7491a9df8fb","reason":"Changelog line:510 records exact release history for that scalar; it does not direct current execution."}
|
|
189
|
+
- {"path":"CHANGELOG.md","region":"line:521","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2b11f8d17486fcf18b22602f1dbe568f71aadeae4d4838d2566adc821c71e664","reason":"Changelog line:521 records exact release history for that scalar; it does not direct current execution."}
|
|
190
|
+
- {"path":"CHANGELOG.md","region":"line:539","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"414abf981d94d78a8dd28187f7e0435e20ee79a6fb58f6646878b5fcf2d21cea","reason":"Changelog line:539 records exact release history for that scalar; it does not direct current execution."}
|
|
191
|
+
- {"path":"CHANGELOG.md","region":"line:548","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"aeca1f7f5097e0166086bad69771c682f6ce88d545ef8c904b073152b9679935","reason":"Changelog line:548 records exact release history for that scalar; it does not direct current execution."}
|
|
192
|
+
- {"path":"CHANGELOG.md","region":"line:560","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"faa006fd307a52f0e0b54d0805cbdab5f927e68b066289c7ecd7d74add5b9bb9","reason":"Changelog line:560 records exact release history for that scalar; it does not direct current execution."}
|
|
193
|
+
- {"path":"CHANGELOG.md","region":"line:561","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"8d5f97602651419dbb3a16be9ff8fb6d6d1a873a48d9f87439a03c2ce819d1db","reason":"Changelog line:561 records exact release history for that scalar; it does not direct current execution."}
|
|
194
|
+
- {"path":"CHANGELOG.md","region":"line:575","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"caf5a281584053eb6e9d5529ef08c123b5e1bf9783afb3eba86e8bbf44e1e730","reason":"Changelog line:575 records exact release history for that scalar; it does not direct current execution."}
|
|
195
|
+
- {"path":"CHANGELOG.md","region":"line:576","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a91271ae16cb4e1e77349bb816f7e1bb069049951fd4c5b725d8b107ec18da51","reason":"Changelog line:576 records exact release history for that scalar; it does not direct current execution."}
|
|
196
|
+
- {"path":"CHANGELOG.md","region":"line:581","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4ca2a2d69ed4bac1e5e9809484202b51e8761eed9ce361b7b054162f309b63f7","reason":"Changelog line:581 records exact release history for that scalar; it does not direct current execution."}
|
|
197
|
+
- {"path":"CHANGELOG.md","region":"line:583","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"dbd15430145d78cd5f9457fb362a0dcc04a76fbb21322b6a7fd1ec757d2ef61a","reason":"Changelog line:583 records exact release history for that scalar; it does not direct current execution."}
|
|
198
|
+
- {"path":"CHANGELOG.md","region":"line:587","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2f54f2e9a2572b59f8630f0abbcc633780cbf59d975b4b6a71ff96d93c51b43d","reason":"Changelog line:587 records exact release history for that scalar; it does not direct current execution."}
|
|
199
|
+
- {"path":"CHANGELOG.md","region":"line:588","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7d179cb6e2fb80e9846e1e1d2b68c38d6501be7ec713db277f478948a07d9bdb","reason":"Changelog line:588 records exact release history for that scalar; it does not direct current execution."}
|
|
200
|
+
- {"path":"CHANGELOG.md","region":"line:593","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e59c205b557c39d9aa478284ef4a9fec56794ca1f90d0527f0018adbef3eb254","reason":"Changelog line:593 records exact release history for that scalar; it does not direct current execution."}
|
|
201
|
+
- {"path":"CHANGELOG.md","region":"line:597","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"46de17b557d8e861966bb3c368319b813a5998096bbe64bff571c574da0b08c0","reason":"Changelog line:597 records exact release history for that scalar; it does not direct current execution."}
|
|
202
|
+
- {"path":"CHANGELOG.md","region":"line:609","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ecf04dcff932c45b5e2d5a4fcd3a8b02e945558128e32b641abc244dc916482d","reason":"Changelog line:609 records exact release history for that scalar; it does not direct current execution."}
|
|
203
|
+
- {"path":"CHANGELOG.md","region":"line:629","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ae7d9069525691441b43fdbee8773672fd3e634bdbb13c9ed23e7fb71cbb6f3a","reason":"Changelog line:629 records exact release history for that scalar; it does not direct current execution."}
|
|
204
|
+
- {"path":"CHANGELOG.md","region":"line:633","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"c809433be138d49ccabc951f91e45112802996785bb1ecd9a6d796fd63c9ffa7","reason":"Changelog line:633 records exact release history for that scalar; it does not direct current execution."}
|
|
205
|
+
- {"path":"CHANGELOG.md","region":"line:634","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6073e9289ef99ab4f27efc110537b77ae375f8f21ccde5c80b05f2a6d35b7b0b","reason":"Changelog line:634 records exact release history for that scalar; it does not direct current execution."}
|
|
206
|
+
- {"path":"CHANGELOG.md","region":"line:635","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"21b82519aedc928d98bca21f7630c6ec9407d3076bf19de414cf2eba29ccf2ff","reason":"Changelog line:635 records exact release history for that scalar; it does not direct current execution."}
|
|
207
|
+
- {"path":"CHANGELOG.md","region":"line:640","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ed1d30e3b549157a35da50da38b714e976d4b393701e0706fb28cf1d7e466fe0","reason":"Changelog line:640 records exact release history for that scalar; it does not direct current execution."}
|
|
208
|
+
- {"path":"CHANGELOG.md","region":"line:641","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"6c28785c7b4aa1db1a78a50b648197377549602dd79effbf0141b038b3049038","reason":"Changelog line:641 records exact release history for that scalar; it does not direct current execution."}
|
|
209
|
+
- {"path":"CHANGELOG.md","region":"line:642","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"cad277cc53a17fe0b24f3ea20e42b09b00ba2dd16444cd04491fcd1db3e4a7c0","reason":"Changelog line:642 records exact release history for that scalar; it does not direct current execution."}
|
|
210
|
+
- {"path":"CHANGELOG.md","region":"line:643","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"5425eb65cb592aac25aa50e3cbbb3bd49b0f1f879e55382d6797b6692c13a41e","reason":"Changelog line:643 records exact release history for that scalar; it does not direct current execution."}
|
|
211
|
+
- {"path":"CHANGELOG.md","region":"line:644","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0ef078b41964e086872ee9a3253c6e70d59421654e8819341574932bb5452efa","reason":"Changelog line:644 records exact release history for that scalar; it does not direct current execution."}
|
|
212
|
+
- {"path":"CHANGELOG.md","region":"line:646","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"096c8a56d103d2fd04718ee6ff98602fb46095d69e9abc79de5a1f4a5f914587","reason":"Changelog line:646 records exact release history for that scalar; it does not direct current execution."}
|
|
213
|
+
- {"path":"CHANGELOG.md","region":"line:649","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"555e7cd38b31c0a185ce482513efc7287923288fd6dcfd6589b49fcd97672451","reason":"Changelog line:649 records exact release history for that scalar; it does not direct current execution."}
|
|
214
|
+
- {"path":"CHANGELOG.md","region":"line:681","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"f01a43570ece6bdee58ff4232a50205917b2418fe0d6ef91eabbafe9af5bacda","reason":"Changelog line:681 records exact release history for that scalar; it does not direct current execution."}
|
|
215
|
+
- {"path":"CHANGELOG.md","region":"line:682","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"bbe3eff3bec3de74cd5f5d46472f2c11e3eed718cff2add201ef9f185333f2f6","reason":"Changelog line:682 records exact release history for that scalar; it does not direct current execution."}
|
|
216
|
+
- {"path":"CHANGELOG.md","region":"line:684","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2d3c6ac7d432c2aa083997f281fcb7683cfd6f0b71254fa72a626eac459c5f69","reason":"Changelog line:684 records exact release history for that scalar; it does not direct current execution."}
|
|
217
|
+
- {"path":"CHANGELOG.md","region":"line:689","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2f02daac3483802b3e81ca3223f1965d83d2afaf0b60fc42637127b70733a1c7","reason":"Changelog line:689 records exact release history for that scalar; it does not direct current execution."}
|
|
218
|
+
- {"path":"CHANGELOG.md","region":"line:690","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"16a7bf529b15b3a31847f0f0cbc26f9e97c556d5aef23de5e0ed3f751121bc8a","reason":"Changelog line:690 records exact release history for that scalar; it does not direct current execution."}
|
|
219
|
+
- {"path":"CHANGELOG.md","region":"line:691","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"3282dd03aa329d63733e98377f9c813deb8ef42aeed9c77cb4cd7b957144e0cc","reason":"Changelog line:691 records exact release history for that scalar; it does not direct current execution."}
|
|
220
|
+
- {"path":"CHANGELOG.md","region":"line:692","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"22fb3975fd5f782c2af0bfb150dacbdf8df7917a90e4116882891a823612f511","reason":"Changelog line:692 records exact release history for that scalar; it does not direct current execution."}
|
|
221
|
+
- {"path":"CHANGELOG.md","region":"line:693","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b34adc3b75d4bcb0c3ec4e907136939230ab49f1ceebc02940b8e6141f22c112","reason":"Changelog line:693 records exact release history for that scalar; it does not direct current execution."}
|
|
222
|
+
- {"path":"CHANGELOG.md","region":"line:694","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2d28b0ffd235eaf71ea1f9076f7a2c783186cf3cd7389226989fc98470dbc5d2","reason":"Changelog line:694 records exact release history for that scalar; it does not direct current execution."}
|
|
223
|
+
- {"path":"CHANGELOG.md","region":"line:695","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b5caf0d282b7436cdebf0e9bbd4e9399ac7d34c6f210de8aa657ee1ef410708e","reason":"Changelog line:695 records exact release history for that scalar; it does not direct current execution."}
|
|
224
|
+
- {"path":"CHANGELOG.md","region":"line:698","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"74e3be0b918f489413bc95ed75fbe403b91d954c5a9c74d0acd5b13418c36527","reason":"Changelog line:698 records exact release history for that scalar; it does not direct current execution."}
|
|
225
|
+
- {"path":"CHANGELOG.md","region":"line:699","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"69139a0963f7dd750d55f3cedadca1872546d4df4d9613b295542917e1f3cdb2","reason":"Changelog line:699 records exact release history for that scalar; it does not direct current execution."}
|
|
226
|
+
- {"path":"CHANGELOG.md","region":"line:700","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a95ab1163c7d3e8368ae7a762d1f9711aa2229ae22dd401f5d5608cf199cb920","reason":"Changelog line:700 records exact release history for that scalar; it does not direct current execution."}
|
|
227
|
+
- {"path":"CHANGELOG.md","region":"line:701","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e0a8321f50b4bd82241f95a11548ad574120e46c51dc09acfa9f20a65c6a2ed7","reason":"Changelog line:701 records exact release history for that scalar; it does not direct current execution."}
|
|
228
|
+
- {"path":"CHANGELOG.md","region":"line:706","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4986da5c58b9781adc9941ed72bd415b56606872144d70466ba068e05205cc05","reason":"Changelog line:706 records exact release history for that scalar; it does not direct current execution."}
|
|
229
|
+
- {"path":"CHANGELOG.md","region":"line:712","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7f168e53ebbe91507bb8e139937a25d297a69a7f7e7440266f285b0a6b549667","reason":"Changelog line:712 records exact release history for that scalar; it does not direct current execution."}
|
|
230
|
+
- {"path":"CHANGELOG.md","region":"line:713","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"f267d4d5e22facf19564218ed5a95e9923e16a7b6e5568d5456bfbdad570e6ec","reason":"Changelog line:713 records exact release history for that scalar; it does not direct current execution."}
|
|
231
|
+
- {"path":"CHANGELOG.md","region":"line:729","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"0968f2b1ea7d11286b5440af53bdb61a50c06e4c9890b3050b03406bcdd9c35a","reason":"Changelog line:729 records exact release history for that scalar; it does not direct current execution."}
|
|
232
|
+
- {"path":"CHANGELOG.md","region":"line:748","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1ef8c1b4961339b268c9f38f35f04927ec4e15eb7542a012e6814ea23c06377b","reason":"Changelog line:748 records exact release history for that scalar; it does not direct current execution."}
|
|
233
|
+
- {"path":"CHANGELOG.md","region":"line:755","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"9a54cf33ae84163abd8585b414d62068feb60e997a99ac96ea7b2fcf899407cd","reason":"Changelog line:755 records exact release history for that scalar; it does not direct current execution."}
|
|
234
|
+
- {"path":"CHANGELOG.md","region":"line:765","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"e84b25864e165cab5d6b032cece0b68aca17045fe9d4e49f4c2a463614b2abb1","reason":"Changelog line:765 records exact release history for that scalar; it does not direct current execution."}
|
|
235
|
+
- {"path":"CHANGELOG.md","region":"line:771","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ef66163820d625eb8d779b90551e4e6cc06b5518744936c967fd4e2c598297f2","reason":"Changelog line:771 records exact release history for that scalar; it does not direct current execution."}
|
|
236
|
+
- {"path":"CHANGELOG.md","region":"line:777","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"a01668f19d9a3c0e22fb3d0affa2eb4823cf6fd020dffcdcda19e694f99a34ab","reason":"Changelog line:777 records exact release history for that scalar; it does not direct current execution."}
|
|
237
|
+
- {"path":"CHANGELOG.md","region":"line:791","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"02257b11d0f12d87160c922d03a43a3ad71b47328b4cfec8321772a00ab9f0e1","reason":"Changelog line:791 records exact release history for that scalar; it does not direct current execution."}
|
|
238
|
+
- {"path":"CHANGELOG.md","region":"line:806","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"16482064f9ef0dd51f79a3a5fddf7faac1f3e005878a79f84b8241c7b81f99e2","reason":"Changelog line:806 records exact release history for that scalar; it does not direct current execution."}
|
|
239
|
+
- {"path":"CHANGELOG.md","region":"line:809","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1815e861f19557d9ab3569c01c08897fe576c1f75af6dc924553fdf6a905f1f9","reason":"Changelog line:809 records exact release history for that scalar; it does not direct current execution."}
|
|
240
|
+
- {"path":"CHANGELOG.md","region":"line:823","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"30116664823ab35e3d51cc5a285d71dd8132a9cbfbfd5b41d5345028e383b885","reason":"Changelog line:823 records exact release history for that scalar; it does not direct current execution."}
|
|
241
|
+
- {"path":"CHANGELOG.md","region":"line:824","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"071c61668669d48bf922cdb0ae4af90d79b80c9ae15eaa87c4cda42ebc21bcbf","reason":"Changelog line:824 records exact release history for that scalar; it does not direct current execution."}
|
|
242
|
+
- {"path":"CHANGELOG.md","region":"line:829","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"93ac57d769619d9c8c8cd3c251533f1cb189988400d7f1b863e5bb117f5714ae","reason":"Changelog line:829 records exact release history for that scalar; it does not direct current execution."}
|
|
243
|
+
- {"path":"CHANGELOG.md","region":"line:830","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"2c11004ecf6fd72878f5f63e48d11253cc56ce1cb664af9bdef7eff6d0d0c917","reason":"Changelog line:830 records exact release history for that scalar; it does not direct current execution."}
|
|
244
|
+
- {"path":"CHANGELOG.md","region":"line:852","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"ba19ce6c8550e0e4c72b3b72b28a90a4959774eb9ad569d2dce82c1fb0e78acb","reason":"Changelog line:852 records exact release history for that scalar; it does not direct current execution."}
|
|
245
|
+
- {"path":"CHANGELOG.md","region":"line:853","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"bc5b7df4384245805b40c0e7ceeb6ff233b29f45e918c80c30393166f8cc8fa9","reason":"Changelog line:853 records exact release history for that scalar; it does not direct current execution."}
|
|
246
|
+
- {"path":"CHANGELOG.md","region":"line:858","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"7ec3987f6990c4b68c2d2112446be7662b628cd243ecffdb3290c7eba386daad","reason":"Changelog line:858 records exact release history for that scalar; it does not direct current execution."}
|
|
247
|
+
- {"path":"CHANGELOG.md","region":"line:860","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4e340672d35bf580414d9ddd1b8747300204b61f2f6d0e39cbbf11467351db72","reason":"Changelog line:860 records exact release history for that scalar; it does not direct current execution."}
|
|
248
|
+
- {"path":"CHANGELOG.md","region":"line:861","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"83eff78aaa7448828ba03183932befed590bd2746f9e2a2ff95c46e72927fd52","reason":"Changelog line:861 records exact release history for that scalar; it does not direct current execution."}
|
|
249
|
+
- {"path":"CHANGELOG.md","region":"line:862","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"b4e5b25810bddd6c181822b08406e1d1e41c05808a271554930e802e2ee4fffd","reason":"Changelog line:862 records exact release history for that scalar; it does not direct current execution."}
|
|
250
|
+
- {"path":"CHANGELOG.md","region":"line:863","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"4c59c9febcd1836db2b846ca931564c0b3596adb07c16245ab9ae56a926dc348","reason":"Changelog line:863 records exact release history for that scalar; it does not direct current execution."}
|
|
251
|
+
- {"path":"CHANGELOG.md","region":"line:867","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"51338f660b147e0d406058b387710e4f836a439c27c330390c32e9c40500a6ee","reason":"Changelog line:867 records exact release history for that scalar; it does not direct current execution."}
|
|
252
|
+
- {"path":"CHANGELOG.md","region":"line:872","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"1e0ecbffc7397c055247dd7ef0f87868ad25aed2b0b90d7954bdc3dbeecac19c","reason":"Changelog line:872 records exact release history for that scalar; it does not direct current execution."}
|
|
253
|
+
- {"path":"CHANGELOG.md","region":"line:886","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"8f613489432d44a86aa482288830a36eaf8b82e11aa22eeb7e9c694190f28e58","reason":"Changelog line:886 records exact release history for that scalar; it does not direct current execution."}
|
|
254
|
+
- {"path":"CHANGELOG.md","region":"line:892","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"537a366577c8af0ea8c68ab7f254800eba85992fbcecc875dae78b51ebc2ab35","reason":"Changelog line:892 records exact release history for that scalar; it does not direct current execution."}
|
|
255
|
+
- {"path":"CHANGELOG.md","region":"line:921","category":"other_vocabulary","classification":"exact_exemption","normalized_sha256":"ce476fbddd3071b4a2e4333922743f7d71e806a1c47440b1f7a02d468bc6bf65","reason":"Changelog line:921 records exact release history for that scalar; it does not direct current execution."}
|
|
256
|
+
- {"path":"CHANGELOG.md","region":"line:1035","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"acc0f013a71ee060dcad00fc55b54f82300325278a00193577b58882d872fb10","reason":"Changelog line:1035 records exact release history for that scalar; it does not direct current execution."}
|
|
257
|
+
- {"path":"CHANGELOG.md","region":"line:1082","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"79e767fd2e4baa00cdfc763c6814870dbefe20b6745d181f82bdba5139c0272f","reason":"Changelog line:1082 records exact release history for that scalar; it does not direct current execution."}
|
|
258
|
+
- {"path":"CHANGELOG.md","region":"line:1089","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"d57016b29585bb34604fc36cfce740c4e6b83a2c0fa753467730d6840ecebd34","reason":"Changelog line:1089 records exact release history for that scalar; it does not direct current execution."}
|
|
259
|
+
- {"path":"CHANGELOG.md","region":"line:1108","category":"argument_bearing","classification":"exact_exemption","normalized_sha256":"42cbb848be0de98624a2d008843e13c40efc7c77a02d7c4f489348d0e73b5b60","reason":"Changelog line:1108 records exact release history for that scalar; it does not direct current execution."}
|
|
258
260
|
- {"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."}
|
|
259
261
|
- {"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."}
|
|
260
262
|
- {"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."}
|
|
@@ -388,8 +390,6 @@ records:
|
|
|
388
390
|
reason: Imports constructor-closure command modules for dispatch, but does not construct command guidance.
|
|
389
391
|
- path: packages/cli/src/cli/commands/glossaryAdvice.ts
|
|
390
392
|
reason: Imports constructor-closure command modules for glossary advice, but does not construct command guidance.
|
|
391
|
-
- path: packages/cli/src/cli/commands/prime/v1Migration.ts
|
|
392
|
-
reason: Imports constructor-closure migration modules for compatibility state, but does not construct command guidance.
|
|
393
393
|
- path: packages/cli/src/cli/commands/profileGrounding.ts
|
|
394
394
|
reason: Imports constructor-closure command modules for profile output, but does not construct command guidance.
|
|
395
395
|
- path: packages/cli/src/cli/commands/state/decisions.ts
|
|
@@ -466,6 +466,8 @@ records:
|
|
|
466
466
|
reason: Imports constructor-closure state modules for atomic writes, but does not construct command guidance.
|
|
467
467
|
- path: packages/cli/src/upgrade/appContentRefresh.ts
|
|
468
468
|
reason: Imports constructor-closure upgrade modules for app refresh, but does not construct command guidance.
|
|
469
|
+
- path: packages/cli/src/upgrade/productV1Reset.ts
|
|
470
|
+
reason: Applies the bounded reset and canonical initializers, but does not construct command guidance.
|
|
469
471
|
- path: packages/cli/src/upgrade/installedHooksRetirement.ts
|
|
470
472
|
reason: Imports constructor-closure upgrade modules for retired-hook handling, but does not construct command guidance.
|
|
471
473
|
- path: packages/cli/src/upgrade/legacyAgentCleanup.ts
|