@lumenflow/cli 3.18.1 → 3.20.0

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 (175) hide show
  1. package/dist/docs-sync.js +123 -6
  2. package/dist/docs-sync.js.map +1 -1
  3. package/dist/gate-co-change.js +23 -4
  4. package/dist/gate-co-change.js.map +1 -1
  5. package/dist/gates-runners.js +113 -16
  6. package/dist/gates-runners.js.map +1 -1
  7. package/dist/gates-utils.js +71 -0
  8. package/dist/gates-utils.js.map +1 -1
  9. package/dist/lumenflow-upgrade.js +1 -0
  10. package/dist/lumenflow-upgrade.js.map +1 -1
  11. package/dist/public-manifest.js +1 -1
  12. package/dist/public-manifest.js.map +1 -1
  13. package/dist/sync-templates.js +13 -0
  14. package/dist/sync-templates.js.map +1 -1
  15. package/dist/wu-block.js +10 -0
  16. package/dist/wu-block.js.map +1 -1
  17. package/dist/wu-claim-validation.js +3 -1
  18. package/dist/wu-claim-validation.js.map +1 -1
  19. package/dist/wu-claim.js +3 -1
  20. package/dist/wu-claim.js.map +1 -1
  21. package/dist/wu-done-memory-telemetry.js +5 -1
  22. package/dist/wu-done-memory-telemetry.js.map +1 -1
  23. package/dist/wu-done-ownership.js +6 -0
  24. package/dist/wu-done-ownership.js.map +1 -1
  25. package/dist/wu-edit-operations.js +4 -4
  26. package/dist/wu-edit-operations.js.map +1 -1
  27. package/dist/wu-prep.js +88 -13
  28. package/dist/wu-prep.js.map +1 -1
  29. package/dist/wu-prune.js +2 -2
  30. package/dist/wu-prune.js.map +1 -1
  31. package/dist/wu-recover.js +15 -0
  32. package/dist/wu-recover.js.map +1 -1
  33. package/dist/wu-release.js +10 -1
  34. package/dist/wu-release.js.map +1 -1
  35. package/dist/wu-spawn-prompt-builders.js +27 -2
  36. package/dist/wu-spawn-prompt-builders.js.map +1 -1
  37. package/dist/wu-state-mutation-ownership.js +136 -0
  38. package/dist/wu-state-mutation-ownership.js.map +1 -0
  39. package/dist/wu-unblock.js +10 -0
  40. package/dist/wu-unblock.js.map +1 -1
  41. package/dist/wu-verify.js +22 -17
  42. package/dist/wu-verify.js.map +1 -1
  43. package/package.json +111 -110
  44. package/packs/agent-runtime/.turbo/turbo-build.log +1 -1
  45. package/packs/agent-runtime/package.json +1 -1
  46. package/packs/sidekick/.turbo/turbo-build.log +1 -1
  47. package/packs/sidekick/README.md +118 -113
  48. package/packs/sidekick/manifest-schema.ts +15 -228
  49. package/packs/sidekick/manifest.ts +107 -7
  50. package/packs/sidekick/manifest.yaml +199 -1
  51. package/packs/sidekick/package.json +4 -1
  52. package/packs/sidekick/policy-factory.ts +38 -0
  53. package/packs/sidekick/tool-impl/channel-tools.ts +99 -0
  54. package/packs/sidekick/tool-impl/memory-tools.ts +86 -1
  55. package/packs/sidekick/tool-impl/routine-tools.ts +156 -2
  56. package/packs/sidekick/tool-impl/storage.ts +6 -5
  57. package/packs/sidekick/tool-impl/task-tools.ts +186 -4
  58. package/packs/software-delivery/.turbo/turbo-build.log +1 -1
  59. package/packs/software-delivery/package.json +1 -1
  60. package/templates/core/AGENTS.md.template +157 -32
  61. package/templates/core/LUMENFLOW.md.template +44 -29
  62. package/templates/core/_frameworks/lumenflow/wu-sizing-guide.md.template +644 -0
  63. package/templates/core/ai/onboarding/agent-invocation-guide.md.template +5 -5
  64. package/templates/core/ai/onboarding/agent-safety-card.md.template +1 -0
  65. package/templates/core/ai/onboarding/docs-generation.md.template +94 -4
  66. package/templates/core/ai/onboarding/first-15-mins.md.template +1 -1
  67. package/templates/core/ai/onboarding/first-wu-mistakes.md.template +2 -1
  68. package/templates/core/ai/onboarding/initiative-orchestration.md.template +21 -21
  69. package/templates/core/ai/onboarding/quick-ref-commands.md.template +126 -109
  70. package/templates/core/ai/onboarding/release-process.md.template +12 -12
  71. package/templates/core/ai/onboarding/starting-prompt.md.template +33 -32
  72. package/templates/vendors/claude/.claude/skills/initiative-management/SKILL.md.template +2 -2
  73. package/templates/vendors/claude/.claude/skills/multi-agent-coordination/SKILL.md.template +2 -2
  74. package/templates/vendors/claude/.claude/skills/orchestration/SKILL.md.template +3 -3
  75. package/dist/chunk-2D2VOCA4.js +0 -37
  76. package/dist/chunk-2D5KFYGX.js +0 -284
  77. package/dist/chunk-2GXVIN57.js +0 -14072
  78. package/dist/chunk-2MQ7HZWZ.js +0 -26
  79. package/dist/chunk-2UFQ3A3C.js +0 -643
  80. package/dist/chunk-3RG5ZIWI.js +0 -10
  81. package/dist/chunk-4N74J3UT.js +0 -15
  82. package/dist/chunk-5GTOXFYR.js +0 -392
  83. package/dist/chunk-5VY6MQMC.js +0 -240
  84. package/dist/chunk-67XVPMRY.js +0 -1297
  85. package/dist/chunk-6HO4GWJE.js +0 -164
  86. package/dist/chunk-6W5XHWYV.js +0 -1890
  87. package/dist/chunk-6X4EMYJQ.js +0 -64
  88. package/dist/chunk-6XYXI2NQ.js +0 -772
  89. package/dist/chunk-7ANSOV6Q.js +0 -285
  90. package/dist/chunk-A624LFLB.js +0 -1380
  91. package/dist/chunk-ADN5NHG4.js +0 -126
  92. package/dist/chunk-B7YJYJKG.js +0 -33
  93. package/dist/chunk-CCLHCPKG.js +0 -210
  94. package/dist/chunk-CK36VROC.js +0 -1584
  95. package/dist/chunk-D3UOFRSB.js +0 -81
  96. package/dist/chunk-DFR4DJBM.js +0 -230
  97. package/dist/chunk-DSYBDHYH.js +0 -79
  98. package/dist/chunk-DWMLTXKQ.js +0 -1176
  99. package/dist/chunk-E3REJTAJ.js +0 -28
  100. package/dist/chunk-EA3IVO64.js +0 -633
  101. package/dist/chunk-EK2AKZKD.js +0 -55
  102. package/dist/chunk-ELD7JTTT.js +0 -343
  103. package/dist/chunk-EX6TT2XI.js +0 -195
  104. package/dist/chunk-EXINSFZE.js +0 -82
  105. package/dist/chunk-EZ6ZBYBM.js +0 -510
  106. package/dist/chunk-FBKAPTJ2.js +0 -16
  107. package/dist/chunk-FVLV5RYH.js +0 -1118
  108. package/dist/chunk-GDNSBQVK.js +0 -2485
  109. package/dist/chunk-GPQHMBNN.js +0 -278
  110. package/dist/chunk-GTFJB67L.js +0 -68
  111. package/dist/chunk-HANJXVKW.js +0 -1127
  112. package/dist/chunk-HEVS5YLD.js +0 -269
  113. package/dist/chunk-HMEVZKPQ.js +0 -9
  114. package/dist/chunk-HRGSYNLM.js +0 -3511
  115. package/dist/chunk-ISZR5N4K.js +0 -60
  116. package/dist/chunk-J6SUPR2C.js +0 -226
  117. package/dist/chunk-JERYVEIZ.js +0 -244
  118. package/dist/chunk-JHHWGL2N.js +0 -87
  119. package/dist/chunk-JONWQUB5.js +0 -775
  120. package/dist/chunk-K2DIWWDM.js +0 -1766
  121. package/dist/chunk-KY4PGL5V.js +0 -969
  122. package/dist/chunk-L737LQ4C.js +0 -1285
  123. package/dist/chunk-LFTWYIB2.js +0 -497
  124. package/dist/chunk-LV47RFNJ.js +0 -41
  125. package/dist/chunk-MKSAITI7.js +0 -15
  126. package/dist/chunk-MZ7RKIX4.js +0 -212
  127. package/dist/chunk-NAP6CFSO.js +0 -84
  128. package/dist/chunk-ND6MY37M.js +0 -16
  129. package/dist/chunk-NMG736UR.js +0 -683
  130. package/dist/chunk-NRAXROED.js +0 -32
  131. package/dist/chunk-NRIZR3A7.js +0 -690
  132. package/dist/chunk-NX43BG3M.js +0 -233
  133. package/dist/chunk-O645XLSI.js +0 -297
  134. package/dist/chunk-OMJD6A3S.js +0 -235
  135. package/dist/chunk-QB6SJD4T.js +0 -430
  136. package/dist/chunk-QFSTL4J3.js +0 -276
  137. package/dist/chunk-QLGDFMFX.js +0 -212
  138. package/dist/chunk-RIAAGL2E.js +0 -13
  139. package/dist/chunk-RWO5XMZ6.js +0 -86
  140. package/dist/chunk-RXRKBBSM.js +0 -149
  141. package/dist/chunk-RZOZMML6.js +0 -363
  142. package/dist/chunk-U7I7FS7T.js +0 -113
  143. package/dist/chunk-UI42RODY.js +0 -717
  144. package/dist/chunk-UTVMVSCO.js +0 -519
  145. package/dist/chunk-V6OJGLBA.js +0 -1746
  146. package/dist/chunk-W2JHVH7D.js +0 -152
  147. package/dist/chunk-WD3Y7VQN.js +0 -280
  148. package/dist/chunk-WOCTQ5MS.js +0 -303
  149. package/dist/chunk-WZR3ZUNN.js +0 -696
  150. package/dist/chunk-XGI665H7.js +0 -150
  151. package/dist/chunk-XKY65P2T.js +0 -304
  152. package/dist/chunk-Y4CQZY65.js +0 -57
  153. package/dist/chunk-YFEXKLVE.js +0 -194
  154. package/dist/chunk-YHO3HS5X.js +0 -287
  155. package/dist/chunk-YLS7AZSX.js +0 -738
  156. package/dist/chunk-ZE473AO6.js +0 -49
  157. package/dist/chunk-ZF747T3O.js +0 -644
  158. package/dist/chunk-ZHCZHZH3.js +0 -43
  159. package/dist/chunk-ZZNZX2XY.js +0 -87
  160. package/dist/constants-7QAP3VQ4.js +0 -23
  161. package/dist/dist-IY3UUMWK.js +0 -33
  162. package/dist/invariants-runner-W5RGHCSU.js +0 -27
  163. package/dist/lane-lock-6J36HD5O.js +0 -35
  164. package/dist/mem-checkpoint-core-EANG2GVN.js +0 -14
  165. package/dist/mem-signal-core-2LZ2WYHW.js +0 -19
  166. package/dist/memory-store-OLB5FO7K.js +0 -18
  167. package/dist/service-6BYCOCO5.js +0 -13
  168. package/dist/spawn-policy-resolver-NTSZYQ6R.js +0 -17
  169. package/dist/spawn-task-builder-R4E2BHSW.js +0 -22
  170. package/dist/wu-done-pr-WLFFFEPJ.js +0 -25
  171. package/dist/wu-done-validation-3J5E36FE.js +0 -30
  172. package/dist/wu-duplicate-id-detector-5S7JHELK.js +0 -232
  173. package/packs/sidekick/.turbo/turbo-test.log +0 -12
  174. package/packs/sidekick/.turbo/turbo-typecheck.log +0 -4
  175. package/packs/software-delivery/.turbo/turbo-typecheck.log +0 -4
@@ -1,303 +0,0 @@
1
- import {
2
- createFile
3
- } from "./chunk-HEVS5YLD.js";
4
- import {
5
- runCLI
6
- } from "./chunk-2GXVIN57.js";
7
- import {
8
- WORKSPACE_CONFIG_FILE_NAME
9
- } from "./chunk-V6OJGLBA.js";
10
-
11
- // src/workspace-init.ts
12
- import * as readline from "readline";
13
- import * as path from "path";
14
- import YAML from "yaml";
15
- var LOG_PREFIX = "[workspace:init]";
16
- var WORKSPACE_FILENAME = WORKSPACE_CONFIG_FILE_NAME;
17
- var DEFAULT_WORKSPACE_ID = "default";
18
- var DEFAULT_WORKSPACE_NAME = "My Project";
19
- var DEFAULT_PROJECT_NAME = "my-project";
20
- var DEFAULT_LANE_TITLE = "Default";
21
- var DEFAULT_NAMESPACE = DEFAULT_WORKSPACE_ID;
22
- var CANONICAL_BOOTSTRAP_COMMAND = "npx lumenflow";
23
- var LEGACY_WORKSPACE_INIT_ENTRYPOINT = "workspace-init";
24
- var LEGACY_ENTRYPOINT_MARKER = "legacy";
25
- var LEGACY_ENTRYPOINT_MESSAGE_PREFIX = `${LOG_PREFIX} ${LEGACY_ENTRYPOINT_MARKER} entrypoint`;
26
- var DEFAULT_DENY_OVERLAYS = ["~/.ssh", "~/.aws", "~/.gnupg", ".env"];
27
- var DEFAULT_DENY_OVERLAYS_PROMPT = DEFAULT_DENY_OVERLAYS.join(", ");
28
- var SANDBOX_NETWORK_PROFILE = {
29
- OFF: "off",
30
- FULL: "full"
31
- };
32
- var DEFAULT_SANDBOX_NETWORK_PROFILE = SANDBOX_NETWORK_PROFILE.OFF;
33
- var CLOUD_CONNECT_RESPONSE = {
34
- YES: "yes",
35
- NO: "no",
36
- SHORT_YES: "y",
37
- BOOLEAN_TRUE: "true"
38
- };
39
- var CLOUD_CONNECT_TRUTHY = /* @__PURE__ */ new Set([
40
- CLOUD_CONNECT_RESPONSE.YES,
41
- CLOUD_CONNECT_RESPONSE.SHORT_YES,
42
- CLOUD_CONNECT_RESPONSE.BOOLEAN_TRUE
43
- ]);
44
- var SD_PACK_ID = "software-delivery";
45
- var SD_PACK_VERSION = "0.1.0";
46
- var EMPTY_SOFTWARE_DELIVERY_CONFIG = Object.freeze({});
47
- function createEmptySoftwareDeliveryConfig() {
48
- return { ...EMPTY_SOFTWARE_DELIVERY_CONFIG };
49
- }
50
- var DEFAULT_SOFTWARE_DELIVERY_PACK_PIN = Object.freeze({
51
- id: SD_PACK_ID,
52
- version: SD_PACK_VERSION,
53
- integrity: "dev",
54
- source: "local"
55
- });
56
- function createDefaultPackPins() {
57
- return [{ ...DEFAULT_SOFTWARE_DELIVERY_PACK_PIN }];
58
- }
59
- var WORKSPACE_QUESTIONS = [
60
- {
61
- name: "projectName",
62
- prompt: "Project name",
63
- defaultValue: DEFAULT_PROJECT_NAME
64
- },
65
- {
66
- name: "lanes",
67
- prompt: "Work lanes (comma-separated, e.g., Backend, Frontend, DevOps)",
68
- defaultValue: DEFAULT_LANE_TITLE
69
- },
70
- {
71
- name: "sandboxProfile",
72
- prompt: "Sandbox network profile (off | full)",
73
- defaultValue: DEFAULT_SANDBOX_NETWORK_PROFILE
74
- },
75
- {
76
- name: "deniedPaths",
77
- prompt: "Denied paths (comma-separated, e.g., ~/.ssh, ~/.aws, .env)",
78
- defaultValue: DEFAULT_DENY_OVERLAYS_PROMPT
79
- },
80
- {
81
- name: "cloudConnect",
82
- prompt: "Enable cloud agent support? (yes | no)",
83
- defaultValue: CLOUD_CONNECT_RESPONSE.NO
84
- }
85
- ];
86
- function buildLegacyWorkspaceInitGuidance(entrypoint = LEGACY_WORKSPACE_INIT_ENTRYPOINT) {
87
- return `${LEGACY_ENTRYPOINT_MESSAGE_PREFIX} "${entrypoint}" is retired. Use "${CANONICAL_BOOTSTRAP_COMMAND}" for bootstrap-all onboarding.`;
88
- }
89
- function parseAnswers(answers) {
90
- const lanes = answers.lanes.split(",").map((l) => l.trim()).filter(Boolean);
91
- const deniedPaths = answers.deniedPaths ? answers.deniedPaths.split(",").map((p) => p.trim()).filter(Boolean) : [];
92
- const cloudConnect = CLOUD_CONNECT_TRUTHY.has(answers.cloudConnect.toLowerCase());
93
- const sandboxProfile = answers.sandboxProfile === SANDBOX_NETWORK_PROFILE.FULL ? SANDBOX_NETWORK_PROFILE.FULL : SANDBOX_NETWORK_PROFILE.OFF;
94
- return {
95
- projectName: answers.projectName,
96
- lanes,
97
- sandboxProfile,
98
- deniedPaths,
99
- cloudConnect
100
- };
101
- }
102
- function toKebabCase(title) {
103
- return title.toLowerCase().replace(/[^a-z0-9]+/g, "-").replace(/^-|-$/g, "");
104
- }
105
- function getDefaultWorkspaceConfig() {
106
- return {
107
- id: DEFAULT_WORKSPACE_ID,
108
- name: DEFAULT_WORKSPACE_NAME,
109
- packs: createDefaultPackPins(),
110
- lanes: [
111
- {
112
- id: DEFAULT_WORKSPACE_ID,
113
- title: DEFAULT_LANE_TITLE,
114
- allowed_scopes: []
115
- }
116
- ],
117
- policies: {},
118
- security: {
119
- allowed_scopes: [],
120
- network_default: DEFAULT_SANDBOX_NETWORK_PROFILE,
121
- deny_overlays: [...DEFAULT_DENY_OVERLAYS]
122
- },
123
- software_delivery: createEmptySoftwareDeliveryConfig(),
124
- memory_namespace: DEFAULT_NAMESPACE,
125
- event_namespace: DEFAULT_NAMESPACE
126
- };
127
- }
128
- function buildWorkspaceConfig(input) {
129
- const lanes = input.lanes.map((title) => ({
130
- id: toKebabCase(title),
131
- title,
132
- allowed_scopes: []
133
- }));
134
- return {
135
- id: toKebabCase(input.projectName),
136
- name: input.projectName,
137
- packs: createDefaultPackPins(),
138
- lanes,
139
- policies: {},
140
- security: {
141
- allowed_scopes: [],
142
- network_default: input.sandboxProfile,
143
- deny_overlays: input.deniedPaths
144
- },
145
- software_delivery: createEmptySoftwareDeliveryConfig(),
146
- memory_namespace: toKebabCase(input.projectName),
147
- event_namespace: toKebabCase(input.projectName)
148
- };
149
- }
150
- function generateWorkspaceYaml(config) {
151
- const lines = [];
152
- lines.push("# LumenFlow Workspace Configuration");
153
- lines.push("# Generated by workspace:init");
154
- lines.push("");
155
- lines.push("# Workspace ID - unique identifier for this workspace");
156
- lines.push(`id: ${YAML.stringify(config.id).trim()}`);
157
- lines.push("");
158
- lines.push("# Human-readable project name");
159
- lines.push(`name: ${YAML.stringify(config.name).trim()}`);
160
- lines.push("");
161
- lines.push("# Domain packs - plugins that add tools, policies, and task types");
162
- lines.push("# Add packs with: pnpm pack:install --id <pack-id>");
163
- if (config.packs.length === 0) {
164
- lines.push("packs: []");
165
- } else {
166
- lines.push("packs:");
167
- for (const pack of config.packs) {
168
- lines.push(` - id: ${YAML.stringify(pack.id).trim()}`);
169
- lines.push(` version: ${YAML.stringify(pack.version).trim()}`);
170
- lines.push(` integrity: ${YAML.stringify(pack.integrity).trim()}`);
171
- lines.push(` source: ${YAML.stringify(pack.source).trim()}`);
172
- }
173
- }
174
- lines.push("");
175
- lines.push("# Work lanes - partitions for parallel work streams");
176
- lines.push("# Each lane has an ID, title, and optional scope restrictions");
177
- lines.push("lanes:");
178
- for (const lane of config.lanes) {
179
- lines.push(` - id: ${YAML.stringify(lane.id).trim()}`);
180
- lines.push(` title: ${YAML.stringify(lane.title).trim()}`);
181
- lines.push(` allowed_scopes: ${YAML.stringify(lane.allowed_scopes).trim()}`);
182
- }
183
- lines.push("");
184
- lines.push("# Security configuration");
185
- lines.push("security:");
186
- lines.push(" # Workspace-level scope restrictions");
187
- lines.push(` allowed_scopes: ${YAML.stringify(config.security.allowed_scopes).trim()}`);
188
- lines.push(
189
- ` # Network access default for sandbox (${SANDBOX_NETWORK_PROFILE.OFF} = no network, ${SANDBOX_NETWORK_PROFILE.FULL} = unrestricted)`
190
- );
191
- lines.push(` network_default: ${config.security.network_default}`);
192
- lines.push(" # Paths denied to agent sandbox via deny overlays");
193
- lines.push(" deny_overlays:");
194
- if (config.security.deny_overlays.length === 0) {
195
- lines.pop();
196
- lines.push(" deny_overlays: []");
197
- } else {
198
- for (const overlay of config.security.deny_overlays) {
199
- lines.push(` - ${YAML.stringify(overlay).trim()}`);
200
- }
201
- }
202
- lines.push("");
203
- lines.push("# Software delivery config extensions (required workspace v2 block)");
204
- lines.push(`software_delivery: ${YAML.stringify(config.software_delivery).trim()}`);
205
- lines.push("");
206
- lines.push("# Memory namespace for session tracking and context recovery");
207
- lines.push(`memory_namespace: ${YAML.stringify(config.memory_namespace).trim()}`);
208
- lines.push("");
209
- lines.push("# Event namespace for kernel event storage");
210
- lines.push(`event_namespace: ${YAML.stringify(config.event_namespace).trim()}`);
211
- lines.push("");
212
- return lines.join("\n");
213
- }
214
- async function writeWorkspaceFile(targetDir, config, force = false) {
215
- const result = {
216
- created: [],
217
- skipped: [],
218
- merged: [],
219
- warnings: []
220
- };
221
- const yamlContent = generateWorkspaceYaml(config);
222
- const filePath = path.join(targetDir, WORKSPACE_FILENAME);
223
- await createFile(filePath, yamlContent, force, result, targetDir);
224
- return result;
225
- }
226
- async function runNonInteractive(targetDir, force = false) {
227
- const config = getDefaultWorkspaceConfig();
228
- return writeWorkspaceFile(targetDir, config, force);
229
- }
230
- function askQuestion(rl, question) {
231
- return new Promise((resolve) => {
232
- const prompt = question.defaultValue ? `${question.prompt} [${question.defaultValue}]: ` : `${question.prompt}: `;
233
- rl.question(prompt, (answer) => {
234
- resolve(answer.trim() || question.defaultValue);
235
- });
236
- });
237
- }
238
- async function runInteractive(targetDir, force = false) {
239
- const rl = readline.createInterface({
240
- input: process.stdin,
241
- output: process.stdout
242
- });
243
- try {
244
- console.log(`${LOG_PREFIX} Workspace configuration wizard`);
245
- console.log(`${LOG_PREFIX} Answer the following questions (press Enter for defaults):
246
- `);
247
- const answers = {};
248
- for (const question of WORKSPACE_QUESTIONS) {
249
- answers[question.name] = await askQuestion(rl, question);
250
- }
251
- const input = parseAnswers(answers);
252
- const config = buildWorkspaceConfig(input);
253
- const result = await writeWorkspaceFile(targetDir, config, force);
254
- console.log(`
255
- ${LOG_PREFIX} Workspace configuration complete!`);
256
- if (result.created.length > 0) {
257
- console.log(`${LOG_PREFIX} Created: ${result.created.join(", ")}`);
258
- }
259
- if (result.skipped.length > 0) {
260
- console.log(`${LOG_PREFIX} Skipped (already exists): ${result.skipped.join(", ")}`);
261
- }
262
- return result;
263
- } finally {
264
- rl.close();
265
- }
266
- }
267
- async function main() {
268
- const invokedEntryPoint = path.basename(
269
- process.argv[1] ?? LEGACY_WORKSPACE_INIT_ENTRYPOINT,
270
- ".js"
271
- );
272
- console.warn(buildLegacyWorkspaceInitGuidance(invokedEntryPoint));
273
- }
274
- if (import.meta.main) {
275
- void runCLI(main);
276
- }
277
-
278
- export {
279
- LOG_PREFIX,
280
- WORKSPACE_FILENAME,
281
- DEFAULT_WORKSPACE_ID,
282
- DEFAULT_WORKSPACE_NAME,
283
- DEFAULT_PROJECT_NAME,
284
- DEFAULT_LANE_TITLE,
285
- DEFAULT_NAMESPACE,
286
- CANONICAL_BOOTSTRAP_COMMAND,
287
- DEFAULT_DENY_OVERLAYS,
288
- DEFAULT_DENY_OVERLAYS_PROMPT,
289
- SANDBOX_NETWORK_PROFILE,
290
- DEFAULT_SANDBOX_NETWORK_PROFILE,
291
- CLOUD_CONNECT_RESPONSE,
292
- DEFAULT_SOFTWARE_DELIVERY_PACK_PIN,
293
- WORKSPACE_QUESTIONS,
294
- buildLegacyWorkspaceInitGuidance,
295
- parseAnswers,
296
- getDefaultWorkspaceConfig,
297
- buildWorkspaceConfig,
298
- generateWorkspaceYaml,
299
- writeWorkspaceFile,
300
- runNonInteractive,
301
- runInteractive,
302
- main
303
- };