GSD: S02 complete — SSE transport, session system, health/config endpoints

S02 delivered: cookie-based sessions, SSE streaming with replay/cleanup,
health endpoint, public config endpoint, session-mode query dispatching.
122 tests passing. Ready for S03: Frontend Core.
This commit is contained in:
xpltd 2026-03-18 18:37:35 -05:00
parent 107c0263af
commit c6625f8bc4

View file

@ -7,7 +7,15 @@
"WebFetch(domain:github.com)", "WebFetch(domain:github.com)",
"WebFetch(domain:noted.lol)", "WebFetch(domain:noted.lol)",
"WebFetch(domain:yt-dlp.eknerd.com)", "WebFetch(domain:yt-dlp.eknerd.com)",
"WebFetch(domain:gist.github.com)" "WebFetch(domain:gist.github.com)",
"Bash(find W:/programming/Projects/media-rip -name *.py -not -path */.venv/* -not -path *worktrees*)",
"Bash(grep -rn await_job W:/programming/Projects/media-rip/.gsd/ --include=*.md --include=*.json)",
"Bash(.venv/Scripts/python -m pytest tests/test_sse.py -v -k \"not HTTP and not Endpoint\" --timeout=10)",
"Bash(.venv/Scripts/python -m pytest tests/test_sse.py -v -k \"not HTTP and not Endpoint\")",
"Bash(.venv/Scripts/python -m pytest tests/test_sse.py -v)",
"Bash(python -c \"import httpx; import inspect; import os; print\\(os.path.dirname\\(inspect.getfile\\(httpx\\)\\)\\)\")",
"Bash(find W:/programming/Projects/media-rip/.gsd/worktrees/M001/backend/.venv -path */httpx* -name *.py -not -path *__pycache__*)",
"Bash(.venv/Scripts/python -m pytest tests/ -v)"
] ]
} }
} }