aios-core 4.2.13 → 4.2.14
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/.aios-core/core/code-intel/helpers/dev-helper.js +206 -0
- package/.aios-core/core/registry/registry-schema.json +166 -166
- package/.aios-core/core/synapse/diagnostics/collectors/hook-collector.js +3 -3
- package/.aios-core/data/entity-registry.yaml +27 -0
- package/.aios-core/development/scripts/approval-workflow.js +642 -642
- package/.aios-core/development/scripts/backup-manager.js +606 -606
- package/.aios-core/development/scripts/branch-manager.js +389 -389
- package/.aios-core/development/scripts/code-quality-improver.js +1311 -1311
- package/.aios-core/development/scripts/commit-message-generator.js +849 -849
- package/.aios-core/development/scripts/conflict-resolver.js +674 -674
- package/.aios-core/development/scripts/dependency-analyzer.js +637 -637
- package/.aios-core/development/scripts/diff-generator.js +351 -351
- package/.aios-core/development/scripts/elicitation-engine.js +384 -384
- package/.aios-core/development/scripts/elicitation-session-manager.js +299 -299
- package/.aios-core/development/scripts/git-wrapper.js +461 -461
- package/.aios-core/development/scripts/manifest-preview.js +244 -244
- package/.aios-core/development/scripts/metrics-tracker.js +775 -775
- package/.aios-core/development/scripts/modification-validator.js +554 -554
- package/.aios-core/development/scripts/pattern-learner.js +1224 -1224
- package/.aios-core/development/scripts/performance-analyzer.js +757 -757
- package/.aios-core/development/scripts/refactoring-suggester.js +1138 -1138
- package/.aios-core/development/scripts/rollback-handler.js +530 -530
- package/.aios-core/development/scripts/security-checker.js +358 -358
- package/.aios-core/development/scripts/template-engine.js +239 -239
- package/.aios-core/development/scripts/template-validator.js +278 -278
- package/.aios-core/development/scripts/test-generator.js +843 -843
- package/.aios-core/development/scripts/transaction-manager.js +589 -589
- package/.aios-core/development/scripts/usage-tracker.js +673 -673
- package/.aios-core/development/scripts/validate-filenames.js +226 -226
- package/.aios-core/development/scripts/version-tracker.js +526 -526
- package/.aios-core/development/scripts/yaml-validator.js +396 -396
- package/.aios-core/development/tasks/build-autonomous.md +10 -4
- package/.aios-core/development/tasks/create-service.md +23 -0
- package/.aios-core/development/tasks/dev-develop-story.md +12 -6
- package/.aios-core/development/tasks/dev-suggest-refactoring.md +7 -1
- package/.aios-core/development/tasks/publish-npm.md +3 -3
- package/.aios-core/hooks/unified/README.md +1 -1
- package/.aios-core/install-manifest.yaml +65 -61
- package/.aios-core/manifests/schema/manifest-schema.json +190 -190
- package/.aios-core/product/templates/component-react-tmpl.tsx +98 -98
- package/.aios-core/product/templates/engine/schemas/adr.schema.json +102 -102
- package/.aios-core/product/templates/engine/schemas/dbdr.schema.json +205 -205
- package/.aios-core/product/templates/engine/schemas/epic.schema.json +175 -175
- package/.aios-core/product/templates/engine/schemas/pmdr.schema.json +175 -175
- package/.aios-core/product/templates/engine/schemas/prd-v2.schema.json +300 -300
- package/.aios-core/product/templates/engine/schemas/prd.schema.json +152 -152
- package/.aios-core/product/templates/engine/schemas/story.schema.json +222 -222
- package/.aios-core/product/templates/engine/schemas/task.schema.json +154 -154
- package/.aios-core/product/templates/eslintrc-security.json +32 -32
- package/.aios-core/product/templates/github-actions-cd.yml +212 -212
- package/.aios-core/product/templates/github-actions-ci.yml +172 -172
- package/.aios-core/product/templates/shock-report-tmpl.html +502 -502
- package/.aios-core/product/templates/token-exports-css-tmpl.css +240 -240
- package/.aios-core/quality/schemas/quality-metrics.schema.json +233 -233
- package/.aios-core/scripts/migrate-framework-docs.sh +300 -300
- package/README.en.md +747 -0
- package/README.md +4 -2
- package/bin/aios.js +7 -4
- package/package.json +1 -1
- package/packages/aios-pro-cli/src/recover.js +1 -1
- package/packages/installer/src/wizard/ide-config-generator.js +6 -6
- package/packages/installer/src/wizard/pro-setup.js +3 -3
- package/scripts/package-synapse.js +5 -5
- package/scripts/validate-package-completeness.js +3 -3
- package/.aios-core/.session/current-session.json +0 -14
- package/.aios-core/data/registry-update-log.jsonl +0 -191
- package/.aios-core/docs/SHARD-TRANSLATION-GUIDE.md +0 -335
- package/.aios-core/docs/component-creation-guide.md +0 -458
- package/.aios-core/docs/session-update-pattern.md +0 -307
- package/.aios-core/docs/standards/AIOS-FRAMEWORK-MASTER.md +0 -1963
- package/.aios-core/docs/standards/AIOS-LIVRO-DE-OURO-V2.1-SUMMARY.md +0 -1190
- package/.aios-core/docs/standards/AIOS-LIVRO-DE-OURO-V2.1.md +0 -439
- package/.aios-core/docs/standards/AIOS-LIVRO-DE-OURO.md +0 -5398
- package/.aios-core/docs/standards/V3-ARCHITECTURAL-DECISIONS.md +0 -523
- package/.aios-core/docs/template-syntax.md +0 -267
- package/.aios-core/docs/troubleshooting-guide.md +0 -625
- package/.aios-core/infrastructure/tests/utilities-audit-results.json +0 -501
- package/.aios-core/manifests/agents.csv +0 -29
- package/.aios-core/manifests/tasks.csv +0 -198
- package/.aios-core/manifests/workers.csv +0 -204
- package/.claude/rules/agent-authority.md +0 -105
- package/.claude/rules/coderabbit-integration.md +0 -93
- package/.claude/rules/ids-principles.md +0 -112
- package/.claude/rules/story-lifecycle.md +0 -139
- package/.claude/rules/workflow-execution.md +0 -150
- package/pro/README.md +0 -66
- package/pro/license/degradation.js +0 -220
- package/pro/license/errors.js +0 -450
- package/pro/license/feature-gate.js +0 -354
- package/pro/license/index.js +0 -181
- package/pro/license/license-api.js +0 -651
- package/pro/license/license-cache.js +0 -523
- package/pro/license/license-crypto.js +0 -303
- package/scripts/glue/README.md +0 -355
- package/scripts/glue/compose-agent-prompt.cjs +0 -362
- /package/.claude/hooks/{precompact-session-digest.js → precompact-session-digest.cjs} +0 -0
- /package/.claude/hooks/{synapse-engine.js → synapse-engine.cjs} +0 -0
|
@@ -70,10 +70,16 @@ steps:
|
|
|
70
70
|
action: |
|
|
71
71
|
FOR EACH subtask in implementation.yaml:
|
|
72
72
|
1. Track attempt start (RecoveryTracker)
|
|
73
|
-
2.
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
73
|
+
2. **Code Intelligence IDS G4 Check** (before creating new files):
|
|
74
|
+
- If `isCodeIntelAvailable()` (from `.aios-core/core/code-intel`):
|
|
75
|
+
- Call `checkBeforeWriting(fileName, description)` from `dev-helper`
|
|
76
|
+
- If duplicates detected: log in decision-log and display as advisory
|
|
77
|
+
- Does NOT block execution (autonomous mode continues)
|
|
78
|
+
- If code intelligence not available: skip silently
|
|
79
|
+
3. Execute subtask (plan-execute-subtask.md workflow)
|
|
80
|
+
4. Self-critique at steps 5.5 and 6.5
|
|
81
|
+
5. Verify completion (verify-subtask.md workflow)
|
|
82
|
+
6. Create checkpoint on success
|
|
77
83
|
|
|
78
84
|
IF failure:
|
|
79
85
|
- Increment attempt count
|
|
@@ -151,6 +151,29 @@ Examples: API_KEY, BASE_URL, TIMEOUT_MS
|
|
|
151
151
|
|
|
152
152
|
## Implementation Steps
|
|
153
153
|
|
|
154
|
+
### Step 0: Code Intelligence Duplicate Check (Pre-Scaffold)
|
|
155
|
+
|
|
156
|
+
Before scaffolding the service, check if a similar service already exists using code intelligence:
|
|
157
|
+
|
|
158
|
+
```javascript
|
|
159
|
+
// Code Intelligence pre-scaffold check (graceful — never blocks)
|
|
160
|
+
const { isCodeIntelAvailable } = require('.aios-core/core/code-intel');
|
|
161
|
+
const { checkBeforeWriting } = require('.aios-core/core/code-intel/helpers/dev-helper');
|
|
162
|
+
|
|
163
|
+
if (isCodeIntelAvailable()) {
|
|
164
|
+
const result = await checkBeforeWriting(serviceName, description);
|
|
165
|
+
if (result) {
|
|
166
|
+
// Display as advisory — does NOT block scaffold
|
|
167
|
+
console.log('⚠️ Code Intelligence Suggestion:');
|
|
168
|
+
console.log(` ${result.suggestion}`);
|
|
169
|
+
console.log(' Consider REUSE or ADAPT before creating a new service.');
|
|
170
|
+
// In interactive mode: prompt user to confirm proceeding
|
|
171
|
+
// In YOLO mode: log and continue
|
|
172
|
+
}
|
|
173
|
+
}
|
|
174
|
+
// If code intelligence not available: proceed normally (no impact)
|
|
175
|
+
```
|
|
176
|
+
|
|
154
177
|
### Step 1: Validate Inputs
|
|
155
178
|
```javascript
|
|
156
179
|
// Validate service_name
|
|
@@ -478,12 +478,18 @@ const {
|
|
|
478
478
|
### Order of Execution
|
|
479
479
|
|
|
480
480
|
1. Read (first or next) task
|
|
481
|
-
2.
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
481
|
+
2. **Code Intelligence Check (IDS G4)** — Before creating new files or functions:
|
|
482
|
+
- If code intelligence is available (`isCodeIntelAvailable()` from `.aios-core/core/code-intel`):
|
|
483
|
+
- Call `checkBeforeWriting(fileName, description)` from `.aios-core/core/code-intel/helpers/dev-helper`
|
|
484
|
+
- If result is not null, display as **"Code Intelligence Suggestion"** (non-blocking advisory)
|
|
485
|
+
- Log suggestion in decision-log if in YOLO mode
|
|
486
|
+
- If code intelligence is NOT available: skip silently (zero impact on workflow)
|
|
487
|
+
3. Implement task and its subtasks
|
|
488
|
+
4. Write tests
|
|
489
|
+
5. Execute validations
|
|
490
|
+
6. **Only if ALL pass**: Mark task checkbox [x]
|
|
491
|
+
7. Update story File List (ensure all created/modified/deleted files listed)
|
|
492
|
+
8. Repeat until all tasks complete
|
|
487
493
|
|
|
488
494
|
### Story File Updates (All Modes)
|
|
489
495
|
|
|
@@ -825,11 +825,17 @@ module.exports = SuggestRefactoringTask;
|
|
|
825
825
|
3. Run pattern detectors
|
|
826
826
|
4. Generate suggestions
|
|
827
827
|
5. Prioritize by impact
|
|
828
|
+
6. **Code Intelligence Blast Radius** (if available):
|
|
829
|
+
- Call `assessRefactoringImpact(candidateFiles)` from `.aios-core/core/code-intel/helpers/dev-helper`
|
|
830
|
+
- If result is not null, enrich each suggestion with:
|
|
831
|
+
- `blastRadius`: number of affected references
|
|
832
|
+
- `riskLevel`: LOW (<5 refs) | MEDIUM (5-15) | HIGH (>15)
|
|
833
|
+
- If code intelligence not available: suggestions work as before (no blast radius shown)
|
|
828
834
|
|
|
829
835
|
### Review Phase
|
|
830
836
|
1. Display suggestions
|
|
831
837
|
2. Group by file/type
|
|
832
|
-
3. Show impact analysis
|
|
838
|
+
3. Show impact analysis (including blast radius and risk level when available)
|
|
833
839
|
4. Provide preview
|
|
834
840
|
5. Export for review
|
|
835
841
|
|
|
@@ -60,7 +60,7 @@ Publishes a new version to npm under the `preview` dist-tag.
|
|
|
60
60
|
- npm init -y
|
|
61
61
|
- npm install aios-core@preview
|
|
62
62
|
- Verify critical files exist in node_modules/aios-core/:
|
|
63
|
-
- .claude/hooks/synapse-engine.
|
|
63
|
+
- .claude/hooks/synapse-engine.cjs
|
|
64
64
|
- .aios-core/core-config.yaml
|
|
65
65
|
- bin/aios.js
|
|
66
66
|
- Clean up temp directory
|
|
@@ -161,8 +161,8 @@ Tests package installation from a specific dist-tag in a clean temporary directo
|
|
|
161
161
|
- .aios-core/constitution.md
|
|
162
162
|
- .aios-core/development/agents/ (non-empty)
|
|
163
163
|
- .aios-core/development/tasks/ (non-empty)
|
|
164
|
-
- .claude/hooks/synapse-engine.
|
|
165
|
-
- .claude/hooks/precompact-session-digest.
|
|
164
|
+
- .claude/hooks/synapse-engine.cjs
|
|
165
|
+
- .claude/hooks/precompact-session-digest.cjs
|
|
166
166
|
- .claude/rules/ (non-empty)
|
|
167
167
|
- bin/aios.js
|
|
168
168
|
- bin/aios-minimal.js
|
|
@@ -128,7 +128,7 @@ Capture session knowledge before context compact to preserve institutional learn
|
|
|
128
128
|
```
|
|
129
129
|
Claude Code PreCompact Event
|
|
130
130
|
↓
|
|
131
|
-
.claude/hooks/precompact-session-digest.
|
|
131
|
+
.claude/hooks/precompact-session-digest.cjs
|
|
132
132
|
↓
|
|
133
133
|
runners/precompact-runner.js
|
|
134
134
|
↓ (pro-detector check)
|
|
@@ -7,10 +7,10 @@
|
|
|
7
7
|
# - SHA256 hashes for change detection
|
|
8
8
|
# - File types for categorization
|
|
9
9
|
#
|
|
10
|
-
version: 4.2.
|
|
11
|
-
generated_at: "2026-02-
|
|
10
|
+
version: 4.2.14
|
|
11
|
+
generated_at: "2026-02-23T12:11:30.635Z"
|
|
12
12
|
generator: scripts/generate-install-manifest.js
|
|
13
|
-
file_count:
|
|
13
|
+
file_count: 1007
|
|
14
14
|
files:
|
|
15
15
|
- path: cli/commands/config/index.js
|
|
16
16
|
hash: sha256:ebcad2ce3807eda29dcddff76d7a95ddc9b7fa160df21fd608f94b802237e862
|
|
@@ -188,6 +188,10 @@ files:
|
|
|
188
188
|
hash: sha256:0bea0c1953a21621afbb4c9755e782842940cf54cdc88a4318dd7242f1fb02a8
|
|
189
189
|
type: core
|
|
190
190
|
size: 4320
|
|
191
|
+
- path: core/code-intel/helpers/dev-helper.js
|
|
192
|
+
hash: sha256:2418a5f541003c73cc284e88a6b0cb666896a47ffd5ed4c08648269d281efc4c
|
|
193
|
+
type: core
|
|
194
|
+
size: 5770
|
|
191
195
|
- path: core/code-intel/index.js
|
|
192
196
|
hash: sha256:ca8c54c2decbf64183d890ab42dc8ca2deafa675d4433492cb6ce423a284ad4d
|
|
193
197
|
type: core
|
|
@@ -859,7 +863,7 @@ files:
|
|
|
859
863
|
- path: core/registry/registry-schema.json
|
|
860
864
|
hash: sha256:02bc6cce5b4d7491e0c7cbfb27d50658196d231a96b34d39f0414c583f45d44e
|
|
861
865
|
type: core
|
|
862
|
-
size:
|
|
866
|
+
size: 5279
|
|
863
867
|
- path: core/registry/service-registry.json
|
|
864
868
|
hash: sha256:07123457d0b77216fb7074e0dfd94f23b1e425fe5b9af75caa2b5b1b3f5a7773
|
|
865
869
|
type: core
|
|
@@ -889,9 +893,9 @@ files:
|
|
|
889
893
|
type: core
|
|
890
894
|
size: 5933
|
|
891
895
|
- path: core/synapse/diagnostics/collectors/hook-collector.js
|
|
892
|
-
hash: sha256:
|
|
896
|
+
hash: sha256:c2cfa1b760bcb05decf5ad05f9159140cbe0cdc6b0f91581790e44d83dc6b660
|
|
893
897
|
type: core
|
|
894
|
-
size:
|
|
898
|
+
size: 3765
|
|
895
899
|
- path: core/synapse/diagnostics/collectors/manifest-collector.js
|
|
896
900
|
hash: sha256:3dc895eb94485320ecbaca3a1d29e3776cfb691dd7dcc71cf44b34af30e8ebb6
|
|
897
901
|
type: core
|
|
@@ -1041,9 +1045,9 @@ files:
|
|
|
1041
1045
|
type: data
|
|
1042
1046
|
size: 34251
|
|
1043
1047
|
- path: data/entity-registry.yaml
|
|
1044
|
-
hash: sha256:
|
|
1048
|
+
hash: sha256:9cbf837d0b2151304c3ce8d28e6ac8efa1ef4b35a9dc4074bdbfaa9fd4afc77f
|
|
1045
1049
|
type: data
|
|
1046
|
-
size:
|
|
1050
|
+
size: 291887
|
|
1047
1051
|
- path: data/learned-patterns.yaml
|
|
1048
1052
|
hash: sha256:24ac0b160615583a0ff783d3da8af80b7f94191575d6db2054ec8e10a3f945dc
|
|
1049
1053
|
type: data
|
|
@@ -1187,7 +1191,7 @@ files:
|
|
|
1187
1191
|
- path: development/scripts/approval-workflow.js
|
|
1188
1192
|
hash: sha256:10278d73d1904efcc0622c43ed07fa2434f6a96014f4d619dc503f078fdbbc99
|
|
1189
1193
|
type: script
|
|
1190
|
-
size:
|
|
1194
|
+
size: 21553
|
|
1191
1195
|
- path: development/scripts/audit-agent-config.js
|
|
1192
1196
|
hash: sha256:861428491ec5bb6741877381fd7e8506b2150f8c81a00d061ae499b2480c524d
|
|
1193
1197
|
type: script
|
|
@@ -1199,7 +1203,7 @@ files:
|
|
|
1199
1203
|
- path: development/scripts/backup-manager.js
|
|
1200
1204
|
hash: sha256:4784782f5856bab5b405b95798614baf6e868853348a3a1dcf261bccf9547fce
|
|
1201
1205
|
type: script
|
|
1202
|
-
size:
|
|
1206
|
+
size: 16662
|
|
1203
1207
|
- path: development/scripts/batch-update-agents-session-context.js
|
|
1204
1208
|
hash: sha256:2f4c8b4f84b3cd86a5897909fcbb8d8c3ff4d48058fa9d04cbc924ab50f3fd32
|
|
1205
1209
|
type: script
|
|
@@ -1207,19 +1211,19 @@ files:
|
|
|
1207
1211
|
- path: development/scripts/branch-manager.js
|
|
1208
1212
|
hash: sha256:2e6b1e434f3f5e2e1d1f1aec994c3fb56efccf7baacb4f188e769b13dabe03de
|
|
1209
1213
|
type: script
|
|
1210
|
-
size:
|
|
1214
|
+
size: 11536
|
|
1211
1215
|
- path: development/scripts/code-quality-improver.js
|
|
1212
1216
|
hash: sha256:acdfea90590a2d0d566e720540a8aad4a360cd531c58ad4e67cc4126522b7455
|
|
1213
1217
|
type: script
|
|
1214
|
-
size:
|
|
1218
|
+
size: 39827
|
|
1215
1219
|
- path: development/scripts/commit-message-generator.js
|
|
1216
1220
|
hash: sha256:2e75d22307d0e3823b7762a6aff18c4c3842a632f876069215a221bc053336dc
|
|
1217
1221
|
type: script
|
|
1218
|
-
size:
|
|
1222
|
+
size: 25369
|
|
1219
1223
|
- path: development/scripts/conflict-resolver.js
|
|
1220
1224
|
hash: sha256:8971b9aca2ab23a9478ac70e59710ec843f483fcbe088371444f4fc9b56c5278
|
|
1221
1225
|
type: script
|
|
1222
|
-
size:
|
|
1226
|
+
size: 19188
|
|
1223
1227
|
- path: development/scripts/decision-context.js
|
|
1224
1228
|
hash: sha256:ad19e9891fa3085ea1774a9d29efaaf871f13b361cd0691e844e3fd6a9c34ff3
|
|
1225
1229
|
type: script
|
|
@@ -1239,7 +1243,7 @@ files:
|
|
|
1239
1243
|
- path: development/scripts/dependency-analyzer.js
|
|
1240
1244
|
hash: sha256:64d6433a789a68950758b467b47c8e4fb38cb4842ce5a3462bd3393d8553c9b2
|
|
1241
1245
|
type: script
|
|
1242
|
-
size:
|
|
1246
|
+
size: 18024
|
|
1243
1247
|
- path: development/scripts/dev-context-loader.js
|
|
1244
1248
|
hash: sha256:63a43957d858e68142cd20ea19cc0aa648e58979ff75e1bec1f4c99c7d5def9f
|
|
1245
1249
|
type: script
|
|
@@ -1247,15 +1251,15 @@ files:
|
|
|
1247
1251
|
- path: development/scripts/diff-generator.js
|
|
1248
1252
|
hash: sha256:cad97b0096fc034fa6ed6cbd14a963abe32d880c1ce8034b6aa62af2e2239833
|
|
1249
1253
|
type: script
|
|
1250
|
-
size:
|
|
1254
|
+
size: 10667
|
|
1251
1255
|
- path: development/scripts/elicitation-engine.js
|
|
1252
1256
|
hash: sha256:10f731ca75dbaf843997c4eb1a0e4619002463b6d697b8a145638260d90773ce
|
|
1253
1257
|
type: script
|
|
1254
|
-
size:
|
|
1258
|
+
size: 10583
|
|
1255
1259
|
- path: development/scripts/elicitation-session-manager.js
|
|
1256
1260
|
hash: sha256:4385acbfd7c184a38e123f7a20b5e7b06c1d89d645a6e1bae1c5e0e4232d5181
|
|
1257
1261
|
type: script
|
|
1258
|
-
size:
|
|
1262
|
+
size: 8111
|
|
1259
1263
|
- path: development/scripts/generate-greeting.js
|
|
1260
1264
|
hash: sha256:49b857fe36a0216a0df8395a6847f14608bd6a228817276201d22598a6862a4f
|
|
1261
1265
|
type: script
|
|
@@ -1263,7 +1267,7 @@ files:
|
|
|
1263
1267
|
- path: development/scripts/git-wrapper.js
|
|
1264
1268
|
hash: sha256:2cc481d4cdaf2f34f6c907c54dcc6168f26859de3d1d3d71a6caf7a50de30e8c
|
|
1265
1269
|
type: script
|
|
1266
|
-
size:
|
|
1270
|
+
size: 11874
|
|
1267
1271
|
- path: development/scripts/greeting-builder.js
|
|
1268
1272
|
hash: sha256:a4a4ff094d41daf5840f55f807a775f698cb892e8c5d79f93148d4b437b0dadd
|
|
1269
1273
|
type: script
|
|
@@ -1279,11 +1283,11 @@ files:
|
|
|
1279
1283
|
- path: development/scripts/manifest-preview.js
|
|
1280
1284
|
hash: sha256:caccc28155efee736533622e3bc62c67abb9721e1f4e9bf761ef02f8d8a37026
|
|
1281
1285
|
type: script
|
|
1282
|
-
size:
|
|
1286
|
+
size: 7527
|
|
1283
1287
|
- path: development/scripts/metrics-tracker.js
|
|
1284
1288
|
hash: sha256:e08baea0b02b2f54973794f9df786cee2432a98bd0ba0290e3922b025e629fef
|
|
1285
1289
|
type: script
|
|
1286
|
-
size:
|
|
1290
|
+
size: 21726
|
|
1287
1291
|
- path: development/scripts/migrate-task-to-v2.js
|
|
1288
1292
|
hash: sha256:50d0affb4b69de2237ec43c0a89d39d64faa40d25b76835d7ab8907553b4dc54
|
|
1289
1293
|
type: script
|
|
@@ -1291,15 +1295,15 @@ files:
|
|
|
1291
1295
|
- path: development/scripts/modification-validator.js
|
|
1292
1296
|
hash: sha256:dc4d46220c92b968f4a9f18aebcf91fdf09bb01a2c7a40ffc46f696b2dc332ec
|
|
1293
1297
|
type: script
|
|
1294
|
-
size:
|
|
1298
|
+
size: 16486
|
|
1295
1299
|
- path: development/scripts/pattern-learner.js
|
|
1296
1300
|
hash: sha256:5bbc3f6f52e8fc6b65a2db072670e219f2e64e4cacfc448ccb839d3b4077493d
|
|
1297
1301
|
type: script
|
|
1298
|
-
size:
|
|
1302
|
+
size: 35067
|
|
1299
1303
|
- path: development/scripts/performance-analyzer.js
|
|
1300
1304
|
hash: sha256:6f59e8306afbbdae2795efc02ce21dfe336927526e99b5a40bddf37368a4614d
|
|
1301
1305
|
type: script
|
|
1302
|
-
size:
|
|
1306
|
+
size: 23410
|
|
1303
1307
|
- path: development/scripts/populate-entity-registry.js
|
|
1304
1308
|
hash: sha256:836f1261d296a949eb0c6d2e754afc1115854a39cff8927c82c6efd6fd693290
|
|
1305
1309
|
type: script
|
|
@@ -1307,15 +1311,15 @@ files:
|
|
|
1307
1311
|
- path: development/scripts/refactoring-suggester.js
|
|
1308
1312
|
hash: sha256:d5183f79fae9dc4bf4d3c9136b3622e43a63643a7df622742c350931e45f18f4
|
|
1309
1313
|
type: script
|
|
1310
|
-
size:
|
|
1314
|
+
size: 34675
|
|
1311
1315
|
- path: development/scripts/rollback-handler.js
|
|
1312
1316
|
hash: sha256:b18a9451fa3f8919733251857dbad2bc4b7ecbf782e6c114b88bc867358421a9
|
|
1313
1317
|
type: script
|
|
1314
|
-
size:
|
|
1318
|
+
size: 16558
|
|
1315
1319
|
- path: development/scripts/security-checker.js
|
|
1316
1320
|
hash: sha256:8eb3952f865a045b2c7dfd9c3be42b42a97a7cf6d7cef8ac31002ab093c8bac0
|
|
1317
1321
|
type: script
|
|
1318
|
-
size:
|
|
1322
|
+
size: 9520
|
|
1319
1323
|
- path: development/scripts/skill-validator.js
|
|
1320
1324
|
hash: sha256:1ce0d66fad12c9502ced60df2294a3002ee04c21a9d4b1607f57b237cbe057d6
|
|
1321
1325
|
type: script
|
|
@@ -1383,15 +1387,15 @@ files:
|
|
|
1383
1387
|
- path: development/scripts/template-engine.js
|
|
1384
1388
|
hash: sha256:f388469146acad7c028190c8ca54286978e3db7da1dc1e214f1bf4bd03060fe0
|
|
1385
1389
|
type: script
|
|
1386
|
-
size:
|
|
1390
|
+
size: 6957
|
|
1387
1391
|
- path: development/scripts/template-validator.js
|
|
1388
1392
|
hash: sha256:9f9039281dd3b8ca3fd8de29ae946b000f8235b10cf294a01d0cf1bf109356d8
|
|
1389
1393
|
type: script
|
|
1390
|
-
size:
|
|
1394
|
+
size: 8331
|
|
1391
1395
|
- path: development/scripts/test-generator.js
|
|
1392
1396
|
hash: sha256:e552a212d859b0d71a141c219babc421d053530bbd2d3758b68ff0651c014aef
|
|
1393
1397
|
type: script
|
|
1394
|
-
size:
|
|
1398
|
+
size: 24936
|
|
1395
1399
|
- path: development/scripts/test-greeting-system.js
|
|
1396
1400
|
hash: sha256:a4b842ae6d1f7ea5224bd789e258b8dcda1b2e16b41c25f0cc603055eb091bda
|
|
1397
1401
|
type: script
|
|
@@ -1399,7 +1403,7 @@ files:
|
|
|
1399
1403
|
- path: development/scripts/transaction-manager.js
|
|
1400
1404
|
hash: sha256:c9a769a030b1357208852a1ac4a0cce756a2f3ba6b541a21699cf19be7472023
|
|
1401
1405
|
type: script
|
|
1402
|
-
size:
|
|
1406
|
+
size: 17607
|
|
1403
1407
|
- path: development/scripts/unified-activation-pipeline.js
|
|
1404
1408
|
hash: sha256:dd1ad8050ac6ea04ff634434be9b97f67239ee0a7342d669bc5618eb2b7a7f5b
|
|
1405
1409
|
type: script
|
|
@@ -1407,11 +1411,11 @@ files:
|
|
|
1407
1411
|
- path: development/scripts/usage-tracker.js
|
|
1408
1412
|
hash: sha256:b3079713787de7c6ac38a742255861f04e8359ef1b227836040920a64b7e8aac
|
|
1409
1413
|
type: script
|
|
1410
|
-
size:
|
|
1414
|
+
size: 19465
|
|
1411
1415
|
- path: development/scripts/validate-filenames.js
|
|
1412
1416
|
hash: sha256:20c20726b2f25ccef2ce301d421678a7c03e010c49469873b01ce1686dd66d8a
|
|
1413
1417
|
type: script
|
|
1414
|
-
size:
|
|
1418
|
+
size: 6247
|
|
1415
1419
|
- path: development/scripts/validate-task-v2.js
|
|
1416
1420
|
hash: sha256:5beacac341075d9ad7c393f1464b881c8c1d296da7fe1e97a4d4c97ff0208175
|
|
1417
1421
|
type: script
|
|
@@ -1423,7 +1427,7 @@ files:
|
|
|
1423
1427
|
- path: development/scripts/version-tracker.js
|
|
1424
1428
|
hash: sha256:1c55ba6d8b2620c50546435231ac1b678e3f843627df326df8132182c0738801
|
|
1425
1429
|
type: script
|
|
1426
|
-
size:
|
|
1430
|
+
size: 15887
|
|
1427
1431
|
- path: development/scripts/workflow-navigator.js
|
|
1428
1432
|
hash: sha256:d81e53dd6f41663af7bb822bf52c7a52678bdfb9046d295cde0bbb8ad0696c0c
|
|
1429
1433
|
type: script
|
|
@@ -1439,7 +1443,7 @@ files:
|
|
|
1439
1443
|
- path: development/scripts/yaml-validator.js
|
|
1440
1444
|
hash: sha256:b4a492a1dedbb11b6ddda9889ef6adb6cf792c2315c029ebc8c6b7ce7f57188f
|
|
1441
1445
|
type: script
|
|
1442
|
-
size:
|
|
1446
|
+
size: 10334
|
|
1443
1447
|
- path: development/tasks/add-mcp.md
|
|
1444
1448
|
hash: sha256:8a19ae5f343b68d7aace6a8400a18349fb7b4ebc92cecdab33e2a7f4f0d88512
|
|
1445
1449
|
type: task
|
|
@@ -1525,9 +1529,9 @@ files:
|
|
|
1525
1529
|
type: task
|
|
1526
1530
|
size: 8997
|
|
1527
1531
|
- path: development/tasks/build-autonomous.md
|
|
1528
|
-
hash: sha256:
|
|
1532
|
+
hash: sha256:332bf97df0ea910c9e8b8bb4f40ef42d0dd3ea929a719ca221478324ba23a366
|
|
1529
1533
|
type: task
|
|
1530
|
-
size:
|
|
1534
|
+
size: 6066
|
|
1531
1535
|
- path: development/tasks/build-component.md
|
|
1532
1536
|
hash: sha256:992a116fae239712e6b371a61deb299ab592b58a5d64909664e2f5e22b7caeff
|
|
1533
1537
|
type: task
|
|
@@ -1601,9 +1605,9 @@ files:
|
|
|
1601
1605
|
type: task
|
|
1602
1606
|
size: 29544
|
|
1603
1607
|
- path: development/tasks/create-service.md
|
|
1604
|
-
hash: sha256:
|
|
1608
|
+
hash: sha256:31c4b50dbaede1c09d72a1dd5d9b1e5ca4edcbedc5204639d7399818e737c898
|
|
1605
1609
|
type: task
|
|
1606
|
-
size:
|
|
1610
|
+
size: 9882
|
|
1607
1611
|
- path: development/tasks/create-suite.md
|
|
1608
1612
|
hash: sha256:8e57cba8aaed7f86a327e11185aca208af241ab41abc95188a2243375085ca15
|
|
1609
1613
|
type: task
|
|
@@ -1713,9 +1717,9 @@ files:
|
|
|
1713
1717
|
type: task
|
|
1714
1718
|
size: 11021
|
|
1715
1719
|
- path: development/tasks/dev-develop-story.md
|
|
1716
|
-
hash: sha256:
|
|
1720
|
+
hash: sha256:6f7c7f5bc866ffd0bc1bf4ba90eee33aa02727e010f31b6457fcfa14d386c467
|
|
1717
1721
|
type: task
|
|
1718
|
-
size:
|
|
1722
|
+
size: 27075
|
|
1719
1723
|
- path: development/tasks/dev-improve-code-quality.md
|
|
1720
1724
|
hash: sha256:8f8e6b0dcb1328cf7efcde263be95b93b2592176beafc7adfd3cdffbfa763be4
|
|
1721
1725
|
type: task
|
|
@@ -1725,9 +1729,9 @@ files:
|
|
|
1725
1729
|
type: task
|
|
1726
1730
|
size: 29272
|
|
1727
1731
|
- path: development/tasks/dev-suggest-refactoring.md
|
|
1728
|
-
hash: sha256:
|
|
1732
|
+
hash: sha256:c69def336713b8ef2051c9aae725e3ecec228682c7adaeccd8a9a945bf59ab3a
|
|
1729
1733
|
type: task
|
|
1730
|
-
size:
|
|
1734
|
+
size: 24669
|
|
1731
1735
|
- path: development/tasks/dev-validate-next-story.md
|
|
1732
1736
|
hash: sha256:68af17e15d933588c5f82fac0133ad037a2941364f328f309bde09576f428b0a
|
|
1733
1737
|
type: task
|
|
@@ -1957,9 +1961,9 @@ files:
|
|
|
1957
1961
|
type: task
|
|
1958
1962
|
size: 23884
|
|
1959
1963
|
- path: development/tasks/publish-npm.md
|
|
1960
|
-
hash: sha256:
|
|
1964
|
+
hash: sha256:79b1d83fca5fd0079ad63d4fd6cb5cdef81aa00ed618d77cbdc42f70aca98c27
|
|
1961
1965
|
type: task
|
|
1962
|
-
size:
|
|
1966
|
+
size: 6473
|
|
1963
1967
|
- path: development/tasks/qa-after-creation.md
|
|
1964
1968
|
hash: sha256:e9f6ceff7a0bc00d4fc035e890b7f1178c6ea43f447d135774b46a00713450e6
|
|
1965
1969
|
type: task
|
|
@@ -3171,7 +3175,7 @@ files:
|
|
|
3171
3175
|
- path: manifests/schema/manifest-schema.json
|
|
3172
3176
|
hash: sha256:39678986089918893f309a2469fa0615beb82b5c6f1e16e2f9b40bcac6465195
|
|
3173
3177
|
type: manifest
|
|
3174
|
-
size:
|
|
3178
|
+
size: 5291
|
|
3175
3179
|
- path: monitor/hooks/lib/__init__.py
|
|
3176
3180
|
hash: sha256:26147f29392400ed7bb87ca750af1c1bdd191193990463952282eaaffc1f35a2
|
|
3177
3181
|
type: monitor
|
|
@@ -3403,7 +3407,7 @@ files:
|
|
|
3403
3407
|
- path: product/templates/component-react-tmpl.tsx
|
|
3404
3408
|
hash: sha256:bfbfab502da2064527948f70c9a59174f20b81472ac2ea6eb999f02c9bcaf3df
|
|
3405
3409
|
type: template
|
|
3406
|
-
size:
|
|
3410
|
+
size: 2588
|
|
3407
3411
|
- path: product/templates/current-approach-tmpl.md
|
|
3408
3412
|
hash: sha256:ec258049a5cda587b24523faf6b26ed0242765f4e732af21c4f42e42cf326714
|
|
3409
3413
|
type: template
|
|
@@ -3439,35 +3443,35 @@ files:
|
|
|
3439
3443
|
- path: product/templates/engine/schemas/adr.schema.json
|
|
3440
3444
|
hash: sha256:2cd4c78d9c2664695df163d033709122b0b37c70fd4f92c9bf4ea17503d4db0b
|
|
3441
3445
|
type: template
|
|
3442
|
-
size:
|
|
3446
|
+
size: 2915
|
|
3443
3447
|
- path: product/templates/engine/schemas/dbdr.schema.json
|
|
3444
3448
|
hash: sha256:9d5f4e3774830f545617e801ec24ea6649afb2ab217fffda4f6fa3ec5136f2ea
|
|
3445
3449
|
type: template
|
|
3446
|
-
size:
|
|
3450
|
+
size: 5731
|
|
3447
3451
|
- path: product/templates/engine/schemas/epic.schema.json
|
|
3448
3452
|
hash: sha256:c2e898276cf89338b9fa8d619c18c40d1ed1e4390d63cc779b439c37380a5317
|
|
3449
3453
|
type: template
|
|
3450
|
-
size:
|
|
3454
|
+
size: 4491
|
|
3451
3455
|
- path: product/templates/engine/schemas/pmdr.schema.json
|
|
3452
3456
|
hash: sha256:3e3883d552f2fa0f1b9cd6d1621e9788858d81f2c9faa66fbdfc20744cddf855
|
|
3453
3457
|
type: template
|
|
3454
|
-
size:
|
|
3458
|
+
size: 4789
|
|
3455
3459
|
- path: product/templates/engine/schemas/prd-v2.schema.json
|
|
3456
3460
|
hash: sha256:b6a5fcb6aa6ba4417f55673f2432fdc96d3b178ccd494b56796b74271cbe9ebe
|
|
3457
3461
|
type: template
|
|
3458
|
-
size:
|
|
3462
|
+
size: 7822
|
|
3459
3463
|
- path: product/templates/engine/schemas/prd.schema.json
|
|
3460
3464
|
hash: sha256:a68c16308518ee12339d63659bef8b145d0101dcf7fe1e4e06ccad1c20a4b61a
|
|
3461
3465
|
type: template
|
|
3462
|
-
size:
|
|
3466
|
+
size: 4306
|
|
3463
3467
|
- path: product/templates/engine/schemas/story.schema.json
|
|
3464
3468
|
hash: sha256:23d037e35a7ebecc6af86ef30223b2c20e3a938a4c9f4b6ca18a8cec6646a005
|
|
3465
3469
|
type: template
|
|
3466
|
-
size:
|
|
3470
|
+
size: 5884
|
|
3467
3471
|
- path: product/templates/engine/schemas/task.schema.json
|
|
3468
3472
|
hash: sha256:01ed077417b76d54bb2aa93f94d3ca4b9587bb957dd269ff31f7f707f1efda37
|
|
3469
3473
|
type: template
|
|
3470
|
-
size:
|
|
3474
|
+
size: 3856
|
|
3471
3475
|
- path: product/templates/engine/validator.js
|
|
3472
3476
|
hash: sha256:159422012586b65933dca98f7cc0274ebc8a867c79533340b548fc9eaca41944
|
|
3473
3477
|
type: template
|
|
@@ -3479,7 +3483,7 @@ files:
|
|
|
3479
3483
|
- path: product/templates/eslintrc-security.json
|
|
3480
3484
|
hash: sha256:657d40117261d6a52083984d29f9f88e79040926a64aa4c2058a602bfe91e0d5
|
|
3481
3485
|
type: template
|
|
3482
|
-
size:
|
|
3486
|
+
size: 909
|
|
3483
3487
|
- path: product/templates/front-end-architecture-tmpl.yaml
|
|
3484
3488
|
hash: sha256:de0432b4f98236c3a1d6cc9975b90fbc57727653bdcf6132355c0bcf0b4dbb9c
|
|
3485
3489
|
type: template
|
|
@@ -3499,11 +3503,11 @@ files:
|
|
|
3499
3503
|
- path: product/templates/github-actions-cd.yml
|
|
3500
3504
|
hash: sha256:c9ef00ed1a691d634bb6a4927b038c96dcbc65e4337432eb2075e9ef302af85b
|
|
3501
3505
|
type: template
|
|
3502
|
-
size:
|
|
3506
|
+
size: 6992
|
|
3503
3507
|
- path: product/templates/github-actions-ci.yml
|
|
3504
3508
|
hash: sha256:b64abbfdaf10b61d28ce0391fbcc2c54136cf14f4996244808341bb5ced0168e
|
|
3505
3509
|
type: template
|
|
3506
|
-
size:
|
|
3510
|
+
size: 4492
|
|
3507
3511
|
- path: product/templates/github-pr-template.md
|
|
3508
3512
|
hash: sha256:f04dc7a2a98f3ada40a54a62d93ed2ee289c4b11032ef420acf10fbfe19d1dc5
|
|
3509
3513
|
type: template
|
|
@@ -3619,7 +3623,7 @@ files:
|
|
|
3619
3623
|
- path: product/templates/shock-report-tmpl.html
|
|
3620
3624
|
hash: sha256:f6b3984683b9c0e22550aaab63f002c01d6d9d3fe2af0e344f7dafbd444e4a19
|
|
3621
3625
|
type: template
|
|
3622
|
-
size:
|
|
3626
|
+
size: 16665
|
|
3623
3627
|
- path: product/templates/spec-tmpl.md
|
|
3624
3628
|
hash: sha256:5f3a97a1d4cc5c0fe81432d942cdd3ac2ec43c6785c3594ba3e1070601719718
|
|
3625
3629
|
type: template
|
|
@@ -3719,7 +3723,7 @@ files:
|
|
|
3719
3723
|
- path: product/templates/token-exports-css-tmpl.css
|
|
3720
3724
|
hash: sha256:d937b8d61cdc9e5b10fdff871c6cb41c9f756004d060d671e0ae26624a047f62
|
|
3721
3725
|
type: template
|
|
3722
|
-
size:
|
|
3726
|
+
size: 5798
|
|
3723
3727
|
- path: product/templates/token-exports-tailwind-tmpl.js
|
|
3724
3728
|
hash: sha256:1e99f1be493b4b3dac1b2a9abc1ae1dd9146f26f86bed229c232690114c3a377
|
|
3725
3729
|
type: template
|
|
@@ -3923,7 +3927,7 @@ files:
|
|
|
3923
3927
|
- path: scripts/migrate-framework-docs.sh
|
|
3924
3928
|
hash: sha256:b453931ec91e85b7f2e71d8508960e742aaa85fa44a89221ff257d472ab61ca3
|
|
3925
3929
|
type: script
|
|
3926
|
-
size:
|
|
3930
|
+
size: 9488
|
|
3927
3931
|
- path: scripts/pm.sh
|
|
3928
3932
|
hash: sha256:ee05da6dc99078b710a34f9fb420684ff19876bcc0322571f1057a56cbbb6011
|
|
3929
3933
|
type: script
|