init: readme 작성 하네스 설계

This commit is contained in:
DongHyeonka
2026-07-24 13:26:18 +09:00
parent 7fb4217f7c
commit c708cbcf9a
317 changed files with 24223 additions and 1 deletions
+25
View File
@@ -0,0 +1,25 @@
# Architecture
README Harness has one public build function and one read-only review boundary.
```text
user request + repository
writer
│ draft + compact facts
build_readme ── scan / Markdown / command / path / link / secret checks
├─ facts.json
├─ validation.json
├─ README.generated.md
└─ README.patch
read-only reviewer ── review.json ── one revision at most
```
`README.generated.md` is normal GitHub Markdown. Fact bindings live in
`facts.json` and address a natural document block by section, block number, and
text hash. The target README changes only through the explicit `apply` command.