Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions docs/WHATS_NEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,29 @@ This file is maintained by the Daily Documentarian agent. Each day at 6 AM,
the agent compares actual system state against documentation and logs what
it found and fixed.

## 2026-05-29

### What the system learned

- **No new code commits since May 24.** The last substantive merge was [#2391](https://github.com/jonschull/ERA_Admin/pull/2391) (poller batch49: suppress info@x.com confirmation codes). Main has been frozen for 5 days. The backlog is fully stalled — every remaining item carries `needs-discussion`, `cto-direct`, or `someday` labels; the listener cycles every ~20 seconds and skips all of them.
- **DD PRs blocked by `cos-approval` check failure.** Ten or more open DD PRs — dating back to [April 29](https://github.com/jonschull/ERA_Admin/pull/2021) — are stuck because the `cos-approval` GitHub Actions check returns FAILURE. PR [#2416](https://github.com/jonschull/ERA_Admin/pull/2416) (yesterday's DD) confirmed the pattern: labels ✓, claude-review ✓, test ✓, cos-approval ✗. Related to [#1994](https://github.com/jonschull/ERA_Admin/issues/1994) and [#2192](https://github.com/jonschull/ERA_Admin/issues/2192).
- **DD-filed issues continue to arrive unlabeled.** Issues [#2413](https://github.com/jonschull/ERA_Admin/issues/2413), [#2414](https://github.com/jonschull/ERA_Admin/issues/2414), and [#2415](https://github.com/jonschull/ERA_Admin/issues/2415) — all filed by yesterday's DD with `--label "auto-merge"` — have empty label arrays. The `gh_issue_create.sh` wrapper passes `$@` directly to `gh issue create`, so labels should apply; the failure mode is unclear. This is a third consecutive day of unlabeled DD issues. Tracked in [#2413](https://github.com/jonschull/ERA_Admin/issues/2413).
- **`com.era.system-health-check` still exit 1.** Continuing from yesterday; the service is loaded but exits with code 1 on every 900-second interval run. Root cause (stale COS plist checks) filed as [#2415](https://github.com/jonschull/ERA_Admin/issues/2415) and [#2406](https://github.com/jonschull/ERA_Admin/issues/2406).
- **`com.agents.era-drive-watch` broken symlink.** The LaunchAgents entry is a symlink to `/Users/admin/agents/_shared/launchd/com.agents.era-drive-watch.plist` — that target does not exist. Service appears in `launchctl list` with exit 78. Already filed as [#2368](https://github.com/jonschull/ERA_Admin/issues/2368), [#2379](https://github.com/jonschull/ERA_Admin/issues/2379), [#2404](https://github.com/jonschull/ERA_Admin/issues/2404).
- **`era2c-listener/` worktree still on `issue/2115`.** Not on main. Recurring pattern — the listener runs live pipeline code from a branch, not from main. The listener is functional (cycling) but code may diverge from main.

### Discrepancies found

- No new discrepancies filed today. All findings are continuations of previously filed issues. The systemic root cause — `cos-approval` failing for DD PRs — prevents resolution of any `auto-merge`-labeled issues.

### System health

- ERA website: 6/6 smoke tests pass, baseline refreshed (100 score, 20 nav links — unchanged)
- Core services running: gh-listener (PID 77029), agent-mail-poller (PID 32995), pipeline-viz (PID 76495), daily-documentarian (PID 75476), whatsapp-bridge (PID 68418)
- Pipeline quiescent: listener healthy but backlog fully blocked — no workers or reviewers spawned since May 8
- 7 active tmux sessions: cto, cos, ccq, comms, mom, norm, vitals
- `cos-approval` check blocking all DD PRs (#2021, #2043, #2364, #2372, #2375, #2382, #2385, #2402, #2408, #2416)

## 2026-04-26

### What the system learned
Expand Down
6 changes: 3 additions & 3 deletions era2/website/tests/baseline.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"url": "https://era-website.onrender.com",
"mode": "baseline",
"generated_at": "2026-04-26T10:00:27.178966+00:00",
"generated_at": "2026-05-29T10:00:34.458072+00:00",
"overall_score": 100.0,
"categories": {
"data_accuracy": {
Expand All @@ -11,14 +11,14 @@
"title": "\u2713 'EcoRestoration Alliance'",
"h1": "\u2713 'ERA Staff Dashboard'",
"images": "\u2713 all 2 image(s) loaded",
"links_present": "\u2713 19 navigation links"
"links_present": "\u2713 20 navigation links"
}
},
"page_load": {
"score": 100,
"weight": 0.2,
"details": {
"load_time_s": 0.11,
"load_time_s": 0.1,
"verdict": "\u2713 excellent (0.1s)"
}
},
Expand Down
2 changes: 1 addition & 1 deletion scripts/.dd_last_emailed
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2026-03-21
2026-05-28
Loading