Commit Graph

4 Commits

Author SHA1 Message Date
34b12c5742 fix: Remove dependency on .auto-build/scripts - auto-create directories
- Commands now use ${CLAUDE_PLUGIN_ROOT}/scripts/ for worktree scripts
- Directory .auto-build-data/ is created automatically when needed
- No manual setup required - plugin is self-contained
- Updated help.md, status.md, worktree.md, spec.md, build.md

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 00:54:20 +02:00
dbbf7c38a6 chore: Bump version to 1.0.1
Triggers plugin update to get hooks.json fix.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 00:44:41 +02:00
7b6e5f2159 fix: Correct hooks.json format - use object instead of array
Claude Code expects hooks to be an object with event names as keys,
not an array with post-install hooks.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-22 00:42:07 +02:00
7e4912add2 Initial Auto-Build plugin structure 2025-12-21 23:29:55 +02:00