Skip to content

Commit 8552055

Browse files
committed
fix(uninstall,INSTALL.md): cbraintg ownership note + stale-lock doc fix
Audit pass 5: uninstall summary now tells users cbraintg is managed by 2ndBrain-mogging and provides the correct uninstall command. INSTALL.md fixes stale lock-file cleanup description ("older than 30 minutes" is accurate; "no matching process" was vague) and corrects emoji spacing.
1 parent fa8d948 commit 8552055

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

templates/INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Close and reopen Claude Code for the status line to take effect.
4141
| Indicator | Meaning |
4242
|-----------|---------|
4343
| 🧠 2ndBrain | Working directory is inside an Obsidian vault (2ndBrain or MASTER) |
44-
| ⚡️ fidgetflo | FidgetFlo MCP server is running |
44+
| ⚡️fidgetflo | FidgetFlo MCP server is running |
4545
| 🎨 UIPro | Always shown (global skill, always available) |
4646
| 🐝 Swarm | Active swarm session (with agent count if available) |
4747
| 👑 Hive | Active hive-mind session |
@@ -55,7 +55,7 @@ The script uses lock files to detect active sessions:
5555
- `/tmp/fidgetflo-mini-active` — Created when a mini swarm starts. Contents hold the agent count as a plain integer (e.g., `5`).
5656
- `/tmp/fidgetflo-hive-active` — Created when a hive-mind starts.
5757

58-
Stale lock files (where no matching process is running) are automatically cleaned up by the script.
58+
Stale lock files (older than 30 minutes) are automatically cleaned up by the script.
5959

6060
### Creating lock files from your automation
6161

uninstall.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -590,6 +590,9 @@ print_summary() {
590590
echo " Skipped: $SKIPPED items (already absent)"
591591
echo ""
592592
echo " Your Obsidian vault and notes were NOT touched."
593+
echo " The cbraintg command was NOT removed — it is managed by the"
594+
echo " 2ndBrain-mogging companion installer. To remove it, run:"
595+
echo " bash <(curl -fsSL https://raw.githubusercontent.com/lorecraft-io/2ndBrain-mogging/main/uninstall.sh)"
593596
echo ""
594597
echo " To finish cleanup, restart your terminal or re-source your shell:"
595598
echo ""

0 commit comments

Comments
 (0)