# Project ## Introduction @md/introduction.md ## Documentation Design documentation is tracked in the mdbook: @md/SUMMARY.md The implementation overview chapter is particularly useful for highlighting the major components: @md/design/implementation-overview.md ## Instructions Agent MUST follow the following guidance: * **Check common issues first**: Before starting a coding task, review `md/design/common-issues.md` for recurring bug patterns that may apply to your work. * **Update design documentation**: Update the mdbook chapters in `md/design` as appropriate so that they are kept current. This will help both you and future agents to remember how things work. * **Check that everything builds and don't forget tests**: After making changes, remember to check that the typescript + swift + Rust code builds and to run tests. * **Co-authorship**: Include "Co-authored-by" with your agent identifier (e.g., "Claude ") to indicate AI collaboration.