Skip to content

v2.0.0 — One-Go Build, TOH LOOP, Design Identity

Choose a tag to compare

@wasintoh wasintoh released this 16 Jul 14:12
· 11 commits to main since this release

The "never babysit your AI again" release. One approval in. One finished app out.

Toh Framework 2.0

Headline features

Feature What it means for you
🚀 One-Go Build Approve once, get a whole finished app — /toh-plan writes the plan to .toh/plan.md, you say "Go", it builds to the end. Zero babysitting.
🔁 TOH LOOP Type & Forget — builds, tests, and fixes itself task by task. Never asks "continue?" between phases.
🛡️ Stop Hook Refuses to quit until every task is verified DONE — real command output is the only proof it accepts (Claude Code).
🎨 Design Identity No one can tell AI made it — per-project root DESIGN.md + versioned AVOID-LIST kill the "AI look".
⏯️ Auto-Resume Quit anytime — /clear, close the terminal, switch IDEs — it resumes exactly where it left off.

Also in 2.0.0

  • 🧠 /toh v5 — intent-based orchestrator with runtime capability survey + model routing (opus/sonnet/haiku per role)
  • 🔬 /toh-fix evidence-first — proves the root cause before touching a line
  • ⚡ Next.js 16 / React 19 / Tailwind CSS 4 templates, build-verified
  • 💚 /toh-line (LINE MINI App) + /toh-mobile (PWA/Capacitor) in one command
  • 🤖 Single-source agents, transformed per IDE at install
  • 🎛️ .toh/capabilities.json + per-IDE command variants; Claude Code gets hard enforcement (Stop hook, /goal, /loop)
  • 🧠 New orchestration-protocol skill (23 skills total) + engineer-harness 1.1 announce contract

Install / Upgrade

npx toh-framework@latest install

Full details: CHANGELOG.md

🤖 Generated with Claude Code