From 406683799b5d385eb09b352c5dfaa62373f3e4f7 Mon Sep 17 00:00:00 2001 From: Hibryda Date: Thu, 5 Mar 2026 23:32:19 +0100 Subject: [PATCH] docs: reflect Phase 1 completion in README, TODO, and CHANGELOG Move Phase 1 to completed in TODO.md, update README.md v2 status, and add scaffolding entries to CHANGELOG.md. --- CHANGELOG.md | 6 ++++++ README.md | 2 +- TODO.md | 3 +-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8955c0f..54eb805 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,10 +8,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] ### Added +- v2 project scaffolding: Tauri 2.x + Svelte 5 in `v2/` directory (Phase 1 complete) +- Rust backend stubs: main.rs, lib.rs, pty.rs, sidecar.rs, watcher.rs, session.rs +- Svelte frontend with Catppuccin Mocha CSS variables and component structure +- Node.js sidecar scaffold with NDJSON communication pattern - v2 architecture planning: Tauri 2.x + Svelte 5 + Claude Agent SDK via Node.js sidecar - Research documentation covering Agent SDK, xterm.js performance, Tauri ecosystem, and ultrawide layout patterns - Phased implementation plan (6 phases, MVP = Phases 1-4) - Error handling and testing strategy for v2 - Documentation structure in `docs/` (task_plan, phases, findings, progress) +- 17 operational rules in `.claude/rules/` - TODO.md for tracking active work - `.claude/CLAUDE.md` behavioral guide for Claude sessions +- VS Code workspace configuration with Peacock color diff --git a/README.md b/README.md index 62ae11d..f6467da 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Terminal with session panel (MobaXterm-style), built with GTK 3 + VTE. Catppuccin Mocha theme. -> **v2 in planning:** Redesign as a multi-session Claude agent dashboard using Tauri 2.x + Svelte 5 + Claude Agent SDK. See [docs/task_plan.md](docs/task_plan.md) for architecture and [docs/phases.md](docs/phases.md) for implementation plan. +> **v2 in progress (Phase 1 complete):** Redesign as a multi-session Claude agent dashboard using Tauri 2.x + Svelte 5 + Claude Agent SDK. Project scaffolded on branch `v2-mission-control`. See [docs/task_plan.md](docs/task_plan.md) for architecture and [docs/phases.md](docs/phases.md) for implementation plan. ![BTerminal](screenshot.png) diff --git a/TODO.md b/TODO.md index 86fc4cd..3728723 100644 --- a/TODO.md +++ b/TODO.md @@ -2,7 +2,6 @@ ## Active -- [ ] **Phase 1: Project Scaffolding** — Create feature branch, init Tauri 2.x + Svelte 5, basic window with Catppuccin theme. See [docs/phases.md](docs/phases.md). - [ ] **Phase 2: Terminal Pane + Layout** — CSS Grid tiling, xterm.js with Canvas addon, PTY via portable-pty, SSH/shell/Claude CLI support. - [ ] **Phase 3: Agent SDK Integration** — Node.js sidecar, SDK message adapter, structured agent panes with tool call cards. - [ ] **Phase 4: Session Management + Markdown** — SQLite persistence, session CRUD, file watcher, markdown rendering. MVP ship after this phase. @@ -11,4 +10,4 @@ ## Completed -(none yet) +- [x] **Phase 1: Project Scaffolding** — Tauri 2.x + Svelte 5 scaffolded in `v2/`, Catppuccin theme, Rust stubs, sidecar scaffold. | Done: 2026-03-05