agent/claude/code
Snider be32fec23d
feat(plugin): Implement workspace awareness to detect the current module (#75)
Introduces a new script to detect the current module (PHP or Go) based on the presence of composer.json or go.mod files, git remote URL, or the current directory name.

This context is loaded once per session and used to dynamically adjust commands, starting with the QA command.

Refactors the QA command and verification scripts to use the new module context, removing redundant project-type detection.
2026-02-02 07:17:36 +00:00
..
.claude-plugin feat(cli): integrate MCP server (#71) 2026-02-02 07:14:50 +00:00
commands feat(plugin): Implement workspace awareness to detect the current module (#75) 2026-02-02 07:17:36 +00:00
hooks refactor: restructure as plugin monorepo 2026-02-01 19:44:26 +00:00
scripts feat(plugin): Implement workspace awareness to detect the current module (#75) 2026-02-02 07:17:36 +00:00
skills feat: Add Laravel-specific skill for PHP modules (#64) 2026-02-02 07:12:40 +00:00
hooks.json feat(plugin): Implement workspace awareness to detect the current module (#75) 2026-02-02 07:17:36 +00:00