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

Function writeEvent

scripts/test-organize-enforce.js:85–90  ·  view source on GitHub ↗
(sandboxDir, relPath)

Source from the content-addressed store, hash-verified

83}
84
85function writeEvent(sandboxDir, relPath) {
86 return {
87 tool_name: 'Write',
88 tool_input: { file_path: path.join(sandboxDir, relPath) },
89 };
90}
91
92// ── Test runner ──────────────────────────────────────────────────────────────
93

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected