Approve Skills
Path:
loom-sprint-scaffold/loom/scripts/approve-skills.tsRelative: loom/scripts/approve-skills.tsSubproject: loom-sprint-scaffoldCategory: otherLines: 233Bytes: 7,435Imports: 4Exports: 0
Content Preview
- #!/usr/bin/env bun
- /**
- * Approval CLI for skill proposals.
- *
- * This is OPERATOR TOOLING — a bun script, NOT workerd code.
- * It uses bun:sqlite directly against the local D1 SQLite file under
- * .wrangler/state. Structured output via logger (small table format).
- *
- * Usage:
- * bun scripts/approve-skills.ts list # Show proposed skills
- * bun scripts/approve-skills.ts approve <id> # Approve a proposal
- * bun scripts/approve-skills.ts reject <id> # Reject a proposal