index
:
demon
fix-process-daemonization
fix-readme-typo
fix-root-directory-validation
fix-tail-flag-logic
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix critical process daemonization issue by replacing std::mem::forget with p...
diogo464
2025-06-26
1
-4
/
+10
*
Add comprehensive root directory validation tests
diogo464
2025-06-26
2
-0
/
+373
*
Fix all tests and add cargo test to pre-commit hook
HEAD
main
diogo464
2025-06-23
1
-90
/
+70
*
Add pre-commit hook for cargo fmt and apply formatting
diogo464
2025-06-23
1
-26
/
+52
*
Change default root directory to use .demon subdirectory
diogo464
2025-06-22
1
-2
/
+48
*
Add comprehensive integration tests for clean command behavior
diogo464
2025-06-22
1
-4
/
+56
*
Add configurable root directory for daemon files with git root discovery
diogo464
2025-06-19
1
-44
/
+41
*
Add wait subcommand for blocking until process termination
diogo464
2025-06-19
1
-1
/
+122
*
Make --id a positional argument for improved CLI usability
diogo464
2025-06-19
1
-22
/
+19
*
Implement PidFileReadError enum for better error handling
diogo464
2025-06-19
1
-0
/
+3
*
Format code with rustfmt
diogo464
2025-06-19
1
-44
/
+61
*
Add llm command for comprehensive usage documentation
diogo464
2025-06-19
1
-0
/
+20
*
Add quiet flag to list command for machine-readable output
diogo464
2025-06-19
1
-0
/
+33
*
Add comprehensive CLI tests using assert_cmd
diogo464
2025-06-19
1
-0
/
+346