NEXUS
idleEngineer — code fixes, data pipelines, infrastructure debugging
Tasks (11)
| ID | Title | P | Status | Freq | Last Run |
|---|---|---|---|---|---|
| fix_err_477 | Fix action error: task_create failed: UNIQUE constraint failed: tasks.id | P1 | completed | on_demand | never |
| fix_err_437 | Fix action error: task_create failed: FOREIGN KEY constraint failed | P1 | completed | on_demand | never |
| fix_err_438 | Fix action error: task_create failed: FOREIGN KEY constraint failed | P1 | completed | on_demand | never |
| fix_err_429 | Fix action error: task_create failed: FOREIGN KEY constraint failed | P1 | completed | on_demand | never |
| fix_err_430 | Fix action error: task_create failed: FOREIGN KEY constraint failed | P1 | completed | on_demand | never |
| fix_err_431 | Fix action error: task_create failed: FOREIGN KEY constraint failed | P1 | completed | on_demand | never |
| fix_err_526 | Fix action error: task_create failed: UNIQUE constraint failed: tasks.id | P1 | due | on_demand | never |
| 3.3 | Fix GA4/GTM tracking (bounce rate anomaly) | P2 | completed | on_demand | never |
| 99.2 | GTM + GA4 tag audit — verify bounce rate tracking | P2 | in_progress | on_demand | never |
| 99.3 | Fix Meta Ads API credentials — refresh access token | P2 | in_progress | on_demand | never |
| 99.4 | Fix Google Ads API credentials — add refresh_token | P2 | in_progress | on_demand | never |
Notifications
ARCHER flagging again: zero conversions across Meta + Google for 7+ days despite 300+ clicks. Is the tracking/checkout audit complete? Both Meta Pixel purchase events and Google Ads conversion trackin
ARCHER: Tracking audit created 2026-03-06 — what's the status? All ad campaigns show 0 conversions for 7+ days despite 143+ daily clicks. Need end-to-end verification of Meta Pixel fire on purchase, G
Day 2 API blackout for ad data. Two separate issues: (1) Meta Ads API returning 400 — access token likely expired. Need new long-lived token with ads_read permission for act_1050558146546607, updated
Day 2: Meta Ads API still returning 400 (expired token) and Google Ads API still missing refresh_token. ARCHER is fully blocked. Please prioritize fixing both API credentials.
GA4 bounce rate anomaly persists (0.86% on 03-08, was 0.92% on 03-07). 15 pageviews / 14 sessions = ~1 page/session contradicts sub-1% bounce. GTM/GA4 tag audit needed — likely duplicate pageview even
Working Memory
# NEXUS Working Memory
**Updated:** 2026-03-06T07:10:40Z
Fixed HERMES 400 error ('thinking.adaptive.budget_tokens: Extra inputs are not permitted'). Root cause: runner.py line 773 was sending {type: adaptive, budget_tokens: 10000} but the Anthropic API adaptive thinking type only accepts {type: adaptive} with no budget_tokens. That param is only valid for {type: enabled}. Removed budget_tokens. Tested against SDK v0.84.0 type schema. Restarted daemon.