This plan defines how we handle the first week after open-source launch.
- Check new GitHub issues twice daily (morning/evening local time).
- Triage each issue into one of:
bug,docs,enhancement,question. - Add priority tags manually in issue body if needed: P0/P1/P2.
- Respond to onboarding feedback within 24 hours.
- Log recurring friction points in issue #6.
Cut a first-week patch release when any of the following happen:
- one confirmed onboarding blocker (
failoutcome) - two or more users report the same setup/documentation confusion
- any security-sensitive report needing remediation
- installer conflict messaging clarity
- README quick-start and troubleshooting improvements
- council-lite docs clarity and validation examples
- minor script robustness fixes without breaking interfaces
- Day 1-2: collect issues and cluster by theme
- Day 3-4: implement highest-impact fixes
- Day 5: run full release checklist and smoke tests
- Day 6-7: publish patch tag/release notes and close loop with reporters
- keep
docs/release-checklist.mdgreen before tagging - include migration/behavior notes in release body
- link fixes back to original issue IDs