You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Update tooling section to include santa-site with command examples
- Add santa-site to repository layout tools list
- Change tool count from three to four tools in overview
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ This project provides a means to scaffold, build, and verify `elf-lang` implemen
31
31
-`specs/TASKS.md`: agent workflow, CLI contract, stage scopes, and completion criteria
32
32
-`tests/`: stage directories containing `.santat` PHPT-style conformance tests and a short stage `README.md` describing scope and rules
33
33
-`examples/`: example `.santa` programs
34
-
-`tools/`: Rust binaries `santa-test`, `santa-bootstrap`, and `santa-journal`
34
+
-`tools/`: Rust binaries `santa-test`, `santa-bootstrap`, `santa-journal`, and `santa-site`
35
35
-`impl/`: per-implementation directories generated by `santa-bootstrap`
36
36
37
37
### Development stages (high level)
@@ -84,7 +84,7 @@ Advancement rule: only proceed when all tests in the current stage and all prior
84
84
85
85
### Tooling
86
86
87
-
The workshop includes three helper tools: `santa-bootstrap` (scaffold a new implementation), `santa-test` (run PHPT‑style tests), and `santa-journal` (track progress and decisions). The generated implementation directory contains your code, an executable `cli`, any language‑specific files, and a `JOURNAL` for continuity.
87
+
The workshop includes four helper tools: `santa-bootstrap` (scaffold a new implementation), `santa-test` (run PHPT‑style tests), `santa-journal` (track progress and decisions), and `santa-site` (generate a static website showcasing implementations). The generated implementation directory contains your code, an executable `cli`, any language‑specific files, and a `JOURNAL` for continuity.
0 commit comments