No description
- Rust 97.7%
- Just 2%
- Shell 0.3%
## Summary - Define `AppCommand`, `AppEvent`, `TerminalCommand`, `GitCommand`, `SettingsCommand` in `backend/src/ipc.rs` with `IpcChannels::new()` constructor - Implement `IpcClient` in `frontend/src/ipc_client.rs` with `send()` / `next_event()` and cheap `Clone` via `Arc<Mutex>` - Add `OrchestrationCommand` and `StoredEvent` placeholder stubs in `orchestration/mod.rs` to unblock compilation (full impl deferred to issue #4) - Wire channel construction in `app/src/main.rs` - 10 unit tests, all green Closes #6 Co-authored-by: Claw Peon <claw-peon@jacquin.app> Co-authored-by: Charles Jacquin <charles@jacquin.app> Reviewed-on: #25 |
||
|---|---|---|
| .forgejo/workflows | ||
| crates | ||
| scripts | ||
| specs | ||
| .gitignore | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CLAUDE.md | ||
| justfile | ||