-
git statuscontains only intended changes. -
.gitignoreexcludes build/runtime/local data. - No secrets in tracked files.
- App starts via
python gui.py. - Core workflow runs: load marker -> generate -> parse -> export code.
- Tests pass (
pytest -q).
- Windows build succeeds with
./build.ps1. - Output exists under
dist/.
- English and Chinese README are consistent.
- Version and license info are accurate.