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.
@@ -6,7 +6,7 @@ import {
6
6
  createProjectContext,
7
7
  getMissingPacks,
8
8
  reconcile
9
- } from "./chunk-RVVXMIEB.js";
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-U766L3RA.js.map
192
+ //# sourceMappingURL=check-TZQ36SFW.js.map
@@ -3,7 +3,7 @@ import {
3
3
  addInstalledPack,
4
4
  isGitRepo,
5
5
  isPackInstalled
6
- } from "./chunk-RVVXMIEB.js";
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-A4M46ZQN.js.map
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-RVVXMIEB.js.map
3186
+ //# sourceMappingURL=chunk-VJ2LFFCA.js.map