design: advisor audit log + promotion gate (closes #153, closes #154)#201
Merged
Conversation
ADVISOR_AUDIT.md (#153): a durable tamper-evident decision/audit log (knob from->to, triggering expert/objective delta, snapshot version, replay evidence vs baseline, rollback/kill-switch trips with cause), surfaced via INFO + /metrics, queryable, emitted EVEN IN SHADOW MODE, with defined retention. ADVISOR_PROMOTION.md (#154): an offline-replay + shadow-A/B promotion gate proving a change beats the live static baseline by a quantified margin before it may act, turning #90 headroom + #93 oracle into a gating pipeline. #153 records what happened; #154 decides what is allowed; distinct from #91's live rollback. Authored+reviewed via workflow. CI passes. Closes #153, closes #154. Signed-off-by: Zeke <ezequiel.lares@outlook.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.
Wave-3 M1 specs (advisor eval; depend on PR-21's #91 snapshot/guardrail contract). Authored + adversarially reviewed via workflow.
ADVISOR_AUDIT.md (#153): a durable tamper-evident decision/audit log (knob from->to, triggering expert/objective delta, snapshot version, replay evidence vs baseline, rollback/kill-switch trips with cause), surfaced via INFO + /metrics, queryable, emitted even in shadow mode, with defined retention.
ADVISOR_PROMOTION.md (#154): an offline-replay + shadow-A/B promotion gate proving a change beats the live static baseline by a quantified margin before it may act, turning #90 headroom + #93 oracle into a gating pipeline. #153 records what happened; #154 decides what is allowed; distinct from #91's live rollback.
CI passes. Closes #153, closes #154.
🤖 Generated with Claude Code