Prompt file imported from AlekseiSeleznev/codex-computer-use-x11 (
.codex/prompts/opsx-review-status.md). Copyright stays with the author.
Project constitution preflight:
- Read and enforce root
CONSTITUTION.md; use theproject-constitutionskill rules; for architecture-sensitive work also readARCHITECTURE.md,adr/README.md, and relevant in-forceadr/*.md. - Do not read
.secrets.local.env; status is non-secret session/config inspection only.
Show artifact review session status:
- Run
scripts/openspec-session-state --status. - If
.codex/openspec-artifact-review.jsonexists, generate a temporary effective config withscripts/openspec-session-state --effective-review-config --out <tmp>and validate it withscripts/openspec-artifact-review --validate-config --config <tmp>. - Summarize session decision, git checkpoint mode, effective enabled/disabled state, provider base URL, API key variable name only, and per-stage model/effort/budget/blocking settings.
- Omit secret values. Do not read
.secrets.local.envand do not call the live provider. - Delete temporary effective config files after use.