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

Function usage

scripts/memory-compile.js:28–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

26}
27
28function usage() {
29 return [
30 'Usage: node scripts/memory-compile.js compile [--project-root path] [--json]',
31 ' node scripts/memory-compile.js lint [--project-root path] [--json]',
32 ' node scripts/memory-compile.js list [--scope scope] [--type type] [--query text] [--json]',
33 '',
34 'Compiles compact semantic memory blocks from project planning artifacts.',
35 ].join('\n');
36}
37
38function renderCompile(projectRoot, result, lint) {
39 const lines = [];

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected