Skip to content

Commit a1cbf7a

Browse files
fix(ci): rename verification script to avoid Jest crash
- Renamed gaps-implementation.test.js to gaps-implementation.verify.js - This file is a standalone verification script using process.exit() - When run by Jest, process.exit() kills the worker process - Regenerated install-manifest.yaml to include new files Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6ba7fb7 commit a1cbf7a

File tree

2 files changed

+48
-4
lines changed

2 files changed

+48
-4
lines changed

.aios-core/core/memory/__tests__/gaps-implementation.test.js renamed to .aios-core/core/memory/__tests__/gaps-implementation.verify.js

File renamed without changes.

.aios-core/install-manifest.yaml

Lines changed: 48 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
# - File types for categorization
99
#
1010
version: 3.10.0
11-
generated_at: "2026-01-29T12:33:33.242Z"
11+
generated_at: "2026-01-29T14:57:49.865Z"
1212
generator: scripts/generate-install-manifest.js
13-
file_count: 725
13+
file_count: 736
1414
files:
1515
- path: cli/commands/generate/index.js
1616
hash: sha256:36f8e38ab767fa5478d8dabac548c66dc2c0fc521c216e954ac33fcea0ba597b
@@ -224,6 +224,10 @@ files:
224224
hash: sha256:8c3d8556eb75222d236b4c760c8fcb3ae0319927897a4b9bee64e1a6077a35bd
225225
type: core
226226
size: 14552
227+
- path: core/execution/semantic-merge-engine.js
228+
hash: sha256:57f28ff3943683cd99913a53fab539301f6ce3f1f28515238edca07aac07b84a
229+
type: core
230+
size: 51548
227231
- path: core/execution/subagent-dispatcher.js
228232
hash: sha256:08b12b1e6a96802dad766c764bee17e2a40a675c81f16e2c943810b18f526348
229233
type: core
@@ -468,14 +472,26 @@ files:
468472
hash: sha256:dde87d2188a5a3f6a11df797634b189debe9d366f03b99be7a975debde5033df
469473
type: core
470474
size: 10388
475+
- path: core/memory/__tests__/gaps-implementation.verify.js
476+
hash: sha256:ed2ac83feef0c7d55db1cf439f74b5fab9ab8bdc73d3f54ebff0b6d3bc549f76
477+
type: core
478+
size: 14066
471479
- path: core/memory/context-snapshot.js
472480
hash: sha256:e03673c2062b063c808f0cd951d72f0c08ed59e254328b137b67b8f0820bbde2
473481
type: core
474482
size: 20026
483+
- path: core/memory/file-evolution-tracker.js
484+
hash: sha256:de65c024ed6c6fe8c707b22398f3c7d3960b592353dfc6a47a360f665c841081
485+
type: core
486+
size: 30546
475487
- path: core/memory/gotchas-memory.js
476488
hash: sha256:2e9384c61584cb71b60be9319b387f2abd2b213f11e6257ae3d025c95f8c9ccb
477489
type: core
478490
size: 33055
491+
- path: core/memory/timeline-manager.js
492+
hash: sha256:dfcaa857d123eff7ef8f845d946501a7df8fa060475d93ed3a5a61c009ed60fe
493+
type: core
494+
size: 24430
479495
- path: core/migration/migration-config.yaml
480496
hash: sha256:fdfc02364ba8ac5983dc8f902c63b911b799b2c9d7d8e0013460708939a69269
481497
type: core
@@ -572,6 +588,22 @@ files:
572588
hash: sha256:8f8bdc80c7306141d0ce3d0c792736436bd3dcff1eaba9352e39fdc4a4050af9
573589
type: core
574590
size: 26893
591+
- path: core/permissions/__tests__/permission-mode.test.js
592+
hash: sha256:7e95dec14bdd22f8467a8f27e817d8c756096fbd7c49c9bd9c3c9208cc11536b
593+
type: core
594+
size: 8806
595+
- path: core/permissions/index.js
596+
hash: sha256:f68b99cc5b97678035d1b37317a9b2f834d04dbaf6810edddc19784b5aaaea9c
597+
type: core
598+
size: 2262
599+
- path: core/permissions/operation-guard.js
600+
hash: sha256:f9b1b1bd547145c0d8a0f47534af0678ee852df6236acd05c53e479cb0e3f0bd
601+
type: core
602+
size: 9018
603+
- path: core/permissions/permission-mode.js
604+
hash: sha256:4ff243e84f0750a26bf1e3914c66712ce86b7b12dbf415236caf8ad7814c4d80
605+
type: core
606+
size: 7192
575607
- path: core/quality-gates/base-layer.js
576608
hash: sha256:e6489f595e04b1cb4e6c9b8abf990fcb9d5a6c4b52514e3b2afc7d5cbbb30e2d
577609
type: core
@@ -809,9 +841,9 @@ files:
809841
type: script
810842
size: 5032
811843
- path: development/scripts/greeting-builder.js
812-
hash: sha256:ebc0d7d8ebddefa763a9c924c2f344493cb212768f9a7533b835efb5ad3b7378
844+
hash: sha256:60a2d552368962eda89f3852c37404e751bcabf639c853b5fe86d2f434a8672d
813845
type: script
814-
size: 28756
846+
size: 29804
815847
- path: development/scripts/greeting-config-cli.js
816848
hash: sha256:1535acc8d5c802eb3dec7b7348f876a34974fbe4cfa760a9108d5554a72c4cf6
817849
type: script
@@ -1848,6 +1880,10 @@ files:
18481880
hash: sha256:6294e965d6ea47181f468587a6958663c129ba0ff82b2193a370af94fbb9fcb6
18491881
type: script
18501882
size: 15332
1883+
- path: infrastructure/scripts/cicd-discovery.js
1884+
hash: sha256:33b5ee4963600d50227a45720e0d3cc02d713d5ef6d3ce0a0ed03725f4d1ff43
1885+
type: script
1886+
size: 33760
18511887
- path: infrastructure/scripts/clickup-helpers.js
18521888
hash: sha256:bfba94d9d85223005ec227ae72f4e0b0a3f54679b0a4813c78ddfbab579d6415
18531889
type: script
@@ -2104,6 +2140,10 @@ files:
21042140
hash: sha256:d8383516f70e1641be210dd4b033541fb6bfafd39fd5976361b8e322cdcb1058
21052141
type: script
21062142
size: 4056
2143+
- path: infrastructure/scripts/pr-review-ai.js
2144+
hash: sha256:cfe154d2e7bed2a94a5ed627d9c122e2ab5b53699054b1e31ce8741ba3c5d732
2145+
type: script
2146+
size: 31277
21072147
- path: infrastructure/scripts/project-status-loader.js
21082148
hash: sha256:bd9b16daaf031a6ca97bc683ff1005255a5d6f3fd94fa35625cd27a047a3c41e
21092149
type: script
@@ -2168,6 +2208,10 @@ files:
21682208
hash: sha256:a81f794936e61e93854bfa88aa8537d2ba05ddb2f6d5b5fce78efc014334a310
21692209
type: script
21702210
size: 8334
2211+
- path: infrastructure/scripts/test-discovery.js
2212+
hash: sha256:04038aa49ae515697084fcdacaf0ef8bc36029fc114f5a1206065d7928870449
2213+
type: script
2214+
size: 34477
21712215
- path: infrastructure/scripts/test-generator.js
21722216
hash: sha256:90485b00c0b9e490f2394ff0fb456ea5a5614ca2431d9df55d95b54213b15184
21732217
type: script

0 commit comments

Comments
 (0)