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>
21 lines
751 B
Markdown
21 lines
751 B
Markdown
## Element Call Docs
|
|
|
|
This folder contains documentation for setup, usage, and development of Element Call.
|
|
|
|
- [Embedded vs standalone mode](./embedded_standalone.md)
|
|
- [Element Call as a React component (experimental)](../README.md#element-call-as-a-component-experimental)
|
|
- [Url format and parameters](./url_params.md)
|
|
- [Global JS controls](./controls.md)
|
|
- [MatrixRTC modes](./matrix_rtc_modes.md)
|
|
- [Self-Hosting](./self_hosting.md)
|
|
- [Developing with linked packages](./linking.md)
|
|
|
|
### Writing code for Element Call (agent-readable conventions)
|
|
|
|
Entry point: [AGENTS.md](../AGENTS.md).
|
|
|
|
- [Agent workflow](./agents/workflow.md)
|
|
- [Architecture](./agents/architecture.md)
|
|
- [Code style](./agents/code-style.md)
|
|
- [Testing](./agents/testing.md)
|