aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix all tests and add cargo test to pre-commit hookHEADmaindiogo4642025-06-231-90/+70
* Add clippy check to pre-commit hook and fix all clippy warningsdiogo4642025-06-231-48/+40
* Remove implementation plans and goal filesdiogo4642025-06-234-778/+0
* Add pre-commit hook for cargo fmt and apply formattingdiogo4642025-06-232-46/+105
* Simplify README titlediogo4642025-06-231-1/+1
* Add GitHub Actions workflow for Rust testingdiogo4642025-06-231-0/+43
* Improve README introduction and add root directory informationdiogo4642025-06-231-180/+21
* Change default root directory to use .demon subdirectorydiogo4642025-06-222-4/+74
* Add comprehensive integration tests for clean command behaviordiogo4642025-06-221-4/+56
* Update README.md: remove emojis, simplify installation, and remove license se...diogo4642025-06-221-71/+10
* Add environment variable support for root directory configurationdiogo4642025-06-192-2/+2
* Add configurable root directory for daemon files with git root discoverydiogo4642025-06-192-151/+251
* Enhance tail command with follow mode control and line count optionsdiogo4642025-06-191-3/+61
* Add wait subcommand for blocking until process terminationdiogo4642025-06-194-5/+382
* Update improvement plan with completion statusdiogo4642025-06-191-5/+21
* Add comprehensive README.md with complete documentationdiogo4642025-06-192-9/+362
* Make --id a positional argument for improved CLI usabilitydiogo4642025-06-192-60/+52
* Implement PidFileReadError enum for better error handlingdiogo4642025-06-192-32/+101
* Rename PidFileData to PidFilediogo4642025-06-192-27/+275
* Store command in PID file and display in list/status outputdiogo4642025-06-191-145/+151
* Format code with rustfmtdiogo4642025-06-192-176/+231
* Replace glob dependency with std::fs directory traversaldiogo4642025-06-193-106/+100
* Add llm command for comprehensive usage documentationdiogo4642025-06-192-0/+258
* Add quiet flag to list command for machine-readable outputdiogo4642025-06-192-14/+67
* Add comprehensive CLI tests using assert_cmddiogo4642025-06-193-1/+617
* Switch to anyhow for improved error handlingdiogo4642025-06-193-17/+345
* Add .gitignore for demon process filesdiogo4642025-06-191-0/+6
* Initial implementation of demon CLI tooldiogo4642025-06-196-0/+1554