Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ Concretely, that rules out a few things that would otherwise be tempting:
pinned tag, and the summary under each one is the comment at the top of the
file. Which fourteen of them the picker offers is a choice made here, and it is
the only one: choosing what to show is not writing it, and every file is
still served. The landing page's program is the exception, and it is short
and its refusal was still produced by running it.
still served. The landing page's program and compact review receipt are the
exceptions. Both are short, and `tools/check.mjs` holds their answers against
the pinned compiler before they can ship.

The split exists because the two repositories have different constraints. The
compiler's has no dependencies on purpose and its tests are strict in ways
Expand Down Expand Up @@ -119,7 +120,7 @@ checked through the pinned artifact and every one of them is clean.
## Layout

```
index.html what the language is
index.html what the language reviews and why that matters
play/ the playground
agents/ review receipts and what `deed mcp` hands back, asked in the tab
errors/ every diagnostic code, read out of the compiler
Expand Down Expand Up @@ -153,5 +154,5 @@ request too.

## Licence

Apache-2.0, matching the compiler.
MIT OR Apache-2.0, matching the compiler.

Loading