Files
OmniRoute/scripts/skills
diegosouzapw ca41880bb3 feat(agent-skills): add CLI wrapper scripts/skills/generate-agent-skills.mjs
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
2026-05-27 21:54:50 -03:00
..