MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / cbm_get_agent_instructions

Function cbm_get_agent_instructions

src/cli/cli.c:1271–1273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1269 "- Read source: `get_code_snippet(qualified_name=\"pkg/orders.OrderHandler\")`\n";
1270
1271const char *cbm_get_agent_instructions(void) {
1272 return agent_instructions_content;
1273}
1274
1275/* ── Instructions file upsert ─────────────────────────────────── */
1276

Callers 1

test_cli.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected