Skip to content

Commit 59b3a07

Browse files
docs: trim README
1 parent 6a150f8 commit 59b3a07

1 file changed

Lines changed: 1 addition & 20 deletions

File tree

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CodeForge
22

3-
A Tauri-based AI code editor that wraps Claude Code and Codex into a native desktop app with multi-thread sessions, an embedded browser, and a sleek dark UI.
3+
An AI code editor that wraps Claude Code and Codex into a native desktop app with multi-thread sessions, an embedded browser, and a sleek dark UI.
44

55
> **Note**: This project is under active development and is not yet production-ready.
66
@@ -20,17 +20,6 @@ A Tauri-based AI code editor that wraps Claude Code and Codex into a native desk
2020
- **Worktree Management** - Git worktree per thread for isolated changes
2121
- **Per-Thread Browser** - Each thread gets its own browser instance with independent state
2222

23-
## Architecture
24-
25-
```
26-
crates/
27-
session/ # Claude Code & Codex subprocess management
28-
persistence/ # SQLite database (threads, messages, settings, usage)
29-
tauri-app/ # Tauri shell, commands, and SolidJS frontend
30-
frontend/ # SolidJS + Vite
31-
browser-sidecar/ # Playwright CDP screencast process
32-
```
33-
3423
## Requirements
3524

3625
- macOS / Linux / Windows
@@ -79,14 +68,6 @@ cargo test -p codeforge-session --test claude_integration
7968
| Enter | Send message |
8069
| Shift+Enter | New line |
8170

82-
## Tech Stack
83-
84-
- **Backend**: Rust, Tauri 2, SQLite
85-
- **Frontend**: SolidJS, Vite, TypeScript
86-
- **Browser**: Playwright, Chrome DevTools Protocol
87-
- **AI**: Claude Code CLI, Codex CLI
88-
- **Design**: DM Sans + JetBrains Mono, custom dark theme
89-
9071
## License
9172

9273
See repository for license details.

0 commit comments

Comments
 (0)