Go to file
Developer bb683724a3 Implement core project structure and functionality
This commit includes:
- Set up workspace with daemon, client, and common crates
- Implemented protocol definitions for client-server communication
- Created session management system with command execution
- Built SQLite database logging infrastructure
- Added Unix domain socket server for daemon
- Implemented client with REPL interface
- Added utility functions for paths and error handling
2025-04-06 03:27:28 +00:00
client Implement core project structure and functionality 2025-04-06 03:27:28 +00:00
common Implement core project structure and functionality 2025-04-06 03:27:28 +00:00
daemon Implement core project structure and functionality 2025-04-06 03:27:28 +00:00
.gitignore Initial commit: Add DESIGN.md, PROGRESS.md and .gitignore 2025-04-06 02:59:51 +00:00
Cargo.toml Implement core project structure and functionality 2025-04-06 03:27:28 +00:00
DESIGN.md Initial commit: Add DESIGN.md, PROGRESS.md and .gitignore 2025-04-06 02:59:51 +00:00
PROGRESS.md Initial commit: Add DESIGN.md, PROGRESS.md and .gitignore 2025-04-06 02:59:51 +00:00