docs(changelog): record this cycle's behavior-changing fixes (incl. #926 safety)#932
Merged
Conversation
Per the CLAUDE.md pre-merge checklist (item 5, "Add entry under [Unreleased]"), several recently-merged PRs landed without CHANGELOG entries. Backfilling the user/operator-facing ones — most importantly the MAT triage safety fix: - #926 (Security/safety): survivor with a heartbeat never triaged Deceased - #918: per-node HA devices report each node's own presence/motion - #919: actionable --model load diagnostic (refs #894) - #920: --export-rvf no longer silently produces a placeholder model - #929 (Security): bearer scheme matched case-insensitively (RFC 6750) CI-internal fixes (#925 rust-cache, #930 SAST) are intentionally omitted — they don't change product behavior. Docs-only. Co-Authored-By: claude-flow <ruv@ruv.net>
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.
Several recently-merged PRs landed without the CHANGELOG entry the pre-merge checklist (CLAUDE.md item 5) calls for. Backfilling the user/operator-facing ones into
[Unreleased]— most importantly the #926 MAT triage safety fix, which changes life-safety behavior and must be documented:### Fixed
calculateanddetermine_triagepaths now escalate a pulse to Immediate).--modelload diagnostic for non-RVF files (refs Pre-trained model from HuggingFace cannot be loaded: incompatible RVF format #894).--export-rvfno longer silently writes a placeholder model under--train.### Security
CI-internal fixes (#925 Swatinem rust-cache, #930 SAST scan path) are intentionally omitted — they don't change product behavior.
Docs-only; entries match the existing detailed
[Unreleased]style.🤖 Generated with claude-flow