docs: consolidate all docs under docs/ — single source of truth
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>
This commit is contained in:
@@ -33,7 +33,7 @@ from typing import Any
|
||||
|
||||
|
||||
REPO_ROOT = Path(__file__).resolve().parents[1]
|
||||
DEFAULT_PRD = REPO_ROOT / ".scratch/distributed-inference-network/prd.json"
|
||||
DEFAULT_PRD = REPO_ROOT / "docs/prd.json"
|
||||
DEFAULT_AGENT = "codex"
|
||||
DEFAULT_INTERVAL = 10.0
|
||||
AGENT_CONFIG_PATH = REPO_ROOT / ".ralph-tui" / "agent-config.json"
|
||||
|
||||
Reference in New Issue
Block a user