* 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>
16 lines
No EOL
562 B
Markdown
16 lines
No EOL
562 B
Markdown
# ADR-012: docs skeleton + public README
|
|
|
|
## Статус
|
|
Accepted
|
|
|
|
## Контекст
|
|
New public repo needs docs/ skeleton for handoffs/ADRs + complete README for users.
|
|
|
|
## Решение
|
|
- docs/ .gitkeep files (skeleton)
|
|
- README.md: Quick start (Docker + Bare), Structure, Configuration, Memory, License
|
|
- docs/project-map/ already created in PR #18
|
|
|
|
## Альтернативы
|
|
- Keep minimal README — отклонено (public repo needs full docs)
|
|
- Skip docs/ skeleton — отклонено (pipeline-driver requires docs/handoff/ + docs/decisions/) |