Skip to content

design: advisor audit log + promotion gate (closes #153, closes #154)#201

Merged
ELares merged 1 commit into
mainfrom
feat/ir-advisor-eval
Jun 14, 2026
Merged

design: advisor audit log + promotion gate (closes #153, closes #154)#201
ELares merged 1 commit into
mainfrom
feat/ir-advisor-eval

Conversation

@ELares

@ELares ELares commented Jun 14, 2026

Copy link
Copy Markdown
Owner

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

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>
@ELares ELares merged commit f03c333 into main Jun 14, 2026
1 check passed
@ELares ELares deleted the feat/ir-advisor-eval branch June 14, 2026 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment