This file defines template-specific agent conventions for this Railway app.
These rules apply to railwayapp-grafana.
The workspace root AGENT.md also applies.
- Use
pnpmas the default package manager when package management is needed. - Store credentials and local secrets in
.envfiles. - Use Conventional Commits in English.
- Keep all documentation in English.
- When adding new props, always update matching Type definitions and related documentation.
- Keep
railway.tomlconsistent with runtime behavior. - Validate
startCommand,healthcheckPath, andhealthcheckTimeoutafter changes. - Keep Docker and entrypoint changes minimal and reproducible.