aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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