Skip to content
This repository was archived by the owner on Jun 18, 2026. It is now read-only.

Commit 258e796

Browse files
todo: mark compliance suite as done
1 parent 6daf423 commit 258e796

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

todo/00-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ All foundational work is done:
5454
| 08 | [MIME Type](08-mime-type.md) | Low | Low |
5555
| 09 | [Ecosystem & Adoption](09-ecosystem.md) | Low | Ongoing |
5656
| 10 | ~~[AI Tooling](10-ai-tooling.md)~~ | ✅ Done ||
57-
| 11 | [Compliance Suite](11-compliance-suite.md) | High | Medium |
57+
| 11 | ~~[Compliance Suite](11-compliance-suite.md)~~ | ✅ Done | |
5858

5959
## Recommended Order
6060

todo/11-compliance-suite.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Compliance Suite
22

3-
**Status:** TODO
3+
**Status:** Done
44
**Priority:** High
55

66
## Problem
@@ -136,12 +136,12 @@ diff -u compliance/golden.styx output.styx
136136

137137
## Implementation Plan
138138

139-
1. [ ] Define s-expression format spec (`compliance/format.md`)
140-
2. [ ] Add `styx @tree --format sexp` flag
141-
3. [ ] Create initial corpus (~50 files covering basics)
142-
4. [ ] Generate golden files from reference implementation
143-
5. [ ] Add to CI (Rust impl)
144-
6. [ ] Document how other implementations can run the suite
139+
1. [x] Define s-expression format spec (`compliance/format.md`)
140+
2. [x] Add `styx @tree --format sexp` flag
141+
3. [x] Create initial corpus (50 files covering basics)
142+
4. [x] Generate golden files from reference implementation
143+
5. [x] Add to CI (`.github/workflows/ci.yml`)
144+
6. [x] Document how other implementations can run the suite (`compliance/README.md`)
145145
7. [ ] Expand corpus over time (fuzzing finds edge cases → add to corpus)
146146

147147
## Future

0 commit comments

Comments
 (0)