Go to file
John Kenyon 16720f5ad2 Add automatic daemon startup feature to client
- Client now checks if daemon is running and starts it if needed
- Finds daemon binary based on client executable location
- Waits for daemon to start up before continuing
- Also implements proper handling of --shutdown flag
- Improves user experience by removing need to manually start daemon
2025-04-07 05:17:30 +00:00
client Add automatic daemon startup feature to client 2025-04-07 05:17:30 +00:00
common Add daemon shutdown functionality for testing and administration 2025-04-07 05:07:38 +00:00
daemon Add daemon shutdown functionality for testing and administration 2025-04-07 05:07:38 +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 Update PROGRESS.md to mark Phase 1 as completed 2025-04-06 03:28:14 +00:00