mirror of
https://github.com/xpltdco/media-rip.git
synced 2026-06-02 14:04:28 -06:00
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:
parent
107c0263af
commit
c6625f8bc4
1 changed files with 9 additions and 1 deletions
|
|
@ -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)"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue