Conversation
This was referenced Mar 11, 2026
- Add "Persist Analysis" section to solve SKILL.md (all 3 locations) with user prompt and structured comment posting logic - Add parseSolveMarkers() to solve-comment-parser.ts for HTML marker parsing - Add "## Solve Analysis" to SOLVE_MARKERS for detection - Update parseSolveWorkflow() to prefer HTML markers over arrow notation - Add "Solve Comment Detection" section to spec SKILL.md (both locations) so spec checks for and uses solve's prior analysis - Add comprehensive tests for new parser functions (34 tests pass) Fixes #172
1f6eb3d to
a6ec680
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/solveskill (all 3 locations) with user prompt andgh issue commentposting logicparseSolveMarkers()tosolve-comment-parser.tsfor parsing HTML comment markers (<!-- solve:phases=... -->)/specskill (both locations) so spec reads and uses solve's prior analysis before making its own phase recommendationAC Coverage
gh issue commentwith HTML markersTest plan
npx vitest run src/lib/solve-comment-parser.test.ts— 34/34 passnpm run build— succeeds/solve 123and verify prompt appears/spec 123on issue with solve comment, verify it references the analysisFixes #172