tracerkit 1.8.1 → 1.8.3
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.
package/dist/bin.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { i as e, n as t, r as n, s as r, t as i } from "./uninstall-
|
|
2
|
+
import { i as e, n as t, r as n, s as r, t as i } from "./uninstall-BUFuy_ih.js";
|
|
3
3
|
import { existsSync as a, mkdirSync as o, readFileSync as s, readdirSync as c, rmSync as l, unlinkSync as u, writeFileSync as d } from "node:fs";
|
|
4
4
|
import { dirname as f, join as p, resolve as m } from "node:path";
|
|
5
5
|
import { fileURLToPath as h } from "node:url";
|
package/dist/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as e, i as t, n, o as r, r as i, t as a } from "./uninstall-
|
|
1
|
+
import { a as e, i as t, n, o as r, r as i, t as a } from "./uninstall-BUFuy_ih.js";
|
|
2
2
|
export { t as COMMANDS, e as DEPRECATED_SKILLS, r as SKILL_NAMES, i as init, a as uninstall, n as update };
|
|
@@ -102,7 +102,7 @@ function b(t, r) {
|
|
|
102
102
|
//#endregion
|
|
103
103
|
//#region src/commands/init.ts
|
|
104
104
|
function x(t) {
|
|
105
|
-
for (let n of f) if (e(s(t, ".claude", "skills", n))) throw Error(`.claude/skills/${n}/ already exists —
|
|
105
|
+
for (let n of f) if (e(s(t, ".claude", "skills", n))) throw Error(`.claude/skills/${n}/ already exists — run \`tracerkit update\` to add new skills`);
|
|
106
106
|
let { copied: n } = v(t, d(t));
|
|
107
107
|
return n.map((e) => `✓ ${e}`);
|
|
108
108
|
}
|