Commit Graph

7 Commits

Author SHA1 Message Date
125080a0ba feat(dev-session): Containerize dev session manager
This commit introduces a containerized workflow for the development session manager (dev_session.py).

- Dockerization: Added gemini.Dockerfile to create a self-contained environment with all Python dependencies, removing the need for manual host setup.
- Start Script: Updated start-gemini.sh to build and run the container, executing dev_session.py as the entrypoint.
- Session Management: Implemented --done flag to properly terminate a session, update the Notion task status, and clean up the git hook.
- Notion Integration: Created and integrated notion_commit_hook.py which is automatically installed/uninstalled to post commit messages to the active Notion task.
- Documentation: Updated README_dev_session.md to reflect the new container-based setup, usage, and features.
2026-01-25 19:22:18 +00:00
faaea62be1 gemini.Dockerfile aktualisiert 2025-12-20 22:21:51 +00:00
4a3f64062e gemini.Dockerfile aktualisiert 2025-11-06 18:26:50 +00:00
c33713045d gemini.Dockerfile aktualisiert 2025-11-06 15:38:17 +00:00
ea9fc4e93b gemini.Dockerfile aktualisiert 2025-11-06 15:23:30 +00:00
a9cbe0cbc3 gemini.Dockerfile aktualisiert 2025-11-06 14:44:20 +00:00
b2cd644c37 gemini.Dockerfile hinzugefügt 2025-11-06 14:32:49 +00:00