Monorepo for Aesthetic.Computer aesthetic.computer
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

README: explain score methodology, list subsystem scores

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

+12 -8
+12 -8
README.md
··· 10 10 11 11 This is the monorepo. Everything lives here — the web client, session server, KidLisp language, native OS, desktop app, deployment scripts, and 359 built-in pieces. 12 12 13 - Read [SCORE.md](SCORE.md) for the full architecture, development commands, and project direction. 13 + ## Score 14 14 15 - ## Home 15 + Each major subsystem has a `SCORE.md` — the process knowledge for authors and LLMs working in that area. Scores document architecture, commands, conventions, and project direction. 16 16 17 - Our canonical home is [aesthetic.computer/core on Tangled](https://tangled.org/aesthetic.computer/core), self-hosted on `knot.aesthetic.computer`. GitHub is maintained as a mirror. 17 + - [SCORE.md](SCORE.md) — root (the whole platform) 18 + - [fedac/SCORE.md](fedac/SCORE.md) — fedac (bare-metal OS) 19 + - [fedac/native/SCORE.md](fedac/native/SCORE.md) — ac-native (C runtime) 20 + - [papers/SCORE.md](papers/SCORE.md) — papers and research 21 + - [system/public/opinion/SCORE.md](system/public/opinion/SCORE.md) — opinion 18 22 19 - ## Run 23 + ## Home 20 24 21 - ```bash 22 - npm run ac 23 - # Visit http://localhost:8888 24 - ``` 25 + - **Tangled** (canonical): https://tangled.org/aesthetic.computer/core 26 + - **GitHub** (mirror): https://github.com/whistlegraph/aesthetic-computer 27 + 28 + Self-hosted on `knot.aesthetic.computer`. 25 29 26 30 ## Identity 27 31