| name | ceo-log |
| description | Show the CEO's execution log for today or a specified date. Triggers on "/ceo:log", "what did the ceo do", "show ceo log", "ceo activity". |
| version | 0.1.0 |
CEO Log
Display the CEO's execution log entries.
Config
Resolve $VAULT using this fallback chain (first match wins):
- Environment variable
$CEO_VAULT (if set)
- Obsidian plugin config:
~/.claude/plugins/cache/nhangen/obsidian/*/obsidian.local.md → read vault_path
- Default:
~/Documents/Obsidian
If $VAULT/CEO/AGENTS.md does not exist, ask the user where their Obsidian vault is installed and use that path.
Resolve $CEO_PLUGIN_DIR by finding the latest version directory: ~/.claude/plugins/cache/nhangen/claude-ceo/*/
Arguments
Optional date argument:
/ceo:log — show today's log
/ceo:log yesterday — show yesterday's log
/ceo:log 2026-04-10 — show a specific date's log
Steps
-
Run the log script — execute the shell script that handles all log display:
bash "$CEO_PLUGIN_DIR/scripts/ceo-log.sh" <date-argument>
- No argument or "today" → today's log
- "yesterday" → yesterday's log
- "2026-04-10" → specific date
-
If the user asks for analysis — only then use AI judgment to summarize patterns, trends, or recommendations from the log output. Otherwise, the shell script output is sufficient.