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
+15 -7
View File
@@ -1,7 +1,7 @@
---
namespace: work
tags: [system, agent, eagle, rules]
last_updated: 2026-05-14
last_updated: 2026-05-15
confidence: 1.0
---
@@ -72,17 +72,19 @@ bash ~/scripts/run-wiki-ingest.sh
## Cron Schedule (Hermes)
| Job | Schedule | Channel |
|-----|----------|---------||
|-----|----------|---------|
| data-pipeline | */30 7-21 workdays | silent |
| morning-brief | 08:30 workdays | #daily-brief |
| eod-summary | 18:00 workdays | #daily-brief |
| inbox-check | */30 9-19 workdays | #inbox |
| weekly-plan | Mon 08:00 | #daily-brief |
| weekly-review | Fri 17:00 | #daily-brief |
| morning-brief | 08:30 workdays | #daily-brief (Zulip → MM post-migration) |
| eod-summary | 18:00 workdays | #daily-brief (Zulip → MM post-migration) |
| inbox-check | */30 9-19 workdays | #inbox (Zulip → MM post-migration) |
| weekly-plan | Mon 08:00 | #daily-brief (Zulip → MM post-migration) |
| weekly-review | Fri 17:00 | #daily-brief (Zulip → MM post-migration) |
| retrospector | Fri 17:30 | #retrospector |
| commit-vault | 23:00 daily | silent |
| **wiki-curation** | **02:00 daily** | **silent (cron report)** |
> ⚠️ Work channels (morning-brief, eod-summary, inbox-check, weekly-plan, weekly-review) migrating from Zulip → Mattermost. Blocked on IT Ops MM bot accounts. See `work/plans/mattermost-migration.md`.
wiki-ingest runs at 22:00 via **launchd** (not Hermes) — because it needs Mac filesystem access.
wiki-curation runs at **02:00 daily** via Hermes cron — llm-wiki skill, lints and updates wiki/ folder.
@@ -107,3 +109,9 @@ Never write `corrections_log.md` — use the SQL INSERT above (table, not file).
Work activity is classified via `aw-projects.json`. Projects with `namespace: "personal"` (e.g., AXPressDeck, media_files_db) appear as a footnote in the Activity section of status.md but are **not** counted as work time and **not** upserted to `activity_daily`.
To re-classify a project (personal ↔ work), ask Eagle to edit `aw-projects.json`.
## See Also
- [[personal-os-architecture]] — full system map and data flows
- [[personal-os-self-modification]] — how to safely change prompts, schema, crons
- [[vault-filling-guide]] — what goes where in the Obsidian vault