Commit graph

4 commits

Author SHA1 Message Date
Snider
1594ea0586 fix(plugin): remove invalid commands/repository schema from plugin.json
Some checks failed
CI / PHP 8.3 (push) Failing after 2m14s
CI / PHP 8.4 (push) Failing after 2m15s
Commands auto-discovered from commands/ directory. Repository must be
a string, not an object.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 10:54:42 +00:00
Snider
78b728c6df feat(plugin): add npm package for Claude Code plugin distribution
Some checks failed
CI / PHP 8.4 (push) Failing after 2m5s
CI / PHP 8.3 (push) Failing after 2m14s
Published as @lthn/core-claude-php on npm.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 10:49:15 +00:00
Snider
e27f8b1088 fix(plugin): add commands/ auto-discover directory, fix plugin.json schema
Some checks failed
CI / PHP 8.4 (push) Failing after 2m3s
CI / PHP 8.3 (push) Failing after 2m11s
Commands must be in `.claude-plugin/commands/` for Claude Code auto-discovery.
Fixed plugin.json to use `{name, description, file}` array format.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-13 10:18:41 +00:00
Snider
4b24a6d186 feat: add claude plugin for PHP/Laravel development
Some checks failed
CI / PHP 8.4 (push) Failing after 1m51s
CI / PHP 8.3 (push) Failing after 2m4s
Skills: php, php-agent, laravel
API: route generation (TS/JS/OpenAPI from Laravel routes)
Hooks: auto-format PHP with Pint, debug statement warnings
2026-03-09 18:15:42 +00:00