← Back to brief

project adam tenant dormant

memory · project_adam_tenant_dormant.md

Status

Adam tenant is dormant. All runtime files preserved; nothing is running.

Reason: 2026-05-04 SkyRun annual conference (the original Phase 1 forcing function) was dropped from planning 2026-05-02 evening. Adam Phase 1 milestones M5-M11 lost their deadline pressure. Joseph chose to focus on GC solely; Adam tenant became maintenance backlog rather than active project.

What's preserved (NOT deleted)

What's stopped

- ~/Library/LaunchAgents/com.adam-bd.system-hygiene.plist — was running hourly, generating 78 spurious trigger_task fix_queue entries because the underlying scheduled tasks were never registered - ~/Library/LaunchAgents/com.adam-bd.quarterly-backup.plist — was harmless (only fires Jan/Apr/Jul/Oct 1st), unloaded for cleanliness

What was NEVER actually live

Reactivation procedure (when ready)

1. Re-load launchd agents:

bash
launchctl load ~/Library/LaunchAgents/com.adam-bd.system-hygiene.plist
launchctl load ~/Library/LaunchAgents/com.adam-bd.quarterly-backup.plist

2. Register the 5 scheduled tasks via mcp__scheduled-tasks__create_scheduled_task for each ~/.claude/scheduled-tasks/adam-bd-*/SKILL.md:
- adam-bd-live-ea — cron /20 9-18 * 1-5 (every 20m business hours, weekdays)
- adam-bd-nightly-consolidation — cron 0 23 *
- adam-bd-transcript-scan — cron 0 8,12,16 *
- adam-bd-gmail-deep-scan — cron 0 9,13,17,22 *
- adam-bd-daily-data-quality-check — cron 0 7 *

3. Verify first nightly fire writes a populated heartbeat at ~/Library/Application Support/AdamBD/health/.

4. Verify Adam's PWA refreshes — the rebuild + deploy in nightly Step 9-10 should land fresh state at adam-bd-brief.pages.dev.

5. Resume Phase 1 milestones M5-M11 per ~/Desktop/adam-bd-bootstrap/ROADMAP.md. Since the conference is gone, the schedule is open; pick a new pace based on what Adam needs.

Decision history

How this affects scheduled-tasks reference doc

Update reference_scheduled_tasks.md "Adam Fleckles tenant" section: 5 listed tasks should be marked NOT REGISTERED — DORMANT 2026-05-02. The OS-level helpers section should note Adam's launchd agents are UNLOADED.