801118626a2f41753bb97fbefc88215f518b69ccnone
AGENTS.mdTool: agents-md# Agent Guidelines
This repository contains the Harmonic for Hacker News Android app. There are **no** automated tests or CI scripts. When asked to run tests, respond that this project has none.
General tips:
- Source code lives in the `app/` directory and the project is built with Gradle.
- The in-app changelog lives in `app/src/main/java/com/simon/harmonichackernews/utils/Changelog.java`.
- Do not update the changelog unless the user explicitly asks for it.
- Building the app may require Android SDK comnone