Forge
Use Codex Forge to design a bounded implementation proposal.
Return convergence, dissent, safety notes, and next Council prompt.
Installazione
Installa globalmente per usare il council in qualsiasi progetto:
npx codex-marketplace add ercoledevs/codex-council --plugin --global -y
Oppure limitalo a un singolo progetto:
npx codex-marketplace add ercoledevs/codex-council --plugin --project -y
Ricarica Codex dopo l'installazione o l'aggiornamento.
Chiedi bene
Use Codex Forge to design a bounded implementation proposal.
Return convergence, dissent, safety notes, and next Council prompt.
Use Codex Council to review this architecture decision.
Focus on blockers, rollback, and verification.
Council review this diff.
Focus on regressions, missing tests, and performance impact.
Frontend Council: review this modal flow with Leonardo and Bob.
Don't claim verified without browser evidence.
Workflow da CLI
# Imposta il profilo locale usato per le stime.
python3 scripts/codex_council.py profile --plan Pro --model gpt-5.5 --reasoning xhigh
# Stima prima.
python3 scripts/codex_council.py estimate --topic "Architecture Review" --mode standard --token-budget compact
# Avvia una sessione dopo aver accettato la stima.
python3 scripts/codex_council.py init --topic "Architecture Review" --root . --mode standard --token-budget compact --confirm-estimate
# Anteprima del router opt-in. I rischi hard forzano comunque la copertura completa.
python3 scripts/codex_council.py estimate --topic "Docs cleanup" --router auto --panel auto --json
# Forgia una proposta creativa, poi passala al Council per il giudizio.
python3 scripts/codex_council.py estimate --topic "Forge a Release Workflow" --mode standard --type forge --token-budget compact
python3 scripts/codex_council.py init --topic "Forge a Release Workflow" --root . --mode standard --type forge --confirm-estimate
# Compila il contesto ripetuto, poi controlla salute e metriche locali.
python3 scripts/codex_council.py compile-context --topic "Review handoff" --constraint "No public links" --json
python3 scripts/codex_council.py doctor --session <session-dir>
python3 scripts/codex_council.py dashboard
# Valida e scrivi alla fine le statistiche delle stime locali.
python3 scripts/codex_council.py validate-session --session <session-dir>
python3 scripts/codex_council.py stats --session <session-dir> --write
Decision Runtime sperimentale
Il Decision Runtime della 1.0 è opt-in e mantiene autorevole il legacy. Avvia uno shadow solo quando vuoi la vista aggiuntiva; non cambia mai il verdetto del Council.
python3 scripts/codex_council.py cells project --help
python3 scripts/codex_council.py cells doctor --help
Scopri cosa aggiunge Decision Runtime Apri il riferimento tecnico completo →
Aggiorna alla 1.0
# Installa la 1.0 e ricarica Codex.
npx codex-marketplace add ercoledevs/codex-council --plugin --global -y
# Valida il plugin installato e controlla lo stato della release.
python3 scripts/codex_council.py validate --plugin-root . --strict
python3 scripts/codex_council.py check-update