safeword 0.52.0 → 0.52.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-2DK5F4OO.js → check-K6M6MIVS.js} +3 -3
- package/dist/{chunk-BAJDI467.js → chunk-3RM6NYZT.js} +2 -2
- package/dist/{chunk-DFATZL6F.js → chunk-OJNF2CHC.js} +2 -2
- package/dist/{chunk-DFATZL6F.js.map → chunk-OJNF2CHC.js.map} +1 -1
- package/dist/{chunk-5WF73MP2.js → chunk-SF3CPJUX.js} +2 -2
- package/dist/cli.js +5 -5
- package/dist/{diff-ZAYGIAQF.js → diff-WAQXK32P.js} +2 -2
- package/dist/{reset-TKMSK7DX.js → reset-AT5CGCYX.js} +2 -2
- package/dist/{setup-4FE4FWIA.js → setup-C3FCNOW7.js} +4 -4
- package/dist/{upgrade-2TVZ6C3T.js → upgrade-25PKQQCY.js} +4 -4
- package/package.json +1 -1
- package/templates/cursor/rules/safeword-debugging.mdc +2 -205
- package/templates/cursor/rules/safeword-quality-reviewing.mdc +2 -182
- package/templates/cursor/rules/safeword-refactoring.mdc +2 -171
- package/templates/cursor/rules/safeword-testing.mdc +2 -272
- /package/dist/{check-2DK5F4OO.js.map → check-K6M6MIVS.js.map} +0 -0
- /package/dist/{chunk-BAJDI467.js.map → chunk-3RM6NYZT.js.map} +0 -0
- /package/dist/{chunk-5WF73MP2.js.map → chunk-SF3CPJUX.js.map} +0 -0
- /package/dist/{diff-ZAYGIAQF.js.map → diff-WAQXK32P.js.map} +0 -0
- /package/dist/{reset-TKMSK7DX.js.map → reset-AT5CGCYX.js.map} +0 -0
- /package/dist/{setup-4FE4FWIA.js.map → setup-C3FCNOW7.js.map} +0 -0
- /package/dist/{upgrade-2TVZ6C3T.js.map → upgrade-25PKQQCY.js.map} +0 -0
|
@@ -4,14 +4,14 @@ import {
|
|
|
4
4
|
import {
|
|
5
5
|
checkHealth,
|
|
6
6
|
reportHealthSummary
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-3RM6NYZT.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-
|
|
14
|
+
import "./chunk-OJNF2CHC.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-
|
|
113
|
+
//# sourceMappingURL=check-K6M6MIVS.js.map
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
createProjectContext,
|
|
23
23
|
getMissingPacks,
|
|
24
24
|
reconcile
|
|
25
|
-
} from "./chunk-
|
|
25
|
+
} from "./chunk-OJNF2CHC.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-
|
|
701
|
+
//# sourceMappingURL=chunk-3RM6NYZT.js.map
|
|
@@ -2309,7 +2309,7 @@ var typescriptJsonMerges = {
|
|
|
2309
2309
|
"biome.json": BIOME_JSON_MERGE,
|
|
2310
2310
|
"biome.jsonc": BIOME_JSON_MERGE
|
|
2311
2311
|
};
|
|
2312
|
-
var ESLINT_PACKAGE = "eslint@^
|
|
2312
|
+
var ESLINT_PACKAGE = "eslint@^10.0.0";
|
|
2313
2313
|
var typescriptPackages = {
|
|
2314
2314
|
base: [
|
|
2315
2315
|
// Core tools (always needed for JS/TS — eslint/prettier also lint the BDD lane's .ts step files)
|
|
@@ -3565,4 +3565,4 @@ export {
|
|
|
3565
3565
|
untrackIgnoredFiles,
|
|
3566
3566
|
createProjectContext
|
|
3567
3567
|
};
|
|
3568
|
-
//# sourceMappingURL=chunk-
|
|
3568
|
+
//# sourceMappingURL=chunk-OJNF2CHC.js.map
|