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

Function gh

scripts/live-github-steward-proof.js:67–69  ·  view source on GitHub ↗
(args, options = {})

Source from the content-addressed store, hash-verified

65}
66
67function gh(args, options = {}) {
68 return run('gh', args, options).trim();
69}
70
71function git(args, cwd) {
72 return run('git', args, { cwd }).trim();

Callers 5

createGitHubRepoFunction · 0.85
protectMainFunction · 0.85
createAgentPrFunction · 0.85
collectProofFunction · 0.85
mainFunction · 0.85

Calls 1

runFunction · 0.70

Tested by

no test coverage detected