Compacted README.md

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Felipe M 2025-07-09 17:04:27 +02:00
parent 4f0b94354c
commit 3cbe5e4a9f
No known key found for this signature in database
GPG key ID: 52E5D65FCF99808A
2 changed files with 30 additions and 166 deletions

View file

@ -50,3 +50,9 @@
- Use structured logging with key-value pairs
- Follow existing naming conventions
- Keep command files self-contained and testable
### Documentation
- **CRITICAL**: Keep README.md updated when adding new commands or changing functionality
- README.md should be user-facing - focus on usage, not implementation details
- Use `pluginctl --help` for command documentation, not hardcoded lists in README