(project: string)
| 14 | * the agent never sees or touches this file directly. |
| 15 | */ |
| 16 | export 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. |
no test coverage detected