Skip to content

Commit 2e53df7

Browse files
authored
React renderer with Claude Code (#15)
* Add prompt * Checkpoint * Renderer launches and views some of the blocks * Add new round prompt * Checkpoint * Checkpoint * Checkpoint * Checkpoint * Checkpoint * Checkpoint * Checkpoint * Add prompt * Checkpoint * Add report * Run prettier to compare diffs
1 parent 103f3f4 commit 2e53df7

39 files changed

+5169
-308
lines changed

docs/2025-05-21-json-doc-ts-prompt.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ We basically need to implement parsing of a JSON-DOC file into typed objects in
1818
Note that we use uv for running python. There are example json-doc files and tests under /tests and github actions that make sure that the parsing and validation logic in python is correct
1919
2020
For a correct ts implementation, similar tests and checks need to be implemented. Make sure to use up-to-date typescript tooling and conventions. This library is supposed to be installed universally, keep that in mind. Do not use obscure or non-general tooling for packaging and distribution. Follow today's best practices
21-
```
21+
```
22+

0 commit comments

Comments
 (0)