MCPcopy Create free account
hub / github.com/colbymchenry/codegraph / removeInstructionsEntry

Function removeInstructionsEntry

src/installer/targets/opencode.ts:282–286  ·  view source on GitHub ↗

* Strip the marker-delimited CodeGraph block from AGENTS.md if a prior * install wrote one. Used by both install (self-heal on upgrade) and * uninstall — see issue #529.

(loc: Location)

Source from the content-addressed store, hash-verified

280 * uninstall — see issue #529.
281 */
282function removeInstructionsEntry(loc: Location): WriteResult['files'][number] {
283 const file = instructionsPath(loc);
284 const action = removeMarkedSection(file, CODEGRAPH_SECTION_START, CODEGRAPH_SECTION_END);
285 return { path: file, action };
286}
287
288export const opencodeTarget: AgentTarget = new OpencodeTarget();

Callers 1

uninstallMethod · 0.70

Calls 2

removeMarkedSectionFunction · 0.90
instructionsPathFunction · 0.70

Tested by

no test coverage detected