@j-ho/agents-office 0.1.6 → 0.1.8

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 +10 -10
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Agents Office
2
2
 
3
- A Tauri desktop app that visualizes Claude Code's workflow as **office agents (Reader/Searcher/Writer/Editor/Runner/Tester/Planner/Support)** working in a pixel art office.
3
+ A Tauri desktop app that visualizes Claude Code's workflow as **office agents (Explorer/Analyzer/Architect/Developer/Operator/Validator/Connector/Liaison)** working in a pixel art office.
4
4
  It watches local Claude logs (`$HOME/.claude/**`) and streams events to the frontend (PixiJS canvas + Inbox log panel).
5
5
 
6
6
  ![Agents Office screenshot](./image.png)
@@ -12,15 +12,15 @@ It watches local Claude logs (`$HOME/.claude/**`) and streams events to the fron
12
12
 
13
13
  ## Agent UI Legend (Expressions/Icons)
14
14
 
15
- ### Agent Types (Roles) & Colors
16
- - **Reader**: Reads and summarizes input/file content (color `#60A5FA`)
17
- - **Searcher**: Performs code/file/web searches (color `#38BDF8`)
18
- - **Writer**: Creates new files/code (color `#4ADE80`)
19
- - **Editor**: Modifies existing code (color `#22C55E`)
20
- - **Runner**: Handles command execution (general Bash, etc.) (color `#FBBF24`)
21
- - **Tester**: Handles test/build/validation execution (color `#F97316`)
22
- - **Planner**: Manages todo/planning and task delegation (color `#F472B6`)
23
- - **Support**: User questions/assistance role (color `#A78BFA`)
15
+ ### Agent Types (Workflow-based Roles) & Colors
16
+ - **Explorer**: File exploration with Read/Glob (color `#3B82F6` blue)
17
+ - **Analyzer**: Content analysis with Grep/WebSearch (color `#06B6D4` cyan)
18
+ - **Architect**: Planning and task management with TodoWrite/Task (color `#F472B6` pink)
19
+ - **Developer**: Code writing with Write/Edit/NotebookEdit (color `#22C55E` green)
20
+ - **Operator**: Command execution with general Bash (color `#FBBF24` yellow)
21
+ - **Validator**: Testing and validation with test/git Bash commands (color `#F97316` orange)
22
+ - **Connector**: External integrations with WebFetch/MCP tools/Skill (color `#8B5CF6` purple)
23
+ - **Liaison**: User communication with AskUserQuestion/Error (color `#EC4899` pink)
24
24
 
25
25
  ### Status (Idle/Working/Thinking/Passing/Error) Display
26
26
  - **Status Indicator (dot next to head)**: Color changes based on status
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@j-ho/agents-office",
3
- "version": "0.1.6",
3
+ "version": "0.1.8",
4
4
  "description": "Claude Code visualization as agents working in an office",
5
5
  "license": "MIT",
6
6
  "author": "j-ho",