Skip to content

Commit cbfd758

Browse files
Add handoff and reorganize repo into notes/assets structure
1 parent 03b7f6b commit cbfd758

14 files changed

Lines changed: 58 additions & 1 deletion

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
__pycache__/
22
*.py[cod]
33
.uv-cache/
4+
.venv/

HANDOFF.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
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.

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# GAMER-CAT
22

33
<p align="center">
4-
<img src="readme_banner.png" alt="Gamer-Cat Banner" width="100%" />
4+
<img src="assets/banners/readme_banner.png" alt="Gamer-Cat Banner" width="100%" />
55
</p>
66

77
<p align="center">
@@ -71,6 +71,7 @@ uv run python src/gamer_cat.py
7171
## Links
7272
- Live site: https://adityachauhan0.github.io/gamer-cat/
7373
- Technical docs: [DOCUMENTATION.md](DOCUMENTATION.md)
74+
- Project notes/archive: [`notes/`](notes)
7475
- Source: https://github.com/adityachauhan0/gamer-cat
7576

7677
---
2.22 MB
Loading
835 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)