thetacog-mcp 1.0.3 → 1.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +13 -12
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,13 +8,13 @@ The million tabs problem is not a discipline problem. It is an architecture prob
8
8
 
9
9
  ```
10
10
  Cmd+Space "kitty" →
11
- 1. Kitty terminal opens (Operator room)
12
- 2. Kitty's browser tabs are there (Vercel, Supabase, monitoring)
13
- 3. Builder tabs minimized. Strategist tabs minimized. All interlinked.
14
- 4. Your AI knows you're in Operator mode now.
11
+ 1. Kitty terminal opens Operator room
12
+ 2. Revenue tabs bunched: Stripe, CRM, analytics, customer tickets
13
+ 3. Claude in Kitty = Claude flow for ops/business work
14
+ 4. Cheap context switch brain already knows what Kitty means
15
15
  ```
16
16
 
17
- **Tabs + Terminals = Themes.** Each terminal app is a cognitive room. Each room has its own browser tabs. You prune them to match each identity's theme. When you switch terminals, your brain switches modes.
17
+ **Tabs + Terminals = Themes.** Each terminal app is a cognitive room. Each room has its browser tabs bunched by theme. You prune them to match the stack. When you switch terminals, the context switches with you — that's cheap cognitive switching.
18
18
 
19
19
  ## Install
20
20
 
@@ -30,16 +30,17 @@ claude mcp add thetacog "npx thetacog-mcp"
30
30
  # { "command": "npx", "args": ["thetacog-mcp"] }
31
31
  ```
32
32
 
33
- ## The 6 Cognitive Rooms
33
+ ## The 7 Cognitive Rooms
34
34
 
35
- | Room | Terminal | Browser Tabs | Identity |
35
+ | Room | Terminal/App | Browser Tabs | Identity |
36
36
  |------|----------|--------------|----------|
37
37
  | **Builder** | iTerm2 | GitHub PRs, CI/CD, API docs | "I am shipping" |
38
- | **Operator** | Kitty | Vercel, Supabase, monitoring | "I am executing" |
38
+ | **Operator** | Kitty | Stripe, CRM, analytics, tickets | "I am executing" |
39
39
  | **Discoverer** | WezTerm | Research, Stack Overflow, docs | "I am exploring" |
40
- | **Teacher** | Terminal | Blog drafts, content calendar, voice notes | "I am writing" |
40
+ | **Teacher** | Terminal | Blog drafts, content calendar, voice | "I am writing" |
41
41
  | **Strategist** | VS Code | Planning docs, competitor analysis | "I am positioning" |
42
42
  | **Experimenter** | Cursor | Prototypes, scratch files, POCs | "I am testing" |
43
+ | **Communicator** | Messages | Slack, email, LinkedIn, texts | "I am connecting" |
43
44
 
44
45
  **Tips:**
45
46
  - Place each room's HTML dashboard tab next to your related apps (Teacher next to messaging, Operator next to Slack)
@@ -49,11 +50,11 @@ claude mcp add thetacog "npx thetacog-mcp"
49
50
 
50
51
  1. **Tabs + Terminals = Themes** - Group your 47 tabs by what mode they serve
51
52
  2. **Each terminal is a room** - iTerm2 = Builder, Kitty = Operator, etc.
52
- 3. **Each room has its browser tabs** - Prune them to match the room's theme
53
+ 3. **Each room has its browser tabs** - Prune them to match the room's stack
53
54
  4. **Bundled HTML dashboards** - Starting points for your tab clusters (customize them)
54
- 5. **Your AI knows where you are** - MCP tools detect your terminal and room
55
+ 5. **Claude in that terminal** - Switch to Kitty = switch to Claude flow for that part of the stack
55
56
 
56
- **The link is symbolic.** You train yourself by repetition. Kitty + Operator tabs = Operator mindset. This is Hebbian learning: neurons that fire together, wire together. After a week, switching terminals automatically shifts your brain into that mode.
57
+ **The link is symbolic.** You train yourself by repetition. Kitty + revenue tabs = Operator mindset. This is Hebbian learning: neurons that fire together, wire together. After a week, switching terminals is a cheap context switch — your brain already knows what the terminal means.
57
58
 
58
59
  ## Tools (8 total)
59
60
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "thetacog-mcp",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Transform your terminal into a mental palace. Cognitive workspaces with Split View mode switching. Tool = Identity = Mindset.",
5
5
  "type": "module",
6
6
  "main": "server.js",