Prompt file imported from AlekseiSeleznev/intent-driven-codex (
.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, validate ordinary session-effective config withscripts/openspec-artifact-review --validate-config; use explicit--config <path>for deterministic external files and--raw-config/--ignore-sessionfor tracked raw config diagnostics. - 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. - No temporary effective config file is required for ordinary status; delete any diagnostic temporary files if you create them.