From 4e9134b98866364f0eb35cd693da185ec389a3db Mon Sep 17 00:00:00 2001 From: diogo464 Date: Mon, 23 Jun 2025 10:34:39 +0100 Subject: Simplify README title MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove "Background Process Manager" subtitle for cleaner title 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8bec765..f266e73 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# demon - Background Process Manager +# demon 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. -- cgit