v0.3.10 — Triage cap controls
Triage cap controls (DG-101 A). Closes the last silent UX trap from the v0.3.x backlog. Before this release the Triage Findings command silently capped at 25 findings per run (the CLI default), skipping the rest with only a one-line note in the pseudoterminal that was easy to miss. v0.3.10 surfaces the cap, makes it configurable, and gives you a one-click way to triage the remainder.
Added
synaptic-sentinel.triageLimitsetting — open VS Code Settings (Ctrl+,), search forSYNAPTIC Sentinel, and adjust the cap to any value between 1 and 10000. Default stays at 25. Only applies when you invokeTriage Findingsfrom the Command Palette or status bar.Triage N untriagedbutton in the sidebar — appears in the summary card whenever there are findings sitting in theUntriagedbucket. One click runs the Brain Layer on all untriaged findings (internal cap 9999) so the bucket clears in a single pass. Uses VS Code's native button theming for coherence with any theme.
Notes
- Scope only DG-101 A. No changes to the Scout Layer, Brain Layer adapters, benchmark runner, cost card, or
colony.dbschema. - The
synaptic-sentinel.triageRemainingcommand is deliberately not exposed in the Command Palette — it surfaces contextually in the sidebar only when there's something to do. - The button uses an internal cap of 9999 (not the configured setting) because it says
Triage N untriagedwhere N is the exact bucket count.
How to validate empirically
- Open VS Code Settings (Ctrl+,) → search
SYNAPTIC Sentinel - Set
synaptic-sentinel.triageLimitto5 - Open a project with ≥ 6 findings (or use any project with multiple findings)
- Run
SYNAPTIC Sentinel: Scan Workspace - Run
SYNAPTIC Sentinel: Triage Findings - Confirm:
- Only 5 findings get triaged
- The sidebar shows the rest under
Untriaged · run Triage Findings - The
Triage N untriagedbutton appears in the summary card - Clicking the button triages the rest in one run
Known Issues
The Known Issues section is unchanged from v0.3.9 — 1 caveat structurally closed:
- Ground truth dataset is AI-drafted (DG-075 caveat heredado, DG-095 A structured in v0.3.7). External citation remains blocked until the corpus reaches ≥ 10 human-reviewed entries.
Install
Download `synaptic-sentinel-0.3.10.vsix` and run:
```
code --install-extension synaptic-sentinel-0.3.10.vsix
```
Or use Install from VSIX... in the VS Code Extensions view.
SHA-256: `04e6913a0a40aec58365c7025304e0bc3eaca9f2b232b885ee66512cfebe7c44`
The Marketplace listing remains at v0.3.3 until the publisher uploads with their PAT — semver permits skipping intermediate versions, so a future upload may go from v0.3.3 directly to v0.3.10 (7 versions skipped).