safeword 0.32.0 → 0.32.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-UPAH2FHH.js";
9
+ } from "./chunk-CWE7DTMG.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-PNWSVUZG.js.map
192
+ //# sourceMappingURL=check-T3G27MSZ.js.map
@@ -3,7 +3,7 @@ import {
3
3
  addInstalledPack,
4
4
  isGitRepo,
5
5
  isPackInstalled
6
- } from "./chunk-UPAH2FHH.js";
6
+ } from "./chunk-CWE7DTMG.js";
7
7
 
8
8
  // src/packs/install.ts
9
9
  function installPack(packId, cwd) {
@@ -21,4 +21,4 @@ function installPack(packId, cwd) {
21
21
  export {
22
22
  installPack
23
23
  };
24
- //# sourceMappingURL=chunk-DSPWQAEB.js.map
24
+ //# sourceMappingURL=chunk-7IQAVAM7.js.map
@@ -2448,9 +2448,10 @@ var SAFEWORD_SCHEMA = {
2448
2448
  // BDD skill split into phase files (v0.16.0)
2449
2449
  ".cursor/rules/safeword-bdd-orchestrating.mdc",
2450
2450
  ".safeword/commands/tdd.md",
2451
- // Brainstorming skill removed - never used, BDD discovery phase covers this (v0.16.0)
2451
+ // Brainstorming skill: old safeword-* skill removed (v0.16.0); cursor rule was
2452
+ // re-introduced under same name (PR #103) for the new short-name brainstorm skill,
2453
+ // so .cursor/rules/safeword-brainstorming.mdc is no longer deprecated.
2452
2454
  ".claude/skills/safeword-brainstorming/SKILL.md",
2453
- ".cursor/rules/safeword-brainstorming.mdc",
2454
2455
  // Writing-plans skill removed - redundant with BDD decomposition + Claude Code native plan mode (v0.16.0)
2455
2456
  ".claude/skills/safeword-writing-plans/SKILL.md",
2456
2457
  ".cursor/rules/safeword-writing-plans.mdc",
@@ -2944,6 +2945,8 @@ var PYPROJECT_TOML = "pyproject.toml";
2944
2945
  var CLIPPY_CONFIG_FILES = ["clippy.toml", ".clippy.toml"];
2945
2946
  var RUSTFMT_CONFIG_FILES = ["rustfmt.toml", ".rustfmt.toml"];
2946
2947
  var ESLINT_CONFIG_FILES = [
2948
+ "eslint.config.ts",
2949
+ "eslint.config.mts",
2947
2950
  "eslint.config.mjs",
2948
2951
  "eslint.config.js",
2949
2952
  "eslint.config.cjs",
@@ -3131,4 +3134,4 @@ export {
3131
3134
  detectLanguages2,
3132
3135
  createProjectContext
3133
3136
  };
3134
- //# sourceMappingURL=chunk-UPAH2FHH.js.map
3137
+ //# sourceMappingURL=chunk-CWE7DTMG.js.map