Move agent instructions into AGENTS.md

This commit is contained in:
Tero Halla-aho 2025-11-27 14:45:40 +02:00
parent 4411f247ab
commit b6da5b4f3c
2 changed files with 5 additions and 5 deletions

View file

@ -4,3 +4,8 @@
- On session start, open `PROGRESS.md` to refresh project status. - On session start, open `PROGRESS.md` to refresh project status.
- After that, scan the repo structure (e.g., list key dirs/files) to regain context before continuing work. - After that, scan the repo structure (e.g., list key dirs/files) to regain context before continuing work.
- After finishing each new feature, create a git commit with a sensible message and update documentation to reflect the changes. - After finishing each new feature, create a git commit with a sensible message and update documentation to reflect the changes.
## Ongoing reminders
- If needed, render diagrams locally from `docs/plantuml` or `docs/drawio` for reference.
- Keep registry health in mind; pushes now work but monitor for regressions.
- Future app work ideas: polish translations, add listing fields, expand admin tooling, or harden registry.

View file

@ -63,8 +63,3 @@
- New amenities added: kitchen, dishwasher, washing machine, barbecue; API/UI/i18n updated and seeds randomized to populate missing prices/amenities. Prisma migration `20250210_more_amenities` applied to shared DB; registry pull secret added to k8s Deployment to avoid image pull errors in prod. - New amenities added: kitchen, dishwasher, washing machine, barbecue; API/UI/i18n updated and seeds randomized to populate missing prices/amenities. Prisma migration `20250210_more_amenities` applied to shared DB; registry pull secret added to k8s Deployment to avoid image pull errors in prod.
- Added About and Pricing pages (FI/EN), moved highlights/runtime config to About, and linked footer navigation. - Added About and Pricing pages (FI/EN), moved highlights/runtime config to About, and linked footer navigation.
- Availability calendars: listings can store iCal URLs, merged into a combined availability calendar on detail pages; availability filtering added to search along with amenity filters; new migration `20251127_calendar_urls`. - Availability calendars: listings can store iCal URLs, merged into a combined availability calendar on detail pages; availability filtering added to search along with amenity filters; new migration `20251127_calendar_urls`.
To resume:
1) If desired, render diagrams locally: PlantUML in `docs/plantuml`, draw.io in `docs/drawio`.
2) Keep registry health in mind; current pushes work (`1763994382` deployed).
3) Future app work: translations polish, more listing fields, admin tooling, or registry hardening.