@fenglimg/fabric-cli 2.2.0-rc.4 → 2.2.0-rc.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.
Files changed (73) hide show
  1. package/README.md +8 -5
  2. package/dist/{chunk-5JG4QJLO.js → chunk-27HK6H5Y.js} +10 -5
  3. package/dist/{chunk-F6ITRM7T.js → chunk-2KBCTMID.js} +29 -6
  4. package/dist/{chunk-XC5RUHLK.js → chunk-3IOLS5EK.js} +23 -38
  5. package/dist/{chunk-XHHCRDIR.js → chunk-CMDW3PYK.js} +105 -220
  6. package/dist/chunk-FEOPLBGA.js +150 -0
  7. package/dist/{chunk-XCBVSGCS.js → chunk-FNHDQTPC.js} +1 -10
  8. package/dist/{chunk-2CY4BMTH.js → chunk-HORSMSZL.js} +9 -5
  9. package/dist/{doctor-U5W4CX5I.js → chunk-JTHWLUD3.js} +103 -51
  10. package/dist/{chunk-BO4XIZWZ.js → chunk-NLNH64A3.js} +5 -18
  11. package/dist/{chunk-H3FE6VIK.js → chunk-PTGQAZEW.js} +13 -3
  12. package/dist/chunk-QFIVFZRH.js +13 -0
  13. package/dist/{chunk-5SSNE5GM.js → chunk-QPAW6IYT.js} +125 -39
  14. package/dist/{chunk-COI5VDFU.js → chunk-WA3DYGSY.js} +1 -2
  15. package/dist/{plan-context-hint-CHVZGOZ5.js → chunk-YM4XATJF.js} +29 -4
  16. package/dist/{config-VJMXCLXW.js → config-A3LTECAY.js} +4 -3
  17. package/dist/context-7NUKXDB6.js +117 -0
  18. package/dist/doctor-REZDNH4A.js +24 -0
  19. package/dist/index.d.ts +2 -2
  20. package/dist/index.js +131 -21
  21. package/dist/info-7FKBTMVO.js +139 -0
  22. package/dist/install-v2-2COC3DO3.js +3277 -0
  23. package/dist/{metrics-RER6NLFC.js → metrics-HMFH4YHK.js} +1 -1
  24. package/dist/{onboard-coverage-JWQWDZW7.js → onboard-coverage-XSG77LL3.js} +48 -27
  25. package/dist/plan-context-hint-G75R4P4J.js +12 -0
  26. package/dist/{scope-explain-BWRWBCCP.js → scope-explain-HLJZ2M33.js} +3 -2
  27. package/dist/{status-7UFLWRX7.js → status-4R3TM4FJ.js} +8 -5
  28. package/dist/{store-ZEZMQVG7.js → store-HOCORVL3.js} +96 -350
  29. package/dist/{sync-EA5HZMXM.js → sync-DT5UJMMR.js} +36 -13
  30. package/dist/{uninstall-F75MPKQC.js → uninstall-62F4LNKI.js} +62 -140
  31. package/dist/{whoami-3FRWYGML.js → whoami-ITGEFWH4.js} +9 -7
  32. package/package.json +7 -5
  33. package/templates/hooks/cite-policy-evict.cjs +5 -5
  34. package/templates/hooks/configs/README.md +14 -27
  35. package/templates/hooks/configs/claude-code.json +1 -1
  36. package/templates/hooks/configs/codex-hooks.json +3 -3
  37. package/templates/hooks/fabric-hint.cjs +301 -161
  38. package/templates/hooks/knowledge-hint-broad.cjs +426 -207
  39. package/templates/hooks/knowledge-hint-narrow.cjs +56 -56
  40. package/templates/hooks/lib/banner-i18n.cjs +31 -0
  41. package/templates/hooks/lib/bindings-snapshot-reader.cjs +117 -7
  42. package/templates/hooks/lib/cite-line-parser.cjs +12 -20
  43. package/templates/hooks/lib/client-adapter.cjs +66 -7
  44. package/templates/hooks/lib/nudge-policy.cjs +117 -0
  45. package/templates/hooks/lib/state-store.cjs +60 -0
  46. package/templates/hooks/lib/summary-fallback.cjs +82 -19
  47. package/templates/hooks/post-tooluse-mutation.cjs +112 -11
  48. package/templates/skills/fabric/SKILL.md +94 -0
  49. package/templates/skills/fabric-archive/SKILL.md +29 -26
  50. package/templates/skills/fabric-archive/ref/dry-run-scope.md +1 -1
  51. package/templates/skills/fabric-archive/ref/i18n-policy.md +2 -3
  52. package/templates/skills/fabric-archive/ref/phase-1-5-onboard.md +2 -3
  53. package/templates/skills/fabric-archive/ref/phase-1-cross-session.md +1 -1
  54. package/templates/skills/fabric-archive/ref/phase-2-5-viability.md +1 -1
  55. package/templates/skills/fabric-archive/ref/phase-3-6-related-edges.md +18 -0
  56. package/templates/skills/fabric-archive/ref/phase-3-7-semantic-scope.md +47 -0
  57. package/templates/skills/fabric-audit/SKILL.md +13 -3
  58. package/templates/skills/fabric-connect/SKILL.md +3 -3
  59. package/templates/skills/fabric-import/SKILL.md +7 -7
  60. package/templates/skills/fabric-import/ref/i18n-policy.md +2 -3
  61. package/templates/skills/fabric-import/ref/state-recovery.md +1 -2
  62. package/templates/skills/fabric-review/SKILL.md +5 -5
  63. package/templates/skills/fabric-review/ref/cite-contract.md +1 -1
  64. package/templates/skills/fabric-review/ref/i18n-policy.md +2 -3
  65. package/templates/skills/fabric-review/ref/output-contract.md +1 -1
  66. package/templates/skills/fabric-review/ref/per-mode-flows.md +2 -2
  67. package/templates/skills/fabric-review/ref/worked-examples.md +1 -1
  68. package/templates/skills/fabric-store/SKILL.md +1 -1
  69. package/templates/skills/fabric-sync/SKILL.md +1 -1
  70. package/templates/skills/lib/shared-policy.md +2 -2
  71. package/dist/install-7XJ64WSC.js +0 -2743
  72. package/templates/hooks/configs/cursor-hooks.json +0 -30
  73. package/templates/hooks/lib/cite-contract-reminder.cjs +0 -179
@@ -1,30 +0,0 @@
1
- {
2
- "version": 1,
3
- "hooks": {
4
- "stop": [
5
- { "command": ".cursor/hooks/fabric-hint.cjs" }
6
- ],
7
- "sessionStart": [
8
- { "command": ".cursor/hooks/knowledge-hint-broad.cjs" }
9
- ],
10
- "preToolUse": [
11
- {
12
- "matcher": "Edit|Write|MultiEdit",
13
- "command": ".cursor/hooks/knowledge-hint-narrow.cjs"
14
- },
15
- {
16
- "matcher": "Edit|Write|MultiEdit",
17
- "command": ".cursor/hooks/cite-policy-evict.cjs"
18
- }
19
- ],
20
- "postToolUse": [
21
- {
22
- "matcher": "Edit|Write|MultiEdit",
23
- "command": ".cursor/hooks/post-tooluse-mutation.cjs"
24
- }
25
- ],
26
- "sessionEnd": [
27
- { "command": ".cursor/hooks/session-end-marker.cjs" }
28
- ]
29
- }
30
- }
@@ -1,179 +0,0 @@
1
- // v2.0.0-rc.24 TASK-05: L1 Stop hook soft reminder for missing cite contract.
2
- //
3
- // Reads `.fabric/agents.meta.json` to build a stable_id → knowledge_type lookup
4
- // map, then scans summarised assistant turns (cite_ids + cite_tags +
5
- // cite_commitments parallel arrays produced by lib/cite-line-parser.cjs) for
6
- // turns that cited a decision-class or pitfall-class id with [applied] tag
7
- // but no operator commitment and no skip:<reason>. (v2.1.0-rc.1 ADJ-P4-1:
8
- // legacy [recalled] is remapped to [applied] by the parser upstream.)
9
- //
10
- // Emits one reminder line per offending id (deduplicated across the turn
11
- // summary). Non-blocking — caller writes the lines to stderr; failure to
12
- // load the meta file or absence of offenders means zero output.
13
- //
14
- // Reminder template (rc.24 lock B2 / L1 enforcement layer):
15
- // ⚠ KB: <id> cited as [applied] but missing contract; add → edit:<glob>
16
- // or → skip:<reason> next turn
17
- //
18
- // Type filter rationale: only `decision` and `pitfall` types are contract-
19
- // required per rc.24 design lock B6 (idTypeMap routing). `model`,
20
- // `guideline`, `process` use reference-cite or LLM-judge (deferred to rc.25+)
21
- // and are intentionally skipped here to avoid false-positive nudges.
22
- //
23
- // agents.meta.json schema note: `description.knowledge_type` values are
24
- // SINGULAR (`decision`, `pitfall`, `model`, `guideline`, `process`) per
25
- // packages/shared/src/schemas/agents-meta.ts. The reminder filter normalises
26
- // any plural input defensively but the canonical contract is singular.
27
- //
28
- // Reading happens once per hook invocation (caller passes the projectRoot;
29
- // the lib does the fs read internally). The map is small (<200 entries in
30
- // typical corpora) so caching beyond the per-invocation scope is unnecessary.
31
-
32
- const { existsSync, readFileSync } = require("node:fs");
33
- const { join } = require("node:path");
34
-
35
- const FABRIC_DIR = ".fabric";
36
- const AGENTS_META_FILE = "agents.meta.json";
37
-
38
- // Knowledge types that require contract commitments on [applied] cites.
39
- // Matches the singular form persisted by `withDerivedAgentsMetaNodeDefaults`
40
- // in packages/shared/src/schemas/agents-meta.ts. We accept both singular
41
- // and plural defensively so a future schema change to plurals doesn't
42
- // silently break the filter.
43
- const CONTRACT_REQUIRED_TYPES = new Set([
44
- "decision",
45
- "decisions",
46
- "pitfall",
47
- "pitfalls",
48
- ]);
49
-
50
- /**
51
- * Build a Map<stable_id, knowledge_type> from <projectRoot>/.fabric/agents.meta.json.
52
- *
53
- * Never throws — missing file, malformed JSON, missing nodes key, etc. all
54
- * yield an empty Map. The caller's downstream filter then becomes a no-op
55
- * (no id resolves → no reminders).
56
- *
57
- * @param {string} projectRoot - workspace root
58
- * @returns {Map<string, string>} stable_id → knowledge_type (singular)
59
- */
60
- function readKnowledgeTypeMap(projectRoot) {
61
- const out = new Map();
62
- if (typeof projectRoot !== "string" || projectRoot.length === 0) return out;
63
-
64
- const metaPath = join(projectRoot, FABRIC_DIR, AGENTS_META_FILE);
65
- if (!existsSync(metaPath)) return out;
66
-
67
- let raw;
68
- try {
69
- raw = readFileSync(metaPath, "utf8");
70
- } catch {
71
- return out;
72
- }
73
-
74
- let parsed;
75
- try {
76
- parsed = JSON.parse(raw);
77
- } catch {
78
- return out;
79
- }
80
-
81
- if (parsed === null || typeof parsed !== "object") return out;
82
- const nodes = parsed.nodes;
83
- if (nodes === null || typeof nodes !== "object") return out;
84
-
85
- for (const [id, node] of Object.entries(nodes)) {
86
- if (node === null || typeof node !== "object") continue;
87
- const description = node.description;
88
- if (description === null || typeof description !== "object") continue;
89
- const kt = description.knowledge_type;
90
- if (typeof kt !== "string" || kt.length === 0) continue;
91
- out.set(id, kt);
92
- }
93
-
94
- return out;
95
- }
96
-
97
- /**
98
- * Scan parsed assistant turns for cites that should have a contract but
99
- * don't, returning the reminder lines to emit.
100
- *
101
- * Filter (all must hold for a given index i within a turn):
102
- * 1. cite_tags includes "applied" (turn-level — applies to the cited id)
103
- * 2. cite_commitments[i].operators is empty AND cite_commitments[i].skip_reason is null
104
- * 3. idTypeMap.get(cite_ids[i]) is in {decision, pitfall}
105
- *
106
- * v2.1.0-rc.1 (ADJ-P4-1, full remap): the gate is the rc.37 NEW-1 `applied`
107
- * tag. Legacy [recalled] cites are remapped to [applied] by the parser before
108
- * they reach here, so gating on "applied" covers both old and new authoring.
109
- *
110
- * Tag-level filter clarification: rc.20 cite_tags is parallel to ALL parsed
111
- * lines (including sentinels), but for the contract-missing reminder we use
112
- * the turn-level semantic — if the assistant tagged the cite as [applied],
113
- * the operator-or-skip contract applies. Per TASK-04 invariant, cite_ids and
114
- * cite_commitments are parallel index-aligned arrays (length-N each).
115
- *
116
- * Sentinel turns (cite_ids=[], cite_tags=["none"]) contribute no offenders
117
- * because the cite_ids loop has zero iterations.
118
- *
119
- * Offenders are deduplicated by id across the entire turn array; multiple
120
- * turns citing the same id yield ONE reminder line.
121
- *
122
- * @param {Object} args
123
- * @param {Array<{cite_ids: string[], cite_tags: string[], cite_commitments: Array<{operators: Array<unknown>, skip_reason: string|null}>}>} args.assistant_turns
124
- * @param {Map<string, string>} args.idTypeMap
125
- * @returns {string[]} reminder lines (empty when no offenders)
126
- */
127
- function formatContractMissingReminders({ assistant_turns, idTypeMap }) {
128
- if (!Array.isArray(assistant_turns) || assistant_turns.length === 0) return [];
129
- if (!(idTypeMap instanceof Map) || idTypeMap.size === 0) return [];
130
-
131
- const offenders = new Set();
132
-
133
- for (const turn of assistant_turns) {
134
- if (turn === null || typeof turn !== "object") continue;
135
- const citeIds = Array.isArray(turn.cite_ids) ? turn.cite_ids : [];
136
- const citeTags = Array.isArray(turn.cite_tags) ? turn.cite_tags : [];
137
- const commitments = Array.isArray(turn.cite_commitments) ? turn.cite_commitments : [];
138
-
139
- // Turn-level: the [applied] tag must appear in the turn's tag set
140
- // (v2.1.0-rc.1 ADJ-P4-1: legacy [recalled] is remapped to [applied]).
141
- if (!citeTags.includes("applied")) continue;
142
-
143
- // Iterate by cite_ids.length — sentinel entries don't have ids so they
144
- // contribute zero iterations even if cite_tags carries "none".
145
- for (let i = 0; i < citeIds.length; i += 1) {
146
- const id = citeIds[i];
147
- if (typeof id !== "string" || id.length === 0) continue;
148
-
149
- const type = idTypeMap.get(id);
150
- if (!CONTRACT_REQUIRED_TYPES.has(type)) continue;
151
-
152
- const commitment = commitments[i];
153
- if (commitment === null || typeof commitment !== "object") continue;
154
- const operators = Array.isArray(commitment.operators) ? commitment.operators : [];
155
- const skipReason = commitment.skip_reason;
156
- const hasContract = operators.length > 0 || (typeof skipReason === "string" && skipReason.length > 0);
157
- if (hasContract) continue;
158
-
159
- offenders.add(id);
160
- }
161
- }
162
-
163
- if (offenders.size === 0) return [];
164
-
165
- // Stable order: insertion order is the order ids first appeared across turns.
166
- const reminders = [];
167
- for (const id of offenders) {
168
- reminders.push(
169
- `⚠ KB: ${id} cited as [applied] but missing contract; add \`→ edit:<glob>\` or \`→ skip:<reason>\` next turn`,
170
- );
171
- }
172
- return reminders;
173
- }
174
-
175
- module.exports = {
176
- readKnowledgeTypeMap,
177
- formatContractMissingReminders,
178
- CONTRACT_REQUIRED_TYPES,
179
- };