@mindexed/cfact 1.1.2 → 1.1.3
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.
|
@@ -246,14 +246,15 @@ function parseArgs(argv) {
|
|
|
246
246
|
return opts;
|
|
247
247
|
}
|
|
248
248
|
|
|
249
|
-
const HELP = `
|
|
249
|
+
const HELP = `cfact — install/update a pinned, vendored CFacT engine
|
|
250
250
|
|
|
251
251
|
Usage:
|
|
252
252
|
npx @mindexed/cfact init [consumer-path] --version <v> [options]
|
|
253
253
|
npx @mindexed/cfact update [consumer-path] [--version <v>] [options]
|
|
254
254
|
|
|
255
|
-
Also
|
|
256
|
-
|
|
255
|
+
Also resolvable as @mindexed/claude-factory (the deprecated legacy name) --
|
|
256
|
+
frozen at its last published version as of ADR-0287 and never updated again;
|
|
257
|
+
install @mindexed/cfact for anything published from here on.
|
|
257
258
|
|
|
258
259
|
Materialises .claude/engine as REAL FILES at a pinned version (never a clone or
|
|
259
260
|
symlink of the private repo), then wires the consumer (pointer-symlinks, the
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mindexed/cfact",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.3",
|
|
4
4
|
"description": "Clean Orthogonal Architecture Software Factory Framework",
|
|
5
5
|
"bin": {
|
|
6
|
-
"claude-factory": "bin/
|
|
7
|
-
"cfact": "bin/
|
|
6
|
+
"claude-factory": "bin/cfact.js",
|
|
7
|
+
"cfact": "bin/cfact.js"
|
|
8
8
|
},
|
|
9
9
|
"files": [
|
|
10
10
|
"bin/"
|
|
@@ -24,6 +24,7 @@
|
|
|
24
24
|
"gate:compliance": "node scripts/audit-framework-compliance.js",
|
|
25
25
|
"gate:doc-links": "node scripts/check-doc-links.js",
|
|
26
26
|
"gate:command-metadata": "node scripts/check-command-metadata.js",
|
|
27
|
+
"gate:agent-context-inputs": "node scripts/check-agent-context-inputs.js",
|
|
27
28
|
"gate:tracked-symlinks": "node scripts/check-tracked-symlinks.js",
|
|
28
29
|
"gate:agents-md-sync": "node scripts/check-agents-md-sync.js",
|
|
29
30
|
"gate:ripple-coverage": "node scripts/check-ripple-coverage.js",
|
|
@@ -31,6 +32,7 @@
|
|
|
31
32
|
"gate:profile-coverage": "node scripts/check-profile-coverage.js",
|
|
32
33
|
"gate:document-freshness": "node scripts/check-document-freshness.js",
|
|
33
34
|
"gate:registry": "node scripts/check-registry.js",
|
|
35
|
+
"gate:rule-records": "node scripts/check-rule-records.js",
|
|
34
36
|
"gate:adr-template-edges": "node scripts/check-adr-template-edges.js",
|
|
35
37
|
"gate:installer-publish-drift": "node scripts/check-installer-publish-drift.js",
|
|
36
38
|
"gate:changelog": "node scripts/generate-changelog.js --check",
|
|
@@ -50,6 +52,7 @@
|
|
|
50
52
|
"test:secrets-two-stage": "node scripts/test-secrets-two-stage.js",
|
|
51
53
|
"test:profile-paths": "node scripts/verify-profiles.js",
|
|
52
54
|
"test:registry-gate": "node scripts/test-registry-gate.js",
|
|
55
|
+
"test:rule-resolver": "node scripts/test-rule-resolver.js",
|
|
53
56
|
"test:adr-template-edges": "node scripts/test-adr-template-edges.js",
|
|
54
57
|
"test:adr-path-constants": "node scripts/test-adr-path-constants.js",
|
|
55
58
|
"test:resolver-topology": "node scripts/test-resolver-topology.js",
|
|
@@ -72,6 +75,7 @@
|
|
|
72
75
|
"test:installer-lifecycle": "node scripts/test-installer-lifecycle.js",
|
|
73
76
|
"test:installer-shadowing": "node scripts/test-installer-shadowing.js",
|
|
74
77
|
"test:feature-record": "node scripts/test-feature-record.js",
|
|
78
|
+
"test:feature-write-guard": "node scripts/test-feature-write-guard.js",
|
|
75
79
|
"test:generate-ci": "node scripts/test-generate-ci.js",
|
|
76
80
|
"publish:release": "node maintainer-hooks/publish-release.js",
|
|
77
81
|
"gate:consistency": "npm run gate:matrix-sync && npm run gate:compliance && npm run gate:doc-links && npm run gate:command-metadata && npm run gate:tracked-symlinks && npm run gate:agents-md-sync && npm run gate:ripple-coverage && npm run gate:profile-docs && npm run gate:registry && npm run gate:adr-template-edges && npm run gate:installer-publish-drift",
|
|
@@ -80,11 +84,22 @@
|
|
|
80
84
|
"test:gate-three-state": "node scripts/test-gate-three-state.js",
|
|
81
85
|
"test:refresh-compliance": "node scripts/test-refresh-compliance.js",
|
|
82
86
|
"test:gate-coverage": "node scripts/test-gate-coverage.js",
|
|
87
|
+
"test:policy-lib": "node scripts/test-policy-lib.js",
|
|
88
|
+
"test:validate-zone-denylist-bypass": "node scripts/test-validate-zone-denylist-bypass.js",
|
|
89
|
+
"test:validate-zone-ledger-score": "node scripts/test-validate-zone-ledger-score.js",
|
|
90
|
+
"test:rules-carrier-schema": "node scripts/test-rules-carrier-schema.js",
|
|
91
|
+
"test:rule-record-schema": "node scripts/test-rule-record-schema.js",
|
|
83
92
|
"test:consumer-docs-migration": "node scripts/test-consumer-docs-migration.js",
|
|
84
93
|
"test:sot-templates-pointer": "node scripts/test-sot-templates-pointer.js",
|
|
85
94
|
"test:npm-deprecation": "node scripts/test-npm-deprecation.js",
|
|
86
95
|
"test:generate-erd": "node scripts/test-generate-erd.js",
|
|
87
|
-
"test": "
|
|
96
|
+
"test:surfaces-layerpaths": "node scripts/test-surfaces-layerpaths.js",
|
|
97
|
+
"test:list-feature-files": "node scripts/test-list-feature-files.js",
|
|
98
|
+
"test:generate-project-analysis": "node scripts/test-generate-project-analysis.js",
|
|
99
|
+
"test:generate-feature-card": "node scripts/test-generate-feature-card.js",
|
|
100
|
+
"test:generate-codex-agents": "node scripts/test-generate-codex-agents.js",
|
|
101
|
+
"test:context-subject": "node scripts/test-context-subject.js",
|
|
102
|
+
"test": "npm run test:dc-generator && npm run test:substance-generator && npm run test:json-flush && npm run test:installer-exit && npm run test:installer-channel && npm run test:installer-update-messaging && npm run test:installer-wiring && npm run test:tar-invocation && npm run test:framework-agents-mcp && npm run test:controller-gates && npm run test:controller-single-file-attribution && npm run test:parse-ast && npm run test:git-tree-sweep && npm run test:secrets-two-stage && npm run test:profile-paths && npm run test:registry-gate && npm run test:rule-resolver && npm run test:adr-template-edges && npm run test:adr-path-constants && npm run test:resolver-topology && npm run test:graph-strip && npm run test:graph-registry && npm run test:graph-memory-substrate && npm run test:document-freshness && npm run test:frontmatter-readers && npm run test:tarball-reproducible && npm run test:release-version && npm run test:consumer-checklist && npm run test:workflow-spine && npm run test:command-shape && npm run test:change-record && npm run test:engine-write-lock && npm run test:installer-publish-drift && npm run test:grants-authored && npm run test:test-capability && npm run test:installer-lifecycle && npm run test:gate-three-state && npm run test:refresh-compliance && npm run test:gate-coverage && npm run test:policy-lib && npm run test:validate-zone-denylist-bypass && npm run test:validate-zone-ledger-score && npm run test:rules-carrier-schema && npm run test:rule-record-schema && npm run test:installer-shadowing && npm run test:feature-record && npm run test:consumer-docs-migration && npm run test:npm-deprecation && npm run test:sot-templates-pointer && npm run test:test-command-gate && npm run test:changelog-adr-refs && npm run test:generate-ci && npm run test:known-frictions-staleness && npm run test:artifact-timestamps && npm run test:generate-flow-map && npm run test:generate-zone-map && npm run test:generate-erd && npm run test:surfaces-layerpaths && npm run test:list-feature-files && npm run test:feature-write-guard && npm run test:context-subject && npm run test:generate-project-analysis && npm run test:generate-feature-card && npm run test:generate-codex-agents",
|
|
88
103
|
"test:test-command-gate": "node scripts/test-test-command-gate.js",
|
|
89
104
|
"test:changelog-adr-refs": "node scripts/test-changelog-adr-refs.js",
|
|
90
105
|
"test:known-frictions-staleness": "node scripts/test-known-frictions-staleness.js",
|