MCPcopy Create free account
hub / github.com/backnotprop/plannotator / getPlanBackingPath

Function getPlanBackingPath

apps/opencode-plugin/plan-edits.ts:16–18  ·  view source on GitHub ↗
(project: string)

Source from the content-addressed store, hash-verified

14 * the agent never sees or touches this file directly.
15 */
16export function getPlanBackingPath(project: string): string {
17 return path.join(getPlannotatorDataDir(), "active", project, "_active-plan.md");
18}
19
20/**
21 * Apply line-range edits to a plan stored as an array of lines.

Callers 2

executeFunction · 0.90

Calls 1

getPlannotatorDataDirFunction · 0.90

Tested by

no test coverage detected