Keep this file minimal because it is always loaded into agent context.
- Preserve user changes. Do not revert or overwrite unrelated dirty files unless explicitly asked.
- Keep changes scoped to the requested behavior.
- Read
CONTRIBUTING.mdonly when repository architecture, contribution rules, or coding conventions are relevant to the task. - Read the relevant
.agents/skills/*/SKILL.mdfile only when working in that area. - When a change affects APIs, environment variables, CLI flags, websocket actions, configuration, or any other DX/UX surface, check the docs and update them in the same change. Cover both top-level docs (e.g.,
README.md,TROUBLESHOOTING.md,CONTRIBUTING.md) anddocs-site/src/content/docs/**(especiallyconfiguration/,deployment/,features/,reference/).