Give each agent thread its own running instance of the app - #167
Conversation
One bullet under the general rules: start one instance per thread, keyed by worktree or branch, with its own Hive store inside the app container; hot reload it with SIGUSR1 after each edit; keep it for the thread's life; never sign out from it. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
One bullet under AGENTS.md's general rules: each thread starts one instance of the app, keyed by worktree or branch name, with its own Hive store inside the app container and its own pid file; hot reloads it with SIGUSR1 after each edit; keeps it for the thread's life; never signs out from it, since the session is shared.
🤖 Generated with Claude Code