Skip to content

feat(decision-council): verify execution preflight before dispatch#58

Merged
9uiLe merged 1 commit into
masterfrom
feat/decision-council-preflight
Jul 14, 2026
Merged

feat(decision-council): verify execution preflight before dispatch#58
9uiLe merged 1 commit into
masterfrom
feat/decision-council-preflight

Conversation

@9uiLe

@9uiLe 9uiLe commented Jul 14, 2026

Copy link
Copy Markdown
Owner

Summary

  • add a host-neutral execution preflight contract and deterministic guard
  • distinguish requested/effective model and effort with runtime/probe provenance
  • block known mismatch, silent fallback, unsafe context, and unbounded limits before dispatch
  • require finite token ceilings and owner-backed authorization for budget excess
  • support explicitly degraded low-stakes operation and post-run usage variance reporting

Decision Council dogfood

  • froze O1 model/effort mismatch detection, O2 usage/loop bounds, and O3 host-neutral degradation
  • verified the requested Fable 5 and Codex gpt-5.6-sol/high terminal configurations before dispatch
  • incorporated Fable challenge concerns about config-sourced verification, missing ceilings, weak authorization provenance, and expected-vs-maximum variance
  • filed [Orchestration] Dispatch can complete without durable worker_done or recoverable result #57 after an Orca Fable dispatch completed without a durable worker_done or recoverable response

Testing

  • node --test plugins/second-opinion/tests/*.test.mjs
  • python ~/.codex/skills/.system/skill-creator/scripts/quick_validate.py plugins/second-opinion/skills/decision-council
  • ./scripts/verify-versions.sh
  • git diff --check

Closes #54

Base automatically changed from feat/decision-council-outcome-trace to master July 14, 2026 23:30
@9uiLe
9uiLe merged commit 5320f15 into master Jul 14, 2026
1 check passed
@9uiLe
9uiLe deleted the feat/decision-council-preflight branch July 14, 2026 23:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Decision Council] Verify effective model, effort, and token guard before deliberation

1 participant