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
@@ -3,8 +3,8 @@
* Canonical durable completion acknowledgement for Impeccable live sessions.
*/
import { createLiveSessionStore } from './live-session-store.mjs';
import { readLiveServerInfo } from './impeccable-paths.mjs';
import { createLiveSessionStore } from './live/session-store.mjs';
import { readLiveServerInfo } from './lib/impeccable-paths.mjs';
function parseArgs(argv) {
const out = { status: 'complete' };