Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,5 @@ patch_target_styles.py
# Temp
*.tmp
electron/resources/bin/
.test-packaged-data/
backend/vendor/
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
npx lint-staged
npm run typecheck
280 changes: 0 additions & 280 deletions FEATURES_IMPLEMENTED.md

This file was deleted.

20 changes: 19 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,14 +117,32 @@ Common errors:
| `/api/loop/start` | POST | Start loop job |
| `/api/lyrics/auto-align` | POST | Align lyrics |

## Documentation

Extended documentation lives in [`docs/`](./docs/README.md):
- Testing guides and strategy
- Performance optimization
- Preview/realtime implementation
- UI redesign plan
- Audit reports
- Feature log

## Validation

Current release validation:

- `npm run electron:build` — passed
- `npm run typecheck` — passed
- Frontend tests — 31 passed
- `npm run lint` — 0 errors, 0 warnings
- Frontend tests (Vitest) — 192 passed across 28 test files
- Electron native dependency rebuild — passed
- `npm run smoke:api` — API health + diagnostics + preview cleanup verified
- `npm run smoke:render` — Full render pipeline verified (portable, generates sample media)
- `npm run smoke:loop` — Loop flow verified
- `npm run smoke:queue` — Queue CRUD, duplicate, send-to-queue, start/pause verified
- `npm run smoke:project` — Project CRUD, export/import, presets, templates verified
- `npm run smoke:pipeline` — Config → validate → render → history → clear-done verified
- `npm run smoke:presets` — All preset lists, save/apply/delete, validate verified

## Technology

Expand Down
Loading
Loading