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

Function usage

scripts/stack-plan.js:27–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27function usage() {
28 return [
29 'Usage:',
30 ' node scripts/stack-plan.js [--json] [--project-root <path>]',
31 '',
32 'Reads .planning/pr-readiness reports and writes an ordered stack landing plan.',
33 'This command never marks PRs ready, merges PRs, or pushes branches.',
34 ].join('\n');
35}
36
37function normalizePath(value) {
38 return String(value || '').replace(/\\/g, '/');

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected