Failed to authenticate. API Error: 401 {"type":"error","error":{"type":"authentication_error","message":"Invalid authentication credentials"},"request_id":"req_011Cb1oFXSKe4iePHNc84shJ"}
[2026-05-14] vault sync
This commit is contained in:
@@ -22,7 +22,7 @@ See: `personal-os-purpose.md`
|
||||
### Орёл / Eagle (Tactician + reactive layer) — Hermes Zulip agent
|
||||
- Reads `~/context/status.md`, daily/weekly briefs, vault via obsidian MCP
|
||||
- Zulip streams: `daily-brief` `inbox` `focus` `executor` `projects` `journal` `retrospector`
|
||||
- Cron jobs: generate-daily-brief (07:00 MTWRF), morning-brief (08:30 MTWRF), eod-summary (18:00 MTWRF), inbox-check (30 min 09–19 MTWRF), weekly-plan (Mon 08:00), weekly-review (Fri 17:00), retrospector (Fri 17:30), executor-autonomous (every 30 min 09–18 MTWRF), commit-vault (23:00 daily)
|
||||
- Cron jobs: morning-brief (08:30 MTWRF), eod-summary (18:00 MTWRF), inbox-check (30 min 09–19 MTWRF), weekly-plan (Mon 08:00), weekly-review (Fri 17:00), retrospector (Fri 17:30), commit-vault (23:00 daily), wiki-curation (02:00 daily)
|
||||
- Logs corrections to `corrections_log` table (SQL INSERT, silently on pushback)
|
||||
- **Never accesses Asana API directly** — only reads pre-rendered markdown and DB
|
||||
|
||||
@@ -38,14 +38,13 @@ See: `personal-os-purpose.md`
|
||||
- Prompt: `~/Developer/personal-os/agent/prompts/executor-bug-fix.md`
|
||||
|
||||
**Autonomous mode**: hourly cron (09–18 workdays) → #executor
|
||||
- Maintains a queue from: My Hack Days, Watched, O-L Backlog, stale My Tasks
|
||||
- Analyzes tasks → posts "[Auto] Ready to start" with complexity/feasibility
|
||||
- Waits for "go {gid}" to start; no reply = moves to next analysis
|
||||
- Max 1 active fix at a time; handles CI/review on open draft PRs
|
||||
- Stops touching a PR once Alex moves it out of draft or pushes commits
|
||||
- No Asana comments; no touching other people's PRs
|
||||
> ⚠️ Stale as of 2026-05-11: Original LLM-orchestrated autonomous cron **paused**. Replaced by v2 bash daemons:
|
||||
|
||||
**Autonomous mode (v2 — bash daemons, active 2026-05-11+):**
|
||||
- `executor-runner.sh` — cron `*/5`; processes queued/in_progress/pr states; max 2 concurrent workers; spawns focused worker prompt per state; exits when no actionable tasks remain
|
||||
- `executor-analyzer.sh` — cron `*/5`; picks one unanalyzed task, runs `claude -p` analysis prompt, sets `for_review`/`awaiting_go`/`skip`, exits; restarts for next task
|
||||
- Worker prompts in `~/Developer/personal-os/agent/prompts/executor-worker-*.md`
|
||||
- Queue state in `executor_queue` table; live plan: `~/Developer/personal-os/briefs/executor-queue.md`
|
||||
- Prompt: `~/Developer/personal-os/agent/prompts/executor-autonomous.md`
|
||||
|
||||
**Shared**:
|
||||
- Worktree at `~/DuckDuckGo/apple-browsers.git/.claude/worktrees/executor-{gid}-{slug}/`
|
||||
|
||||
Reference in New Issue
Block a user