mirror of
https://github.com/vector-im/element-call.git
synced 2026-09-22 22:29:30 +00:00
Codifies what is currently tribal knowledge or only discoverable by reading CI config: the view model / view contract, the rule that nothing reads the page, Clean Code ordering, the three test layers, and reuse-before-you-build. The root AGENTS.md is the always-loaded minimum and routes to docs/agents/, so an agent loads only the detail its task needs. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
751 B
751 B
Element Call Docs
This folder contains documentation for setup, usage, and development of Element Call.
- Embedded vs standalone mode
- Element Call as a React component (experimental)
- Url format and parameters
- Global JS controls
- MatrixRTC modes
- Self-Hosting
- Developing with linked packages
Writing code for Element Call (agent-readable conventions)
Entry point: AGENTS.md.