Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SethGammon/Citadel
/ git
Function
git
scripts/live-github-steward-proof.js:71–73 ·
view source on GitHub ↗
(args, cwd)
Source
from the content-addressed store, hash-verified
69
}
70
71
function
git(args, cwd) {
72
return
run(
'git'
, args, { cwd }).trim();
73
}
74
75
function
writeFile(filePath, content) {
76
fs.mkdirSync(path.dirname(filePath), { recursive: true });
Callers
2
setupInitialRepo
Function · 0.70
createAgentPr
Function · 0.70
Calls
1
run
Function · 0.70
Tested by
no test coverage detected