@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.
- package/README.md +10 -10
- 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 (
|
|
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
|

|
|
@@ -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
|
-
- **
|
|
17
|
-
- **
|
|
18
|
-
- **
|
|
19
|
-
- **
|
|
20
|
-
- **
|
|
21
|
-
- **
|
|
22
|
-
- **
|
|
23
|
-
- **
|
|
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
|