Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
function
gh(args, options = {}) {
68
return
run(
'gh'
, args, options).trim();
69
}
70
71
function
git(args, cwd) {
72
return
run(
'git'
, args, { cwd }).trim();
Callers
5
createGitHubRepo
Function · 0.85
protectMain
Function · 0.85
createAgentPr
Function · 0.85
collectProof
Function · 0.85
main
Function · 0.85
Calls
1
run
Function · 0.70
Tested by
no test coverage detected