Forge
Esempio di promptUse $codex-council:codex-forge to design a bounded implementation proposal.
Return convergence, dissent, safety notes, and next Council prompt.
Installazione
Installa globalmente per usare Forge, Council, Mind, Hyper, Alters e Decision Runtime 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
Copia la struttura e sostituisci i placeholder. Sono esempi di prompt, non risultati registrati.
Use $codex-council:codex-forge to design a bounded implementation proposal.
Return convergence, dissent, safety notes, and next Council prompt.
Use $codex-council:codex-council to review this architecture decision.
Focus on blockers, rollback, and verification.
Use $codex-council:codex-council to review this diff.
Focus on regressions, missing tests, and performance impact.
Use $codex-council:codex-council with frontend review.
Review this modal with Leonardo and Bob.
Don't claim verified without browser evidence.
Use $codex-council:codex-mind to turn this idea into a proposal and review it.
If the verdict is build with no blockers, offer Hyper and ask before editing.
Use $codex-council:codex-hyper to implement this authorized change.
Define the contract and close only on evidence.
Workflow da CLI
# Imposta il profilo locale usato per le stime.
python3 scripts/codex_council.py profile --plan Pro --model "<model-id>" --reasoning high
# Stima prima.
python3 scripts/codex_council.py estimate --topic "Architecture Review" --mode standard --token-budget compact
# Prepara gli artefatti dopo aver accettato la stima.
# init scrive solo gli artefatti: non avvia agenti né una review.
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
# Prepara una sessione Forge. La CLI crea solo gli artefatti;
# invocare separatamente la skill Codex avvia i creator.
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
fast, standard, deep) scelgono la
topologia deliberativa. I budget (compact, balanced,
expanded) scelgono il margine per contesto e output. Le stime sono
euristiche locali, non dati di fatturazione. Standard e Deep richiedono una stima
accettata; expanded anche una conferma esplicita.
Decision Runtime sperimentale
Decision Runtime è sperimentale, opt-in e non autorevole. Proietta una vista locale dagli artefatti salvati; sessione originale e verdetto Council restano la fonte di verità.
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 →
Resta aggiornato
# Installa la release pubblica corrente 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