Initialize project governance and baseline structure

Stoned.AI — live-streamed human + AI conversation show, both sides voiced
via local Kokoro TTS. Governance docs 00-09, README, .gitignore.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-12 21:55:46 +00:00
commit fcd93ee0af
12 changed files with 740 additions and 0 deletions

38
docs/09-PROJECT-STATUS.md Normal file
View File

@@ -0,0 +1,38 @@
# Project Status
## Current Status
- Phase: Pre-implementation
- State: Governance scaffold complete. Ready for implementation handoff.
- Last updated: 2026-04-12
## Completed
- Project directory created
- Governance documentation written (docs 0009)
- Git initialized
- README and .gitignore created
## In Progress
- Nothing. Awaiting implementation model handoff.
## Blocked
- Nothing currently blocked.
## Next Actions
1. Hand off to implementation model with `06-WORKER-HANDOFF.md` as the entry point.
2. Implementation model completes Phase 1 (scaffold + TTS + AI + clean).
3. Supervisor reviews Phase 1 output.
4. Implementation model proceeds to Phase 2 (web server + SSE).
5. Continue through Phase 3 (host view) and Phase 4 (broadcast view).
6. Jason tests end-to-end with OBS.
7. Create Gitea repo (`AccursedBinkie/stoned-ai`) and push baseline.
## Notes
- Port assignment: use `8766` to avoid conflict with Arena's default `8765`.
- The Arena project at `/home/svc-admin/ai-projects/projects/arena` is the reference implementation for TTS, SSE, and cleaning patterns.
- Gitea remote has not been created yet. Do not push until the Gitea repo exists.