MCPcopy
hub / github.com/EveryInc/compound-engineering-plugin / buildCodexAgentsBlock

Function buildCodexAgentsBlock

src/utils/codex-agents.ts:46–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

44}
45
46function buildCodexAgentsBlock(): string {
47 return [CODEX_AGENTS_BLOCK_START, CODEX_AGENTS_BLOCK_BODY.trim(), CODEX_AGENTS_BLOCK_END].join("\n")
48}
49
50function upsertBlock(existing: string, block: string): string {
51 const startIndex = existing.indexOf(CODEX_AGENTS_BLOCK_START)

Callers 1

ensureCodexAgentsFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected