agent/claude/code/commands
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
..
commit.md feat(code): implement /core:commit smart commit command (#73) 2026-02-02 07:16:29 +00:00
core:env.md feat: Add /core:env for environment management (#70) 2026-02-02 07:14:37 +00:00
debug.md feat: Add /core:debug skill for systematic debugging (#62) 2026-02-02 07:11:33 +00:00
explain.md feat: /core:explain explain code or errors (#66) 2026-02-02 07:13:13 +00:00
onboard.md feat: Add interactive onboarding command (#63) 2026-02-02 07:12:28 +00:00
qa.md feat(plugin): Implement workspace awareness to detect the current module (#75) 2026-02-02 07:17:36 +00:00
remember.md refactor: restructure as plugin monorepo 2026-02-01 19:44:26 +00:00
status.md feat(core): Add /core:status command for multi-repo status (#72) 2026-02-02 07:15:08 +00:00
yes.md refactor: restructure as plugin monorepo 2026-02-01 19:44:26 +00:00