feat: TODOS-aware skills, 2-tier Greptile replies, gitignore fix#61
Merged
feat: TODOS-aware skills, 2-tier Greptile replies, gitignore fix#61
Conversation
…allowing
Replace bare catch {} with ENOENT-only silence. Non-ENOENT errors (EACCES,
ENOSPC) are now logged to .gstack/browse-server.log. Includes test for
permission-denied scenario with chmod 444.
…t reference Merge TODO.md (roadmap) and TODOS.md (near-term) into one file organized by skill/component with P0-P4 priority ordering and Completed section. Add shared review/TODOS-format.md for canonical format. Add static validation tests.
Add reply templates (Tier 1 friendly, Tier 2 firm), explicit escalation detection algorithm, and severity re-ranking guidance to greptile-triage.md.
/ship Step 5.5: auto-detect completed TODOs, offer reorganization. /review Step 5.5: cross-reference PR against open TODOs. /plan-ceo-review, /plan-eng-review: TODOS context in planning. /retro: Backlog Health metric. /qa: bug TODO context in diff-aware mode. All Greptile-aware skills now reference reply templates and escalation detection.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Clarify test tier cost table (Tier 3 standalone vs combined), add TODOS.md to "Things to know", mention Greptile triage in ship workflow description.
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
TODO.md(roadmap) andTODOS.md(near-term) into one file organized by skill/component with P0-P4 priority ordering and a Completed section./shipStep 5.5: TODOS.md management — auto-detects completed items from the diff, marks them done with version annotations, offers to create/reorganize TODOS.md if missing or unstructured./plan-ceo-review,/plan-eng-review,/retro,/review, and/qanow read TODOS.md for project context./retroadds Backlog Health metric.review/TODOS-format.md— canonical TODO item format referenced by/shipand/plan-ceo-review(DRY).**Suggested re-rank:**when Greptile miscategorizes severity..gitignorebug fix —ensureStateDir()barecatch {}replaced with ENOENT-only silence; non-ENOENT errors logged to.gstack/browse-server.log.Pre-Landing Review
No issues found.
Greptile Review
No PR existed during review — Greptile triage skipped.
Test plan
🤖 Generated with Claude Code