/** * Goal persistence is implementation/control-plane state, not user project work. * * OpenCode may surface atomic GoalStore writes as PatchPart workspace changes. * Counting those files as host progress creates a feedback loop where every * Goal state save appears to prove fresh coding progress and defeats the stall * guard. Keep this narrow: other project-owned `.opencode/*` files (for example * commands) can still be legitimate work. */ export declare function isGoalControlPlanePath(value: unknown): boolean; //# sourceMappingURL=control-plane-path.d.ts.map