Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
231 commits
Select commit Hold shift + click to select a range
e8ff6f6
Merge pull request #2 from evmts/worktree2
roninjin10 Oct 7, 2025
59450ac
Merge pull request #1 from elyase/chore/fix-build-comment-typo
roninjin10 Oct 7, 2025
7f4c84b
fix: WIP fixing berlin
roninjin10 Oct 7, 2025
aa35a2e
✨ feat: Implement MODEXP precompile (EIP-198)
Oct 7, 2025
fe19038
✨ feat: Copy complete precompiles and crypto modules from guillotine
Oct 7, 2025
fd719cd
♻️ refactor: Replace inline precompile implementations with precompil…
Oct 7, 2025
da0a323
🚧 wip: Wire precompiles module with relative imports
Oct 7, 2025
e5b4234
🔧 chore: Configure cryptographic library dependencies
Oct 7, 2025
8450a30
✨ feat: Add stub implementations for optional crypto libraries
Oct 7, 2025
da497ca
🐛 fix: Update module imports for build system integration
Oct 7, 2025
b2605a3
📚 docs: Document Berlin hardfork debugging progress
Oct 7, 2025
fedc0b3
🔧 chore: Add Cargo lockfile for reproducible builds
Oct 7, 2025
f529312
📝 docs: Document Berlin hardfork test fixes and validation
roninjin10 Oct 7, 2025
4e76d0a
chore: reoorder fix order
Oct 7, 2025
0c76961
🐛 fix: Implement EIP-6780 SELFDESTRUCT and CREATE collision handling
Oct 7, 2025
be2000b
📚 docs: Add Cancun hardfork implementation attempt reports
Oct 7, 2025
862059a
Merge pull request #3 from evmts/worktreeleft2
roninjin10 Oct 7, 2025
6b318b6
🐛 fix: Fix CREATE/CREATE2 return_data handling and improve gas calcul…
Oct 7, 2025
12ff088
🎉 feat: Add Osaka hardfork with EIP-7883 ModExp improvements
Oct 7, 2025
f0dc073
📚 docs: Update Constantinople spec fix analysis reports
Oct 7, 2025
cd921e1
Merge pull request #4 from evmts/worktree2
roninjin10 Oct 7, 2025
f4e3c0d
fix: Pass Cancun EIP-4788 beacon root tests
Oct 7, 2025
efc2823
🔧 chore: Update ethereum-tests and execution-specs submodules
Oct 7, 2025
c9cd1f7
📚 docs: Add Cancun beacon root spec fix analysis report
Oct 7, 2025
592d800
Merge pull request #6 from evmts/worktree2cancun
roninjin10 Oct 7, 2025
a49a027
fix: Pass Homestead hardfork tests (EIP-7)
Oct 7, 2025
5c6fca0
Merge pull request #5 from evmts/worktreeleft2
roninjin10 Oct 7, 2025
8f105cb
fix: Pass Paris/Merge hardfork tests
Oct 7, 2025
5987a3f
🐛 fix: Correct MCOPY opcode stack order and memory expansion
Oct 7, 2025
8b6c3ba
fix: remove worktrees
Oct 7, 2025
b6bbedb
🐛 fix: Correct DELEGATECALL/CALLCODE execution context and improve MC…
Oct 7, 2025
100f991
chore: Comment out specs that are passing
Oct 7, 2025
bf75afe
🐛 fix: Implement EIP-198 ModExp gas calculation and hardfork-aware pr…
roninjin10 Oct 7, 2025
54fa06b
chore: comment out more tests
Oct 7, 2025
924e774
🐛 fix: Correct call context handling for DELEGATECALL and CALLCODE
Oct 7, 2025
ff9e65b
📚 docs: Add Cancun transient storage fix analysis report
Oct 7, 2025
0d5105e
Merge pull request #7 from evmts/worktreeleft2
roninjin10 Oct 7, 2025
db48c3d
🐛 fix: Implement EIP-7823 ModExp upper bounds and EIP-7883 gas increase
Oct 7, 2025
87c0ddf
🐛 fix: Correct CREATE nonce increment and improve frame operations
Oct 7, 2025
e14a8ae
📚 docs: Update Constantinople hardfork fix reports
Oct 7, 2025
015e60e
🔧 chore: Reorganize test suite configuration
Oct 7, 2025
0601041
🐛 fix: Correct CREATE2 gas calculation and EXTCODECOPY gas costs
Oct 7, 2025
8afa262
fix: build
Oct 7, 2025
e846654
🐛 fix: Implement EIP-1884 gas cost increases for Istanbul hardfork
roninjin10 Oct 7, 2025
e9bb268
✅ test: Update blob hash gas costs in test runner
roninjin10 Oct 7, 2025
6700779
📚 docs: Update documentation and reorganize test suites
roninjin10 Oct 7, 2025
53f9f4e
🐛 fix: Implement EIP-214 static call context enforcement
Oct 7, 2025
f66f895
🐛 fix: Correct SSTORE gas cost calculation for existing non-zero values
Oct 7, 2025
13e5072
📚 docs: Add specification fix reports for Cancun transient storage
Oct 7, 2025
b44ab40
Merge pull request #8 from evmts/worktree2cancun
roninjin10 Oct 7, 2025
71a8b6e
🔨 build: Break up large test suites into smaller sub-targets
Oct 7, 2025
bbe546e
📚 docs: Improve debugging guidance in fix-specs.ts agent prompt
Oct 7, 2025
ff134f8
📚 docs: Add TEST_FILTER environment variable usage examples
Oct 7, 2025
423abfb
chore: looser spec debugging timeouts
Oct 7, 2025
4b9d0e0
Merge pull request #10 from evmts/worktree2cancun
roninjin10 Oct 7, 2025
cac88fb
Merge pull request #9 from evmts/worktreeleft2
roninjin10 Oct 7, 2025
362180c
better prompt
Oct 7, 2025
17bd8ec
fix: Pass Cancun EIP-1153 reentrancy tests
Oct 7, 2025
ce8d53d
🔧 chore: Update ethereum-tests submodule with GeneralStateTests
Oct 7, 2025
2d8f566
📚 docs: Update execution-specs submodule with documentation improvements
Oct 7, 2025
442fee4
fix: Pass Berlin EIP-2930 access list account storage tests
Oct 7, 2025
8458d26
🐛 fix: Add overflow protection in modexp complexity calculation
roninjin10 Oct 7, 2025
3f9bd1e
prompt: Better crash debugging
Oct 7, 2025
67ffde3
🐛 fix: Implement correct EIP-2200 SSTORE gas metering for Istanbul ha…
Oct 7, 2025
6e66027
🐛 fix: Correct gas refund cap calculation and coinbase payment
Oct 7, 2025
6635ee7
📚 docs: Update spec test debugging reports with root cause analysis
Oct 7, 2025
7cf7c38
📚 docs: Add comprehensive hardfork test analysis reports
Oct 7, 2025
7e838af
prompt: Update based on passing tests
Oct 7, 2025
bc1b887
📚 docs: Update spec-fix investigation reports
roninjin10 Oct 7, 2025
246c1a1
🔧 chore: Improve spec-fix automation script
roninjin10 Oct 7, 2025
544f185
🔄 chore: Update execution-specs submodule
roninjin10 Oct 7, 2025
56414f7
🐛 fix: Add overflow protection in modexp complexity calculation
roninjin10 Oct 7, 2025
3506924
✅ test: Enhance test runner debugging output
roninjin10 Oct 7, 2025
2cd5a65
🔧 chore: Update ethereum-tests and execution-specs submodules
Oct 7, 2025
074e5a1
🐛 fix: Address multiple EVM implementation issues
Oct 7, 2025
b93b861
🔧 chore: Update spec fixing build script
Oct 7, 2025
cf5f22e
📚 docs: Add comprehensive EVM debugging and analysis reports
Oct 7, 2025
00677ae
Merge pull request #12 from evmts/worktreeleft2
roninjin10 Oct 7, 2025
d972443
🐛 fix: Resolve critical EVM gas accounting and ModExp precompile bugs
Oct 7, 2025
3d244b1
✅ test: Improve test runner gas validation and execution flow
Oct 7, 2025
e8b3a06
📚 docs: Add comprehensive hardfork investigation reports
Oct 7, 2025
35e593a
Merge pull request #11 from evmts/worktree2cancun
roninjin10 Oct 7, 2025
ca7c98a
📚 docs: Update hardfork investigation reports with status messages
Oct 7, 2025
3a1a656
🔧 chore: Update execution specs tracking script
Oct 7, 2025
a784701
🎉 feat: Enhance core EVM execution and frame handling
Oct 7, 2025
2089a45
✅ test: Improve spec test runner and infrastructure
Oct 7, 2025
db792df
Merge pull request #13 from evmts/worktreeleft2
roninjin10 Oct 7, 2025
be1dd3c
🐛 fix: Add EIP-3860 initcode gas charging for top-level CREATE transa…
Oct 7, 2025
ae4c129
✅ test: Expand blockchain test coverage across all hardforks
Oct 7, 2025
f4920c3
Merge pull request #14 from evmts/worktree2cancun
roninjin10 Oct 7, 2025
a314e91
📚 docs: Update pipeline summary with complete test success
Oct 7, 2025
fc2b14f
🔧 chore: Enable all test suites and improve commit logic
Oct 7, 2025
2b56fba
fix: Pass Paris/Merge hardfork tests - Fix EIP-2929 CALL gas costs
roninjin10 Oct 7, 2025
d4879c2
fix: Pass Cancun EIP-1153 execution context tests
roninjin10 Oct 7, 2025
cacd0ce
📚 docs: Update hardfork investigation reports
roninjin10 Oct 7, 2025
42616a2
🐛 fix: Improve EVM precompile implementations and gas handling
roninjin10 Oct 7, 2025
27ab938
✅ test: Enhance spec test runner and debugging
roninjin10 Oct 7, 2025
b3c51fb
🐛 fix: Address critical EVM security vulnerabilities
Oct 7, 2025
302a71f
🛡️ security: Add input size limits to precompiles
Oct 7, 2025
f7ff7f8
📚 docs: Add comprehensive review fixes documentation
Oct 7, 2025
4b70b44
🔧 build: Fix WASM compilation by resolving libc dependency
Oct 7, 2025
0bf0248
📦 deps: Update ethereum-tests and execution-specs submodules
Oct 7, 2025
4f92824
📚 docs: Add comprehensive project README with WASM build documentation
Oct 8, 2025
fcf7fae
📚 docs: Update Cancun EIP-6780 SELFDESTRUCT investigation reports
Oct 8, 2025
a332ce2
⚡ perf: Enhance EVM state management and SELFDESTRUCT handling
Oct 8, 2025
9fbae19
✅ test: Enhance spec test runner and debugging
Oct 8, 2025
1356ab6
Merge pull request #16 from evmts/worktree2cancun
roninjin10 Oct 8, 2025
b84515e
🔧 chore: Enhance debugging methodology and update test dependencies
Oct 8, 2025
cc876d5
📚 docs: Add comprehensive Python reference vs Zig implementation guide
Oct 8, 2025
468f0ef
Merge pull request #17 from evmts/worktreeleft2
roninjin10 Oct 8, 2025
6893332
🎉 feat: Add automated spec-fixing pipeline with known issues database
Oct 8, 2025
5dad852
🎉 feat: Add debugging helper scripts for test isolation and trace com…
Oct 8, 2025
66c9af1
📚 docs: Update documentation for spec fixer pipeline and debugging tools
Oct 8, 2025
2911185
🔧 chore: Update ethereum-tests and execution-specs submodules
Oct 8, 2025
5c252e2
♻️ refactor: Streamline spec fixer methodology and update script refe…
Oct 8, 2025
45d5c15
🎉 feat: Add TypeScript test debugging utilities suite
Oct 8, 2025
cd66048
📚 docs: Major restructure - transform verbose documentation to concis…
Oct 8, 2025
7460b36
♻️ refactor: Streamline spec fixer prompt - reduce verbose methodolog…
Oct 8, 2025
58039e6
📚 docs: Add migration and optimization documentation
Oct 8, 2025
37a1f49
🔧 chore: Update script file modes
Oct 8, 2025
cf86065
📚 docs: Add comprehensive debugging reference to spec fixer
Oct 8, 2025
aca6876
🔧 chore: Fix test file path resolution in spec runner
Oct 8, 2025
7d29084
📚 docs: Update Cancun SELFDESTRUCT debugging reports
Oct 8, 2025
ca681e3
🐛 fix: Improve EVM gas handling and EIP-6780 revert behavior
Oct 8, 2025
f855db0
📚 docs: Enhance documentation with granular test targets and AI-assis…
roninjin10 Oct 8, 2025
417ef70
🔨 build: Improve build system and submodule configuration
roninjin10 Oct 8, 2025
283c375
🤖 feat: Add AI-assisted spec fixing and agent pipeline
roninjin10 Oct 8, 2025
b11c4ff
✅ test: Update test infrastructure with EIP-4844 support
roninjin10 Oct 8, 2025
beb254a
🐛 fix: Improve EVM gas handling and EIP-6780 revert behavior
Oct 8, 2025
88ebdcd
📚 docs: Update Cancun SELFDESTRUCT debugging reports
Oct 8, 2025
38ff66e
prompt: Move hard to fix self destruct tests last
Oct 8, 2025
b5eed4e
🐛 fix: Correct BLAKE2F sigma table to match Python reference implemen…
Oct 8, 2025
5ba0cdc
📚 docs: Add SELFDESTRUCT debugging analysis documentation
Oct 8, 2025
deaa48e
🐛 fix: Improve EVM precompile address space and KZG point evaluation
Oct 8, 2025
10a0ee7
📚 docs: Add comprehensive test status table with hardfork coverage
Oct 8, 2025
a8ae358
🔧 chore: Add EIP-6780 created_accounts tracking and test status report
Oct 8, 2025
a017ebd
✅ test: Add organized test targets to interactive runner
Oct 8, 2025
21b5f9b
🐛 fix: Handle TrustedSetupAlreadyLoaded error in KZG initialization
Oct 8, 2025
7871942
🔧 chore: Silence trace generation warnings for tests without metadata
Oct 8, 2025
4ae05d0
📚 docs: Add Cancun blob precompile debugging reports
Oct 8, 2025
1571a8b
🔧 chore: Update test generators to enable trace generation
Oct 8, 2025
0c3744c
🔧 chore: Enhance spec fixer with extended thinking and optimized iter…
Oct 8, 2025
0265548
🐛 fix: Enable trace generation and fix EIP-3860 gas calculation
Oct 8, 2025
48e81b0
🐛 fix: Remove EIP-3860 init code double-charging in contract creation
Oct 8, 2025
4053b73
🔧 chore: Update test suite submodules
Oct 8, 2025
7ba9237
Merge pull request #18 from evmts/worktree2cancun
roninjin10 Oct 8, 2025
737d64f
🐛 fix: Improve EVM SELFDESTRUCT and call gas handling
roninjin10 Oct 8, 2025
96d964d
🔧 chore: Update execution-specs submodule and test outputs
roninjin10 Oct 8, 2025
64df146
🐛 fix: Correct gas accounting for invalid inputs in point evaluation …
Oct 8, 2025
fbf333e
📚 docs: Update Cancun blob precompile debugging report with final ana…
Oct 8, 2025
bae9523
Merge pull request #19 from evmts/worktreeleft2
roninjin10 Oct 8, 2025
d5afb40
fix: memory
Oct 8, 2025
f894439
✨ feat: Enhance test output with detailed pass/fail counts in spec fixer
Oct 8, 2025
8fabe74
🧹 chore: Remove empty trace reference file
Oct 8, 2025
a2ce362
🐛 fix: Resolve EVM implementation and gas calculation issues
Oct 9, 2025
78b93ac
✅ test: Enhance spec test runner with improved output and debugging
Oct 9, 2025
c394ae0
🔧 chore: Update development scripts for spec test automation
Oct 9, 2025
5be13cc
📚 docs: Update spec test fixing reports and analysis
Oct 9, 2025
4a2b21e
🐛 fix: Resolve EVM implementation and gas calculation issues
Oct 9, 2025
fdd3b3e
✅ test: Enhance spec test runner with improved output and debugging
Oct 9, 2025
49ddff1
📚 docs: Update spec test fixing reports and analysis
Oct 9, 2025
c5c625d
🔧 chore: Update test suite submodules
Oct 9, 2025
cc073f5
🔧 chore: Improve debugging infrastructure for spec test failures
Oct 9, 2025
1b587ed
🔧 chore: Improve test generation reporting and result display
Oct 9, 2025
392ff8c
✅ test: Enhance trace debugging with context and divergence analysis
Oct 9, 2025
b1bbf25
Fix test runner to validate blockchain tests postState
Oct 10, 2025
80fc90f
🧹 chore: Remove AI-generated documentation files from root
roninjin10 Oct 8, 2025
5584f07
🧹 chore: Remove test artifacts and log files
roninjin10 Oct 8, 2025
913fd5f
🧹 chore: Remove temporary executables and debug files
roninjin10 Oct 8, 2025
05e1eab
🧹 chore: Remove AI-generated README files from src/
roninjin10 Oct 8, 2025
8eb9ba1
🧹 chore: Remove AI agent prompts directory
roninjin10 Oct 8, 2025
b60ede8
🧹 chore: Remove AI-generated reports directory
roninjin10 Oct 8, 2025
4a8153c
🎉 feat: Add TypeScript SDK for WASM EVM integration
roninjin10 Oct 8, 2025
bd002ff
🎉 feat: Extend C API to expose full Zig EVM functionality
roninjin10 Oct 8, 2025
70389ff
🎉 feat: Add TypeScript SDK for WASM EVM integration
roninjin10 Oct 8, 2025
7670825
♻️ refactor: Implement CallParams/CallResult API for inner_call
roninjin10 Oct 8, 2025
a3df3ef
♻️ refactor: Extract opcode handlers into modular instruction files
roninjin10 Oct 8, 2025
a7a8e3b
🔧 chore: Update module exports for new instruction handlers
roninjin10 Oct 8, 2025
0fa9754
✅ test: Update spec test suite for refactored EVM architecture
roninjin10 Oct 8, 2025
aaba446
♻️ refactor: Implement configurable EVM architecture with custom hand…
roninjin10 Oct 8, 2025
e8fd315
🔨 build: Add WASM exports for custom handler callbacks
roninjin10 Oct 8, 2025
58051d4
🎉 feat: Add custom opcode and precompile handler support to TypeScrip…
roninjin10 Oct 8, 2025
237a63d
📚 docs: Add comprehensive custom handler documentation and examples
roninjin10 Oct 8, 2025
300d473
🔧 chore: Add utility functions for hex string type conversions
roninjin10 Oct 8, 2025
aee1e18
🎉 feat: Convert TypeScript SDK API from Uint8Array to hex strings
roninjin10 Oct 8, 2025
ee539b1
🐛 fix: Resolve test compilation errors and build configuration
roninjin10 Oct 9, 2025
d70f8fa
🎉 feat: Add async storage injection protocol to EVM core
roninjin10 Oct 9, 2025
06f8fbb
🎉 feat: Implement TypeScript SDK async state interface
roninjin10 Oct 9, 2025
1229648
🎉 feat: Complete async storage injection implementation (Phases 4-9)
roninjin10 Oct 9, 2025
ca9674c
📚 docs: Add critical error handling anti-pattern to development guide…
roninjin10 Oct 11, 2025
86a1322
🐛 fix: Replace error suppression with proper error handling in self-d…
roninjin10 Oct 11, 2025
4557446
🔧 chore: Update execution-specs submodule to latest version
roninjin10 Oct 11, 2025
b693e6b
Merge pull request #21 from evmts/ui
roninjin10 Oct 11, 2025
04d1e3a
🧹 chore: Remove AI-generated documentation and temporary files
roninjin10 Oct 11, 2025
1be5e04
fix: Pass Cancun EIP-5656 MCOPY tests
Oct 10, 2025
e8a6013
feat: Add warm address/storage snapshot/restore on revert
Oct 11, 2025
cff18e7
fix: Charge correct intrinsic gas for contract creation in processRlp…
Oct 12, 2025
0359688
fix: Pass Cancun EIP-6780 revert tests (12 tests)
Oct 12, 2025
87096aa
🔧 chore: Add submodule safety warnings to Claude Code tools
Oct 12, 2025
08bc0e0
🎉 feat: Add state/blockchain test separation to build system
Oct 12, 2025
f1e7c4e
🎉 feat: Enhance spec fixer with test type support and context loading
Oct 12, 2025
52476fd
🐛 fix: Update core EVM and precompile implementations
Oct 12, 2025
d7b326c
✅ test: Update test infrastructure for new test separation
Oct 12, 2025
458c26f
fix: Pass Cancun EIP-4844 point evaluation basic tests (310 tests)
Oct 12, 2025
edb4285
📚 docs: Add new spec fixing reports and test reference documentation
Oct 12, 2025
9032998
🎉 feat: Add engine test filtering system for EVM-focused testing
Oct 14, 2025
bc1edc6
📚 docs: Add comprehensive engine test filtering documentation
Oct 14, 2025
87a8eff
♻️ refactor: Remove unused blake2 module and dependencies
Oct 14, 2025
a25ca38
🎉 feat: Add embedded KZG trusted setup and improve crypto bindings
Oct 14, 2025
784db49
🐛 fix: Update core EVM modules and add comprehensive tests
Oct 14, 2025
a6f540f
🎉 feat: Add bytecode utilities and improve primitive type usage
Oct 14, 2025
4082cbe
♻️ refactor: Standardize Address type usage and improve error handling
Oct 14, 2025
07dff52
🎨 style: Standardize code formatting and improve style consistency
Oct 14, 2025
1c47c27
🐛 fix: Improve error handling and remove unsafe catch blocks
Oct 14, 2025
9ca9ee4
🎨 style: Standardize import order and clean up code formatting
Oct 14, 2025
24f2d53
🐛 fix: Improve KZG trusted setup error handling and test host cleanup
Oct 14, 2025
4c72da6
♻️ refactor: Extract storage and access list management into dedicate…
Oct 14, 2025
93ea932
📚 docs: Add anti-pattern rule to prohibit backup file creation
Oct 14, 2025
3d3dc75
🔧 chore: Remove obsolete documentation files
Oct 14, 2025
b539cbb
♻️ refactor: Extract async execution and storage management into dedi…
Oct 15, 2025
707afcd
feat: Add gas check disabling support to Frame
Oct 15, 2025
ba4a18c
🐛 fix: Improve EVM core implementations across multiple hardforks
Oct 15, 2025
c81ff6a
✅ test: Improve test runner with access list gas calculation
Oct 15, 2025
18a337c
fix: Pass Cancun EIP-4844 sufficient balance tests (1440/1440)
Oct 15, 2025
f433301
:fire: chore: rm sdks
Oct 16, 2025
fb02b52
fix: Pass Homestead hardfork tests - Add PUSH0 validation and fix mul…
Oct 16, 2025
4da0898
fix: Pass Cancun EIP-6780 create2 collision tests (52 tests)
Oct 16, 2025
e0f5afe
🐛 fix: Add gas refund counter tracking to CallResult API
Oct 17, 2025
0db352e
📚 docs: Update README with all hardforks passing status
Oct 17, 2025
d1ceef6
📝 chore: Add test debugging reports and known issues database
Oct 17, 2025
afd892a
✨ feat: Add fork-state host with RPC integration and 3-tier caching
roninjin10 Oct 20, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 3 additions & 0 deletions .claude/commands/commit.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Analyze the current git repository state and create atomic, conventional commits
- IDE directories: `.vscode/`, `.idea/`, `.vs/`
- Build artifacts: `node_modules/`, `target/debug/`, `target/release/`, `.zig-cache/`, `zig-out/`
- OS files: `.DS_Store`, `Thumbs.db`
- **Submodules**: NEVER commit, clean, or modify any files within git submodules (e.g., `execution-specs/`)

Explain what files were filtered out and why.

Expand Down Expand Up @@ -101,5 +102,7 @@ Before creating any commits:
2. Ensure build artifacts and temporary files are properly filtered
3. Check that test files are not mixed with production code changes
4. Confirm that each commit represents a logical, atomic change
5. **NEVER commit submodule changes** - Submodules should be managed separately and not included in commits
6. **NEVER clean or modify submodule files** - Leave all submodule directories untouched

Arguments: $ARGUMENTS
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ zig-out/
*.dll
*.exe

# Rust/Cargo
target/
Cargo.lock

# Bun
node_modules/
.bun/
bun.lockb
*.bun
test/specs/generated/
worktrees/
Loading