LocalPlanTrackerClient constructor
LocalPlanTrackerClient({})
Creates a local plan tracker.
Implementation
LocalPlanTrackerClient({
this.planPath = '.spectra/PLAN.md',
this.roadmapPath = '.spectra/ROADMAP.md',
this.activeStates = const <String>['Todo', 'In Progress'],
this.terminalStates = const <String>['Done'],
});