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

Function usage

scripts/continue-action.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/continue-action.js [--json] [--run] [--project-root <path>]',
31 '',
32 'Resolves the deterministic action for /do continue.',
33 '--run executes local repair commands such as package-delivery; skill routes are printed for the agent to invoke.',
34 ].join('\n');
35}
36
37function routeAction(snapshot) {
38 const needsReviewPackage = snapshot.campaigns.find((campaign) => campaign.status === 'needs-review-package');

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected