π― Toh Framework v1.8.1 - Google Antigravity Workflows
π Google Antigravity Workflows
Full support for Google Antigravity IDE! Commands now appear when pressing /:
- 13 workflow files created in
.agent/workflows/ - Commands use dash syntax (
/toh-vibe) in Antigravity - Separate from Gemini CLI which uses colon syntax (
/toh:vibe)
π§ 7-File Memory System
Enhanced memory tracking with 2 new files:
| Memory File | Purpose |
|---|---|
active.md |
Current task |
summary.md |
Project overview |
decisions.md |
Key decisions |
changelog.md |
NEW! Session changes |
agents-log.md |
NEW! Agent activity log |
architecture.md |
Project structure |
components.md |
Component registry |
π’ Agent Announcements
All agents now announce themselves when working:
[π¨ UI Builder] Starting: Create Dashboard Page
[π¨ UI Builder] β
Complete: Dashboard with 3 components
β‘ Parallel Execution
Agents can now work simultaneously when there are no dependencies:
Phase 1: [π¨ UI] + [βοΈ Dev] β PARALLEL
Phase 2: [π Backend] β SEQUENTIAL
Phase 3: [β¨ Design] + [π§ͺ Test] β PARALLEL
π― Agent Selection Reasoning
Before executing, see why AI chose specific agents:
π Analysis:
| Need | Agent | Confidence |
|------|-------|------------|
| Create pages | π¨ UI | 95% |
| Add logic | βοΈ Dev | 90% |
| Connect DB | π Connect | 95% |
π¦ Installation
npx toh-framework@latest installπ Links
- π Website: tohframework.dev
- π¦ npm: toh-framework
- π Docs (TH): README-TH.md
Full Changelog: v1.7.0...v1.8.1