Files
shard-wiki/research/260614-oddmuse-deep-dive/README.md
tegwick 6878a0c184 research: Oddmuse deep dive (minimal single-script wiki); UC-82
SHARD-WP-0003 T7. The minimal file-store floor: one Perl CGI script over
plain-text page files + a keep/ revision dir, no DB/API. Anchors the
graceful-degradation baseline / minimal capability-profile floor -- every
richer shard is measured against it; capability-awareness in its purest form
(profile must express absence; truncated history reported honestly). UC-82.
Enriched UC-40/01/36/41. Marks T7 done. Feeds SHARD-WP-0002 T11/T13.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 20:59:20 +02:00

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).