Home: reframe Tep's purpose to match the README -- spinel harness + toy's web layer
a89ee53
Add MCP wiki page (Battery 5); Home gets MCP battery + counter/experiments demos
4332cc5
Refresh Home + Getting-Started: agentic_chat callout, multipart form note, link to Tep::Auth from auth section
cb6832e
Add wiki pages for the four agentic batteries (Auth/Broadcast/Presence/LiveView)
5d8527e
Add WebSocket + Llm pages, refresh Home/Getting-Started
- WebSocket: full reference for the v0.5 RFC 6455 server-side battery.
Scope table, DSL surface (`websocket '/p' do |ws|` + on_open /
on_message / on_close / on_ping / on_pong / on_error), Driver API,
lifecycle diagram, compliance posture, NUL-byte caveat for binary
payloads (waiting on a spinel-side length-prefixed bytes value),
end-to-end echo example + integration test pointer, and the lower-
level `Tep::Handler`-subclass form.
- Llm: reference for the chat-completions client. Scope, sync `chat`
+ streaming `chat_stream`, three-backend story (Ollama / OpenAI /
toy), multi-turn history pattern with Tep::SQLite, error model,
pitfalls. Cross-links to Parallel for the multi-backend compare
story (currently sequential pending matz/spinel#575).
- Home: add both new pages under Batteries. Drop the stale "GB10
dashboard" example reference (deleted in v0.5 Phase G) and list
the current example set instead.
- Getting-Started: same stale-example fix.
No code; this is the v0.5 wiki coverage that was missing.
a140a0f
Fix broken relative links
Getting-Started.md used `batteries/<page>.md` and `../README.md`-style
paths that the wiki rendering doesn't resolve. Switched to flat wiki
page names (`SQLite`, `Password`, `Jwt`, `Security`, `Home`) and
absolute github.com URLs for repo files. Dropped the dead "How it
works under the hood" link in section 9; the closest current section
is `#spinel-direct` in the main README, so the bullet now points
there with text that matches the section.
Home.md dropped the ecosystem-survey row -- GEM_SURVEY.md was removed
from the repo in tep@f3772fb.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1d82548
Seed wiki: Home, Getting-Started, and per-battery API pages
a508e37