Skip to content

Commit 20b67a8

Browse files
author
Test User
committed
refactor: consolidate tests, convert comments to English, fix linting
1 parent 6d74cfb commit 20b67a8

72 files changed

Lines changed: 11296 additions & 8360 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ cobertura.xml
4444
perf.data
4545
perf.data.old
4646
flamegraph.svg
47+
*.profraw
4748

4849
# Documentation
4950
/target/doc/
@@ -54,3 +55,12 @@ flamegraph.svg
5455
# Environment files
5556
.env
5657
.env.local
58+
59+
# Test refactoring artifacts
60+
TEST_REFACTORING_PLAN.md
61+
DELETE_LOG.md
62+
IMPLEMENTATION_COMPLETE.md
63+
*_CONSOLIDATION_LOG.md
64+
analysis_results/
65+
backup_phase*/
66+
scripts/

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,4 +202,3 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
202202
- Built with [git2](https://github.com/rust-lang/git2-rs) for Git operations
203203
- Uses [dialoguer](https://github.com/console-rs/dialoguer) for interactive prompts
204204
- Terminal styling with [colored](https://github.com/colored-rs/colored)
205-

bun.lock

Lines changed: 14 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"watch": "cargo watch -x run"
1717
},
1818
"devDependencies": {
19-
"lefthook": "^1.10.0",
20-
"prettier": "^3.6.1"
19+
"lefthook": "^1.12.2",
20+
"prettier": "^3.6.2"
2121
}
2222
}

0 commit comments

Comments
 (0)