aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordiogo464 <[email protected]>2025-06-23 10:34:39 +0100
committerdiogo464 <[email protected]>2025-06-23 10:34:39 +0100
commit4e9134b98866364f0eb35cd693da185ec389a3db (patch)
treed8f2384e7865f5a918e29bbdc09e50cc42e79b57 /README.md
parentf2d3af390bf9fc924c2b1bd4c2b4fb3b50819307 (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]>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8bec765..f266e73 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
1# demon - Background Process Manager 1# demon
2 2
3This 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. 3This 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