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:
Alexey Martemyanov
2026-05-14 10:04:08 +06:00
parent 471fa65740
commit 3417795ee8
5 changed files with 22 additions and 18 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
---
namespace: work
tags: [system, self-modification, eagle, meta]
last_updated: 2026-04-28
last_updated: 2026-05-14
confidence: 1.0
---
@@ -20,7 +20,7 @@ How Eagle (and Alex via Claude Code) can safely evolve the system without breaki
Eagle reads and writes its own prompts. When Alex says "add X to the morning brief" or "change how inbox triage handles Y":
1. Read the current prompt: `~/Developer/personal-os/agent/prompts/<name>.md`
2. Draft the change, show the diff in Discord
2. Draft the change, show the diff in Zulip
3. On confirmation: write the file
4. Commit: `cd ~/Developer/personal-os && git add agent/prompts/<name>.md && git commit -m "[YYYY-MM-DD] prompt: <description>"`