more providers

This commit is contained in:
Simon
2026-09-07 15:25:03 +00:00
parent 5941a6e607
commit 86c8faca44
10 changed files with 4432 additions and 1 deletions

View File

@@ -5,7 +5,7 @@ This folder is the fastest handoff path for anyone adding or repairing a channel
Start here:
1. Read `architecture.md` for the server flow, request lifecycle, and core types.
2. Read `provider-playbook.md` for the exact process to add a new provider or proxy.
2. Read `provider-playbook.md` — its top **"Best Practices (Living)"** section is the cross-cutting rule set to internalize first, then follow the rest of the playbook for the exact process to add a new provider or proxy.
3. Use `provider-catalog.md` to find the closest existing implementation to copy.
4. Use `docs/hottubapp/*.html` when you need the client-facing API contract for status, videos, or uploaders.
5. Only then touch `prompts/new-channel.md`; it assumes the docs above exist.