This repository has been archived on 2026-09-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
theme-song-booth/.gitignore
Troll (Hermes Agent) 7ab8388741 Allow Hermes callback endpoint to accept revision prompts
/api/prompt/<rid> previously rejected any request not in 'pending'
status. This blocked the revision workflow from using the callback.

Now the endpoint accepts 'pending' (sets status to 'prompt_ready') and
'revisions_requested' (keeps status as 'revisions_requested' so the
operator still sees it needs new song uploads).
2026-08-05 03:30:51 +00:00

11 lines
84 B
Text

.env
.env.local
__pycache__/
*.pyc
.venv/
data/
uploads/
*.db
*.mp3
*.wav
.DS_Store