-
Notifications
You must be signed in to change notification settings - Fork 4
Labels
bugSomething isn't workingSomething isn't working
Description
Currently, some commands (tech & tasks) reference the .claude folder, which ties command usage specifically to Claude. This creates friction when we want agents and commands to seamlessly support other AI assistants (such as Copilot).
It will also skip subagents registered in the system from the plugin folder, for example.
Requirements:
- Remove all hardcoded references to the
.claudefolder in commands, scripts, and workflows. - Refactor command logic and documentation to avoid coupling with assistant-specific folders.
- Ensure agent discovery and command registration rely on system-level registration, not by reading from repo-specific directories (like
.claude).
Example:
- Search for all agent definition files in the `.claude/agents/` directory (including subdirectories).
+ Search all agents registered in the system.Acceptance criteria:
- No command contains references or paths exclusive to Claude (e.g.,
.claude).
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working