Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: textcortex/JSON-DOC
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.1.0.post5
Choose a base ref
...
head repository: textcortex/JSON-DOC
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: python-v0.1.0.post6
Choose a head ref
  • 2 commits
  • 221 files changed
  • 2 contributors

Commits on Jun 5, 2025

  1. Add TypeScript Renderer (#10)

    * Move Python code to its own dir
    
    * Checkpoint
    
    * Checkpoint
    
    * Add prompt
    
    * Fix validation test
    
    * Claude code test (ts implementation for types) (#13)
    
    * Add CLAUDE.md
    
    * Commit first passing version
    
    * Checkpoint
    
    * Model did reward hacking
    
    * Checkpoint
    
    * Second try
    
    * Don't hardcode enums as well
    
    * Use the main page example for serialization test
    
    * Run prettier
    
    * Rename ts -> typescript
    
    * Add script to reduce example html
    
    * Add example html and css files over from notion
    
    * Save context in CLAUDE.md
    
    * 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
    
    * use vite to serve html
    
    * add ol and ul
    
    * checkpoint
    
    * tsup setup
    
    * improve tsconfig and tsup
    
    * setup eslint with import and bunch of plugins
    
    * vscode settings
    
    * add generated types to ts and eslint ingnore
    
    * setup prettier
    
    * eslint fix
    
    * make block container div open for modification + make blocks overriable
    
    * Undo changes to python and schema dirs
    
    ---------
    
    Co-authored-by: Abreham Gezahegn <abreham0913@gmail.com>
    osolmaz and abrehamgezahegn authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    105ad18 View commit details
    Browse the repository at this point in the history
  2. Update workflows (#16)

    * Update workflows
    
    * Test prettier commit hook
    
    * Test prettier commit hook formatting
    
    * Checkpoint
    
    * Checkpoint
    
    * Checkpoint
    
    * Checkpoint
    
    * Checkpoint
    
    * Checkpoint
    osolmaz authored Jun 5, 2025
    Configuration menu
    Copy the full SHA
    d8b1229 View commit details
    Browse the repository at this point in the history
Loading