AGENTS.md#91
Conversation
There was a problem hiding this comment.
Pull request overview
Adds an AGENTS.md guidance document intended for development agents working in the LiveKit C++ Client SDK repo, summarizing architecture, build flow, coding conventions, dependencies, testing, and pitfalls.
Changes:
- Introduces
AGENTS.mdwith project architecture notes and key internal/public types. - Documents recommended build and packaging commands, plus dependency/tooling expectations.
- Captures coding conventions (logging, public API boundaries, error handling) and testing guidance.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
bc80b84 to
cf6bc19
Compare
cf6bc19 to
348ce39
Compare
|
Do you find it useful to have the agents.md ? like, if claude / codex / cursor generate better results with this agents.md ? or it does not have much impact? |
@xianshijing-lk yeah i have found this file to be useful. Its hard to quantify but i have noticed the rules taking place such as copyright and logging preferences. |
xianshijing-lk
left a comment
There was a problem hiding this comment.
lgtm, thanks Stephen
Overview
An AGENTS.MD file for guiding cursor on development inside the project
Key points
Any other points?