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
24 changes: 24 additions & 0 deletions docs/WHATS_NEW.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,30 @@ 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-26

### What the system learned

- **Batch55 poller expansion: ~20 high-profile domains added.** The [`cos/poller-filter-batch55`](https://github.com/jonschull/ERA_Admin/tree/cos/poller-filter-batch55) branch added 20 domains to the poller filter in rapid succession, including [`newyorker.com`](https://github.com/jonschull/ERA_Admin/commit/2fdaf4e4), [`nationalgeographic.com`](https://github.com/jonschull/ERA_Admin/commit/4a658d24), [`newscientist.com`](https://github.com/jonschull/ERA_Admin/commit/4d935a5d), [`zillow.com`](https://github.com/jonschull/ERA_Admin/commit/c42d173c), [`patagonia.com`](https://github.com/jonschull/ERA_Admin/commit/4889acaa), [`mongabay.com`](https://github.com/jonschull/ERA_Admin/commit/e824507e), [`sarahmcbride.com`](https://github.com/jonschull/ERA_Admin/commit/371c1bd8), and others. No documentation or infrastructure changes accompanied these commits.

### Discrepancies found

- [Issue #2404](https://github.com/jonschull/ERA_Admin/issues/2404) `com.agents.era-drive-watch` shows in `launchctl list` (exit 78) but is absent from the [CLAUDE.md](https://github.com/jonschull/ERA_Admin/blob/main/CLAUDE.md) launchd table — unknown service, no plist in `~/Library/LaunchAgents/`
- [Issue #2405](https://github.com/jonschull/ERA_Admin/issues/2405) `com.era.cos-exec-watcher` listed in [CLAUDE.md](https://github.com/jonschull/ERA_Admin/blob/main/CLAUDE.md) as **Paused** but no plist exists in `~/Library/LaunchAgents/` and service does not appear in `launchctl list`
- [Issue #2406](https://github.com/jonschull/ERA_Admin/issues/2406) `com.era.system-health-check` shows exit code **1** (failing) but documented as Running in [CLAUDE.md](https://github.com/jonschull/ERA_Admin/blob/main/CLAUDE.md)
- [Issue #2407](https://github.com/jonschull/ERA_Admin/issues/2407) Four cron jobs documented as Running in [CLAUDE.md](https://github.com/jonschull/ERA_Admin/blob/main/CLAUDE.md) not found in active `crontab -l`: Cloud backup → GitHub Releases (6am), Render health check (8am), CLCL watchdog (every 15 min), Clear tmux buffers (every 30 min)

### System health

- **Listener pipeline logs timed out (15s).** Could not read `~/era2c-listener/scripts/gh_listener.log` — pipeline stats unavailable today. Investigate listener log accessibility.
- **`era2c-listener/` worktree on `issue/2115`** (not main) — production listener running branch code, not main. Matches prior pattern but worth noting.
- `com.era.system-health-check` exit code 1 — tracked in [#2406](https://github.com/jonschull/ERA_Admin/issues/2406)
- `com.era.clcl-listener` exit code -15 (SIGTERM cycling) — normal KeepAlive behavior
- `com.era2c.dispatcher` exit code 2 — Inactive as documented
- COS, CTO, CCQ, Comms, Mom, Norm tmux sessions all present

---

## 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-26T10:00:36.186375+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.14,
"verdict": "\u2713 excellent (0.1s)"
}
},
Expand Down
Loading