This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Technical and architectural audit of a system. This is an evolving documentation vault, not a codebase.
The philosophy behind Documentation-Driven Development is a simple: from the perspective of a user, if a feature is not documented, then it doesn't exist, and if a feature is documented incorrectly, then it's broken.
| import { | |
| createEvent, | |
| createStore, | |
| createEffect, | |
| combine, | |
| forward, | |
| Effect, | |
| Store, | |
| Event, | |
| step |