Organize skill script support modules

This commit is contained in:
Paul Bakaus
2026-06-08 16:58:55 -07:00
parent 972f5b18be
commit 325aeaf239
49 changed files with 70 additions and 66 deletions
+2 -2
View File
@@ -9,7 +9,7 @@
import fs from 'node:fs';
import path from 'node:path';
import { isGeneratedFile } from './is-generated.mjs';
import { isGeneratedFile } from './lib/is-generated.mjs';
import {
buildSearchQueries,
findElement,
@@ -25,7 +25,7 @@ import {
buildSvelteComponentCssAuthoring,
scaffoldSvelteComponentInsertSession,
shouldUseSvelteComponentInjection,
} from './live-svelte-component.mjs';
} from './live/svelte-component.mjs';
const INSERT_POSITIONS = new Set(['before', 'after']);