You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(plan-parser): restructure MarkdownPlanParser into separate classes
The parser was refactored to split the large object into smaller, focused classes (TaskMarkers, PatternMatcher, CodeFileLinkExtractor, etc.) for better maintainability. The core parsing logic remains unchanged but is now more modular.
0 commit comments