smartclaudo 0.2.0 → 0.3.0

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.
@@ -11,10 +11,10 @@ const RAW_BASE = `https://raw.githubusercontent.com/${REPO}/${BRANCH}`;
11
11
  const SKILLS = [
12
12
  'smartclaudo', 'idea', 'pre-change', 'arch',
13
13
  'checkpoint', 'resume', 'git-summary', 'pr-description', 'stack-explain',
14
- 'review', 'commit'
14
+ 'review', 'commit', 'tdd', 'debug'
15
15
  ];
16
16
 
17
- const HOOKS = ['lint-on-save', 'test-on-edit', 'no-direct-main', 'session-memory'];
17
+ const HOOKS = ['lint-on-save', 'test-on-edit', 'no-direct-main', 'session-memory', 'secret-scanner'];
18
18
 
19
19
  const SNIPPETS = [
20
20
  'smartclaudo-guard', 'post-skill-update', 'auto-idea-interview',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "smartclaudo",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "CLI to install SmartClaudo skills, hooks, and CLAUDE.md snippets into your project",
5
5
  "keywords": [
6
6
  "claude",