@fulmenhq/tsfulmen 0.2.7 → 0.2.8
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/CHANGELOG.md +39 -0
- package/config/crucible-ts/agentic/roles/cicd.yaml +3 -0
- package/config/crucible-ts/agentic/roles/cxotech.yaml +152 -0
- package/config/crucible-ts/agentic/roles/dataeng.yaml +3 -0
- package/config/crucible-ts/agentic/roles/deliverylead.yaml +159 -0
- package/config/crucible-ts/agentic/roles/devlead.yaml +3 -0
- package/config/crucible-ts/agentic/roles/devrev.yaml +3 -0
- package/config/crucible-ts/agentic/roles/entarch.yaml +4 -0
- package/config/crucible-ts/agentic/roles/infoarch.yaml +3 -0
- package/config/crucible-ts/agentic/roles/infraeng.yaml +193 -0
- package/config/crucible-ts/agentic/roles/prodmktg.yaml +3 -0
- package/config/crucible-ts/agentic/roles/qa.yaml +3 -0
- package/config/crucible-ts/agentic/roles/releng.yaml +129 -0
- package/config/crucible-ts/agentic/roles/secrev.yaml +3 -0
- package/config/crucible-ts/agentic/roles/uxdev.yaml +3 -0
- package/config/crucible-ts/taxonomy/metrics.yaml +1 -1
- package/dist/appidentity/index.js.map +1 -1
- package/dist/config/index.js.map +1 -1
- package/dist/crucible/index.d.ts +61 -1
- package/dist/crucible/index.js +47 -1
- package/dist/crucible/index.js.map +1 -1
- package/dist/errors/index.js.map +1 -1
- package/dist/foundry/index.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/pathfinder/index.js.map +1 -1
- package/dist/reports/license-inventory.csv +19 -27
- package/dist/schema/index.js.map +1 -1
- package/dist/signals/index.js.map +1 -1
- package/dist/telemetry/http/index.js.map +1 -1
- package/dist/telemetry/index.js.map +1 -1
- package/dist/telemetry/prometheus/index.js +2 -2
- package/dist/telemetry/prometheus/index.js.map +1 -1
- package/package.json +14 -14
- package/schemas/crucible-ts/upstream/3leaps/crucible/PROVENANCE.md +21 -20
- package/schemas/crucible-ts/upstream/3leaps/crucible/config/classifiers/dimensions/access-tier.dimension.json +24 -6
- package/schemas/crucible-ts/upstream/3leaps/crucible/config/classifiers/dimensions/retention-lifecycle.dimension.json +24 -6
- package/schemas/crucible-ts/upstream/3leaps/crucible/config/classifiers/dimensions/schema-stability.dimension.json +20 -5
- package/schemas/crucible-ts/upstream/3leaps/crucible/config/classifiers/dimensions/sensitivity.dimension.json +20 -5
- package/schemas/crucible-ts/upstream/3leaps/crucible/config/classifiers/dimensions/velocity-mode.dimension.json +20 -5
- package/schemas/crucible-ts/upstream/3leaps/crucible/config/classifiers/dimensions/volatility.dimension.json +24 -6
- package/schemas/crucible-ts/upstream/3leaps/crucible/config/classifiers/dimensions/volume-tier.dimension.json +24 -6
- package/schemas/crucible-ts/upstream/3leaps/crucible/schemas/agentic/v0/README.md +87 -0
- package/schemas/crucible-ts/upstream/3leaps/crucible/schemas/agentic/v0/role-prompt.schema.json +60 -1
- package/schemas/crucible-ts/upstream/3leaps/crucible/schemas/classifiers/v0/dimension-definition.schema.json +18 -6
- package/schemas/crucible-ts/upstream/3leaps/crucible/schemas/classifiers/v0/sensitivity-level.schema.json +64 -21
- package/schemas/crucible-ts/upstream/3leaps/crucible/schemas/foundation/v0/types.schema.json +15 -5
|
@@ -5,10 +5,9 @@
|
|
|
5
5
|
"@babel/parser@7.28.5","MIT","https://github.com/babel/babel"
|
|
6
6
|
"@babel/types@7.28.5","MIT","https://github.com/babel/babel"
|
|
7
7
|
"@bcoe/v8-coverage@1.0.2","MIT","https://github.com/bcoe/v8-coverage"
|
|
8
|
-
"@biomejs/biome@2.
|
|
9
|
-
"@biomejs/cli-linux-x64-musl@2.
|
|
10
|
-
"@biomejs/cli-linux-x64@2.
|
|
11
|
-
"@esbuild/linux-x64@0.25.10","MIT","https://github.com/evanw/esbuild"
|
|
8
|
+
"@biomejs/biome@2.4.3","MIT OR Apache-2.0","https://github.com/biomejs/biome"
|
|
9
|
+
"@biomejs/cli-linux-x64-musl@2.4.3","MIT OR Apache-2.0","https://github.com/biomejs/biome"
|
|
10
|
+
"@biomejs/cli-linux-x64@2.4.3","MIT OR Apache-2.0","https://github.com/biomejs/biome"
|
|
12
11
|
"@esbuild/linux-x64@0.27.2","MIT","https://github.com/evanw/esbuild"
|
|
13
12
|
"@fastify/ajv-compiler@4.0.5","MIT","https://github.com/fastify/ajv-compiler"
|
|
14
13
|
"@fastify/error@4.2.0","MIT","https://github.com/fastify/fastify-error"
|
|
@@ -16,7 +15,7 @@
|
|
|
16
15
|
"@fastify/forwarded@3.0.1","MIT","https://github.com/fastify/forwarded"
|
|
17
16
|
"@fastify/merge-json-schemas@0.2.1","MIT","https://github.com/fastify/merge-json-schemas"
|
|
18
17
|
"@fastify/proxy-addr@5.1.0","MIT","https://github.com/fastify/proxy-addr"
|
|
19
|
-
"@fulmenhq/tsfulmen@0.2.
|
|
18
|
+
"@fulmenhq/tsfulmen@0.2.8","MIT","https://github.com/fulmenhq/tsfulmen"
|
|
20
19
|
"@isaacs/cliui@8.0.2","ISC","https://github.com/yargs/cliui"
|
|
21
20
|
"@isaacs/fs-minipass@4.0.1","ISC","https://github.com/npm/fs-minipass"
|
|
22
21
|
"@isaacs/string-locale-compare@1.1.0","ISC","https://github.com/isaacs/string-locale-compare"
|
|
@@ -57,26 +56,24 @@
|
|
|
57
56
|
"@standard-schema/spec@1.1.0","MIT","https://github.com/standard-schema/standard-schema"
|
|
58
57
|
"@tufjs/canonical-json@2.0.0","MIT","https://github.com/theupdateframework/tuf-js"
|
|
59
58
|
"@tufjs/models@3.0.1","MIT","https://github.com/theupdateframework/tuf-js"
|
|
60
|
-
"@types/archiver@
|
|
59
|
+
"@types/archiver@7.0.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
61
60
|
"@types/body-parser@1.19.6","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
62
|
-
"@types/bun@1.
|
|
61
|
+
"@types/bun@1.3.9","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
63
62
|
"@types/chai@5.2.3","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
64
63
|
"@types/connect@3.4.38","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
65
64
|
"@types/deep-eql@4.0.2","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
66
65
|
"@types/estree@1.0.8","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
67
66
|
"@types/express-serve-static-core@5.1.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
68
|
-
"@types/express@5.0.
|
|
67
|
+
"@types/express@5.0.6","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
69
68
|
"@types/http-errors@2.0.5","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
70
|
-
"@types/mime@1.3.5","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
71
69
|
"@types/node@22.18.8","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
70
|
+
"@types/node@25.3.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
72
71
|
"@types/picomatch@4.0.2","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
73
72
|
"@types/qs@6.14.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
74
73
|
"@types/range-parser@1.2.7","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
75
|
-
"@types/react@19.2.2","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
76
74
|
"@types/readdir-glob@1.1.5","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
77
|
-
"@types/send@0.17.6","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
78
75
|
"@types/send@1.2.1","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
79
|
-
"@types/serve-static@
|
|
76
|
+
"@types/serve-static@2.2.0","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
80
77
|
"@types/unzipper@0.10.11","MIT","https://github.com/DefinitelyTyped/DefinitelyTyped"
|
|
81
78
|
"@vitest/coverage-v8@4.0.18","MIT","https://github.com/vitest-dev/vitest"
|
|
82
79
|
"@vitest/expect@4.0.18","MIT","https://github.com/vitest-dev/vitest"
|
|
@@ -95,6 +92,7 @@
|
|
|
95
92
|
"ajv-draft-04@1.0.0","MIT","https://github.com/ajv-validator/ajv-draft-04"
|
|
96
93
|
"ajv-formats@3.0.1","MIT","https://github.com/ajv-validator/ajv-formats"
|
|
97
94
|
"ajv@8.17.1","MIT","https://github.com/ajv-validator/ajv"
|
|
95
|
+
"ajv@8.18.0","MIT","https://github.com/ajv-validator/ajv"
|
|
98
96
|
"ansi-regex@5.0.1","MIT","https://github.com/chalk/ansi-regex"
|
|
99
97
|
"ansi-regex@6.2.2","MIT","https://github.com/chalk/ansi-regex"
|
|
100
98
|
"ansi-styles@4.3.0","MIT","https://github.com/chalk/ansi-styles"
|
|
@@ -122,7 +120,7 @@
|
|
|
122
120
|
"braces@3.0.3","MIT","https://github.com/micromatch/braces"
|
|
123
121
|
"buffer-crc32@1.0.0","MIT","https://github.com/brianloveswords/buffer-crc32"
|
|
124
122
|
"buffer@6.0.3","MIT","https://github.com/feross/buffer"
|
|
125
|
-
"bun-types@1.
|
|
123
|
+
"bun-types@1.3.9","MIT","https://github.com/oven-sh/bun"
|
|
126
124
|
"bundle-require@5.1.0","MIT",""
|
|
127
125
|
"cac@6.7.14","MIT","https://github.com/egoist/cac"
|
|
128
126
|
"cacache@19.0.1","ISC","https://github.com/npm/cacache"
|
|
@@ -137,7 +135,7 @@
|
|
|
137
135
|
"cmd-shim@7.0.0","ISC","https://github.com/npm/cmd-shim"
|
|
138
136
|
"color-convert@2.0.1","MIT","https://github.com/Qix-/color-convert"
|
|
139
137
|
"color-name@1.1.4","MIT","https://github.com/colorjs/color-name"
|
|
140
|
-
"commander@14.0.
|
|
138
|
+
"commander@14.0.3","MIT","https://github.com/tj/commander.js"
|
|
141
139
|
"commander@4.1.1","MIT","https://github.com/tj/commander.js"
|
|
142
140
|
"common-ancestor-path@1.0.1","ISC","https://github.com/isaacs/common-ancestor-path"
|
|
143
141
|
"compress-commons@6.0.2","MIT","https://github.com/archiverjs/node-compress-commons"
|
|
@@ -149,7 +147,6 @@
|
|
|
149
147
|
"crc32-stream@6.0.0","MIT","https://github.com/archiverjs/node-crc32-stream"
|
|
150
148
|
"cross-spawn@7.0.6","MIT","https://github.com/moxystudio/node-cross-spawn"
|
|
151
149
|
"cssesc@3.0.0","MIT","https://github.com/mathiasbynens/cssesc"
|
|
152
|
-
"csstype@3.1.3","MIT","https://github.com/frenic/csstype"
|
|
153
150
|
"debug@4.4.1","MIT","https://github.com/debug-js/debug"
|
|
154
151
|
"debug@4.4.3","MIT","https://github.com/debug-js/debug"
|
|
155
152
|
"dequal@2.0.3","MIT","https://github.com/lukeed/dequal"
|
|
@@ -162,7 +159,6 @@
|
|
|
162
159
|
"env-paths@2.2.1","MIT","https://github.com/sindresorhus/env-paths"
|
|
163
160
|
"err-code@2.0.3","MIT","https://github.com/IndigoUnited/js-err-code"
|
|
164
161
|
"es-module-lexer@1.7.0","MIT","https://github.com/guybedford/es-module-lexer"
|
|
165
|
-
"esbuild@0.25.10","MIT","https://github.com/evanw/esbuild"
|
|
166
162
|
"esbuild@0.27.2","MIT","https://github.com/evanw/esbuild"
|
|
167
163
|
"estree-walker@3.0.3","MIT","https://github.com/Rich-Harris/estree-walker"
|
|
168
164
|
"event-target-shim@5.0.1","MIT","https://github.com/mysticatea/event-target-shim"
|
|
@@ -178,7 +174,7 @@
|
|
|
178
174
|
"fast-querystring@1.1.2","MIT","https://github.com/anonrig/fast-querystring"
|
|
179
175
|
"fast-uri@3.1.0","BSD-3-Clause","https://github.com/fastify/fast-uri"
|
|
180
176
|
"fastest-levenshtein@1.0.16","MIT","https://github.com/ka-weihe/fastest-levenshtein"
|
|
181
|
-
"fastify@5.
|
|
177
|
+
"fastify@5.7.4","MIT","https://github.com/fastify/fastify"
|
|
182
178
|
"fastq@1.19.1","ISC","https://github.com/mcollina/fastq"
|
|
183
179
|
"fdir@6.4.6","MIT","https://github.com/thecodrr/fdir"
|
|
184
180
|
"fdir@6.5.0","MIT","https://github.com/thecodrr/fdir"
|
|
@@ -251,7 +247,6 @@
|
|
|
251
247
|
"lilconfig@3.1.3","MIT","https://github.com/antonk52/lilconfig"
|
|
252
248
|
"lines-and-columns@1.2.4","MIT","https://github.com/eventualbuddha/lines-and-columns"
|
|
253
249
|
"load-tsconfig@0.2.5","MIT",""
|
|
254
|
-
"lodash.sortby@4.7.0","MIT","https://github.com/lodash/lodash"
|
|
255
250
|
"lodash@4.17.21","MIT","https://github.com/lodash/lodash"
|
|
256
251
|
"lru-cache@10.4.3","ISC","https://github.com/isaacs/node-lru-cache"
|
|
257
252
|
"magic-string@0.30.19","MIT","https://github.com/rich-harris/magic-string"
|
|
@@ -320,7 +315,7 @@
|
|
|
320
315
|
"postcss-load-config@6.0.1","MIT","https://github.com/postcss/postcss-load-config"
|
|
321
316
|
"postcss-selector-parser@7.1.0","MIT","https://github.com/postcss/postcss-selector-parser"
|
|
322
317
|
"postcss@8.5.6","MIT","https://github.com/postcss/postcss"
|
|
323
|
-
"prettier@3.
|
|
318
|
+
"prettier@3.8.1","MIT","https://github.com/prettier/prettier"
|
|
324
319
|
"proc-log@5.0.0","ISC","https://github.com/npm/proc-log"
|
|
325
320
|
"process-nextick-args@2.0.1","MIT","https://github.com/calvinmetcalf/process-nextick-args"
|
|
326
321
|
"process-warning@4.0.1","MIT","https://github.com/fastify/process-warning"
|
|
@@ -332,7 +327,6 @@
|
|
|
332
327
|
"promise-call-limit@3.0.2","ISC","https://github.com/isaacs/promise-call-limit"
|
|
333
328
|
"promise-retry@2.0.1","MIT","https://github.com/IndigoUnited/node-promise-retry"
|
|
334
329
|
"promzard@2.0.0","ISC","https://github.com/npm/promzard"
|
|
335
|
-
"punycode@2.3.1","MIT","https://github.com/mathiasbynens/punycode.js"
|
|
336
330
|
"qrcode-terminal@0.12.0","Apache 2.0","https://github.com/gtanner/qrcode-terminal"
|
|
337
331
|
"queue-microtask@1.2.3","MIT","https://github.com/feross/queue-microtask"
|
|
338
332
|
"quick-format-unescaped@4.0.4","MIT","https://github.com/davidmarkclements/quick-format"
|
|
@@ -374,7 +368,7 @@
|
|
|
374
368
|
"socks@2.8.6","MIT","https://github.com/JoshGlazebrook/socks"
|
|
375
369
|
"sonic-boom@4.2.0","MIT","https://github.com/pinojs/sonic-boom"
|
|
376
370
|
"source-map-js@1.2.1","BSD-3-Clause","https://github.com/7rulnik/source-map-js"
|
|
377
|
-
"source-map@0.
|
|
371
|
+
"source-map@0.7.6","BSD-3-Clause","https://github.com/mozilla/source-map"
|
|
378
372
|
"spdx-correct@3.2.0","Apache-2.0","https://github.com/jslicense/spdx-correct.js"
|
|
379
373
|
"spdx-exceptions@2.5.0","CC-BY-3.0","https://github.com/kemitchell/spdx-exceptions.json"
|
|
380
374
|
"spdx-expression-parse@3.0.1","MIT","https://github.com/jslicense/spdx-expression-parse.js"
|
|
@@ -414,16 +408,16 @@
|
|
|
414
408
|
"to-regex-range@5.0.1","MIT","https://github.com/micromatch/to-regex-range"
|
|
415
409
|
"toad-cache@3.7.0","MIT","https://github.com/kibertoad/toad-cache"
|
|
416
410
|
"totalist@3.0.1","MIT","https://github.com/lukeed/totalist"
|
|
417
|
-
"tr46@1.0.1","MIT","https://github.com/Sebmaster/tr46.js"
|
|
418
411
|
"tree-kill@1.2.2","MIT","https://github.com/pkrumins/node-tree-kill"
|
|
419
412
|
"treeverse@3.0.0","ISC","https://github.com/npm/treeverse"
|
|
420
413
|
"ts-interface-checker@0.1.13","Apache-2.0","https://github.com/gristlabs/ts-interface-checker"
|
|
421
|
-
"tsup@8.5.
|
|
422
|
-
"tsx@4.
|
|
414
|
+
"tsup@8.5.1","MIT","https://github.com/egoist/tsup"
|
|
415
|
+
"tsx@4.21.0","MIT","https://github.com/privatenumber/tsx"
|
|
423
416
|
"tuf-js@3.1.0","MIT","https://github.com/theupdateframework/tuf-js"
|
|
424
417
|
"typescript@5.9.3","Apache-2.0","https://github.com/microsoft/TypeScript"
|
|
425
418
|
"ufo@1.6.1","MIT","https://github.com/unjs/ufo"
|
|
426
419
|
"undici-types@6.21.0","MIT","https://github.com/nodejs/undici"
|
|
420
|
+
"undici-types@7.18.2","MIT","https://github.com/nodejs/undici"
|
|
427
421
|
"unique-filename@4.0.0","ISC","https://github.com/npm/unique-filename"
|
|
428
422
|
"unique-slug@5.0.0","ISC","https://github.com/npm/unique-slug"
|
|
429
423
|
"universalify@2.0.1","MIT","https://github.com/RyanZim/universalify"
|
|
@@ -434,8 +428,6 @@
|
|
|
434
428
|
"vite@7.3.1","MIT","https://github.com/vitejs/vite"
|
|
435
429
|
"vitest@4.0.18","MIT","https://github.com/vitest-dev/vitest"
|
|
436
430
|
"walk-up-path@4.0.0","ISC","https://github.com/isaacs/walk-up-path"
|
|
437
|
-
"webidl-conversions@4.0.2","BSD-2-Clause","https://github.com/jsdom/webidl-conversions"
|
|
438
|
-
"whatwg-url@7.1.0","MIT","https://github.com/jsdom/whatwg-url"
|
|
439
431
|
"which@2.0.2","ISC","https://github.com/isaacs/node-which"
|
|
440
432
|
"which@5.0.0","ISC","https://github.com/npm/node-which"
|
|
441
433
|
"why-is-node-running@2.3.0","MIT","https://github.com/mafintosh/why-is-node-running"
|
|
@@ -444,5 +436,5 @@
|
|
|
444
436
|
"write-file-atomic@6.0.0","ISC","https://github.com/npm/write-file-atomic"
|
|
445
437
|
"yallist@4.0.0","ISC","https://github.com/isaacs/yallist"
|
|
446
438
|
"yallist@5.0.0","BlueOak-1.0.0","https://github.com/isaacs/yallist"
|
|
447
|
-
"yaml@2.8.
|
|
439
|
+
"yaml@2.8.2","ISC","https://github.com/eemeli/yaml"
|
|
448
440
|
"zip-stream@6.0.1","MIT","https://github.com/archiverjs/node-zip-stream"
|