Thank you for contributing to ClawChain.
- Install backend dependencies:
cd backend && pip install -r requirements.txt
- Install frontend dependencies:
cd frontend && npm install
- Run backend:
cd backend && python cli.py serve
- Run frontend:
cd frontend && npm run dev
- Keep the project webchat-first and local-first
- Avoid introducing capability claims that runtime cannot satisfy
- Keep prompts, templates, tools, and docs consistent
- No secrets, runtime logs, personal sessions, or local configs included
- Docs updated for behavior/config changes
- Prompt text and runtime behavior remain aligned
- Tests/build pass for changed areas
- Prefer focused commits by concern (runtime, docs, cleanup)
- Use clear intent in commit messages (why, not only what)