Commit graph

7 commits

Author SHA1 Message Date
Snider
79f5f0122f chore: archive repo — superseded by core/agent
All hooks, scripts, skills, and commands have been consolidated
into core/agent with significant additions.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-02-17 22:10:30 +00:00
Snider
ceb9895b40 feat: add hooks.json for PreToolUse, PostToolUse, PreCompact, SessionStart
Hooks:
- PreToolUse/Bash: Block destructive commands, enforce core CLI
- PostToolUse/Edit: Auto-format Go/PHP files, warn about debug statements
- PostToolUse/Bash: Warn about uncommitted work after git commit
- PreCompact: Save state to prevent amnesia
- SessionStart: Restore recent session context

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 03:10:00 +00:00
Snider
6e168662b9 fix: move plugin.json to .claude-plugin/ with correct schema
- Skills and commands now use path arrays
- Removed unsupported fields (hooks, dependencies)
- Hooks will be added separately in hooks/hooks.json

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 03:06:23 +00:00
Snider
f3b16c108a fix: use correct marketplace.json schema 2026-02-01 02:44:37 +00:00
Snider
1b4812a657 fix: correct marketplace.json schema 2026-02-01 02:42:25 +00:00
Snider
6ec1e4963a fix: add marketplace.json for plugin discovery
Claude Code plugin marketplaces require .claude-plugin/marketplace.json

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 02:40:20 +00:00
Snider
0a89ac91d1 feat: initial Claude Code plugin for host-uk monorepo
- Skills for core CLI, PHP, and Go patterns
- PreToolUse hooks to block destructive commands and enforce core CLI
- PreCompact/SessionStart hooks for context preservation
- PostToolUse hooks for auto-formatting and debug warnings
- /core:remember command for manual context capture

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 02:36:33 +00:00