docs: record composite runtime orchestration

This commit is contained in:
Micheal Wilkinson
2026-03-21 14:45:54 +00:00
parent f04df719e2
commit 58e29aca0c

View File

@@ -28,7 +28,7 @@ A `### Breaking` section is used in addition to Keep a Changelog's standard sect
- Added matching local validation targets in `justfile` for formatting, module hygiene, tests, and security checks. - Added matching local validation targets in `justfile` for formatting, module hygiene, tests, and security checks.
- `decorate-pr` now reads Unreleased changelog content through the `vociferate` Go CLI instead of maintaining separate shell parsing logic in the composite action. - `decorate-pr` now reads Unreleased changelog content through the `vociferate` Go CLI instead of maintaining separate shell parsing logic in the composite action.
- `publish` now extracts tagged release notes through the `vociferate` Go CLI instead of duplicating changelog section parsing in shell. - `publish` now extracts tagged release notes through the `vociferate` Go CLI instead of duplicating changelog section parsing in shell.
- Composite actions now share a centralized runtime-resolution and binary-download path, with binary versus source execution selected through step-level `if` conditions where supported. - Composite actions now share a centralized `run-vociferate` orchestration flow, with runtime resolution, caching, binary download, and binary-versus-source execution delegated through nested composite actions instead of standalone helper scripts.
### Removed ### Removed