Failed to authenticate. API Error: 401 Invalid authentication credentials

[2026-05-15] vault sync
This commit is contained in:
Alexey Martemyanov
2026-05-15 09:08:11 +06:00
parent aae56da899
commit 2642bf9cc1
6 changed files with 45 additions and 15 deletions
+4 -4
View File
@@ -73,7 +73,7 @@ VALUES (current_date, EXTRACT(WEEK FROM current_date)::int,
### Schema changes (PostgreSQL)
New tables, columns, or indexes require a SQL migration. Pattern:
1. Draft the SQL in Discord, explain the purpose
1. Draft the SQL in Zulip (or Mattermost, post-migration), explain the purpose
2. On "go": run via `psql personal_os -c "..."`
3. Update `~/obsidian/wiki/personal-os-schema.md` (this is auto-generated at 22:00, but a manual update is fine)
@@ -147,6 +147,6 @@ Before making any system change:
## See Also
- `personal-os-architecture.md` — full system map
- `personal-os-agent-rules.md` — Eagle's rules and channel routing
- `personal-os-purpose.md` — why this system exists
- [[personal-os-architecture]] — full system map
- [[personal-os-agent-rules]] — Eagle's rules and channel routing
- [[personal-os-purpose]] — why this system exists