* docs: add skeleton .gitkeep files * docs: rewrite README for public release * docs(handoff): add pr-9 handoff + ADR-012 * docs(handoff): set PR number in filenames * docs: fix stale PR refs in handoff --------- Co-authored-by: opencode-agent <agent@slaid098.dev>
17 lines
No EOL
702 B
Markdown
17 lines
No EOL
702 B
Markdown
# PR: docs skeleton + README rewrite
|
|
|
|
## Что сделано
|
|
- docs/ skeleton: .gitkeep files for docs/, decisions/, handoff/ (if missing)
|
|
- README.md: full public README (Quick start Docker + Bare, Structure, Configuration, Memory setup, License)
|
|
- docs/project-map/README.md: already exists (from PR #18), updated if needed
|
|
|
|
## Почему
|
|
Public repo needs complete README for users. docs/ skeleton for future PR handoffs/ADRs.
|
|
|
|
## Pending
|
|
- Нет (финальный PR миграции)
|
|
|
|
## Watch out
|
|
- README references AGENTS.md (PR#31), /run-pipeline command (PR#29), merge_pr tool (PR#30) — all merged
|
|
- .env.example + docker-compose from PR#24
|
|
- Memory plugin @mathew-cf/opencode-memory |