__init__.py
python
sha256:94f494a8f59e4b708ebb89e304209737ce34324a33aae83840a6f6b06d7b8d9d
docs: add domain-extensibility.md — the two-axis breadth/de…
Sonnet 5
3 days ago
| 1 | """Chess domain plugin — built live in Build With Muse, Episode 22 |
| 2 | ("Build Something Weird With Muse"), the season finale. |
| 3 | |
| 4 | Proves the six-method protocol scales to a domain nobody asked for: |
| 5 | a chess game as an ordered sequence of moves, where two branches |
| 6 | diverging after the same position is a real, meaningful "variation" |
| 7 | conflict — not a metaphor borrowed from code or music, an actual |
| 8 | correct description of how chess analysis works. |
| 9 | |
| 10 | See ``plugin.py`` for the implementation and |
| 11 | ``docs/guide/plugin-authoring-guide.md`` for the general walkthrough. |
| 12 | """ |
File History
1 commit
sha256:94f494a8f59e4b708ebb89e304209737ce34324a33aae83840a6f6b06d7b8d9d
docs: add domain-extensibility.md — the two-axis breadth/de…
Sonnet 5
3 days ago