safeword 0.40.0 → 0.40.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.
@@ -11,7 +11,7 @@ import {
11
11
  readConfiguredPath,
12
12
  reconcile,
13
13
  resolveConfiguredPath
14
- } from "./chunk-V74PF5QQ.js";
14
+ } from "./chunk-JEJ7DP4T.js";
15
15
  import "./chunk-LODQOJEK.js";
16
16
  import {
17
17
  VERSION
@@ -760,4 +760,4 @@ async function check(options) {
760
760
  export {
761
761
  check
762
762
  };
763
- //# sourceMappingURL=check-VSCYYRSN.js.map
763
+ //# sourceMappingURL=check-VEXXW2TC.js.map
@@ -3,7 +3,7 @@ import {
3
3
  addInstalledPack,
4
4
  isGitRepo,
5
5
  isPackInstalled
6
- } from "./chunk-V74PF5QQ.js";
6
+ } from "./chunk-JEJ7DP4T.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-7VMNLDBI.js.map
312
+ //# sourceMappingURL=chunk-72S7LANR.js.map
@@ -3025,7 +3025,11 @@ var SAFEWORD_SCHEMA = {
3025
3025
  // comment for unrelated reasons.
3026
3026
  ".prettierignore": {
3027
3027
  operation: "append",
3028
- content: "\n# Safeword - managed prettier exclusions\n.safeword/\n.cursor/\n",
3028
+ // INDEX files are generated by sync-tickets / sync-learnings; prettier
3029
+ // mangles their content (e.g. `in_progress` → `in*progress`, goal-text
3030
+ // underscores into broken emphasis), drifting the committed file from the
3031
+ // generator output every commit. Generated → prettier-ignored (1GGD28).
3032
+ content: "\n# Safeword - managed prettier exclusions\n.safeword/\n.cursor/\n.safeword-project/tickets/INDEX.md\n.safeword-project/tickets/INDEX-completed.md\n.safeword-project/learnings/INDEX.md\n",
3029
3033
  marker: "# Safeword - managed prettier exclusions"
3030
3034
  }
3031
3035
  },
@@ -3282,4 +3286,4 @@ export {
3282
3286
  detectLanguages2,
3283
3287
  createProjectContext
3284
3288
  };
3285
- //# sourceMappingURL=chunk-V74PF5QQ.js.map
3289
+ //# sourceMappingURL=chunk-JEJ7DP4T.js.map