MCPcopy Create free account
hub / github.com/SethGammon/Citadel / usage

Function usage

scripts/live-github-steward-proof.js:38–47  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38function 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
49function run(command, commandArgs, options = {}) {
50 const result = childProcess.spawnSync(command, commandArgs, {

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected