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.
- package/dist/{check-VSCYYRSN.js → check-VEXXW2TC.js} +2 -2
- package/dist/{chunk-7VMNLDBI.js → chunk-72S7LANR.js} +2 -2
- package/dist/{chunk-V74PF5QQ.js → chunk-JEJ7DP4T.js} +6 -2
- package/dist/{chunk-V74PF5QQ.js.map → chunk-JEJ7DP4T.js.map} +1 -1
- package/dist/cli.js +5 -5
- package/dist/{diff-F5DA3JFC.js → diff-ZWOGSKEB.js} +2 -2
- package/dist/{reset-ZSQS3XS4.js → reset-Q326UAJZ.js} +2 -2
- package/dist/{setup-RCIMZXPM.js → setup-MZBTKI44.js} +3 -3
- package/dist/{upgrade-TYYOAXYZ.js → upgrade-DSY7HSS4.js} +3 -3
- package/package.json +1 -1
- /package/dist/{check-VSCYYRSN.js.map → check-VEXXW2TC.js.map} +0 -0
- /package/dist/{chunk-7VMNLDBI.js.map → chunk-72S7LANR.js.map} +0 -0
- /package/dist/{diff-F5DA3JFC.js.map → diff-ZWOGSKEB.js.map} +0 -0
- /package/dist/{reset-ZSQS3XS4.js.map → reset-Q326UAJZ.js.map} +0 -0
- /package/dist/{setup-RCIMZXPM.js.map → setup-MZBTKI44.js.map} +0 -0
- /package/dist/{upgrade-TYYOAXYZ.js.map → upgrade-DSY7HSS4.js.map} +0 -0
|
@@ -11,7 +11,7 @@ import {
|
|
|
11
11
|
readConfiguredPath,
|
|
12
12
|
reconcile,
|
|
13
13
|
resolveConfiguredPath
|
|
14
|
-
} from "./chunk-
|
|
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-
|
|
763
|
+
//# sourceMappingURL=check-VEXXW2TC.js.map
|
|
@@ -3,7 +3,7 @@ import {
|
|
|
3
3
|
addInstalledPack,
|
|
4
4
|
isGitRepo,
|
|
5
5
|
isPackInstalled
|
|
6
|
-
} from "./chunk-
|
|
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-
|
|
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
|
-
|
|
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-
|
|
3289
|
+
//# sourceMappingURL=chunk-JEJ7DP4T.js.map
|