safeword 0.51.0 → 0.52.0

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.
@@ -4,14 +4,14 @@ import {
4
4
  import {
5
5
  checkHealth,
6
6
  reportHealthSummary
7
- } from "./chunk-AY7IBNF3.js";
7
+ } from "./chunk-BAJDI467.js";
8
8
  import {
9
9
  syncTickets
10
10
  } from "./chunk-JLFYAVLP.js";
11
11
  import "./chunk-NHXVS5FL.js";
12
12
  import "./chunk-IGULTNHR.js";
13
13
  import "./chunk-QLXFPFIC.js";
14
- import "./chunk-LBAC7N4Y.js";
14
+ import "./chunk-DFATZL6F.js";
15
15
  import "./chunk-2WUL76K5.js";
16
16
  import "./chunk-WE7ZQLCT.js";
17
17
  import "./chunk-LODQOJEK.js";
@@ -110,4 +110,4 @@ async function check(options) {
110
110
  export {
111
111
  check
112
112
  };
113
- //# sourceMappingURL=check-LDCKFJ2Y.js.map
113
+ //# sourceMappingURL=check-2DK5F4OO.js.map
@@ -3,7 +3,7 @@ import {
3
3
  addInstalledPack,
4
4
  isGitRepo,
5
5
  isPackInstalled
6
- } from "./chunk-LBAC7N4Y.js";
6
+ } from "./chunk-DFATZL6F.js";
7
7
  import {
8
8
  SAFEWORD_PEER_DEPENDENCIES
9
9
  } from "./chunk-HSC7TELY.js";
@@ -390,4 +390,4 @@ export {
390
390
  getEslintPeerMismatchWarning,
391
391
  maybeAutoPatchOrNudge
392
392
  };
393
- //# sourceMappingURL=chunk-GX7OYXXG.js.map
393
+ //# sourceMappingURL=chunk-5WF73MP2.js.map
@@ -22,7 +22,7 @@ import {
22
22
  createProjectContext,
23
23
  getMissingPacks,
24
24
  reconcile
25
- } from "./chunk-LBAC7N4Y.js";
25
+ } from "./chunk-DFATZL6F.js";
26
26
  import {
27
27
  defaultConfiguredPath,
28
28
  readConfiguredDocumentationSources,
@@ -698,4 +698,4 @@ export {
698
698
  checkHealth,
699
699
  reportHealthSummary
700
700
  };
701
- //# sourceMappingURL=chunk-AY7IBNF3.js.map
701
+ //# sourceMappingURL=chunk-BAJDI467.js.map
@@ -2548,6 +2548,19 @@ var SAFEWORD_TRANSIENT_PATHS = [
2548
2548
  ".safeword-project/re-entry.md",
2549
2549
  ".safeword-project/dependency-readiness.json"
2550
2550
  ];
2551
+ var MANAGED_PRETTIER_PATHS = [
2552
+ ".husky/_",
2553
+ ".safeword/",
2554
+ ".cursor/",
2555
+ ".claude/",
2556
+ ".agents/",
2557
+ ".project/tickets/INDEX.md",
2558
+ ".project/tickets/INDEX-completed.md",
2559
+ ".project/learnings/INDEX.md",
2560
+ ".safeword-project/tickets/INDEX.md",
2561
+ ".safeword-project/tickets/INDEX-completed.md",
2562
+ ".safeword-project/learnings/INDEX.md"
2563
+ ];
2551
2564
  var SAFEWORD_SCHEMA = {
2552
2565
  version: VERSION,
2553
2566
  // Directories fully owned by safeword (created on setup, deleted on reset)
@@ -3204,7 +3217,10 @@ ${SAFEWORD_TRANSIENT_PATHS.join("\n")}
3204
3217
  // generator output every commit. Generated → prettier-ignored (1GGD28).
3205
3218
  // Both namespace roots listed (TAGWZ8): INDEX files generate under the
3206
3219
  // resolved root — .project/ on fresh installs, .safeword-project/ legacy.
3207
- content: "\n# Safeword - managed prettier exclusions\n.husky/_\n.safeword/\n.cursor/\n.project/tickets/INDEX.md\n.project/tickets/INDEX-completed.md\n.project/learnings/INDEX.md\n.safeword-project/tickets/INDEX.md\n.safeword-project/tickets/INDEX-completed.md\n.safeword-project/learnings/INDEX.md\n",
3220
+ content: `
3221
+ # Safeword - managed prettier exclusions
3222
+ ${MANAGED_PRETTIER_PATHS.join("\n")}
3223
+ `,
3208
3224
  marker: ".project/tickets/INDEX-completed.md"
3209
3225
  },
3210
3226
  ".codex/config.toml": {
@@ -3549,4 +3565,4 @@ export {
3549
3565
  untrackIgnoredFiles,
3550
3566
  createProjectContext
3551
3567
  };
3552
- //# sourceMappingURL=chunk-LBAC7N4Y.js.map
3568
+ //# sourceMappingURL=chunk-DFATZL6F.js.map