@slamb2k/mad-skills 2.0.22 → 2.0.23

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.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mad-skills",
3
3
  "description": "AI-assisted planning, development and governance tools",
4
- "version": "2.0.22",
4
+ "version": "2.0.23",
5
5
  "author": {
6
6
  "name": "slamb2k",
7
7
  "url": "https://github.com/slamb2k"
@@ -23,7 +23,7 @@ const { join } = require('path');
23
23
  const config = require('./lib/config.cjs');
24
24
  const state = require('./lib/state.cjs');
25
25
  const { OutputBuilder } = require('./lib/output.cjs');
26
- const { getBanner, BANNER_MARKER } = require('./lib/banner.cjs');
26
+ const { getBanner } = require('./lib/banner.cjs');
27
27
  const { checkGit } = require('./lib/git-checks.cjs');
28
28
  const { checkTaskList } = require('./lib/task-checks.cjs');
29
29
  const { checkStaleness } = require('./lib/staleness.cjs');
@@ -174,7 +174,7 @@ function checkBrace(projectDir, output) {
174
174
  output.add('[SESSION GUARD] \u2139\uFE0F CLAUDE.md exists but no project scaffold detected.');
175
175
  output.add('[SESSION GUARD] BRACE_DISMISS: If the user selects "Don\'t ask again", run: node <path-to-session-guard.cjs> dismiss-brace');
176
176
  output.addQuestion(
177
- 'This project has a CLAUDE.md but no project scaffold (specs/, tools/, context/). Want to set it up?',
177
+ 'This project has a CLAUDE.md but no project scaffold (specs/, context/). Want to set it up?',
178
178
  'single_select',
179
179
  [
180
180
  '"Set up with /brace" \u2014 add project scaffold structure',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slamb2k/mad-skills",
3
- "version": "2.0.22",
3
+ "version": "2.0.23",
4
4
  "description": "Claude Code skills collection — full lifecycle development tools",
5
5
  "type": "module",
6
6
  "repository": {
@@ -1,5 +1,5 @@
1
1
  {
2
- "generated": "2026-03-10T03:55:21.711Z",
2
+ "generated": "2026-03-10T04:02:48.480Z",
3
3
  "count": 10,
4
4
  "skills": [
5
5
  {