respira/src
Jan-Henrik Bruhn 6699fcf8e7 feature: Add detailed sequence verification tests for PEN encoding
Enhanced penEncoder test suite with byte-level sequence verification:
- Added helper functions to decode PEN bytes for detailed assertions
- Replaced length-only tests with precise operation order verification
- Added tests for color change sequences (same position and with jump)
- Added test for color change followed by explicit JUMP command
- Added test for long jump sequences with lock stitches
- Verified exact placement of lock stitches, cuts, jumps, and color markers

All 27 tests passing with comprehensive coverage of PEN format encoding.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2025-12-14 11:59:46 +01:00
..
assets initial 2025-11-30 22:18:14 +01:00
components fix: Resolve TypeScript build errors in PatternCanvas and imports 2025-12-13 23:38:13 +01:00
hooks fix: Resolve linter issues in pattern converter and hooks 2025-12-13 23:30:56 +01:00
platform Fix ESLint configuration and resolve all linting issues 2025-12-11 14:11:35 +01:00
services fix: Implement rotated lock stitches and improve PEN format handling 2025-12-13 23:25:48 +01:00
stores feature: Implement Web Worker-based pattern conversion with progress tracking 2025-12-13 13:34:13 +01:00
styles Implement comprehensive UI/UX improvements 2025-12-06 13:15:51 +01:00
types Add Electron desktop application support with Electron Forge 2025-12-07 22:39:38 +01:00
utils feature: Add detailed sequence verification tests for PEN encoding 2025-12-14 11:59:46 +01:00
workers feature: Add comprehensive tests for PEN encoding logic 2025-12-14 11:44:48 +01:00
App.css Enhance UI/UX with loading states, animations, and pattern lock functionality 2025-12-06 19:28:24 +01:00
App.tsx feature: Add application version to page title 2025-12-13 23:48:05 +01:00
index.css Migrate to Tailwind CSS and fix canvas zoom issues 2025-12-05 23:25:55 +01:00
main.tsx initial 2025-11-30 22:18:14 +01:00
vite-env.d.ts feature: Add application version to page title 2025-12-13 23:48:05 +01:00