There was an error while loading. Please reload this page.
wiki: name the Python 3.11 floor and drop the demo-project claim The engine reads workflow.toml with tomllib (3.11+), and no demo project ships with a clone — the prompt default engine/demo is untracked.
Streamline to current reality: bootup order, replaceable personas, validate chain Second review pass (Sonnet, wiki + repo consistency). Fixes: - bootup asks AIDE's model FIRST, then scope/workers/ask-before-merging, then the per-role models (was mis-ordered) - personas are TRON-shipped, replaceable defaults you can edit or bring your own — drop the stale 'project brings personas + skills' framing (the engine has no skill concept); add a Worker personas section - add engine/tg.py to the validate chain (matches CI) - TRON_REF example -> v0.4.1 (real tag); install.sh added to the layout - turn_seconds moved to prose (not in the default file) - FAQ points at CONTRIBUTING for the workflow/gates Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017ye4iBENFn9u118gswMHWE
Accuracy pass: bootup sequence, installer, remove fabricated review cadence Verified every page against the live engine (adversarial review). Fixes: - bootup asks the full sequence (scope, worker count, ask-before-merging, model per role), not 'two things' - add the one-line installer (curl | sh) + reconcile tron vs ./tron - drop the fabricated 'review cadence/lens scheduler' — lenses are verdict phases in workflow.toml, no scheduler - document ask-before-merging as a runtime landing pause - add the turn_seconds limit - Getting Started is now the single canonical getting-started (repo copy dropped) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017ye4iBENFn9u118gswMHWE
Fix review findings: remove the fabricated console, align 'supervises' The engine has no status/pipeline/stop REPL — it runs autonomously. Correct Home/Getting-Started/Commands/Operations to the real model (dispatch + milestones, parley.md/report-request.md operator channels, --watch/STOP), and supervises->orchestrates.
Update the wiki for the current engine Rewrite all pages against the deterministic engine: the workflow.toml pass spine + workflow.ESCALATION exception spine, the closed word vocabulary, the truth gate (DONE -> CONFIRMED), the build/review/merge/wrap flow, the engine/ docs/ evaluation/ layout, and the tron start / --selftest / harness commands. Removes the superseded seeder / cron / routing.yaml / workflow.yaml model and 'supervisor' framing.
docs(wiki): TRON wiki — current deterministic model Home, Getting Started, Concepts, Commands, Configuration, Architecture, Operations, FAQ, sidebar. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>