docs: add v1 requirements design + project README

- docs/plans/2026-04-26-v1-requirements-design.md captures the v1
  product requirements and behavioral spec from the initial brainstorm
  (use case, scope, data model, authoring, play loop, memory, time,
  rollback, phase cut, non-negotiable rules).
- README.md introduces the project for the gitea repo.
- CLAUDE.md updated to reference the requirements doc.
- .gitignore added for macOS metadata.
This commit is contained in:
Joseph Doherty
2026-04-26 10:46:03 -04:00
parent eb2f814f25
commit 2f94ba7291
4 changed files with 413 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
Local-first roleplay chat app that treats fiction as a **simulation**, not a chat log. The LLM is a renderer for structured world state — it does not hold state.
See [rp-engine-design.md](rp-engine-design.md) for the full design. This file is the working summary.
See [rp-engine-design.md](rp-engine-design.md) for the architectural design and [docs/plans/2026-04-26-v1-requirements-design.md](docs/plans/2026-04-26-v1-requirements-design.md) for the v1 product requirements & behavioral spec. This file is the working summary.
## Why this exists