daily auto-sync 2026-07-09
This commit is contained in:
@@ -0,0 +1,34 @@
|
||||
---
|
||||
Date: 2026-06-09 to 2026-06-15
|
||||
Author: Hermes
|
||||
Tags: [coding-recap, weekly, iso-2026-W24]
|
||||
Week: 2026-W24
|
||||
Commits: 6
|
||||
ActiveRepos: 2
|
||||
---
|
||||
|
||||
# Weekly Coding Recap - 2026-W24 (2026-06-09 to 2026-06-15)
|
||||
|
||||
## Summary
|
||||
- **Total commits:** 6 coding commits (brain excluded, noise filtered)
|
||||
- **Active repos:** 2
|
||||
- **Repos:** tactility (4), reyna-cli (2)
|
||||
|
||||
## Highlights by Repo
|
||||
|
||||
### tactility (4 commits)
|
||||
- 8dabda2b 2026-06-12 Implement new I2C driver (#531)
|
||||
- 8dd9bee8 2026-06-11 M5Stack Tab5 TinyUSB MSC support implemented (#530)
|
||||
- 543390a9 2026-06-10 Fix for CoreS3 touch (#529)
|
||||
- 62266dff 2026-06-10 Tab5 Keyboard (#528)
|
||||
|
||||
### reyna-cli (2 commits)
|
||||
- a0a2656 2026-06-15 feat: expand Reyna CLI integrations
|
||||
- 97379a1 2026-06-10 Initial reyna-cli implementation
|
||||
|
||||
## Themes
|
||||
- Focus: Tactility drivers, CLI tooling
|
||||
|
||||
## Metrics
|
||||
- 6 commits across 2 repos
|
||||
|
||||
@@ -0,0 +1,40 @@
|
||||
---
|
||||
Date: 2026-06-16 to 2026-06-22
|
||||
Author: Hermes
|
||||
Tags: [coding-recap, weekly, iso-W25]
|
||||
Week: 2026-W25
|
||||
Commits: 34
|
||||
ActiveRepos: 3
|
||||
---
|
||||
|
||||
# Weekly Coding Recap - W25 (2026-06-16 to 2026-06-22)
|
||||
|
||||
## Summary
|
||||
- **Total commits:** 34
|
||||
- **Active repos:** 3
|
||||
- **Repos:** mcp_screen (28), tactility (5), tactility_apps (1)
|
||||
- **Busiest week in last month** - major ESP32/RLCD + audio push.
|
||||
|
||||
## Highlights by Repo
|
||||
|
||||
### mcp_screen (28 commits)
|
||||
- **Hermes ESP32 voice gateway:** WebSocket real-time audio streaming (b88cb34, 9c50ad3, 6ee92b6), Hermes API integration
|
||||
- **RLCD hardware:** I2C conflict fix with SoftI2C, dynamic board auto-detection Hosyond vs Waveshare, button PTT fallback (82de0f3, 7d61824, c63712e)
|
||||
- **Audio fixes:** ES7210 mic pop fix (d778391), ES8311 DAC init on audio_start (2bc8fbe), loopback test utility (95ee2fc, d5f2abf)
|
||||
- **Video streaming:** High-speed persistent TCP color video port 8083, draw_rgb565 optimization (b2bcdb5, 30aff5e)
|
||||
- **Platform:** CircuitPython migration prototype with GIF + volume fixes (edf3da1, 8f871e4), RLCD animations/savers (8dbc5f4), jailbroken iPhone MCP app (ad30662)
|
||||
|
||||
### tactility (5 commits)
|
||||
- Gt911Touch fixes with new I2C driver (#536, #538)
|
||||
- Smart Tab5 keyboard (#533), Grove driver + I2C migrations (#532)
|
||||
- Fixes/improvements (#534)
|
||||
|
||||
### tactility_apps (1 commit)
|
||||
- Fixes for grove/i2c changes (#31)
|
||||
|
||||
## Themes
|
||||
- Main focus: **ESP32 RLCD audio/video gateway for Hermes** - bringing Waveshare RLCD to life as Hermes voice interface.
|
||||
- Secondary: Stabilize Tactility I2C stack after driver migration.
|
||||
|
||||
## Metrics
|
||||
- 34 commits = peak week. Wiring + audio pipeline debugging.
|
||||
@@ -0,0 +1,36 @@
|
||||
---
|
||||
Date: 2026-06-23 to 2026-06-29
|
||||
Author: Hermes
|
||||
Tags: [coding-recap, weekly, iso-W26]
|
||||
Week: 2026-W26
|
||||
Commits: 10
|
||||
ActiveRepos: 2
|
||||
---
|
||||
|
||||
# Weekly Coding Recap - W26 (2026-06-23 to 2026-06-29)
|
||||
|
||||
## Summary
|
||||
- **Total commits:** 10
|
||||
- **Active repos:** 2
|
||||
- **Repos:** tactility_apps (7), tactility (3)
|
||||
|
||||
## Highlights by Repo
|
||||
|
||||
### tactility_apps (7 commits)
|
||||
- **Mp3Player app:** Full dynamic application implementation (9db2d3a) - foundation for book players
|
||||
- **McpScreen:** Phase 2 display tools (0fb3c22), foundation (ac9d6dc) + implementation plan doc (fb800bb)
|
||||
- **AudioTest:** New app for testing recording/playback (ca55f16) - esp32_screen/RLCD=.123
|
||||
- Snake game touch support (3c6acf4)
|
||||
- Tactility app experiments saved (e5233ef)
|
||||
|
||||
### tactility (3 commits)
|
||||
- Audio playback + mic support + chmod stub fix for es3c28p (94b5cdbf)
|
||||
- Driver improvements (#535), .mp3 file association in Files browser (99ac246a)
|
||||
- ESP-IDF v5.3.2 compat + es3c28p target (5c535490)
|
||||
|
||||
## Themes
|
||||
- **Audio app layer:** Moving from low-level driver work (W25) to high-level player apps. Mp3Player + AudioTest enable Grace/Poppy storybook work next weeks.
|
||||
- Tactility upstream: audio file association is key enabler for book packages.
|
||||
|
||||
## Links
|
||||
- [[grace_poppy_storybook_image_voice_app]] - consumes Mp3Player work
|
||||
@@ -0,0 +1,24 @@
|
||||
---
|
||||
Date: 2026-06-30 to 2026-07-06
|
||||
Author: Hermes
|
||||
Tags: [coding-recap, weekly, iso-W27]
|
||||
Week: 2026-W27
|
||||
Commits: 0
|
||||
ActiveRepos: 0
|
||||
---
|
||||
|
||||
# Weekly Coding Recap - W27 (2026-06-30 to 2026-07-06)
|
||||
|
||||
## Summary
|
||||
- **Total commits:** 0 coding commits (brain excluded)
|
||||
- **Active repos:** 0
|
||||
- **Note:** Week focused on brain documentation and EMI media planning. No pushes to Gitea code repos.
|
||||
|
||||
## Highlights by Repo
|
||||
- No code commits this week (FamReynaBrain excluded per config).
|
||||
|
||||
## Themes
|
||||
- Documentation / planning week - Ari Sardius report, local network improvements.
|
||||
|
||||
## Metrics
|
||||
- 0 commits = intentional break from coding.
|
||||
@@ -0,0 +1,24 @@
|
||||
---
|
||||
Date: 2026-07-07 to 2026-07-09 (partial week - to today)
|
||||
Author: Hermes
|
||||
Tags: [coding-recap, weekly, iso-W28]
|
||||
Week: 2026-W28
|
||||
Commits: 0
|
||||
ActiveRepos: 0
|
||||
---
|
||||
|
||||
# Weekly Coding Recap - W28 (2026-07-07 to 2026-07-09 partial)
|
||||
|
||||
## Summary
|
||||
- **Total commits:** 0 coding commits (as of Jul 9)
|
||||
- **Active repos:** 0
|
||||
- **Note:** Partial week. Work in progress on Grace Poppy Tactility book package - local only, not yet pushed to Gitea.
|
||||
|
||||
## Highlights by Repo
|
||||
- No Gitea pushes. Local development work on `~/Projects/Tactility/` and `~/grace_poppy_esp32_package/` not yet committed.
|
||||
|
||||
## Themes
|
||||
- Storybook image/voice app project - image generation, narration package prep (see brain docs).
|
||||
|
||||
## Notes
|
||||
- This file will be overwritten Monday by full W28 recap (Jul 7-13).
|
||||
Reference in New Issue
Block a user