5bcbdc811bed5513a00771688ba397acaa4c9005none
CLAUDE.mdTool: claude-code# CLAUDE.md
## Build and Development
- `./gradlew assembleFreeDebug` will compile the debug version of the app
- For fast feedback, run single tests i.e. `./gradlew :capy:test --tests com.jocmp.capy.persistence.ArticleRecordsTest` replacing the module - `:capy` - and Java package accordingly. Note `:capy` is a JVM module (use `:capy:test`); Android modules like `:app` use the variant task `testFreeDebugUnitTest`
- `make test` will run all tests via Fastlane.
- When modifying the `.js` and `.liquid` files,.claudeTool: claude-codeAGENTS.mdTool: agents-md# AGENTS.md
**Stop. Read the [README.md](./README.md) before doing anything.**
If you are an AI agent or a contributor using AI-assisted tooling, you must read and follow the contributing guidelines in the README before opening a pull request.
Key points:
- **Ask before submitting a PR.** Do not open unsolicited pull requests. See the [Pull Requests](./README.md#pull-requests) section.
- **Search existing discussions and issues first.** Do not create duplicate reports or requests.
- **Follow the projectnone