Commit 985fc4c
docs(wiki): add canonical wiki/ source — Home + Exercises + Honest-Bound + Adding-A-New-Shadow (#7)
## Summary
- Adds an in-repo `wiki/` directory as canonical source for the
EchoTypes.jl wiki — 4 pages (Home + Exercises + Honest-Bound-Discipline
+ Adding-A-New-Shadow) plus a wiki/README.md documenting the GitHub-wiki
sync procedure.
- The GitHub wiki at hyperpolymath/EchoTypes.jl/wiki has not yet been
web-initialized (fresh wikis need at least one page created via the web
UI before the git repo becomes pushable). Until then, this in-repo
location is the authoritative source.
- Mirrors the upstream-side `echo-types/wiki/Julia-Companion-Exercises`
page; same 10 exercises from each repo's perspective.
## Why in-repo
- The wiki repo doesn't exist on GitHub yet (404 on `git push`).
- Once the user initializes it via the web UI, the content can be
one-shot synced (procedure documented in `wiki/README.md`).
- In-repo also gives PR review on wiki edits, which the GitHub wiki
interface doesn't.
## Pages summary
- **Home.md** — entry point + coverage map (15 Agda modules / 18
testsets / 253 passing assertions) + "intentionally NOT mirrored"
carve-outs.
- **Exercises.md** — 10 hands-on REPL exercises walking through each
tier with Agda links + extend-this prompts.
- **Honest-Bound-Discipline.md** — category-error catalogue for the
Tier-3 audience surfaces (Security ≠ runtime-secure; Sampling ≠ measure
theory; Differential ≠ ε-DP; Provenance ≠ K-provenance semiring; LL gap
= existence not universal).
- **Adding-A-New-Shadow.md** — PR submission guide for proposing new
finite shadows of unmirrored echo-types lemmas.
## Test plan
- [x] All four pages render as valid GFM markdown.
- [x] Cross-links to upstream
`echo-types/wiki/Julia-Companion-Exercises` resolve.
- [x] Agda-side links point to actual mainline files (verified against
echo-types `eed4250`).
- [x] `wiki/README.md` sync procedure correctly describes the
GitHub-wiki initialization gate.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent a9fe6a3 commit 985fc4c
5 files changed
Lines changed: 741 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
0 commit comments