Files
stoned-ai/README.md
Jason Hall fcd93ee0af 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>
2026-04-12 21:55:46 +00:00

33 lines
1.1 KiB
Markdown

# stoned-ai
**Stoned.AI** is a live-streamed, unscripted conversation show between a human host and an AI.
Both the host and the AI are voiced through local Kokoro TTS. The host types their side of the conversation. The AI generates its response. Both are read aloud and displayed as a scrolling conversation feed that OBS captures as a browser source for streaming to YouTube.
No microphone required. No script. No agenda.
## Project Docs
- [Governance Rules](docs/00-GOVERNANCE-RULES.md)
- [Project Charter](docs/01-PROJECT-CHARTER.md)
- [Architecture Plan](docs/02-ARCHITECTURE-PLAN.md)
- [Implementation Plan](docs/03-IMPLEMENTATION-PLAN.md)
- [Acceptance Criteria](docs/04-ACCEPTANCE-CRITERIA.md)
- [Risk Register](docs/05-RISK-REGISTER.md)
- [Worker Handoff](docs/06-WORKER-HANDOFF.md)
- [Review Checklist](docs/07-REVIEW-CHECKLIST.md)
- [Change Request](docs/08-CHANGE-REQUEST.md)
- [Project Status](docs/09-PROJECT-STATUS.md)
## Layout
```text
stoned-ai/
├── docs/
│ └── 00 through 09 governing docs
├── src/
│ └── stoned_ai/
├── tests/
└── README.md
```