Summary
The project has bus factor 1. Write onboarding documentation and a handoff guide sufficient for a second maintainer to operate, debug, and extend the service without prior context.
Background
The eval notes that engineering quality is high but organizational resilience is the primary concern. A 24/7 monitoring service with no onboarding path is operationally fragile regardless of code quality. The README must satisfy the acceptance criterion: "a newcomer can set up and run the service without internal wiki access."
Tasks
Onboarding doc (docs/onboarding.md or expanded README):
Handoff guide (docs/handoff.md):
Acceptance Criteria
- A developer unfamiliar with the codebase can run the full test suite and start the bot locally using only the docs
- Handoff section covers at least 3 non-obvious decisions
- PR reviewed by Will before Friday demo
Summary
The project has bus factor 1. Write onboarding documentation and a handoff guide sufficient for a second maintainer to operate, debug, and extend the service without prior context.
Background
The eval notes that engineering quality is high but organizational resilience is the primary concern. A 24/7 monitoring service with no onboarding path is operationally fragile regardless of code quality. The README must satisfy the acceptance criterion: "a newcomer can set up and run the service without internal wiki access."
Tasks
Onboarding doc (
docs/onboarding.mdor expanded README):.env.exampleexplainedasyncio-basedSchedulerworks, poll intervalsHandoff guide (
docs/handoff.md):Acceptance Criteria