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

Function writeBermanReadinessReport

scripts/test-deploy-steward.js:96–103  ·  view source on GitHub ↗
(root, number, generatedAt)

Source from the content-addressed store, hash-verified

94}
95
96function writeBermanReadinessReport(root, number, generatedAt) {
97 writeFile(path.join(root, '.planning', 'pr-readiness', `agent-${String(number).padStart(2, '0')}.md`), readinessReport({
98 branch: `agent/${number}`,
99 pr: `https://github.com/acme/app/pull/${number}`,
100 head: `agent-${number}-v0`,
101 generatedAt,
102 }));
103}
104
105function runTest(label, fn) {
106 try {

Callers 1

Calls 2

writeFileFunction · 0.70
readinessReportFunction · 0.70

Tested by

no test coverage detected