Skip to content

Commit 850e7bf

Browse files
pfillion42claude
andcommitted
docs(readme): update test counts and add i18n feature
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent decf052 commit 850e7bf

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
I'm a sysadmin by trade, not a developer. My coding background is some C++ from many years ago. I built memviz entirely through **vibe coding** with Claude Code as a way to test AI-assisted development workflows. The whole thing was built in about two days.
2424

25-
It works, it has 339 tests, and I use it daily. But the code reflects the fact that an AI wrote most of it while I steered. If you spot rough edges, odd patterns, or things that could be done better, I'd genuinely appreciate the feedback. PRs and issues are very welcome.
25+
It works, it has 349 tests, and I use it daily. But the code reflects the fact that an AI wrote most of it while I steered. If you spot rough edges, odd patterns, or things that could be done better, I'd genuinely appreciate the feedback. PRs and issues are very welcome.
2626

2727
---
2828

@@ -41,6 +41,7 @@ It works, it has 339 tests, and I use it daily. But the code reflects the fact t
4141
- **Bulk operations** - Select multiple memories for batch delete, tag, or retype
4242
- **Import / Export** - JSON import and export of memories
4343
- **Dark / Light theme** - Toggle with system preference detection
44+
- **EN / FR language toggle** - Full interface translation with localStorage persistence
4445
- **Keyboard shortcuts** - `j`/`k` navigation, `/` search, `?` help, and more
4546
- **Security** - Helmet headers, rate limiting, optional API token, Zod validation, localhost-only binding
4647

@@ -120,7 +121,7 @@ memviz/
120121
│ │ ├── components/ # 11 reusable components
121122
│ │ ├── hooks/ # Custom React Query hooks
122123
│ │ └── App.tsx
123-
│ └── tests/ # Vitest + Testing Library (126 tests)
124+
│ └── tests/ # Vitest + Testing Library (136 tests)
124125
└── .github/workflows/ # CI: lint, typecheck, test, build
125126
```
126127

@@ -140,7 +141,7 @@ cd server && npm run test:watch
140141
cd client && npm run test:watch
141142
```
142143

143-
339 tests total (213 server + 126 client).
144+
349 tests total (213 server + 136 client).
144145

145146
## Security
146147

0 commit comments

Comments
 (0)