Move issues (01–29) and PRD from .scratch/distributed-inference-network/ into docs/issues/ and docs/. Update ralph_progress.py DEFAULT_PRD path and rewrite docs/agents/issue-tracker.md to reflect the new layout. The distributed_inference_network.egg-info/docs/ mirror is a build artifact already covered by *.egg-info/ in .gitignore — not committed. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
911 B
911 B
Issue tracker: Local Markdown
Issues and PRDs for this project live as markdown files under docs/.
Conventions
- The PRD is
docs/PRD.md(narrative) anddocs/prd.json(machine-readable story list used by ralph) - Implementation issues (user stories) are
docs/issues/<NN>-<slug>.md, numbered from01 - Triage state is recorded as a
Status:line near the top of each issue file (seetriage-labels.mdfor the role strings) - ADRs (architecture decisions) are
docs/adr/<NNNN>-<slug>.md, numbered from0001 - Comments and conversation history append to the bottom of the file under a
## Commentsheading
When a skill says "publish to the issue tracker"
Create a new file under docs/issues/ following the numbering convention.
When a skill says "fetch the relevant ticket"
Read the file at the referenced path. The user will normally pass the path or the issue number directly.