()
| 36 | } |
| 37 | |
| 38 | function usage() { |
| 39 | return [ |
| 40 | 'Usage:', |
| 41 | ' node scripts/live-github-steward-proof.js', |
| 42 | ' node scripts/live-github-steward-proof.js --repo-name citadel-berman-proof --ci-sleep-seconds 12', |
| 43 | '', |
| 44 | 'Creates a disposable GitHub repo, opens 15 real PRs, and runs the standalone', |
| 45 | 'AGENTS.md deploy steward against live GitHub PR state.', |
| 46 | ].join('\n'); |
| 47 | } |
| 48 | |
| 49 | function run(command, commandArgs, options = {}) { |
| 50 | const result = childProcess.spawnSync(command, commandArgs, { |