tui: introduce dashboard console boundaries

This commit is contained in:
2026-06-20 18:12:18 +09:00
parent 7e35721a81
commit 5415a9478d
12 changed files with 4465 additions and 4423 deletions
+3 -3
View File
@@ -13,7 +13,7 @@ Main highlights:
- Multi-agent orchestration with scoped coder/reviewer Pods.
- Profile, Manifest, and prompt-based runtime configuration.
- Local Tickets and workflow files for auditable project coordination.
- TUI and CLI entry points, including a multi-Pod dashboard.
- TUI and CLI entry points, including the `yoi panel` workspace Dashboard and single-Pod Console.
Yoi is actively dogfooded in this repository. Public APIs, configuration formats, and workflows may still change.
@@ -38,7 +38,7 @@ nix build .#yoi
```sh
yoi --help
yoi
yoi --multi
yoi panel
yoi --pod <name>
yoi pod --help
```
@@ -46,7 +46,7 @@ yoi pod --help
Typical flow:
1. Configure providers, models, profiles, prompts, and scopes.
2. Start or attach to a named Pod from the CLI/TUI.
2. Start or attach to a named Pod in the Console, or inspect workspace activity in the Dashboard.
3. Use explicit tools and scoped delegation for multi-agent work.
4. Record project work through Tickets, workflow files, and git history.