docs: extend [Unreleased] CHANGELOG for #88-#93#94
Merged
Conversation
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>
There was a problem hiding this comment.
Pull request overview
Extends the [Unreleased] section of CHANGELOG.md to capture the second half of the audit-cleanup work landed in PRs #88–#93, keeping the changelog up to date without introducing code changes.
Changes:
- Adds new Added entries for adapter manifest
defaultConfigand workerSignalDeduperextraction. - Adds new Fixed entries for URL validation hardening, adapter shape validation, and worker dedupe cap enforcement.
- Adds new Tests entries summarizing coverage improvements across config/core/connectors/llm-client/execution-router/twin-model/worker.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Captures the second half of the audit cleanup work that landed after #87 (the first CHANGELOG capture).
Pure docs — no code changes.
The `[Unreleased]` section is now the complete picture of the session. To cut a release: bump VERSION to `0.4.1.0`, rename the section to `[0.4.1.0] - 2026-04-27`, then `git tag v0.4.1.0 && git push --tags` to trigger the existing draft-release workflow.
Test plan
🤖 Generated with Claude Code