fix: harden startup and schema repair contracts
Reliability patch covering startup path resolution, install marker compatibility, export CLI request contracts, schema repair safety, hard-stop retry-loop handling, and the PR babysit status helper.
This commit is contained in:
@@ -82,6 +82,7 @@
|
||||
"queue": "bun scripts/check-pending-queue.ts",
|
||||
"queue:process": "bun scripts/check-pending-queue.ts --process",
|
||||
"queue:clear": "bun scripts/clear-failed-queue.ts --all --force",
|
||||
"pr:status": "bun scripts/pr-babysit-status.ts",
|
||||
"claude-md:regenerate": "bun scripts/regenerate-claude-md.ts",
|
||||
"claude-md:dry-run": "bun scripts/regenerate-claude-md.ts --dry-run",
|
||||
"strip-comments": "bun scripts/strip-comments.ts",
|
||||
|
||||
Reference in New Issue
Block a user