Bundle all outstanding into logical commits, and then commit them with good messages. Ensure we're not committing any senstive data. Run all tests in server and client before committing. If they fail, ask for feedback. Note these tests include frontend: npm test npm test:e2e backend make check make test-all.
We want to creat sphinx documentation in /docs. This should cover client, server, and infrastructure and document file structure, patterns, and best practices.
Given what we've learned in this session update our documentation with anything relevant to our changes, and remove any documentation for items that no longer exist or are relevant.
Claude Code instructions for kadreio/mcp-coding-agents, covering claude.md, project overview, essential commands, build and development and running the server.