Commit Graph

11 Commits

Author SHA1 Message Date
Alexander Brandon Coles ead911e214 Bump Node to 22.22.3, npm to ^10.9.8
Bumps supported Node engines to `^22.22.3 || ^24.15.0`.

Updates to Node 22.22.3 for development, production, GitHub workflows
and in documentation.
2026-06-07 21:01:52 +01:00
Dombi Attila 72f584942d Redo "Split the root Agent.md files into subdirectories."
This reverts commit 7d49707c4b.
2026-05-05 22:39:59 +03:00
Kabiru Mwenja 50c00590af Document WorkPackage identifier finder convention in AGENTS.md
Point agents at the module docstring so the frontend-vs-primary-key
split is discoverable without reading through past PRs.
2026-04-20 14:18:22 +03:00
Dombi Attila 7d49707c4b Revert "Split the root Agent.md files into subdirectories." 2026-03-18 14:56:43 +02:00
Dombi Attila d1b117ea17 Address CR comments 2026-03-18 11:25:42 +02:00
Dombi Attila 1902ec436c Split the root Agent.md files into subdirectories. 2026-03-18 11:25:42 +02:00
Dombi Attila 51b4bcbeff Add generate migration command to Agents.md
Otherwise llms will manually create the migration files and appending
timestamp to the filenames.
Additionally update the other commands to use rails instead of rake, as
recommended by rails.
2026-02-23 18:49:34 +02:00
Copilot 44ea83c233 Add AGENTS.md with support for local developer overrides (#21736)
* Initial plan

* Add support for local AI coding agent instruction overrides

Co-authored-by: akabiru <17295175+akabiru@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: akabiru <17295175+akabiru@users.noreply.github.com>
2026-01-20 12:15:47 -03:00
Copilot 81b01b6c08 Add comprehensive Docker development context to AGENTS.md (#21734)
---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: akabiru <17295175+akabiru@users.noreply.github.com>
2026-01-20 17:27:33 +03:00
Alexander Brandon Coles 39b6faa236 Bump supported Ruby to 3.4.7 in code agent files
See 7b1e5251dc
2026-01-20 10:38:09 -03:00
Alexander Brandon Coles ee1bad14ad Add AGENTS.md for AI coding agent instructions
Create a condensed version of .github/copilot-instructions.md designed
to be shareable across multiple AI agents (Cursor, Copilot, Windsurf,
etc.).

Includes essential information for any agent:
- Repository overview (tech stack, size, editions)
- Critical setup requirements (Ruby/Node versions)
- Key directories and project structure
- Build/test/lint commands
- Code style guidelines
- Important commands reference

See https://agents.md/

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 10:37:34 -03:00