|
| 1 | +# paperclip-aperture 0.3.1 |
| 2 | + |
| 3 | +`0.3.1` refines the new Explainable Focus surface so it feels more native inside Paperclip. |
| 4 | + |
| 5 | +## Highlights |
| 6 | + |
| 7 | +- Reworked the active `Now` card into a clearer two-lane decision surface |
| 8 | +- Tightened queued and ambient presentation so Focus reads more like an operator queue and less like stacked plugin cards |
| 9 | +- Kept explainability visible in place while reducing duplication and visual noise |
| 10 | +- Preserved inline actionability, including commenting on issue-backed `Now` items without leaving Focus |
| 11 | + |
| 12 | +## What Changed |
| 13 | + |
| 14 | +- the active `Now` surface now separates: |
| 15 | + - decision context on the left |
| 16 | + - actions and response controls on the right |
| 17 | +- issue-backed `Now` items keep `Comment` and `Acknowledge` on the primary surface |
| 18 | +- approval-backed `Now` items now use a more intentional action layout with: |
| 19 | + - `Approve` and `Reject` paired together |
| 20 | + - `Request revision` treated as the secondary path |
| 21 | +- `Next` rows were quieted and clarified to feel more like a staged queue |
| 22 | +- `Ambient` was simplified into a more peripheral awareness shelf |
| 23 | +- `Why now` / `Why next` copy and action layout were tightened to remove repetition and reduce plugin-chrome feel |
| 24 | + |
| 25 | +## Why This Matters |
| 26 | + |
| 27 | +- Focus feels more like a native Paperclip operator surface |
| 28 | +- the active item is easier to scan, explain, and act on without leaving context |
| 29 | +- explainability stays attached to the decision without reading like a diagnostics panel |
| 30 | + |
| 31 | +## Validation |
| 32 | + |
| 33 | +- `pnpm test` |
| 34 | +- `pnpm typecheck` |
| 35 | +- `pnpm build` |
| 36 | +- `pnpm release:check` |
| 37 | +- live-smoke-tested against a local Paperclip instance, including: |
| 38 | + - issue-backed `Now` with inline commenting |
| 39 | + - approval-backed `Now` with approve / reject / request revision |
| 40 | + - queued and ambient lane inspection |
0 commit comments