Skip to content

v0.3.10 — Triage cap controls

Choose a tag to compare

@golab-arch golab-arch released this 28 May 14:54

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.triageLimit setting — open VS Code Settings (Ctrl+,), search for SYNAPTIC Sentinel, and adjust the cap to any value between 1 and 10000. Default stays at 25. Only applies when you invoke Triage Findings from the Command Palette or status bar.
  • Triage N untriaged button in the sidebar — appears in the summary card whenever there are findings sitting in the Untriaged bucket. 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.db schema.
  • The synaptic-sentinel.triageRemaining command 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 untriaged where N is the exact bucket count.

How to validate empirically

  1. Open VS Code Settings (Ctrl+,) → search SYNAPTIC Sentinel
  2. Set synaptic-sentinel.triageLimit to 5
  3. Open a project with ≥ 6 findings (or use any project with multiple findings)
  4. Run SYNAPTIC Sentinel: Scan Workspace
  5. Run SYNAPTIC Sentinel: Triage Findings
  6. Confirm:
    • Only 5 findings get triaged
    • The sidebar shows the rest under Untriaged · run Triage Findings
    • The Triage N untriaged button 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:

  1. 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).