Skip to content

fix(triage): Prevent triage grep drift across environments#186

Merged
mpekatsoula merged 1 commit intomainfrom
align_grep
Apr 16, 2026
Merged

fix(triage): Prevent triage grep drift across environments#186
mpekatsoula merged 1 commit intomainfrom
align_grep

Conversation

@mpekatsoula
Copy link
Copy Markdown
Contributor

  • Made triage grep probes portable by replacing \s-style regexes with POSIX-compatible [[:space:]] patterns.
  • Removed file-path and rule-id noise from C/C++ seed-symbol extraction to avoid probes like c, main, and R1.
  • Added evidence-gate debug output with obligation coverage, missing obligations, and collected section labels.
  • Stopped printing the triage system prompt in CLI debug output.

- Made triage grep probes portable by replacing \s-style regexes with POSIX-compatible [[:space:]] patterns.
- Removed file-path and rule-id noise from C/C++ seed-symbol extraction to avoid probes like c, main, and R1.
- Added evidence-gate debug output with obligation coverage, missing obligations, and collected section labels.
- Stopped printing the triage system prompt in CLI debug output.
@mpekatsoula mpekatsoula merged commit 7ec8023 into main Apr 16, 2026
7 checks passed
@mpekatsoula mpekatsoula deleted the align_grep branch April 16, 2026 12:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants