plugins/claude/code
Snider 8dacc91593
feat(/core:deps): show module dependencies (#82)
This commit introduces a new command, `/core:deps`, to visualize dependencies between modules in the monorepo.

The command parses a `repos.yaml` file to build a dependency graph and supports the following functionalities:
- Displaying a full dependency tree for all modules.
- Displaying a dependency tree for a single module.
- Displaying reverse dependencies for a single module using the `--reverse` flag.
- Detecting and reporting circular dependencies.

The implementation consists of a Python script that handles the core logic and a command definition file that connects the command to the script. A comprehensive test suite is included to ensure the correctness of the implementation.

Co-authored-by: Claude <noreply@anthropic.com>
2026-02-02 07:19:58 +00:00
..
.claude-plugin feat(cli): integrate MCP server (#71) 2026-02-02 07:14:50 +00:00
commands feat(/core:deps): show module dependencies (#82) 2026-02-02 07:19:58 +00:00
hooks refactor: restructure as plugin monorepo 2026-02-01 19:44:26 +00:00
scripts feat(/core:deps): show module dependencies (#82) 2026-02-02 07:19:58 +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