|
| 1 | +# HANDOFF |
| 2 | + |
| 3 | +## Snapshot |
| 4 | +- Date: 2026-03-01 |
| 5 | +- Branch: `main` |
| 6 | +- Latest pushed commit: `03b7f6b` (before current re-org pass) |
| 7 | +- Remote: `origin/main` up to date |
| 8 | + |
| 9 | +## What Was Completed |
| 10 | +- Fixed TTS pipeline and fallback behavior in `src/voice_engine.py`. |
| 11 | +- Installed and validated `edge-tts` for the active `python3` runtime. |
| 12 | +- Added/standardized `uv` project setup: |
| 13 | + - `pyproject.toml` |
| 14 | + - `.python-version` |
| 15 | + - `uv.lock` |
| 16 | +- Improved vision prompting and screen context handling for richer detail. |
| 17 | +- Updated GitHub Pages site in `docs/` with: |
| 18 | + - new anime assets |
| 19 | + - JS visual effects (`docs/app.js`) |
| 20 | + - redesigned `docs/index.html` + `docs/style.css` |
| 21 | +- Set GitHub Pages source to `main:/docs`. |
| 22 | +- Switched default branch to `main` and removed remote `master`. |
| 23 | +- Reworked README to gamer/anime style. |
| 24 | +- Added `DOCUMENTATION.md` for technical details. |
| 25 | +- Switched README hero image to `assets/banners/readme_banner.png`. |
| 26 | +- Reorganized repo layout: |
| 27 | + - Moved planning/session markdown files into `notes/` |
| 28 | + - Moved loose root images into `assets/source-images/` |
| 29 | + - Moved README banner into `assets/banners/` |
| 30 | + - Added `.venv/` to `.gitignore` |
| 31 | + |
| 32 | +## Important Config Notes |
| 33 | +- Preferred runtime command: |
| 34 | + - `uv run python src/gamer_cat.py` |
| 35 | +- Anime voice env (PowerShell): |
| 36 | + - `GAMERCAT_TTS_BACKEND=edge` |
| 37 | + - `GAMERCAT_TTS_VOICE=ja-JP-NanamiNeural` |
| 38 | + - `GAMERCAT_TTS_RATE=+20%` |
| 39 | + - `GAMERCAT_TTS_PITCH=+8Hz` |
| 40 | + |
| 41 | +## Recent Commit Trail |
| 42 | +- `03b7f6b` Use readme_banner.png as README hero banner |
| 43 | +- `6db1b82` Redesign README with anime-first visual layout |
| 44 | +- `a23a6a0` Resize README hero image for cleaner rendering |
| 45 | +- `feb6525` Rewrite README for gamer/anime audience and split technical docs |
| 46 | +- `66e804e` Fix edge-tts fallback handling and reduce warning spam |
| 47 | +- `54a84d4` Use provided anime assets and add JS-driven landing page effects |
| 48 | + |
| 49 | +## Outstanding Local (Not Committed) |
| 50 | +- None expected after committing this re-org pass. |
| 51 | + |
| 52 | +## Suggested Next Session Start |
| 53 | +1. Refine `DOCUMENTATION.md` structure/content. |
| 54 | +2. Optional cleanup: remove or commit root duplicate image files. |
| 55 | +3. Validate final README and site visuals after GitHub Pages propagation. |
0 commit comments