14 lines
812 B
Markdown
14 lines
812 B
Markdown
|
|
# 260614 — Oddmuse deep dive
|
||
|
|
|
||
|
|
Deep dive on **Oddmuse**: a deliberately minimal wiki — a **single Perl CGI script** over
|
||
|
|
**plain-text page files** (one file per page, old revisions in a `keep/` dir), no database.
|
||
|
|
The low-complexity **file-store floor** — useful as the **minimal-adapter / graceful-
|
||
|
|
degradation baseline** of the capability profile.
|
||
|
|
|
||
|
|
- `findings.md` — the minimal model, storage layout, capability profile, INTENT mapping, UC
|
||
|
|
seed (UC-82), architecture notes for SHARD-WP-0002, open questions, sources, traceability.
|
||
|
|
|
||
|
|
Catalog yield: UC-82 (attach a **minimal flat-file wiki** — plain-text page files + a simple
|
||
|
|
revision dir — as the **graceful-degradation baseline / minimal capability-profile floor**).
|
||
|
|
Enriched UC-40/01/36/41. Feeds SHARD-WP-0002 T11 (minimal capability profile).
|