Remove hooks from compounding-engineering plugin

Hooks add complexity and potential conflicts for users. The plugin provides more value through its specialized agents and commands without automated hooks.

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Kieran Klaassen
2025-10-09 13:43:21 -07:00
parent 77de729c0b
commit a07fb0b72d
4 changed files with 2 additions and 126 deletions

View File

@@ -87,10 +87,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `/workflows/watch` - Monitor changes
- `/workflows/work` - Guided development workflow
#### Hooks (2 total)
- `block-main-push.rb` - Prevents accidental main branch pushes
- `run-linter.rb` - Automated linter execution
#### Plugin Infrastructure
- Complete plugin.json manifest with metadata
- Comprehensive README with usage examples