plugins/claude/core/commands
Snider 9b5509e3eb
feat: Implement /core:sync command (#98)
This commit introduces a new `/core:sync` command that syncs changes across dependent modules.

The command reads a `repos.yaml` file to determine the dependency graph. When a base module is changed, the command will:
- Update the `composer.json` file of each dependent module to the latest version of the base module.
- Run `composer update` to install the new dependency version.
- Run tests in each dependent module to ensure that the changes have not introduced any regressions.

The command also includes a `--dry-run` option that allows users to see what changes would be made without actually modifying any files.
2026-02-02 07:28:16 +00:00
..
clean.md feat: implement /core:clean command (#81) 2026-02-02 07:18:29 +00:00
migrate.md feat: /core:migrate Laravel migration helpers (#97) 2026-02-02 07:27:48 +00:00
release.md feat: /core:release version and release workflow (#87) 2026-02-02 07:21:59 +00:00
sync.sh feat: Implement /core:sync command (#98) 2026-02-02 07:28:16 +00:00