agent/codex/code/commands/sync.md
Snider ecd47fe3db revert fcb9c189e5
revert fix(agentic): harden TODO workspace write

Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-18 11:22:27 +00:00

454 B

name description args
sync Sync changes across dependent modules <module_name> [--dry-run]

Sync Dependent Modules

When changing a base module, this command syncs the dependent modules.

Usage

/code:sync                # Sync all dependents of current module
/code:sync core-tenant    # Sync specific module
/code:sync --dry-run      # Show what would change

Action

"${CLAUDE_PLUGIN_ROOT}/scripts/sync.sh" "$@"