id: task-34 title: Split README.md for users and contributors status: Done assignee:
- "@codex" created_date: '2025-06-09' labels:
- docs dependencies: []
Description
Split the current README.md into two separate files: one focused on how to use the Backlog.md CLI, and another covering how to run the project locally for contributors.
Acceptance Criteria
- [x] README for users explains how to install and use Backlog.md CLI
- [x] Separate documentation describes how to run the project locally for contributors
- [x] Both docs link to each other from the repository root
- [x] Task committed to repository
Implementation Notes
- Created
DEVELOPMENT.mdwith instructions for running and testing the project locally. - Removed development sections from
README.mdand added a link to the new document. - Added reciprocal link back to
README.mdfromDEVELOPMENT.md.