safeword 0.35.0 → 0.35.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.
- package/dist/{check-U766L3RA.js → check-TZQ36SFW.js} +2 -2
- package/dist/{chunk-A4M46ZQN.js → chunk-H3GAMUAN.js} +2 -2
- package/dist/{chunk-RVVXMIEB.js → chunk-VJ2LFFCA.js} +6 -1
- package/dist/{chunk-RVVXMIEB.js.map → chunk-VJ2LFFCA.js.map} +1 -1
- package/dist/cli.js +5 -5
- package/dist/{diff-S7DGZ72M.js → diff-4UKSME3A.js} +2 -2
- package/dist/{reset-MLFMCCSO.js → reset-IGYLNNV3.js} +2 -2
- package/dist/{setup-E5T74T34.js → setup-RK5AS6UA.js} +3 -3
- package/dist/{upgrade-7PPTN67U.js → upgrade-CDZLNH4L.js} +3 -3
- package/package.json +1 -1
- package/templates/hooks/lib/re-entry.ts +122 -0
- package/templates/hooks/session-start-reentry.ts +27 -37
- package/templates/statusline/reentry.ts +70 -0
- /package/dist/{check-U766L3RA.js.map → check-TZQ36SFW.js.map} +0 -0
- /package/dist/{chunk-A4M46ZQN.js.map → chunk-H3GAMUAN.js.map} +0 -0
- /package/dist/{diff-S7DGZ72M.js.map → diff-4UKSME3A.js.map} +0 -0
- /package/dist/{reset-MLFMCCSO.js.map → reset-IGYLNNV3.js.map} +0 -0
- /package/dist/{setup-E5T74T34.js.map → setup-RK5AS6UA.js.map} +0 -0
- /package/dist/{upgrade-7PPTN67U.js.map → upgrade-CDZLNH4L.js.map} +0 -0
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
createProjectContext,
|
|
7
7
|
getMissingPacks,
|
|
8
8
|
reconcile
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-VJ2LFFCA.js";
|
|
10
10
|
import "./chunk-YVZL7WO5.js";
|
|
11
11
|
import {
|
|
12
12
|
VERSION
|
|
@@ -189,4 +189,4 @@ async function check(options) {
|
|
|
189
189
|
export {
|
|
190
190
|
check
|
|
191
191
|
};
|
|
192
|
-
//# sourceMappingURL=check-
|
|
192
|
+
//# sourceMappingURL=check-TZQ36SFW.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
addInstalledPack,
|
|
4
4
|
isGitRepo,
|
|
5
5
|
isPackInstalled
|
|
6
|
-
} from "./chunk-
|
|
6
|
+
} from "./chunk-VJ2LFFCA.js";
|
|
7
7
|
import {
|
|
8
8
|
SAFEWORD_PEER_DEPENDENCIES
|
|
9
9
|
} from "./chunk-HSC7TELY.js";
|
|
@@ -309,4 +309,4 @@ export {
|
|
|
309
309
|
getEslintPeerMismatchWarning,
|
|
310
310
|
maybeAutoPatchOrNudge
|
|
311
311
|
};
|
|
312
|
-
//# sourceMappingURL=chunk-
|
|
312
|
+
//# sourceMappingURL=chunk-H3GAMUAN.js.map
|
|
@@ -2402,6 +2402,7 @@ var SAFEWORD_SCHEMA = {
|
|
|
2402
2402
|
".safeword/templates",
|
|
2403
2403
|
".safeword/prompts",
|
|
2404
2404
|
".safeword/scripts",
|
|
2405
|
+
".safeword/statusline",
|
|
2405
2406
|
".cursor",
|
|
2406
2407
|
".cursor/rules",
|
|
2407
2408
|
".cursor/commands"
|
|
@@ -2556,6 +2557,7 @@ var SAFEWORD_SCHEMA = {
|
|
|
2556
2557
|
},
|
|
2557
2558
|
// Hooks shared library - TypeScript with Bun runtime
|
|
2558
2559
|
".safeword/hooks/lib/active-ticket.ts": { template: "hooks/lib/active-ticket.ts" },
|
|
2560
|
+
".safeword/hooks/lib/re-entry.ts": { template: "hooks/lib/re-entry.ts" },
|
|
2559
2561
|
".safeword/hooks/lib/hierarchy.ts": { template: "hooks/lib/hierarchy.ts" },
|
|
2560
2562
|
".safeword/hooks/lib/lint.ts": { template: "hooks/lib/lint.ts" },
|
|
2561
2563
|
".safeword/hooks/lib/quality.ts": { template: "hooks/lib/quality.ts" },
|
|
@@ -2628,6 +2630,9 @@ var SAFEWORD_SCHEMA = {
|
|
|
2628
2630
|
".safeword/hooks/session-start-reentry.ts": {
|
|
2629
2631
|
template: "hooks/session-start-reentry.ts"
|
|
2630
2632
|
},
|
|
2633
|
+
".safeword/statusline/reentry.ts": {
|
|
2634
|
+
template: "statusline/reentry.ts"
|
|
2635
|
+
},
|
|
2631
2636
|
".safeword/hooks/post-tool-sync-learnings.ts": {
|
|
2632
2637
|
template: "hooks/post-tool-sync-learnings.ts"
|
|
2633
2638
|
},
|
|
@@ -3178,4 +3183,4 @@ export {
|
|
|
3178
3183
|
detectLanguages2,
|
|
3179
3184
|
createProjectContext
|
|
3180
3185
|
};
|
|
3181
|
-
//# sourceMappingURL=chunk-
|
|
3186
|
+
//# sourceMappingURL=chunk-VJ2LFFCA.js.map
|