@lumenflow/packs-software-delivery 4.24.0 → 5.0.1

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 (286) hide show
  1. package/dist/manifest-schema.d.ts +12 -0
  2. package/dist/manifest-schema.d.ts.map +1 -1
  3. package/dist/manifest-schema.js +10 -0
  4. package/dist/manifest-schema.js.map +1 -1
  5. package/dist/manifest.d.ts +21 -0
  6. package/dist/manifest.d.ts.map +1 -1
  7. package/dist/manifest.js +92 -1
  8. package/dist/manifest.js.map +1 -1
  9. package/dist/src/commands/index.d.ts +2 -0
  10. package/dist/src/commands/index.d.ts.map +1 -0
  11. package/dist/src/commands/index.js +5 -0
  12. package/dist/src/commands/index.js.map +1 -0
  13. package/dist/src/config/delivery-review-contract.d.ts +17 -0
  14. package/dist/src/config/delivery-review-contract.d.ts.map +1 -0
  15. package/dist/src/config/delivery-review-contract.js +19 -0
  16. package/dist/src/config/delivery-review-contract.js.map +1 -0
  17. package/dist/src/config/env-accessors.d.ts +16 -0
  18. package/dist/src/config/env-accessors.d.ts.map +1 -0
  19. package/dist/src/config/env-accessors.js +18 -0
  20. package/dist/src/config/env-accessors.js.map +1 -0
  21. package/dist/src/config/index.d.ts +3 -0
  22. package/dist/src/config/index.d.ts.map +1 -0
  23. package/dist/src/config/index.js +8 -0
  24. package/dist/src/config/index.js.map +1 -0
  25. package/dist/src/config/normalize-config-keys.d.ts +16 -0
  26. package/dist/src/config/normalize-config-keys.d.ts.map +1 -0
  27. package/dist/src/config/normalize-config-keys.js +18 -0
  28. package/dist/src/config/normalize-config-keys.js.map +1 -0
  29. package/dist/src/config/schemas/lumenflow-config-schema-types.d.ts +190 -0
  30. package/dist/src/config/schemas/lumenflow-config-schema-types.d.ts.map +1 -0
  31. package/dist/src/config/schemas/lumenflow-config-schema-types.js +182 -0
  32. package/dist/src/config/schemas/lumenflow-config-schema-types.js.map +1 -0
  33. package/dist/src/config/schemas/lumenflow-config-schema.d.ts +190 -0
  34. package/dist/src/config/schemas/lumenflow-config-schema.d.ts.map +1 -0
  35. package/dist/src/config/schemas/lumenflow-config-schema.js +182 -0
  36. package/dist/src/config/schemas/lumenflow-config-schema.js.map +1 -0
  37. package/dist/src/config/workspace-reader.d.ts +56 -0
  38. package/dist/src/config/workspace-reader.d.ts.map +1 -0
  39. package/dist/src/config/workspace-reader.js +209 -0
  40. package/dist/src/config/workspace-reader.js.map +1 -0
  41. package/dist/src/constants/backlog-patterns.d.ts +21 -0
  42. package/dist/src/constants/backlog-patterns.d.ts.map +1 -0
  43. package/dist/src/constants/backlog-patterns.js +26 -0
  44. package/dist/src/constants/backlog-patterns.js.map +1 -0
  45. package/dist/src/constants/client-ids.d.ts +16 -0
  46. package/dist/src/constants/client-ids.d.ts.map +1 -0
  47. package/dist/src/constants/client-ids.js +16 -0
  48. package/dist/src/constants/client-ids.js.map +1 -0
  49. package/dist/src/constants/config-contract.d.ts +2 -0
  50. package/dist/src/constants/config-contract.d.ts.map +1 -0
  51. package/dist/src/constants/config-contract.js +7 -0
  52. package/dist/src/constants/config-contract.js.map +1 -0
  53. package/dist/src/constants/docs-layout-presets.d.ts +31 -0
  54. package/dist/src/constants/docs-layout-presets.d.ts.map +1 -0
  55. package/dist/src/constants/docs-layout-presets.js +41 -0
  56. package/dist/src/constants/docs-layout-presets.js.map +1 -0
  57. package/dist/src/constants/duration-constants.d.ts +11 -0
  58. package/dist/src/constants/duration-constants.d.ts.map +1 -0
  59. package/dist/src/constants/duration-constants.js +13 -0
  60. package/dist/src/constants/duration-constants.js.map +1 -0
  61. package/dist/src/constants/gate-constants.d.ts +24 -0
  62. package/dist/src/constants/gate-constants.d.ts.map +1 -0
  63. package/dist/src/constants/gate-constants.js +26 -0
  64. package/dist/src/constants/gate-constants.js.map +1 -0
  65. package/dist/src/constants/index.d.ts +18 -0
  66. package/dist/src/constants/index.d.ts.map +1 -0
  67. package/dist/src/constants/index.js +29 -0
  68. package/dist/src/constants/index.js.map +1 -0
  69. package/dist/src/constants/lock-constants.d.ts +29 -0
  70. package/dist/src/constants/lock-constants.d.ts.map +1 -0
  71. package/dist/src/constants/lock-constants.js +31 -0
  72. package/dist/src/constants/lock-constants.js.map +1 -0
  73. package/dist/src/constants/object-guards.d.ts +9 -0
  74. package/dist/src/constants/object-guards.d.ts.map +1 -0
  75. package/dist/src/constants/object-guards.js +11 -0
  76. package/dist/src/constants/object-guards.js.map +1 -0
  77. package/dist/src/constants/section-headings.d.ts +35 -0
  78. package/dist/src/constants/section-headings.d.ts.map +1 -0
  79. package/dist/src/constants/section-headings.js +82 -0
  80. package/dist/src/constants/section-headings.js.map +1 -0
  81. package/dist/src/constants/wu-cli-constants.d.ts +434 -0
  82. package/dist/src/constants/wu-cli-constants.d.ts.map +1 -0
  83. package/dist/src/constants/wu-cli-constants.js +439 -0
  84. package/dist/src/constants/wu-cli-constants.js.map +1 -0
  85. package/dist/src/constants/wu-domain-constants.d.ts +296 -0
  86. package/dist/src/constants/wu-domain-constants.d.ts.map +1 -0
  87. package/dist/src/constants/wu-domain-constants.js +400 -0
  88. package/dist/src/constants/wu-domain-constants.js.map +1 -0
  89. package/dist/src/constants/wu-git-constants.d.ts +2 -0
  90. package/dist/src/constants/wu-git-constants.d.ts.map +1 -0
  91. package/dist/src/constants/wu-git-constants.js +7 -0
  92. package/dist/src/constants/wu-git-constants.js.map +1 -0
  93. package/dist/src/constants/wu-id-format.d.ts +138 -0
  94. package/dist/src/constants/wu-id-format.d.ts.map +1 -0
  95. package/dist/src/constants/wu-id-format.js +265 -0
  96. package/dist/src/constants/wu-id-format.js.map +1 -0
  97. package/dist/src/constants/wu-paths-constants.d.ts +254 -0
  98. package/dist/src/constants/wu-paths-constants.d.ts.map +1 -0
  99. package/dist/src/constants/wu-paths-constants.js +276 -0
  100. package/dist/src/constants/wu-paths-constants.js.map +1 -0
  101. package/dist/src/constants/wu-statuses.d.ts +209 -0
  102. package/dist/src/constants/wu-statuses.d.ts.map +1 -0
  103. package/dist/src/constants/wu-statuses.js +245 -0
  104. package/dist/src/constants/wu-statuses.js.map +1 -0
  105. package/dist/src/constants/wu-type-helpers.d.ts +28 -0
  106. package/dist/src/constants/wu-type-helpers.d.ts.map +1 -0
  107. package/dist/src/constants/wu-type-helpers.js +49 -0
  108. package/dist/src/constants/wu-type-helpers.js.map +1 -0
  109. package/dist/src/constants/wu-ui-constants.d.ts +236 -0
  110. package/dist/src/constants/wu-ui-constants.d.ts.map +1 -0
  111. package/dist/src/constants/wu-ui-constants.js +238 -0
  112. package/dist/src/constants/wu-ui-constants.js.map +1 -0
  113. package/dist/src/constants/wu-validation-constants.d.ts +61 -0
  114. package/dist/src/constants/wu-validation-constants.d.ts.map +1 -0
  115. package/dist/src/constants/wu-validation-constants.js +69 -0
  116. package/dist/src/constants/wu-validation-constants.js.map +1 -0
  117. package/dist/src/domain/index.d.ts +4 -0
  118. package/dist/src/domain/index.d.ts.map +1 -0
  119. package/dist/src/domain/index.js +6 -0
  120. package/dist/src/domain/index.js.map +1 -0
  121. package/dist/src/domain/orchestration.constants.d.ts +111 -0
  122. package/dist/src/domain/orchestration.constants.d.ts.map +1 -0
  123. package/dist/src/domain/orchestration.constants.js +130 -0
  124. package/dist/src/domain/orchestration.constants.js.map +1 -0
  125. package/dist/src/domain/orchestration.schemas.d.ts +307 -0
  126. package/dist/src/domain/orchestration.schemas.d.ts.map +1 -0
  127. package/dist/src/domain/orchestration.schemas.js +214 -0
  128. package/dist/src/domain/orchestration.schemas.js.map +1 -0
  129. package/dist/src/domain/orchestration.types.d.ts +134 -0
  130. package/dist/src/domain/orchestration.types.d.ts.map +1 -0
  131. package/dist/src/domain/orchestration.types.js +5 -0
  132. package/dist/src/domain/orchestration.types.js.map +1 -0
  133. package/dist/src/methodology/incremental-test.d.ts +33 -0
  134. package/dist/src/methodology/incremental-test.d.ts.map +1 -0
  135. package/dist/src/methodology/incremental-test.js +73 -0
  136. package/dist/src/methodology/incremental-test.js.map +1 -0
  137. package/dist/src/methodology/index.d.ts +3 -0
  138. package/dist/src/methodology/index.d.ts.map +1 -0
  139. package/dist/src/methodology/index.js +6 -0
  140. package/dist/src/methodology/index.js.map +1 -0
  141. package/dist/src/methodology/manual-test-validator.d.ts +97 -0
  142. package/dist/src/methodology/manual-test-validator.d.ts.map +1 -0
  143. package/dist/src/methodology/manual-test-validator.js +248 -0
  144. package/dist/src/methodology/manual-test-validator.js.map +1 -0
  145. package/dist/src/policy/coverage-gate.d.ts +127 -0
  146. package/dist/src/policy/coverage-gate.d.ts.map +1 -0
  147. package/dist/src/policy/coverage-gate.js +211 -0
  148. package/dist/src/policy/coverage-gate.js.map +1 -0
  149. package/dist/src/policy/gates-agent-mode.d.ts +107 -0
  150. package/dist/src/policy/gates-agent-mode.d.ts.map +1 -0
  151. package/dist/src/policy/gates-agent-mode.js +138 -0
  152. package/dist/src/policy/gates-agent-mode.js.map +1 -0
  153. package/dist/src/policy/gates-config-internal.d.ts +54 -0
  154. package/dist/src/policy/gates-config-internal.d.ts.map +1 -0
  155. package/dist/src/policy/gates-config-internal.js +108 -0
  156. package/dist/src/policy/gates-config-internal.js.map +1 -0
  157. package/dist/src/policy/gates-config.d.ts +67 -0
  158. package/dist/src/policy/gates-config.d.ts.map +1 -0
  159. package/dist/src/policy/gates-config.js +193 -0
  160. package/dist/src/policy/gates-config.js.map +1 -0
  161. package/dist/src/policy/gates-coverage.d.ts +48 -0
  162. package/dist/src/policy/gates-coverage.d.ts.map +1 -0
  163. package/dist/src/policy/gates-coverage.js +182 -0
  164. package/dist/src/policy/gates-coverage.js.map +1 -0
  165. package/dist/src/policy/gates-presets.d.ts +51 -0
  166. package/dist/src/policy/gates-presets.d.ts.map +1 -0
  167. package/dist/src/policy/gates-presets.js +117 -0
  168. package/dist/src/policy/gates-presets.js.map +1 -0
  169. package/dist/src/policy/gates-schemas.d.ts +142 -0
  170. package/dist/src/policy/gates-schemas.d.ts.map +1 -0
  171. package/dist/src/policy/gates-schemas.js +67 -0
  172. package/dist/src/policy/gates-schemas.js.map +1 -0
  173. package/dist/src/policy/index.d.ts +19 -0
  174. package/dist/src/policy/index.d.ts.map +1 -0
  175. package/dist/src/policy/index.js +21 -0
  176. package/dist/src/policy/index.js.map +1 -0
  177. package/dist/src/policy/package-manager-resolver.d.ts +79 -0
  178. package/dist/src/policy/package-manager-resolver.d.ts.map +1 -0
  179. package/dist/src/policy/package-manager-resolver.js +245 -0
  180. package/dist/src/policy/package-manager-resolver.js.map +1 -0
  181. package/dist/src/policy/resolve-policy.d.ts +337 -0
  182. package/dist/src/policy/resolve-policy.d.ts.map +1 -0
  183. package/dist/src/policy/resolve-policy.js +353 -0
  184. package/dist/src/policy/resolve-policy.js.map +1 -0
  185. package/dist/src/ports/config.ports.d.ts +83 -0
  186. package/dist/src/ports/config.ports.d.ts.map +1 -0
  187. package/dist/src/ports/config.ports.js +4 -0
  188. package/dist/src/ports/config.ports.js.map +1 -0
  189. package/dist/src/ports/dashboard-renderer.port.d.ts +113 -0
  190. package/dist/src/ports/dashboard-renderer.port.d.ts.map +1 -0
  191. package/dist/src/ports/dashboard-renderer.port.js +4 -0
  192. package/dist/src/ports/dashboard-renderer.port.js.map +1 -0
  193. package/dist/src/ports/index.d.ts +5 -0
  194. package/dist/src/ports/index.d.ts.map +1 -0
  195. package/dist/src/ports/index.js +10 -0
  196. package/dist/src/ports/index.js.map +1 -0
  197. package/dist/src/ports/sync-validator.ports.d.ts +52 -0
  198. package/dist/src/ports/sync-validator.ports.d.ts.map +1 -0
  199. package/dist/src/ports/sync-validator.ports.js +4 -0
  200. package/dist/src/ports/sync-validator.ports.js.map +1 -0
  201. package/dist/src/ports/wu-helpers.ports.d.ts +157 -0
  202. package/dist/src/ports/wu-helpers.ports.d.ts.map +1 -0
  203. package/dist/src/ports/wu-helpers.ports.js +4 -0
  204. package/dist/src/ports/wu-helpers.ports.js.map +1 -0
  205. package/dist/src/ports/wu-state.ports.d.ts +209 -0
  206. package/dist/src/ports/wu-state.ports.d.ts.map +1 -0
  207. package/dist/src/ports/wu-state.ports.js +4 -0
  208. package/dist/src/ports/wu-state.ports.js.map +1 -0
  209. package/dist/src/primitives/index.d.ts +2 -0
  210. package/dist/src/primitives/index.d.ts.map +1 -0
  211. package/dist/src/primitives/index.js +5 -0
  212. package/dist/src/primitives/index.js.map +1 -0
  213. package/dist/src/runtime/index.d.ts +2 -0
  214. package/dist/src/runtime/index.d.ts.map +1 -0
  215. package/dist/src/runtime/index.js +6 -0
  216. package/dist/src/runtime/index.js.map +1 -0
  217. package/dist/src/runtime/work-classifier.d.ts +103 -0
  218. package/dist/src/runtime/work-classifier.d.ts.map +1 -0
  219. package/dist/src/runtime/work-classifier.js +427 -0
  220. package/dist/src/runtime/work-classifier.js.map +1 -0
  221. package/dist/src/sandbox/index.d.ts +6 -0
  222. package/dist/src/sandbox/index.d.ts.map +1 -0
  223. package/dist/src/sandbox/index.js +10 -0
  224. package/dist/src/sandbox/index.js.map +1 -0
  225. package/dist/src/sandbox/sandbox-allowlist.d.ts +16 -0
  226. package/dist/src/sandbox/sandbox-allowlist.d.ts.map +1 -0
  227. package/dist/src/sandbox/sandbox-allowlist.js +77 -0
  228. package/dist/src/sandbox/sandbox-allowlist.js.map +1 -0
  229. package/dist/src/sandbox/sandbox-backend-linux.d.ts +6 -0
  230. package/dist/src/sandbox/sandbox-backend-linux.d.ts.map +1 -0
  231. package/dist/src/sandbox/sandbox-backend-linux.js +67 -0
  232. package/dist/src/sandbox/sandbox-backend-linux.js.map +1 -0
  233. package/dist/src/sandbox/sandbox-backend-macos.d.ts +6 -0
  234. package/dist/src/sandbox/sandbox-backend-macos.d.ts.map +1 -0
  235. package/dist/src/sandbox/sandbox-backend-macos.js +112 -0
  236. package/dist/src/sandbox/sandbox-backend-macos.js.map +1 -0
  237. package/dist/src/sandbox/sandbox-backend-windows.d.ts +6 -0
  238. package/dist/src/sandbox/sandbox-backend-windows.d.ts.map +1 -0
  239. package/dist/src/sandbox/sandbox-backend-windows.js +30 -0
  240. package/dist/src/sandbox/sandbox-backend-windows.js.map +1 -0
  241. package/dist/src/sandbox/sandbox-profile.d.ts +58 -0
  242. package/dist/src/sandbox/sandbox-profile.d.ts.map +1 -0
  243. package/dist/src/sandbox/sandbox-profile.js +69 -0
  244. package/dist/src/sandbox/sandbox-profile.js.map +1 -0
  245. package/dist/src/schemas/index.d.ts +2 -0
  246. package/dist/src/schemas/index.d.ts.map +1 -0
  247. package/dist/src/schemas/index.js +5 -0
  248. package/dist/src/schemas/index.js.map +1 -0
  249. package/dist/src/state/date-utils.d.ts +66 -0
  250. package/dist/src/state/date-utils.d.ts.map +1 -0
  251. package/dist/src/state/date-utils.js +143 -0
  252. package/dist/src/state/date-utils.js.map +1 -0
  253. package/dist/src/state/index.d.ts +8 -0
  254. package/dist/src/state/index.d.ts.map +1 -0
  255. package/dist/src/state/index.js +15 -0
  256. package/dist/src/state/index.js.map +1 -0
  257. package/dist/src/state/state-machine.d.ts +14 -0
  258. package/dist/src/state/state-machine.d.ts.map +1 -0
  259. package/dist/src/state/state-machine.js +92 -0
  260. package/dist/src/state/state-machine.js.map +1 -0
  261. package/dist/src/state/wu-doc-types.d.ts +48 -0
  262. package/dist/src/state/wu-doc-types.d.ts.map +1 -0
  263. package/dist/src/state/wu-doc-types.js +4 -0
  264. package/dist/src/state/wu-doc-types.js.map +1 -0
  265. package/dist/src/state/wu-paths.d.ts +275 -0
  266. package/dist/src/state/wu-paths.d.ts.map +1 -0
  267. package/dist/src/state/wu-paths.js +335 -0
  268. package/dist/src/state/wu-paths.js.map +1 -0
  269. package/dist/src/state/wu-schema.d.ts +831 -0
  270. package/dist/src/state/wu-schema.d.ts.map +1 -0
  271. package/dist/src/state/wu-schema.js +934 -0
  272. package/dist/src/state/wu-schema.js.map +1 -0
  273. package/dist/src/state/wu-state-schema.d.ts +292 -0
  274. package/dist/src/state/wu-state-schema.d.ts.map +1 -0
  275. package/dist/src/state/wu-state-schema.js +215 -0
  276. package/dist/src/state/wu-state-schema.js.map +1 -0
  277. package/dist/src/state/wu-yaml.d.ts +113 -0
  278. package/dist/src/state/wu-yaml.d.ts.map +1 -0
  279. package/dist/src/state/wu-yaml.js +307 -0
  280. package/dist/src/state/wu-yaml.js.map +1 -0
  281. package/dist/tool-impl/wu-lifecycle-tools.d.ts +11 -0
  282. package/dist/tool-impl/wu-lifecycle-tools.d.ts.map +1 -1
  283. package/dist/tool-impl/wu-lifecycle-tools.js +17 -0
  284. package/dist/tool-impl/wu-lifecycle-tools.js.map +1 -1
  285. package/manifest.yaml +210 -230
  286. package/package.json +88 -3
@@ -0,0 +1,254 @@
1
+ /**
2
+ * WU-1548: Shared Node.js filesystem error interface.
3
+ *
4
+ * Consolidates duplicated NodeFsError definitions that existed across
5
+ * memory-store.ts, mem-triage-core.ts, mem-signal-core.ts, mem-ready-core.ts,
6
+ * signal-cleanup-core.ts, and wu-events-cleanup.ts.
7
+ *
8
+ * Use this interface when catching fs errors and checking the `code` property
9
+ * (e.g., 'ENOENT', 'EACCES', 'EPERM').
10
+ */
11
+ export interface NodeFsError extends Error {
12
+ code?: string;
13
+ }
14
+ /**
15
+ * File system constants
16
+ *
17
+ * WU-923: Centralized to eliminate hardcoded strings
18
+ */
19
+ export declare const FILE_SYSTEM: {
20
+ /** Standard file encoding */
21
+ ENCODING: "utf8";
22
+ /** UTF-8 encoding (alias for compatibility) */
23
+ UTF8: "utf8";
24
+ };
25
+ /**
26
+ * Configuration file paths
27
+ *
28
+ * WU-923: Centralized config file names
29
+ */
30
+ export declare const CONFIG_FILES: {
31
+ /** Canonical workspace config */
32
+ WORKSPACE_CONFIG: "workspace.yaml";
33
+ /** Lane inference taxonomy */
34
+ LANE_INFERENCE: string;
35
+ };
36
+ /**
37
+ * Directory paths within the monorepo
38
+ *
39
+ * Centralized directory path strings.
40
+ */
41
+ export declare const DIRECTORIES: {
42
+ APPS_WEB: string;
43
+ WORKTREES: string;
44
+ AI: string;
45
+ CLAUDE: string;
46
+ CLAUDE_HOOKS: string;
47
+ DOCS: string;
48
+ PACKAGES: string;
49
+ TOOLS: string;
50
+ MEMORY_BANK: string;
51
+ WU_DIR: string;
52
+ INITIATIVES_DIR: string;
53
+ BACKLOG_PATH: string;
54
+ STATUS_PATH: string;
55
+ };
56
+ /**
57
+ * Build artifact cleanup globs
58
+ *
59
+ * Centralized glob patterns for worktree artifact cleanup.
60
+ */
61
+ export declare const BUILD_ARTIFACT_GLOBS: {
62
+ /** Common dist directories inside worktrees */
63
+ DIST_DIRS: string[];
64
+ /** TypeScript build info files */
65
+ TSBUILDINFO_FILES: string[];
66
+ };
67
+ export declare const BUILD_ARTIFACT_IGNORES: string[];
68
+ /**
69
+ * Script file paths
70
+ *
71
+ * Centralized paths to validation scripts.
72
+ */
73
+ export declare const SCRIPT_PATHS: {
74
+ /** Prompt registry validation */
75
+ VALIDATE_PROMPT_REGISTRY: string;
76
+ };
77
+ /**
78
+ * File extensions
79
+ *
80
+ * Centralized file extension strings to avoid magic strings.
81
+ */
82
+ export declare const FILE_EXTENSIONS: {
83
+ /** Newline-delimited JSON format */
84
+ NDJSON: string;
85
+ /** Markdown format */
86
+ MARKDOWN: string;
87
+ /** YAML format */
88
+ YAML: string;
89
+ /** YAML alternate extension */
90
+ YML: string;
91
+ /** JSON format */
92
+ JSON: string;
93
+ /** Log format */
94
+ LOG: string;
95
+ /** Stamp files (completion markers) */
96
+ STAMP: string;
97
+ };
98
+ /**
99
+ * Path-related constants
100
+ *
101
+ * WU-1062: Centralized path literals for lumenflow-home and spec-branch operations.
102
+ */
103
+ export declare const PATH_LITERALS: {
104
+ /** Tilde prefix for home directory expansion (e.g., ~/path) */
105
+ TILDE_PREFIX: string;
106
+ /** Tilde character for home directory */
107
+ TILDE: string;
108
+ /** Plan file suffix for WU plans */
109
+ PLAN_FILE_SUFFIX: string;
110
+ /** Trailing slash regex pattern */
111
+ TRAILING_SLASH_REGEX: RegExp;
112
+ /** .lumenflow path prefix for internal path detection (WU-1430) */
113
+ LUMENFLOW_PREFIX: string;
114
+ /** Current directory prefix for repo-internal paths (WU-1430) */
115
+ CURRENT_DIR_PREFIX: string;
116
+ };
117
+ /**
118
+ * Slice lengths for path operations
119
+ *
120
+ * WU-1062: Magic numbers extracted for path manipulation.
121
+ */
122
+ export declare const PATH_SLICE_LENGTHS: {
123
+ /** Length of '~/' prefix for tilde expansion */
124
+ TILDE_PREFIX_LENGTH: number;
125
+ /** Length of '/' for leading slash removal */
126
+ LEADING_SLASH_LENGTH: number;
127
+ };
128
+ /**
129
+ * WU-1174: Lock directory name constant
130
+ *
131
+ * Defined separately so it can be used both in LUMENFLOW_PATHS.LOCK_DIR
132
+ * and for test isolation in cleanup-lock.ts/merge-lock.ts.
133
+ */
134
+ export declare const LOCK_DIR_NAME = ".lumenflow-locks";
135
+ /**
136
+ * LumenFlow directory paths
137
+ *
138
+ * Centralized paths for .lumenflow directory structure to eliminate hardcoded strings.
139
+ * Used by telemetry, agent-session, agent-incidents, memory, and commands-logger modules.
140
+ */
141
+ export declare const LUMENFLOW_PATHS: {
142
+ /** Base directory for all LumenFlow runtime data */
143
+ BASE: string;
144
+ /** WU state store directory */
145
+ STATE_DIR: string;
146
+ /** Stamp directory (WU completion markers) */
147
+ STAMPS_DIR: string;
148
+ /** Archive directory for old WU events (WU-1430) */
149
+ ARCHIVE_DIR: string;
150
+ /** Merge lock file (runtime coordination, WU-1747) */
151
+ MERGE_LOCK: string;
152
+ /** Base telemetry directory */
153
+ TELEMETRY: string;
154
+ /** Flow log file (WU flow events) */
155
+ FLOW_LOG: string;
156
+ /** Agent sessions directory */
157
+ SESSIONS: string;
158
+ /** Agent incidents directory */
159
+ INCIDENTS: string;
160
+ /** Git commands log file */
161
+ COMMANDS_LOG: string;
162
+ /** Memory layer directory */
163
+ MEMORY_DIR: string;
164
+ /** Memory layer JSONL file */
165
+ MEMORY_JSONL: string;
166
+ /** WU-1539: Memory signals JSONL file */
167
+ MEMORY_SIGNALS: string;
168
+ /** Audit log for tool calls */
169
+ AUDIT_LOG: string;
170
+ /** Feedback drafts directory */
171
+ FEEDBACK_DRAFTS: string;
172
+ /** Feedback index file */
173
+ FEEDBACK_INDEX: string;
174
+ /** Current session file */
175
+ SESSION_CURRENT: string;
176
+ /** WU events log */
177
+ WU_EVENTS: string;
178
+ /** Lock files directory (lane locks - persisted) */
179
+ LOCKS_DIR: string;
180
+ /** Force bypass audit log */
181
+ FORCE_BYPASSES: string;
182
+ /** WU-1539: Skip-gates audit log */
183
+ SKIP_GATES_AUDIT: string;
184
+ /** WU-1539: Skip-COS-gates audit log */
185
+ SKIP_COS_GATES_AUDIT: string;
186
+ /** Test baseline file for ratchet pattern (WU-1430) */
187
+ TEST_BASELINE: string;
188
+ /** Templates directory (WU-1430) */
189
+ TEMPLATES_DIR: string;
190
+ /** Spawn prompt templates (WU-1674) */
191
+ SPAWN_PROMPT_DIR: string;
192
+ /** Template manifest file (WU-1430) */
193
+ TEMPLATE_MANIFEST: string;
194
+ /** Skills directory for agent skills (WU-1430) */
195
+ SKILLS_DIR: string;
196
+ /** Agents directory for agent definitions (WU-1430) */
197
+ AGENTS_DIR: string;
198
+ /** Methodology log for delegation telemetry (WU-1430) */
199
+ METHODOLOGY_LOG: string;
200
+ /** Prompt metrics cache (WU-1430) */
201
+ PROMPT_METRICS: string;
202
+ /** Prompt lint results (WU-1430) */
203
+ PROMPT_LINT: string;
204
+ /** Recovery markers directory (WU-1430) */
205
+ RECOVERY_DIR: string;
206
+ /** Checkpoints directory (WU-1430) */
207
+ CHECKPOINTS_DIR: string;
208
+ /** WU-1471: Hook counters directory for auto-checkpoint interval tracking */
209
+ HOOK_COUNTERS_DIR: string;
210
+ /** Cache directory under user home (WU-1430) */
211
+ HOME_CACHE: string;
212
+ /**
213
+ * WU-1174: Runtime lock directory for merge/cleanup locks
214
+ *
215
+ * These locks are transient and should NOT be created in the main checkout
216
+ * because wu:done runs from main. Using os.tmpdir() ensures:
217
+ * 1. Locks don't pollute the git working tree
218
+ * 2. Locks work across processes on the same machine
219
+ * 3. No "Working tree is not clean" errors if process crashes
220
+ *
221
+ * Note: Lane locks still use LOCKS_DIR (.lumenflow/locks) because they need
222
+ * to persist across sessions and be visible to other agents.
223
+ */
224
+ LOCK_DIR: string;
225
+ };
226
+ /**
227
+ * File tool constants (WU-1403)
228
+ *
229
+ * Centralized strings for file:read, file:write, file:edit tools.
230
+ * Prevents duplicate string literals and hardcoded magic values.
231
+ */
232
+ export declare const FILE_TOOLS: {
233
+ /** Tool name prefixes */
234
+ NAMES: {
235
+ READ: string;
236
+ WRITE: string;
237
+ EDIT: string;
238
+ DELETE: string;
239
+ };
240
+ /** Tool domain */
241
+ DOMAIN: string;
242
+ /** Permission levels */
243
+ PERMISSIONS: {
244
+ READ: string;
245
+ WRITE: string;
246
+ };
247
+ /** Worktree instruction templates (WU-1403: provides reusable instruction strings) */
248
+ WORKTREE_INSTRUCTIONS: {
249
+ CLAIM_COMMAND: string;
250
+ CD_COMMAND: string;
251
+ DOC_REFERENCE: string;
252
+ };
253
+ };
254
+ //# sourceMappingURL=wu-paths-constants.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wu-paths-constants.d.ts","sourceRoot":"","sources":["../../../src/constants/wu-paths-constants.ts"],"names":[],"mappings":"AAoBA;;;;;;;;;GASG;AACH,MAAM,WAAW,WAAY,SAAQ,KAAK;IACxC,IAAI,CAAC,EAAE,MAAM,CAAC;CACf;AAID;;;;GAIG;AACH,eAAO,MAAM,WAAW;IACtB,6BAA6B;;IAG7B,+CAA+C;;CAEhD,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,YAAY;IACvB,iCAAiC;;IAGjC,8BAA8B;;CAE/B,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,WAAW;;;;;;;;;;;;;;CAevB,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,oBAAoB;IAC/B,+CAA+C;;IAU/C,kCAAkC;;CAEnC,CAAC;AAQF,eAAO,MAAM,sBAAsB,UAIlC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,YAAY;IACvB,iCAAiC;;CAElC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,eAAe;IAC1B,oCAAoC;;IAGpC,sBAAsB;;IAGtB,kBAAkB;;IAGlB,+BAA+B;;IAG/B,kBAAkB;;IAGlB,iBAAiB;;IAGjB,uCAAuC;;CAExC,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,aAAa;IACxB,+DAA+D;;IAG/D,yCAAyC;;IAGzC,oCAAoC;;IAGpC,mCAAmC;;IAGnC,mEAAmE;;IAGnE,iEAAiE;;CAElE,CAAC;AAEF;;;;GAIG;AACH,eAAO,MAAM,kBAAkB;IAC7B,gDAAgD;;IAGhD,8CAA8C;;CAE/C,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,aAAa,qBAAqB,CAAC;AAEhD;;;;;GAKG;AACH,eAAO,MAAM,eAAe;IAC1B,oDAAoD;;IAGpD,+BAA+B;;IAG/B,8CAA8C;;IAG9C,oDAAoD;;IAGpD,sDAAsD;;IAGtD,+BAA+B;;IAG/B,qCAAqC;;IAGrC,+BAA+B;;IAG/B,gCAAgC;;IAGhC,4BAA4B;;IAG5B,6BAA6B;;IAG7B,8BAA8B;;IAG9B,yCAAyC;;IAGzC,+BAA+B;;IAG/B,gCAAgC;;IAGhC,0BAA0B;;IAG1B,2BAA2B;;IAG3B,oBAAoB;;IAGpB,oDAAoD;;IAGpD,6BAA6B;;IAG7B,oCAAoC;;IAGpC,wCAAwC;;IAGxC,uDAAuD;;IAGvD,oCAAoC;;IAGpC,uCAAuC;;IAGvC,uCAAuC;;IAGvC,kDAAkD;;IAGlD,uDAAuD;;IAGvD,yDAAyD;;IAGzD,qCAAqC;;IAGrC,oCAAoC;;IAGpC,2CAA2C;;IAG3C,sCAAsC;;IAGtC,6EAA6E;;IAG7E,gDAAgD;;IAGhD;;;;;;;;;;;OAWG;;CAEJ,CAAC;AAEF;;;;;GAKG;AACH,eAAO,MAAM,UAAU;IACrB,yBAAyB;;;;;;;IAQzB,kBAAkB;;IAGlB,wBAAwB;;;;;IAMxB,sFAAsF;;;;;;CAMvF,CAAC"}
@@ -0,0 +1,276 @@
1
+ // Copyright (c) 2026 Hellmai Ltd
2
+ // SPDX-License-Identifier: AGPL-3.0-only
3
+ /**
4
+ * Path and File System Constants
5
+ *
6
+ * WU-1549: Extracted from wu-constants.ts for bounded-concern modularity.
7
+ * Contains LumenFlow directory paths, file extensions, config files, filesystem
8
+ * constants, build artifacts, and path manipulation helpers.
9
+ *
10
+ * @module wu-paths-constants
11
+ */
12
+ import path from 'node:path';
13
+ import { tmpdir } from 'node:os';
14
+ import { GIT_DIRECTORY_NAME, WORKSPACE_CONFIG_FILE_NAME } from './config-contract.js';
15
+ import { DEFAULT_DOCS_LAYOUT, DOCS_LAYOUT_PRESETS } from './docs-layout-presets.js';
16
+ const DEFAULT_DOCS_PATHS = DOCS_LAYOUT_PRESETS[DEFAULT_DOCS_LAYOUT];
17
+ const UTF8_ENCODING = 'utf8';
18
+ /**
19
+ * File system constants
20
+ *
21
+ * WU-923: Centralized to eliminate hardcoded strings
22
+ */
23
+ export const FILE_SYSTEM = {
24
+ /** Standard file encoding */
25
+ ENCODING: UTF8_ENCODING,
26
+ /** UTF-8 encoding (alias for compatibility) */
27
+ UTF8: UTF8_ENCODING,
28
+ };
29
+ /**
30
+ * Configuration file paths
31
+ *
32
+ * WU-923: Centralized config file names
33
+ */
34
+ export const CONFIG_FILES = {
35
+ /** Canonical workspace config */
36
+ WORKSPACE_CONFIG: WORKSPACE_CONFIG_FILE_NAME,
37
+ /** Lane inference taxonomy */
38
+ LANE_INFERENCE: '.lumenflow.lane-inference.yaml',
39
+ };
40
+ /**
41
+ * Directory paths within the monorepo
42
+ *
43
+ * Centralized directory path strings.
44
+ */
45
+ export const DIRECTORIES = {
46
+ APPS_WEB: 'apps/web/',
47
+ WORKTREES: 'worktrees/',
48
+ AI: 'ai/',
49
+ CLAUDE: '.claude/',
50
+ CLAUDE_HOOKS: '.claude/hooks/',
51
+ DOCS: 'docs/',
52
+ PACKAGES: 'packages/',
53
+ TOOLS: 'tools/',
54
+ MEMORY_BANK: 'memory-bank/',
55
+ WU_DIR: `${DEFAULT_DOCS_PATHS.tasks}/wu`,
56
+ INITIATIVES_DIR: `${DEFAULT_DOCS_PATHS.tasks}/initiatives`,
57
+ // WU-1814: Paths for active WU detection
58
+ BACKLOG_PATH: `${DEFAULT_DOCS_PATHS.tasks}/backlog.md`,
59
+ STATUS_PATH: `${DEFAULT_DOCS_PATHS.tasks}/status.md`,
60
+ };
61
+ /**
62
+ * Build artifact cleanup globs
63
+ *
64
+ * Centralized glob patterns for worktree artifact cleanup.
65
+ */
66
+ export const BUILD_ARTIFACT_GLOBS = {
67
+ /** Common dist directories inside worktrees */
68
+ DIST_DIRS: [
69
+ 'packages/*/dist',
70
+ 'packages/**/dist',
71
+ 'apps/*/dist',
72
+ 'apps/**/dist',
73
+ 'tools/*/dist',
74
+ 'tools/**/dist',
75
+ ],
76
+ /** TypeScript build info files */
77
+ TSBUILDINFO_FILES: ['**/*.tsbuildinfo'],
78
+ };
79
+ /**
80
+ * Build artifact cleanup ignore patterns
81
+ *
82
+ * Centralized ignore globs for artifact cleanup.
83
+ */
84
+ const GIT_ARTIFACT_IGNORE_GLOB = `**/${GIT_DIRECTORY_NAME}/**`;
85
+ export const BUILD_ARTIFACT_IGNORES = [
86
+ '**/node_modules/**',
87
+ GIT_ARTIFACT_IGNORE_GLOB,
88
+ '**/.turbo/**',
89
+ ];
90
+ /**
91
+ * Script file paths
92
+ *
93
+ * Centralized paths to validation scripts.
94
+ */
95
+ export const SCRIPT_PATHS = {
96
+ /** Prompt registry validation */
97
+ VALIDATE_PROMPT_REGISTRY: 'tools/validate-prompt-registry.js',
98
+ };
99
+ /**
100
+ * File extensions
101
+ *
102
+ * Centralized file extension strings to avoid magic strings.
103
+ */
104
+ export const FILE_EXTENSIONS = {
105
+ /** Newline-delimited JSON format */
106
+ NDJSON: '.ndjson',
107
+ /** Markdown format */
108
+ MARKDOWN: '.md',
109
+ /** YAML format */
110
+ YAML: '.yaml',
111
+ /** YAML alternate extension */
112
+ YML: '.yml',
113
+ /** JSON format */
114
+ JSON: '.json',
115
+ /** Log format */
116
+ LOG: '.log',
117
+ /** Stamp files (completion markers) */
118
+ STAMP: '.done',
119
+ };
120
+ /**
121
+ * Path-related constants
122
+ *
123
+ * WU-1062: Centralized path literals for lumenflow-home and spec-branch operations.
124
+ */
125
+ export const PATH_LITERALS = {
126
+ /** Tilde prefix for home directory expansion (e.g., ~/path) */
127
+ TILDE_PREFIX: '~/',
128
+ /** Tilde character for home directory */
129
+ TILDE: '~',
130
+ /** Plan file suffix for WU plans */
131
+ PLAN_FILE_SUFFIX: '-plan.md',
132
+ /** Trailing slash regex pattern */
133
+ TRAILING_SLASH_REGEX: /\/+$/,
134
+ /** .lumenflow path prefix for internal path detection (WU-1430) */
135
+ LUMENFLOW_PREFIX: '.lumenflow/',
136
+ /** Current directory prefix for repo-internal paths (WU-1430) */
137
+ CURRENT_DIR_PREFIX: './',
138
+ };
139
+ /**
140
+ * Slice lengths for path operations
141
+ *
142
+ * WU-1062: Magic numbers extracted for path manipulation.
143
+ */
144
+ export const PATH_SLICE_LENGTHS = {
145
+ /** Length of '~/' prefix for tilde expansion */
146
+ TILDE_PREFIX_LENGTH: 2,
147
+ /** Length of '/' for leading slash removal */
148
+ LEADING_SLASH_LENGTH: 1,
149
+ };
150
+ /**
151
+ * WU-1174: Lock directory name constant
152
+ *
153
+ * Defined separately so it can be used both in LUMENFLOW_PATHS.LOCK_DIR
154
+ * and for test isolation in cleanup-lock.ts/merge-lock.ts.
155
+ */
156
+ export const LOCK_DIR_NAME = '.lumenflow-locks';
157
+ /**
158
+ * LumenFlow directory paths
159
+ *
160
+ * Centralized paths for .lumenflow directory structure to eliminate hardcoded strings.
161
+ * Used by telemetry, agent-session, agent-incidents, memory, and commands-logger modules.
162
+ */
163
+ export const LUMENFLOW_PATHS = {
164
+ /** Base directory for all LumenFlow runtime data */
165
+ BASE: '.lumenflow',
166
+ /** WU state store directory */
167
+ STATE_DIR: '.lumenflow/state',
168
+ /** Stamp directory (WU completion markers) */
169
+ STAMPS_DIR: '.lumenflow/stamps',
170
+ /** Archive directory for old WU events (WU-1430) */
171
+ ARCHIVE_DIR: '.lumenflow/archive',
172
+ /** Merge lock file (runtime coordination, WU-1747) */
173
+ MERGE_LOCK: '.lumenflow/merge.lock',
174
+ /** Base telemetry directory */
175
+ TELEMETRY: '.lumenflow/telemetry',
176
+ /** Flow log file (WU flow events) */
177
+ FLOW_LOG: '.lumenflow/flow.log',
178
+ /** Agent sessions directory */
179
+ SESSIONS: '.lumenflow/sessions',
180
+ /** Agent incidents directory */
181
+ INCIDENTS: '.lumenflow/incidents',
182
+ /** Git commands log file */
183
+ COMMANDS_LOG: '.lumenflow/commands.log',
184
+ /** Memory layer directory */
185
+ MEMORY_DIR: '.lumenflow/memory',
186
+ /** Memory layer JSONL file */
187
+ MEMORY_JSONL: '.lumenflow/memory/memory.jsonl',
188
+ /** WU-1539: Memory signals JSONL file */
189
+ MEMORY_SIGNALS: '.lumenflow/memory/signals.jsonl',
190
+ /** Audit log for tool calls */
191
+ AUDIT_LOG: '.lumenflow/telemetry/tools.ndjson',
192
+ /** Feedback drafts directory */
193
+ FEEDBACK_DRAFTS: '.lumenflow/feedback-drafts',
194
+ /** Feedback index file */
195
+ FEEDBACK_INDEX: '.lumenflow/feedback-index.ndjson',
196
+ /** Current session file */
197
+ SESSION_CURRENT: '.lumenflow/sessions/current.json',
198
+ /** WU events log */
199
+ WU_EVENTS: '.lumenflow/state/wu-events.jsonl',
200
+ /** Lock files directory (lane locks - persisted) */
201
+ LOCKS_DIR: '.lumenflow/locks',
202
+ /** Force bypass audit log */
203
+ FORCE_BYPASSES: '.lumenflow/force-bypasses.log',
204
+ /** WU-1539: Skip-gates audit log */
205
+ SKIP_GATES_AUDIT: '.lumenflow/skip-gates-audit.log',
206
+ /** WU-1539: Skip-COS-gates audit log */
207
+ SKIP_COS_GATES_AUDIT: '.lumenflow/skip-cos-gates-audit.log',
208
+ /** Test baseline file for ratchet pattern (WU-1430) */
209
+ TEST_BASELINE: '.lumenflow/test-baseline.json',
210
+ /** Templates directory (WU-1430) */
211
+ TEMPLATES_DIR: '.lumenflow/templates',
212
+ /** Spawn prompt templates (WU-1674) */
213
+ SPAWN_PROMPT_DIR: '.lumenflow/templates/spawn-prompt',
214
+ /** Template manifest file (WU-1430) */
215
+ TEMPLATE_MANIFEST: '.lumenflow/templates/manifest.yaml',
216
+ /** Skills directory for agent skills (WU-1430) */
217
+ SKILLS_DIR: '.lumenflow/skills',
218
+ /** Agents directory for agent definitions (WU-1430) */
219
+ AGENTS_DIR: '.lumenflow/agents',
220
+ /** Methodology log for delegation telemetry (WU-1430) */
221
+ METHODOLOGY_LOG: '.lumenflow/telemetry/methodology.ndjson',
222
+ /** Prompt metrics cache (WU-1430) */
223
+ PROMPT_METRICS: '.lumenflow/telemetry/prompt-metrics.json',
224
+ /** Prompt lint results (WU-1430) */
225
+ PROMPT_LINT: '.lumenflow/telemetry/prompt-lint.ndjson',
226
+ /** Recovery markers directory (WU-1430) */
227
+ RECOVERY_DIR: '.lumenflow/recovery',
228
+ /** Checkpoints directory (WU-1430) */
229
+ CHECKPOINTS_DIR: '.lumenflow/checkpoints',
230
+ /** WU-1471: Hook counters directory for auto-checkpoint interval tracking */
231
+ HOOK_COUNTERS_DIR: '.lumenflow/state/hook-counters',
232
+ /** Cache directory under user home (WU-1430) */
233
+ HOME_CACHE: 'cache',
234
+ /**
235
+ * WU-1174: Runtime lock directory for merge/cleanup locks
236
+ *
237
+ * These locks are transient and should NOT be created in the main checkout
238
+ * because wu:done runs from main. Using os.tmpdir() ensures:
239
+ * 1. Locks don't pollute the git working tree
240
+ * 2. Locks work across processes on the same machine
241
+ * 3. No "Working tree is not clean" errors if process crashes
242
+ *
243
+ * Note: Lane locks still use LOCKS_DIR (.lumenflow/locks) because they need
244
+ * to persist across sessions and be visible to other agents.
245
+ */
246
+ LOCK_DIR: path.join(tmpdir(), LOCK_DIR_NAME),
247
+ };
248
+ /**
249
+ * File tool constants (WU-1403)
250
+ *
251
+ * Centralized strings for file:read, file:write, file:edit tools.
252
+ * Prevents duplicate string literals and hardcoded magic values.
253
+ */
254
+ export const FILE_TOOLS = {
255
+ /** Tool name prefixes */
256
+ NAMES: {
257
+ READ: 'file:read',
258
+ WRITE: 'file:write',
259
+ EDIT: 'file:edit',
260
+ DELETE: 'file:delete',
261
+ },
262
+ /** Tool domain */
263
+ DOMAIN: 'file',
264
+ /** Permission levels */
265
+ PERMISSIONS: {
266
+ READ: 'read',
267
+ WRITE: 'write',
268
+ },
269
+ /** Worktree instruction templates (WU-1403: provides reusable instruction strings) */
270
+ WORKTREE_INSTRUCTIONS: {
271
+ CLAIM_COMMAND: 'pnpm wu:claim --id <wu-id> --lane "<lane>"',
272
+ CD_COMMAND: 'cd worktrees/<lane>-<wu-id>/',
273
+ DOC_REFERENCE: 'CLAUDE.md §2 (Worktree Discipline)',
274
+ },
275
+ };
276
+ //# sourceMappingURL=wu-paths-constants.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"wu-paths-constants.js","sourceRoot":"","sources":["../../../src/constants/wu-paths-constants.ts"],"names":[],"mappings":"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"}