Designed to do
Inspect routing evidence.
- Evaluate native Codex Skill activation.
- Surface duplicate names and identity drift.
- Produce reproducible schema v3 reports.
- Read compatible historical schema v2 reports.
Plugin route / Eval
Gloamere Eval binds the plugin manifest, Skill, and agent configuration to exact paths and SHAs before observing native Codex activation. Evidence gaps stay visible instead of becoming false accuracy.
prompt_sha25696f3…d221Raw prompt omittedmanifest / Skill / agent SHAgloamere-workflowsThree path-bound filesevidence_statusverifiedverdict passSpecimen record: field anatomy only—not a published native-admission result.
Three explicit actions
The runner uses Python 3.10+ standard library code and local Codex CLI execution. Each action has a separate responsibility.
Record plugin ID and version, installed and enabled state, plus path-bound SHA-256 values for the manifest, Skill, and agent configuration.
Validate the suite, target lock, or report, then reread the target to catch content or identity changes.
Run normal activation through codex exec --json and verify the actual SKILL.md path. Unknown or incomplete events fail closed.
Evidence contract
Only verified observations receive a routing verdict. Every other state explains why scoring is unavailable and returns verdict = null.
| evidence_status | What it means | verdict |
|---|---|---|
verified | The recognized Codex event stream is complete, agrees with the model statement, and resolves to the locked Skill path. | pass or fail |
unobservable | The event stream is malformed, truncated, or contains an unknown event. | null |
unavailable | Codex, the plugin directory, or an enabled target cannot currently be observed. | null |
identity_conflict | The model statement, duplicate Skill name, installed identity, or target lock disagree. | null |
execution_error | Codex or the event adapter did not complete successfully. | null |
Report privacy
--include-prompts choice after reviewing the privacy boundary.--output.Designed to do
Designed not to do
Pinned installation
These commands become valid only after the release gate passes and the exact tag is published. Nothing is fetched from a moving branch.
codex plugin marketplace add gloamere/codex-plugins --ref v4.0.0-beta.1codex plugin add gloamere-eval@gloamerecodex plugin list --jsonDefault installer: installs Gloamere Eval.
Legacy safety: detects old 3.x selectors but never removes, disables, or modifies them.
PowerShell, macOS, and Linux installer commands