diff options
| author | diogo464 <[email protected]> | 2025-06-23 10:34:39 +0100 |
|---|---|---|
| committer | diogo464 <[email protected]> | 2025-06-23 10:34:39 +0100 |
| commit | 4e9134b98866364f0eb35cd693da185ec389a3db (patch) | |
| tree | d8f2384e7865f5a918e29bbdc09e50cc42e79b57 | |
| parent | f2d3af390bf9fc924c2b1bd4c2b4fb3b50819307 (diff) | |
Simplify README title
Remove "Background Process Manager" subtitle for cleaner title
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | # demon - Background Process Manager | 1 | # demon |
| 2 | 2 | ||
| 3 | This tool helps AI agents control long-running processes and view their logs easily. For example, when running `npm run dev`, Claude often runs problematic commands like `npm run dev &` which makes it unable to see the logs or properly kill the process afterward. When it tries to run `npm run dev` again, the new instance binds to a different port and it ends up getting kind of lost. | 3 | This tool helps AI agents control long-running processes and view their logs easily. For example, when running `npm run dev`, Claude often runs problematic commands like `npm run dev &` which makes it unable to see the logs or properly kill the process afterward. When it tries to run `npm run dev` again, the new instance binds to a different port and it ends up getting kind of lost. |
| 4 | 4 | ||
