mustard-claude 3.1.2 → 3.1.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mustard-claude",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "description": "Framework-agnostic CLI for Claude Code project setup",
5
5
  "type": "module",
6
6
  "bin": {
@@ -31,7 +31,7 @@ Guards always loaded via `{subproject}/CLAUDE.md`.
31
31
 
32
32
  ## Stack
33
33
 
34
- Node.js (>=18), CommonJS, no external dependencies. 8 lifecycle hooks, 3 sync scripts, 14 slash commands, 6 foundation skills.
34
+ Node.js (>=18), CommonJS, no external dependencies. 16 lifecycle hooks, 10 scripts, 16 slash commands, 6 foundation skills.
35
35
 
36
36
  ## Commands
37
37
 
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env node
2
+ 'use strict';
2
3
  /**
3
4
  * AUTO-FORMAT: PostToolUse hook for Write|Edit
4
5
  *
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env node
2
+ 'use strict';
2
3
  /**
3
4
  * SAFETY: PreToolUse guard for dangerous Bash commands
4
5
  *
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env node
2
+ 'use strict';
2
3
  /**
3
4
  * ENFORCEMENT: Entity Registry validation
4
5
  *
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env node
2
+ 'use strict';
2
3
  /**
3
4
  * SAFETY: PreToolUse guard for sensitive file access
4
5
  *
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env node
2
+ 'use strict';
2
3
  /**
3
4
  * GUARD-VERIFY: PostToolUse hook for Write|Edit
4
5
  *
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env node
2
+ 'use strict';
2
3
  /**
3
4
  * METRICS-TRACKER: PostToolUse hook that tracks pipeline metrics
4
5
  *
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env node
2
+ 'use strict';
2
3
  /**
3
4
  * PRE-COMPACT: Preserve context before conversation compaction
4
5
  *
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env node
2
+ 'use strict';
2
3
  /**
3
4
  * RTK REWRITE: PreToolUse hook that rewrites Bash commands through RTK
4
5
  *
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env node
2
+ 'use strict';
2
3
  /**
3
4
  * SESSION-CLEANUP: Clean stale state files on session end
4
5
  *
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env node
2
+ 'use strict';
2
3
  /**
3
4
  * SESSION-MEMORY: Injects persistent memory into session context
4
5
  * @version 1.0.0
@@ -1,4 +1,5 @@
1
1
  #!/usr/bin/env node
2
+ 'use strict';
2
3
  /**
3
4
  * SUBAGENT TRACKER: Tracks active subagents for statusline display
4
5
  *