mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
Implements the CLI wrapper for the generator: - --apply flag: enables write mode (default: dry-run) - --prune flag: enables orphan detection/deletion - --only=<id1,id2>: filters to specific skill IDs - --json flag: structured JSON output - Exit codes: 0 success, 1 error, 2 dry-run detected pending changes (CI) - Human-readable table output with Generated/Unchanged/Pruned/Orphans/Errors summary - Dynamic import via tsx/esm runtime; falls back to module.register() if needed