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

Function editEvent

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

Source from the content-addressed store, hash-verified

76}
77
78function editEvent(sandboxDir, relPath) {
79 return {
80 tool_name: 'Edit',
81 tool_input: { file_path: path.join(sandboxDir, relPath) },
82 };
83}
84
85function writeEvent(sandboxDir, relPath) {
86 return {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected