self-evolve-framework 1.5.0 → 1.6.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 (154) hide show
  1. package/README.md +33 -23
  2. package/bin/cli.js +24 -67
  3. package/package.json +1 -1
  4. package/template/rules/knowledge/README.md +56 -0
  5. package/template/rules/knowledge/ant-design-vue.mdc +54 -0
  6. package/template/rules/knowledge/general.mdc +56 -0
  7. package/template/rules/knowledge/rust.mdc +55 -0
  8. package/template/rules/knowledge/shadcn-svelte.mdc +64 -0
  9. package/template/rules/knowledge/svelte.mdc +135 -0
  10. package/template/rules/knowledge/tailwind.mdc +66 -0
  11. package/template/rules/knowledge/tauri.mdc +65 -0
  12. package/template/rules/knowledge/typescript.mdc +41 -0
  13. package/template/rules/knowledge/vue.mdc +48 -0
  14. package/template/rules/ponytail.mdc +23 -98
  15. package/template/rules/self-evolve.mdc +24 -0
  16. package/template/skills/impeccable/SKILL.md +47 -174
  17. package/template/skills/skillopt-sleep/SKILL.md +34 -48
  18. package/template/skills/impeccable/agents/impeccable_asset_producer.toml +0 -92
  19. package/template/skills/impeccable/agents/impeccable_manual_edit_applier.toml +0 -95
  20. package/template/skills/impeccable/agents/openai.yaml +0 -4
  21. package/template/skills/impeccable/reference/adapt.md +0 -311
  22. package/template/skills/impeccable/reference/animate.md +0 -201
  23. package/template/skills/impeccable/reference/audit.md +0 -133
  24. package/template/skills/impeccable/reference/bolder.md +0 -113
  25. package/template/skills/impeccable/reference/brand.md +0 -108
  26. package/template/skills/impeccable/reference/clarify.md +0 -288
  27. package/template/skills/impeccable/reference/codex.md +0 -105
  28. package/template/skills/impeccable/reference/colorize.md +0 -257
  29. package/template/skills/impeccable/reference/craft.md +0 -123
  30. package/template/skills/impeccable/reference/critique.md +0 -790
  31. package/template/skills/impeccable/reference/delight.md +0 -302
  32. package/template/skills/impeccable/reference/distill.md +0 -111
  33. package/template/skills/impeccable/reference/document.md +0 -429
  34. package/template/skills/impeccable/reference/extract.md +0 -69
  35. package/template/skills/impeccable/reference/harden.md +0 -347
  36. package/template/skills/impeccable/reference/hooks.md +0 -90
  37. package/template/skills/impeccable/reference/init.md +0 -172
  38. package/template/skills/impeccable/reference/interaction-design.md +0 -189
  39. package/template/skills/impeccable/reference/layout.md +0 -161
  40. package/template/skills/impeccable/reference/live.md +0 -720
  41. package/template/skills/impeccable/reference/onboard.md +0 -234
  42. package/template/skills/impeccable/reference/optimize.md +0 -258
  43. package/template/skills/impeccable/reference/overdrive.md +0 -130
  44. package/template/skills/impeccable/reference/polish.md +0 -241
  45. package/template/skills/impeccable/reference/product.md +0 -60
  46. package/template/skills/impeccable/reference/quieter.md +0 -99
  47. package/template/skills/impeccable/reference/shape.md +0 -165
  48. package/template/skills/impeccable/reference/typeset.md +0 -279
  49. package/template/skills/impeccable/scripts/command-metadata.json +0 -94
  50. package/template/skills/impeccable/scripts/context-signals.mjs +0 -225
  51. package/template/skills/impeccable/scripts/context.mjs +0 -961
  52. package/template/skills/impeccable/scripts/critique-storage.mjs +0 -242
  53. package/template/skills/impeccable/scripts/detect-csp.mjs +0 -198
  54. package/template/skills/impeccable/scripts/detect.mjs +0 -21
  55. package/template/skills/impeccable/scripts/detector/browser/injected/index.mjs +0 -1937
  56. package/template/skills/impeccable/scripts/detector/cli/main.mjs +0 -290
  57. package/template/skills/impeccable/scripts/detector/design-system.mjs +0 -750
  58. package/template/skills/impeccable/scripts/detector/detect-antipatterns-browser.js +0 -5138
  59. package/template/skills/impeccable/scripts/detector/detect-antipatterns.mjs +0 -50
  60. package/template/skills/impeccable/scripts/detector/engines/browser/detect-url.mjs +0 -277
  61. package/template/skills/impeccable/scripts/detector/engines/regex/detect-text.mjs +0 -568
  62. package/template/skills/impeccable/scripts/detector/engines/static-html/css-cascade.mjs +0 -1015
  63. package/template/skills/impeccable/scripts/detector/engines/static-html/detect-html.mjs +0 -234
  64. package/template/skills/impeccable/scripts/detector/engines/visual/screenshot-contrast.mjs +0 -189
  65. package/template/skills/impeccable/scripts/detector/findings.mjs +0 -12
  66. package/template/skills/impeccable/scripts/detector/node/file-system.mjs +0 -198
  67. package/template/skills/impeccable/scripts/detector/profile/profiler.mjs +0 -166
  68. package/template/skills/impeccable/scripts/detector/registry/antipatterns.mjs +0 -448
  69. package/template/skills/impeccable/scripts/detector/rules/checks.mjs +0 -2671
  70. package/template/skills/impeccable/scripts/detector/shared/color.mjs +0 -124
  71. package/template/skills/impeccable/scripts/detector/shared/constants.mjs +0 -101
  72. package/template/skills/impeccable/scripts/detector/shared/inline-ignores.mjs +0 -148
  73. package/template/skills/impeccable/scripts/detector/shared/page.mjs +0 -7
  74. package/template/skills/impeccable/scripts/hook-admin.mjs +0 -661
  75. package/template/skills/impeccable/scripts/hook-before-edit.mjs +0 -476
  76. package/template/skills/impeccable/scripts/hook-lib.mjs +0 -1632
  77. package/template/skills/impeccable/scripts/hook.mjs +0 -61
  78. package/template/skills/impeccable/scripts/lib/design-parser.mjs +0 -842
  79. package/template/skills/impeccable/scripts/lib/impeccable-config.mjs +0 -638
  80. package/template/skills/impeccable/scripts/lib/impeccable-paths.mjs +0 -128
  81. package/template/skills/impeccable/scripts/lib/is-generated.mjs +0 -69
  82. package/template/skills/impeccable/scripts/lib/target-args.mjs +0 -42
  83. package/template/skills/impeccable/scripts/live/browser-script-parts.mjs +0 -49
  84. package/template/skills/impeccable/scripts/live/completion.mjs +0 -19
  85. package/template/skills/impeccable/scripts/live/event-validation.mjs +0 -137
  86. package/template/skills/impeccable/scripts/live/insert-ui.mjs +0 -458
  87. package/template/skills/impeccable/scripts/live/manual-apply.mjs +0 -939
  88. package/template/skills/impeccable/scripts/live/manual-edit-routes.mjs +0 -357
  89. package/template/skills/impeccable/scripts/live/manual-edits-buffer.mjs +0 -152
  90. package/template/skills/impeccable/scripts/live/session-store.mjs +0 -289
  91. package/template/skills/impeccable/scripts/live/svelte-component.mjs +0 -826
  92. package/template/skills/impeccable/scripts/live/sveltekit-adapter.mjs +0 -274
  93. package/template/skills/impeccable/scripts/live/ui-core.mjs +0 -180
  94. package/template/skills/impeccable/scripts/live/vocabulary.mjs +0 -36
  95. package/template/skills/impeccable/scripts/live-accept.mjs +0 -812
  96. package/template/skills/impeccable/scripts/live-browser-dom.js +0 -146
  97. package/template/skills/impeccable/scripts/live-browser-session.js +0 -123
  98. package/template/skills/impeccable/scripts/live-browser.js +0 -11173
  99. package/template/skills/impeccable/scripts/live-commit-manual-edits.mjs +0 -1241
  100. package/template/skills/impeccable/scripts/live-complete.mjs +0 -75
  101. package/template/skills/impeccable/scripts/live-copy-edit-agent.mjs +0 -683
  102. package/template/skills/impeccable/scripts/live-discard-manual-edits.mjs +0 -51
  103. package/template/skills/impeccable/scripts/live-inject.mjs +0 -583
  104. package/template/skills/impeccable/scripts/live-insert.mjs +0 -272
  105. package/template/skills/impeccable/scripts/live-manual-edit-evidence.mjs +0 -363
  106. package/template/skills/impeccable/scripts/live-poll.mjs +0 -384
  107. package/template/skills/impeccable/scripts/live-resume.mjs +0 -94
  108. package/template/skills/impeccable/scripts/live-server.mjs +0 -1135
  109. package/template/skills/impeccable/scripts/live-status.mjs +0 -61
  110. package/template/skills/impeccable/scripts/live-target.mjs +0 -30
  111. package/template/skills/impeccable/scripts/live-wrap.mjs +0 -894
  112. package/template/skills/impeccable/scripts/live.mjs +0 -297
  113. package/template/skills/impeccable/scripts/modern-screenshot.umd.js +0 -14
  114. package/template/skills/impeccable/scripts/palette.mjs +0 -633
  115. package/template/skills/impeccable/scripts/pin.mjs +0 -214
  116. package/template/skills/skillopt-sleep/scripts/python/__init__.py +0 -20
  117. package/template/skills/skillopt-sleep/scripts/python/__main__.py +0 -343
  118. package/template/skills/skillopt-sleep/scripts/python/backend.py +0 -1371
  119. package/template/skills/skillopt-sleep/scripts/python/budget.py +0 -75
  120. package/template/skills/skillopt-sleep/scripts/python/config.py +0 -162
  121. package/template/skills/skillopt-sleep/scripts/python/consolidate.py +0 -238
  122. package/template/skills/skillopt-sleep/scripts/python/cycle.py +0 -291
  123. package/template/skills/skillopt-sleep/scripts/python/dream.py +0 -138
  124. package/template/skills/skillopt-sleep/scripts/python/experiments/__init__.py +0 -1
  125. package/template/skills/skillopt-sleep/scripts/python/experiments/gbrain_bench.py +0 -119
  126. package/template/skills/skillopt-sleep/scripts/python/experiments/personas.py +0 -86
  127. package/template/skills/skillopt-sleep/scripts/python/experiments/report.py +0 -132
  128. package/template/skills/skillopt-sleep/scripts/python/experiments/run_experiment.py +0 -178
  129. package/template/skills/skillopt-sleep/scripts/python/experiments/run_gbrain.py +0 -209
  130. package/template/skills/skillopt-sleep/scripts/python/experiments/run_transfer.py +0 -155
  131. package/template/skills/skillopt-sleep/scripts/python/experiments/sweep.py +0 -164
  132. package/template/skills/skillopt-sleep/scripts/python/gate.py +0 -50
  133. package/template/skills/skillopt-sleep/scripts/python/harvest.py +0 -304
  134. package/template/skills/skillopt-sleep/scripts/python/harvest_codex.py +0 -253
  135. package/template/skills/skillopt-sleep/scripts/python/harvest_sources.py +0 -41
  136. package/template/skills/skillopt-sleep/scripts/python/judges.py +0 -84
  137. package/template/skills/skillopt-sleep/scripts/python/llm_miner.py +0 -134
  138. package/template/skills/skillopt-sleep/scripts/python/memory.py +0 -129
  139. package/template/skills/skillopt-sleep/scripts/python/mine.py +0 -312
  140. package/template/skills/skillopt-sleep/scripts/python/replay.py +0 -146
  141. package/template/skills/skillopt-sleep/scripts/python/rollout.py +0 -153
  142. package/template/skills/skillopt-sleep/scripts/python/scheduler.py +0 -138
  143. package/template/skills/skillopt-sleep/scripts/python/slow_update.py +0 -142
  144. package/template/skills/skillopt-sleep/scripts/python/staging.py +0 -103
  145. package/template/skills/skillopt-sleep/scripts/python/state.py +0 -96
  146. package/template/skills/skillopt-sleep/scripts/python/tasks_file.py +0 -81
  147. package/template/skills/skillopt-sleep/scripts/python/types.py +0 -146
  148. package/template/skills/skillopt-sleep/scripts/shell/__init__.py +0 -0
  149. package/template/skills/skillopt-sleep/scripts/shell/eval_only.py +0 -466
  150. package/template/skills/skillopt-sleep/scripts/shell/materialize_searchqa.py +0 -148
  151. package/template/skills/skillopt-sleep/scripts/shell/run_alfworld.sh +0 -60
  152. package/template/skills/skillopt-sleep/scripts/shell/run_searchqa.sh +0 -40
  153. package/template/skills/skillopt-sleep/scripts/shell/run_spreadsheetbench.sh +0 -39
  154. package/template/skills/skillopt-sleep/scripts/shell/train.py +0 -556
@@ -1,274 +0,0 @@
1
- /**
2
- * SvelteKit live-mode adapter.
3
- *
4
- * SvelteKit must not be patched through src/app.html. That file is a document
5
- * template, not framework-owned component chrome. The adapter keeps SvelteKit
6
- * work limited to mounting a dev-only shadow host from +layout.svelte; the
7
- * actual live UI remains the shared plain-DOM browser chrome.
8
- */
9
-
10
- import fs from 'node:fs';
11
- import path from 'node:path';
12
-
13
- export const SVELTE_LIVE_ROOT_COMPONENT = 'src/lib/impeccable/ImpeccableLiveRoot.svelte';
14
- export const SVELTE_LAYOUT_MARKER_OPEN = '<!-- impeccable-live-svelte-start -->';
15
- export const SVELTE_LAYOUT_MARKER_CLOSE = '<!-- impeccable-live-svelte-end -->';
16
- export const SVELTE_ROOT_IMPORT = "import ImpeccableLiveRoot from '$lib/impeccable/ImpeccableLiveRoot.svelte';";
17
-
18
- export function detectSvelteKitProject(cwd = process.cwd(), config = null) {
19
- const appHtml = findSvelteKitAppHtml(cwd, config);
20
- if (!appHtml) return null;
21
- const hasTemplateMarkers = fileIncludes(path.join(cwd, appHtml), '%sveltekit.body%')
22
- && fileIncludes(path.join(cwd, appHtml), '%sveltekit.head%');
23
- if (!hasTemplateMarkers) return null;
24
-
25
- const hasSvelteConfig = fs.existsSync(path.join(cwd, 'svelte.config.js'))
26
- || fs.existsSync(path.join(cwd, 'svelte.config.mjs'))
27
- || fs.existsSync(path.join(cwd, 'svelte.config.cjs'))
28
- || fs.existsSync(path.join(cwd, 'svelte.config.ts'));
29
- const hasKitPackage = packageHasSvelteKit(cwd);
30
- if (!hasSvelteConfig && !hasKitPackage) return null;
31
-
32
- return {
33
- appHtml,
34
- layoutFile: findSvelteKitLayout(cwd),
35
- rootComponent: SVELTE_LIVE_ROOT_COMPONENT,
36
- };
37
- }
38
-
39
- export function applySvelteKitLiveAdapter({ cwd = process.cwd(), port, config = null } = {}) {
40
- if (!Number.isFinite(Number(port))) {
41
- throw new Error('SvelteKit live adapter requires a numeric port');
42
- }
43
- const detected = detectSvelteKitProject(cwd, config);
44
- if (!detected) return null;
45
-
46
- ensureSvelteLiveRootComponent(cwd, Number(port));
47
-
48
- const layoutRel = detected.layoutFile;
49
- const layoutAbs = path.join(cwd, layoutRel);
50
- fs.mkdirSync(path.dirname(layoutAbs), { recursive: true });
51
- const layoutExisted = fs.existsSync(layoutAbs);
52
- const before = layoutExisted ? fs.readFileSync(layoutAbs, 'utf-8') : defaultSvelteLayout();
53
- const after = patchSvelteLayout(before);
54
- fs.writeFileSync(layoutAbs, after, 'utf-8');
55
-
56
- return {
57
- file: layoutRel,
58
- adapter: 'sveltekit',
59
- inserted: after !== before || !layoutExisted,
60
- appHtmlUntouched: true,
61
- rootComponent: SVELTE_LIVE_ROOT_COMPONENT,
62
- };
63
- }
64
-
65
- export function removeSvelteKitLiveAdapter({ cwd = process.cwd(), config = null } = {}) {
66
- const detected = detectSvelteKitProject(cwd, config);
67
- if (!detected) return null;
68
-
69
- const layoutAbs = path.join(cwd, detected.layoutFile);
70
- let removed = false;
71
- if (fs.existsSync(layoutAbs)) {
72
- const before = fs.readFileSync(layoutAbs, 'utf-8');
73
- const after = unpatchSvelteLayout(before);
74
- if (after !== before) {
75
- fs.writeFileSync(layoutAbs, after, 'utf-8');
76
- removed = true;
77
- }
78
- }
79
-
80
- const rootAbs = path.join(cwd, SVELTE_LIVE_ROOT_COMPONENT);
81
- if (fs.existsSync(rootAbs)) {
82
- fs.rmSync(rootAbs, { force: true });
83
- removed = true;
84
- }
85
-
86
- pruneEmptyDir(path.dirname(rootAbs), path.join(cwd, 'src'));
87
-
88
- return {
89
- file: detected.layoutFile,
90
- adapter: 'sveltekit',
91
- removed,
92
- appHtmlUntouched: true,
93
- rootComponent: SVELTE_LIVE_ROOT_COMPONENT,
94
- };
95
- }
96
-
97
- export function patchSvelteLayout(content) {
98
- let out = String(content || '');
99
- if (!out.includes(SVELTE_ROOT_IMPORT)) {
100
- const scriptMatch = out.match(/<script(?:\s[^>]*)?>/i);
101
- if (scriptMatch) {
102
- const insertAt = scriptMatch.index + scriptMatch[0].length;
103
- out = out.slice(0, insertAt) + '\n ' + SVELTE_ROOT_IMPORT + out.slice(insertAt);
104
- } else {
105
- out = `<script>\n ${SVELTE_ROOT_IMPORT}\n</script>\n\n` + out;
106
- }
107
- }
108
-
109
- if (!out.includes(SVELTE_LAYOUT_MARKER_OPEN)) {
110
- const block = `${SVELTE_LAYOUT_MARKER_OPEN}\n<ImpeccableLiveRoot />\n${SVELTE_LAYOUT_MARKER_CLOSE}\n`;
111
- const renderMatch = out.match(/\{@render\s+children(?:\?\.)?\(\)\s*\}/);
112
- const slotMatch = out.match(/<slot\s*\/?>/);
113
- const match = renderMatch || slotMatch;
114
- if (match) {
115
- out = out.slice(0, match.index) + block + out.slice(match.index);
116
- } else {
117
- out = out.replace(/\s*$/, '\n\n' + block);
118
- }
119
- }
120
-
121
- return out;
122
- }
123
-
124
- export function unpatchSvelteLayout(content) {
125
- let out = String(content || '');
126
- const blockRe = new RegExp(
127
- '([ \\t]*)' + escapeRegExp(SVELTE_LAYOUT_MARKER_OPEN)
128
- + '\\n<ImpeccableLiveRoot\\s*/>\\n'
129
- + escapeRegExp(SVELTE_LAYOUT_MARKER_CLOSE)
130
- + '\\n?',
131
- 'g',
132
- );
133
- out = out.replace(blockRe, '$1');
134
- out = out.replace(new RegExp('^\\s*' + escapeRegExp(SVELTE_ROOT_IMPORT) + '\\s*\\n?', 'gm'), '');
135
- out = out.replace(/<script>\s*<\/script>\s*\n?/g, '');
136
- return out.replace(/\n{3,}/g, '\n\n');
137
- }
138
-
139
- export function ensureSvelteLiveRootComponent(cwd, port) {
140
- const file = path.join(cwd, SVELTE_LIVE_ROOT_COMPONENT);
141
- fs.mkdirSync(path.dirname(file), { recursive: true });
142
- fs.writeFileSync(file, buildSvelteLiveRootComponent(port), 'utf-8');
143
- return file;
144
- }
145
-
146
- export function buildSvelteLiveRootComponent(port) {
147
- return `<script>
148
- import { onMount } from 'svelte';
149
-
150
- const LIVE_URL = 'http://localhost:${Number(port)}/live.js';
151
- const HOST_ID = 'impeccable-live-root';
152
-
153
- onMount(() => {
154
- let host = document.querySelector('impeccable-live-root#' + HOST_ID) || document.getElementById(HOST_ID);
155
- if (!host) {
156
- host = document.createElement('impeccable-live-root');
157
- host.id = HOST_ID;
158
- document.body.appendChild(host);
159
- }
160
-
161
- host.dataset.impeccableLiveAdapter = 'sveltekit';
162
- host.style.setProperty('all', 'initial', 'important');
163
- host.style.setProperty('display', 'block', 'important');
164
- host.style.setProperty('position', 'fixed', 'important');
165
- host.style.setProperty('top', '0', 'important');
166
- host.style.setProperty('left', '0', 'important');
167
- host.style.setProperty('width', '0', 'important');
168
- host.style.setProperty('height', '0', 'important');
169
- host.style.setProperty('overflow', 'visible', 'important');
170
- host.style.setProperty('z-index', '2147483000', 'important');
171
- host.style.setProperty('pointer-events', 'none', 'important');
172
-
173
- const root = host.shadowRoot || host.attachShadow({ mode: 'open' });
174
- if (!root.querySelector('style[data-impeccable-live-reset]')) {
175
- const reset = document.createElement('style');
176
- reset.dataset.impeccableLiveReset = 'true';
177
- reset.textContent = ':host, :host *, * { box-sizing: border-box; }';
178
- root.appendChild(reset);
179
- }
180
-
181
- window.__IMPECCABLE_LIVE_ADAPTER__ = 'sveltekit';
182
- window.__IMPECCABLE_LIVE_UI_ROOT__ = root;
183
- window.__IMPECCABLE_LIVE_CHROME_MOUNT__ = {
184
- adapter: 'sveltekit',
185
- version: 1,
186
- host,
187
- root,
188
- };
189
-
190
- const script = document.createElement('script');
191
- script.src = LIVE_URL;
192
- script.async = true;
193
- script.dataset.impeccableLiveScript = 'true';
194
- document.head.appendChild(script);
195
-
196
- return () => {
197
- script.remove();
198
- if (window.__IMPECCABLE_LIVE_UI_ROOT__ === root) delete window.__IMPECCABLE_LIVE_UI_ROOT__;
199
- if (window.__IMPECCABLE_LIVE_CHROME_MOUNT__?.root === root) delete window.__IMPECCABLE_LIVE_CHROME_MOUNT__;
200
- if (window.__IMPECCABLE_LIVE_ADAPTER__ === 'sveltekit') delete window.__IMPECCABLE_LIVE_ADAPTER__;
201
- };
202
- });
203
- </script>
204
- `;
205
- }
206
-
207
- function findSvelteKitAppHtml(cwd, config) {
208
- const files = Array.isArray(config?.files) ? config.files : ['src/app.html'];
209
- for (const rel of files) {
210
- if (rel.includes('*')) continue;
211
- const normalized = rel.split(path.sep).join('/');
212
- if (!normalized.endsWith('app.html')) continue;
213
- const abs = path.join(cwd, normalized);
214
- if (fs.existsSync(abs)) return normalized;
215
- }
216
- const fallback = 'src/app.html';
217
- return fs.existsSync(path.join(cwd, fallback)) ? fallback : null;
218
- }
219
-
220
- function findSvelteKitLayout(cwd) {
221
- const candidates = [
222
- 'src/routes/+layout.svelte',
223
- 'src/routes/(app)/+layout.svelte',
224
- ];
225
- for (const rel of candidates) {
226
- if (fs.existsSync(path.join(cwd, rel))) return rel;
227
- }
228
- return 'src/routes/+layout.svelte';
229
- }
230
-
231
- function defaultSvelteLayout() {
232
- return `<script>\n let { children } = $props();\n</script>\n\n{@render children?.()}\n`;
233
- }
234
-
235
- function packageHasSvelteKit(cwd) {
236
- const file = path.join(cwd, 'package.json');
237
- if (!fs.existsSync(file)) return false;
238
- try {
239
- const pkg = JSON.parse(fs.readFileSync(file, 'utf-8'));
240
- const deps = {
241
- ...(pkg.dependencies || {}),
242
- ...(pkg.devDependencies || {}),
243
- ...(pkg.peerDependencies || {}),
244
- };
245
- return Boolean(deps['@sveltejs/kit'] || deps['@sveltejs/vite-plugin-svelte'] || deps.svelte);
246
- } catch {
247
- return false;
248
- }
249
- }
250
-
251
- function fileIncludes(file, text) {
252
- try {
253
- return fs.readFileSync(file, 'utf-8').includes(text);
254
- } catch {
255
- return false;
256
- }
257
- }
258
-
259
- function pruneEmptyDir(dir, stopDir) {
260
- let current = dir;
261
- while (current.startsWith(stopDir) && current !== stopDir) {
262
- try {
263
- if (fs.readdirSync(current).length > 0) return;
264
- fs.rmdirSync(current);
265
- current = path.dirname(current);
266
- } catch {
267
- return;
268
- }
269
- }
270
- }
271
-
272
- function escapeRegExp(value) {
273
- return String(value).replace(/[.*+?^${}()|[\]\\]/g, '\\$&');
274
- }
@@ -1,180 +0,0 @@
1
- /**
2
- * Framework-neutral Impeccable live chrome contract.
3
- *
4
- * The production browser bundle is intentionally plain DOM so Svelte, React,
5
- * Vue, and static adapters can all mount the same chrome. This module is the
6
- * testable contract/inventory for that bundle; live-browser.js mirrors these
7
- * values at runtime because it is served as a standalone script.
8
- */
9
-
10
- export const LIVE_CHROME_MOUNT_CONTRACT = Object.freeze([
11
- 'root',
12
- 'transport',
13
- 'state',
14
- 'actions',
15
- ]);
16
-
17
- export const LIVE_UI_SURFACES = Object.freeze([
18
- {
19
- key: 'global-bottom-bar',
20
- ids: [
21
- 'impeccable-live-global-bar',
22
- 'impeccable-live-global-bar-brand',
23
- 'impeccable-live-pick-toggle',
24
- 'impeccable-live-insert-toggle',
25
- 'impeccable-live-detect-toggle',
26
- 'impeccable-live-detect-badge',
27
- 'impeccable-live-design-toggle',
28
- 'impeccable-live-page-chat',
29
- 'impeccable-live-page-chat-input',
30
- 'impeccable-live-page-chat-voice',
31
- ],
32
- states: ['rest', 'hover', 'focus-visible', 'pressed', 'active', 'tooltip'],
33
- },
34
- {
35
- key: 'pending-copy-edit-dock',
36
- ids: ['impeccable-live-pending-dock'],
37
- states: ['closed', 'open', 'hover', 'pressed', 'loading', 'rollback', 'keep-fixing'],
38
- },
39
- {
40
- key: 'element-selection-chrome',
41
- ids: [
42
- 'impeccable-live-highlight',
43
- 'impeccable-live-tooltip',
44
- 'impeccable-live-bar',
45
- 'impeccable-live-selection-pill',
46
- 'impeccable-live-input',
47
- 'impeccable-live-configure-voice',
48
- 'impeccable-live-configure-bar-tooltip',
49
- ],
50
- states: ['rest', 'hover', 'focus-visible', 'pressed', 'disabled'],
51
- },
52
- {
53
- key: 'action-picker',
54
- ids: ['impeccable-live-picker'],
55
- states: ['closed', 'open', 'option-hover', 'option-focus'],
56
- },
57
- {
58
- key: 'edit-chrome',
59
- ids: ['impeccable-live-edit-badge'],
60
- states: ['enabled', 'disabled', 'editing', 'cancel', 'save', 'edited-content'],
61
- },
62
- {
63
- key: 'generating-row',
64
- ids: ['impeccable-live-bar', 'impeccable-live-shader'],
65
- states: ['action-label', 'animated-dots', 'generating', 'done'],
66
- },
67
- {
68
- key: 'variant-cycling-row',
69
- ids: ['impeccable-live-bar', 'impeccable-live-params-panel'],
70
- states: ['variant-1', 'variant-2', 'variant-3', 'left-disabled', 'right-disabled', 'dot-click', 'accept', 'discard'],
71
- },
72
- {
73
- key: 'variant-params-panel',
74
- ids: ['impeccable-live-params-panel'],
75
- states: ['closed', 'open-above', 'open-below', 'range', 'steps', 'toggle'],
76
- },
77
- {
78
- key: 'saving-confirmed-rows',
79
- ids: ['impeccable-live-bar'],
80
- states: ['saving', 'applying-variant', 'confirmed'],
81
- },
82
- {
83
- key: 'insert-mode-chrome',
84
- ids: [
85
- 'impeccable-live-insert-line',
86
- 'impeccable-live-insert-placeholder',
87
- 'impeccable-live-placeholder-resize',
88
- 'impeccable-live-insert-input',
89
- 'impeccable-live-insert-voice',
90
- 'impeccable-live-insert-create',
91
- 'impeccable-live-insert-create-tooltip',
92
- ],
93
- states: ['toggle-active', 'line', 'placeholder', 'resize', 'enabled', 'disabled', 'tooltip'],
94
- },
95
- {
96
- key: 'annotation-chrome',
97
- ids: [
98
- 'impeccable-live-annot',
99
- 'impeccable-live-annot-svg',
100
- 'impeccable-live-annot-pins',
101
- 'impeccable-live-annot-clear',
102
- ],
103
- states: ['overlay', 'drawing', 'pin', 'pin-edit', 'clear'],
104
- },
105
- {
106
- key: 'design-system-panel',
107
- ids: ['impeccable-live-design-host'],
108
- states: ['closed', 'open', 'tabs', 'token-tiles', 'copy'],
109
- },
110
- {
111
- key: 'toasts-and-errors',
112
- ids: ['impeccable-live-toast'],
113
- states: ['normal', 'error', 'no-variants-mounted'],
114
- },
115
- {
116
- key: 'css-isolation-boundary',
117
- ids: ['impeccable-live-root'],
118
- states: ['shadow-root', 'style-tags', 'hostile-css'],
119
- },
120
- ]);
121
-
122
- export const LIVE_UI_COMPONENT_IDS = Object.freeze([
123
- ...new Set(LIVE_UI_SURFACES.flatMap((surface) => surface.ids)),
124
- ]);
125
-
126
- export function resolveLiveUiRoot(env = globalThis) {
127
- const doc = env?.document;
128
- const explicit = env?.__IMPECCABLE_LIVE_UI_ROOT__
129
- || env?.window?.__IMPECCABLE_LIVE_UI_ROOT__;
130
- if (explicit && typeof explicit.appendChild === 'function') return explicit;
131
- return doc?.body || null;
132
- }
133
-
134
- export function getLiveUiElementById(id, env = globalThis) {
135
- const doc = env?.document;
136
- const root = resolveLiveUiRoot(env);
137
- if (!id) return null;
138
- if (root?.getElementById) {
139
- const found = root.getElementById(id);
140
- if (found) return found;
141
- }
142
- if (root?.querySelector) {
143
- const found = root.querySelector('#' + escapeCssIdent(id));
144
- if (found) return found;
145
- }
146
- return doc?.getElementById?.(id) || null;
147
- }
148
-
149
- export function appendToLiveUiRoot(el, env = globalThis) {
150
- const root = resolveLiveUiRoot(env);
151
- if (!root) throw new Error('Impeccable live UI root is not available');
152
- root.appendChild(el);
153
- return el;
154
- }
155
-
156
- export function appendStyleToLiveUiRoot(styleEl, env = globalThis) {
157
- const doc = env?.document;
158
- const root = resolveLiveUiRoot(env);
159
- if (root && root !== doc?.body) {
160
- root.appendChild(styleEl);
161
- } else {
162
- (doc?.head || doc?.body || root).appendChild(styleEl);
163
- }
164
- return styleEl;
165
- }
166
-
167
- export function activeElementDeep(doc = globalThis.document) {
168
- let active = doc?.activeElement || null;
169
- while (active?.shadowRoot?.activeElement) {
170
- active = active.shadowRoot.activeElement;
171
- }
172
- return active;
173
- }
174
-
175
- function escapeCssIdent(value) {
176
- if (typeof CSS !== 'undefined' && typeof CSS.escape === 'function') {
177
- return CSS.escape(String(value));
178
- }
179
- return String(value).replace(/([ !"#$%&'()*+,./:;<=>?@[\\\]^`{|}~])/g, '\\$1');
180
- }
@@ -1,36 +0,0 @@
1
- /**
2
- * Canonical design-command vocabulary for Live Mode: each command's value, human
3
- * label, and SVG icon. Icons stack above the chip label; strokes use currentColor
4
- * so the icon recolors when its chip is selected.
5
- *
6
- * Single source of truth, consumed by:
7
- * - skill/scripts/live/event-validation.mjs — re-exports VISUAL_ACTIONS.
8
- * - skill/scripts/live-browser.js — the real picker. It is served raw and
9
- * injected as an IIFE, so it cannot import this at runtime; live-server.mjs
10
- * serializes LIVE_COMMANDS into window.__IMPECCABLE_VOCAB__ alongside the
11
- * token/port, and live-browser.js builds its ICONS + ACTIONS from that.
12
- * - site/components/LiveDemoPalette.astro — the marketing demo palette (imported
13
- * at build time).
14
- *
15
- * Add, rename, or reorder a verb here and all three follow.
16
- */
17
-
18
- const ICON_ATTRS = 'width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round" style="display:block"';
19
-
20
- export const LIVE_COMMANDS = [
21
- { value: 'impeccable', label: 'Freeform', icon: `<svg ${ICON_ATTRS}><path d="M4 20l4-1L18 9l-3-3L5 16z"/><path d="M14 7l3 3"/></svg>` },
22
- { value: 'bolder', label: 'Bolder', icon: `<svg ${ICON_ATTRS}><rect x="6" y="12" width="4" height="7" rx="0.5"/><rect x="14" y="5" width="4" height="14" rx="0.5"/></svg>` },
23
- { value: 'quieter', label: 'Quieter', icon: `<svg ${ICON_ATTRS}><rect x="6" y="5" width="4" height="14" rx="0.5"/><rect x="14" y="12" width="4" height="7" rx="0.5"/></svg>` },
24
- { value: 'distill', label: 'Distill', icon: `<svg ${ICON_ATTRS}><path d="M4 5h16l-6 8v7l-4-2v-5z"/></svg>` },
25
- { value: 'polish', label: 'Polish', icon: `<svg ${ICON_ATTRS}><path d="M15 3l1 3 3 1-3 1-1 3-1-3-3-1 3-1z"/><path d="M7 13l0.6 1.8 1.8 0.6-1.8 0.6-0.6 1.8-0.6-1.8-1.8-0.6 1.8-0.6z"/></svg>` },
26
- { value: 'typeset', label: 'Typeset', icon: `<svg ${ICON_ATTRS}><path d="M5 6h14" stroke-width="2.6"/><path d="M5 12h9" stroke-width="1.9"/><path d="M5 18h5" stroke-width="1.3"/></svg>` },
27
- { value: 'colorize', label: 'Colorize', icon: `<svg ${ICON_ATTRS}><circle cx="9" cy="10" r="5"/><circle cx="15" cy="10" r="5"/><circle cx="12" cy="15" r="5"/></svg>` },
28
- { value: 'layout', label: 'Layout', icon: `<svg ${ICON_ATTRS}><rect x="3" y="4" width="8" height="16" rx="0.5"/><rect x="13" y="4" width="8" height="7" rx="0.5"/><rect x="13" y="13" width="8" height="7" rx="0.5"/></svg>` },
29
- { value: 'adapt', label: 'Adapt', icon: `<svg ${ICON_ATTRS}><rect x="2.5" y="5" width="12" height="11" rx="1"/><line x1="2.5" y1="19" x2="14.5" y2="19"/><rect x="16.5" y="8" width="5" height="11" rx="1"/></svg>` },
30
- { value: 'animate', label: 'Animate', icon: `<svg ${ICON_ATTRS}><path d="M3 18c4-4 6-10 10-10"/><path d="M13 8c3 0 5 5 8 10"/><circle cx="13" cy="8" r="1.6" fill="currentColor" stroke="none"/></svg>` },
31
- { value: 'delight', label: 'Delight', icon: `<svg ${ICON_ATTRS}><path d="M12 3l2 6 6 2-6 2-2 6-2-6-6-2 6-2z"/></svg>` },
32
- { value: 'overdrive', label: 'Overdrive', icon: `<svg ${ICON_ATTRS}><path d="M13 3L5 13h5l-1 8 9-12h-6z"/></svg>` },
33
- ];
34
-
35
- // Action values accepted by the live event protocol, in palette order.
36
- export const VISUAL_ACTIONS = LIVE_COMMANDS.map((c) => c.value);