From b6da5b4f3ca2be89411ef03ca3178facc54f3aa7 Mon Sep 17 00:00:00 2001 From: Tero Halla-aho Date: Thu, 27 Nov 2025 14:45:40 +0200 Subject: [PATCH] Move agent instructions into AGENTS.md --- AGENTS.md | 5 +++++ PROGRESS.md | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/AGENTS.md b/AGENTS.md index 604cd53..a4af55d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -4,3 +4,8 @@ - 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 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. diff --git a/PROGRESS.md b/PROGRESS.md index 04dcc0d..723f4e0 100644 --- a/PROGRESS.md +++ b/PROGRESS.md @@ -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. - 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`. - -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.