Skip to content

Commit 6c29436

Browse files
committed
docs: update README — 644 tests, TypeScript 6
Co-Authored-By: Rooty
1 parent c0668e6 commit 6c29436

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ A desktop terminal manager for WSL AI coding agents. Launch, manage, and orchest
44

55
![Electron](https://img.shields.io/badge/Electron-41-47848F?logo=electron)
66
![React](https://img.shields.io/badge/React-19-61DAFB?logo=react)
7-
![TypeScript](https://img.shields.io/badge/TypeScript-5-3178C6?logo=typescript)
7+
![TypeScript](https://img.shields.io/badge/TypeScript-6-3178C6?logo=typescript)
88
![License: Elastic-2.0](https://img.shields.io/badge/License-Elastic--2.0-blue.svg)
9-
![Tests](https://img.shields.io/badge/Tests-608_passing-brightgreen)
9+
![Tests](https://img.shields.io/badge/Tests-644_passing-brightgreen)
1010
![CI](https://github.com/Wintersta7e/agentdeck/actions/workflows/ci.yml/badge.svg?branch=main)
1111

1212
## Why AgentDeck?
@@ -161,7 +161,7 @@ npm run dev
161161
# Build for production (validates TypeScript)
162162
npm run build
163163

164-
# Run tests (608 tests)
164+
# Run tests (644 tests)
165165
npm test
166166

167167
# Lint code (zero-warning policy)
@@ -220,13 +220,13 @@ src/
220220
|------------|---------|
221221
| [Electron 41](https://electronjs.org) | Desktop application shell |
222222
| [React 19](https://react.dev) | UI framework |
223-
| [TypeScript 5](https://typescriptlang.org) | Type-safe development (strict mode) |
223+
| [TypeScript 6](https://typescriptlang.org) | Type-safe development (strict mode) |
224224
| [electron-vite 5](https://electron-vite.org) | Build tooling |
225225
| [xterm.js 5](https://xtermjs.org) | Terminal emulator |
226226
| [node-pty](https://github.com/microsoft/node-pty) | Pseudo-terminal (WSL sessions) |
227227
| [Zustand](https://zustand-demo.pmnd.rs) | State management |
228228
| [React Flow](https://reactflow.dev) | Visual workflow node editor |
229-
| [Vitest 4](https://vitest.dev) | Testing framework (608 tests) |
229+
| [Vitest 4](https://vitest.dev) | Testing framework (644 tests) |
230230
| [ESLint 9](https://eslint.org) | Linting (flat config, zero-warning policy) |
231231

232232
## Documentation

0 commit comments

Comments
 (0)