Prompt file imported from AlekseiSeleznev/codex-computer-use-x11 (
.codex/prompts/opsx-review-set.md). Copyright stays with the author.
Project constitution preflight:
- Read and enforce root
CONSTITUTION.md; use theproject-constitutionskill rules before changing review state. - Do not read
.secrets.local.env; these commands inspect or change non-secret session/config metadata only.
Set session-level artifact review stage settings:
- Parse the requested stage and key/value settings. Supported keys include
model,effort,budget/maxBudgetUsd,budgetRub/maxBudgetRub,baseUrl,endpoint,apiKeyEnv,structuredOutputMode,blockOn, andenabled. - Run
scripts/openspec-session-state --set-review-stage <stage> key=value .... - Generate a temporary effective config with
scripts/openspec-session-state --effective-review-config --out <tmp>and validate it withscripts/openspec-artifact-review --validate-config --config <tmp>. - Show concise status and effective stage settings. Omit secret values;
apiKeyEnvis allowed, real API keys are not. - Leave
.codex/openspec-artifact-review.jsonunchanged unless the user explicitly asks to change global defaults.