docs(agents): consolidate durable engineering notes into scoped AGENTS.md#646
docs(agents): consolidate durable engineering notes into scoped AGENTS.md#646CybotTM wants to merge 1 commit into
Conversation
…S.md Signed-off-by: Sebastian Mendel <github@sebastianmendel.de>
|
There was a problem hiding this comment.
Code Review
This pull request updates the documentation in several AGENTS.md files across the repository (e2e, frontend, src, and tests). The updates provide detailed instructions and architectural guidelines on database seeding, rebuilding after code changes, test environment configurations, frontend stack decisions (such as Ark UI and SolidJS), custom date picker implementations, backend validation rules, DBAL usage for specific entities, CI/CD deployment workflows, and testing best practices (including SQLite compatibility and functional test limitations). There are no review comments, so I have no feedback to provide.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.



Consolidates durable, verified engineering notes into the four scoped
AGENTS.mdfiles. Docs-only, no code changes.Each fact was checked against the codebase before writing; several stale or incorrect drafts were dropped or corrected — e.g. the API is
/api/v2/*with a{error, message}shape (not Nelmio //api/v1/ RFC 9457), the ExtJS→SolidJS migration is already complete (so no "ongoing" note), and the merge gate does include the requiredCI Successaggregate check.frontend/AGENTS.md— Ark UI date-picker / inline-editor focus pattern, "Philosophy A" grid-editing architecture, stack decisions (Ark UI vs Kobalte, Tailwind 4, no Vue/Svelte), vitest-axe/jsdom note.e2e/AGENTS.md—db-e2ereseed procedure, image bind-mount rebuild flow,TestClockvsAPP_FROZEN_TIME, usable test users, save-round-trip timeout guidance.tests/AGENTS.md— portableLIKE … ESCAPE,logInSession()EM identity-map validator gotcha.src/AGENTS.md—SaveDtograndfathering pattern,HolidayDBAL-only entity, self-migrating prod entrypoint, and a new "Deployment, CI & merge (operational)" section.