docs: capture safety-kernel and dashboard-polish work in CHANGELOG#87
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new [Unreleased] section to CHANGELOG.md to document the recent “safety-kernel” and “dashboard polish” work without bumping the release version.
Changes:
- Introduces an
[Unreleased]section with Added / Fixed / Tests subsections. - Captures recent safety-kernel improvements (policy verdicts, router invariants, SSE event, e2e coverage).
- Captures recent dashboard polish items (approvals pagination, decisions UI improvements, preferences/dollars input polish).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+3
to
+7
| ## [Unreleased] | ||
|
|
||
| ### Added | ||
|
|
||
| - **Per-candidate policy verdicts on decision outcomes**: `DecisionOutcome.policyVerdicts` now records the policy result for every scored candidate (`'allowed' | 'requires-approval' | 'denied'`), populated by `evaluate()` and not persisted. Lets downstream consumers distinguish blocked candidates from un-evaluated ones (#82) |
There was a problem hiding this comment.
2 tasks
jayzalowitz
added a commit
that referenced
this pull request
Apr 27, 2026
Captures the second half of the audit cleanup work that landed after #87: - #88 config/core test coverage (was 0/missing helpers) - #89 connectors gmail + calendar pure-logic tests (8 → 43) - #90 llm-client URL validation hardening (zone IDs, trailing dots, CGNAT) - #91 adapter-discovery factory shape check + manifest defaultConfig - #92 preference-archaeologist coverage (action keys, multi-group, expiry) - #93 worker SignalDeduper extraction + 11 tests Pure docs. Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
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
Documents the eight PRs landed in the recent session under a new `[Unreleased]` section in CHANGELOG.md. Pure documentation — no code changes.
Captured PRs:
VERSION bump and tag are intentionally left out so the release moment stays an explicit decision. To cut a release: bump VERSION to 0.4.1.0, rename `[Unreleased]` to `[0.4.1.0] - YYYY-MM-DD`, then `git tag v0.4.1.0` to trigger the existing GitHub Release workflow.
Test plan
🤖 Generated with Claude Code