Commit Graph

22 Commits

Author SHA1 Message Date
Claude a35518a099 docs: redirect translation requests to translation guide 2026-06-06 21:05:21 +02:00
kolaente 72445c4d2f docs(agents): comments should document the why, not the what
Adds a Code Style bullet: default to no comment; only document a non-obvious
why (gotcha, invariant, rejected alternative) in one tight line; cut comments
that restate the code, a name, or a signature.
2026-06-04 20:59:45 +00:00
kolaente 5bbc5aa1ea
fix(ai): correct snake_case in json instructions 2026-05-31 17:16:49 +02:00
kolaente d2a3186b3e docs: add api-v2-routes skill and freeze /api/v1
Adds the api-v2-routes agent skill (CRUD + non-CRUD shapes, descriptions
required) and marks /api/v1 frozen in AGENTS.md/CLAUDE.md so new routes go
to the Huma-backed /api/v2.
2026-05-31 12:56:57 +00:00
kolaente 8daa244e52
docs(agents): add something about duplication [skip ci] 2026-04-23 17:28:38 +02:00
kolaente bb37a57c79 docs(agents): reference crudable and migration skills in AGENTS.md
Point agents to the skills up front so they are loaded before code is
written in the relevant areas. Patterns like permission placement and
migration error handling have been documented for 5+ months but still
recur in review; a path-aware skill prompt is a stronger trigger than
guidance buried further down the file.
2026-04-23 13:33:00 +02:00
kolaente 35f183979c feat: add license comments for agents and humans 2026-04-15 10:32:37 +00:00
kolaente c8ea673653
docs: instruct agents to save test output instead of re-running tests
Adds guidance to always pipe expensive test commands (e2e, web, feature)
through tee to a log file, so agents can re-read the output for analysis
instead of re-running the full test suite with different grep/tail filters.
2026-02-25 09:22:14 +01:00
kolaente 8f6f8f9e21 docs: document mage test:e2e in AGENTS.md 2026-02-21 22:32:09 +01:00
kolaente ac3fd3e131 docs: add caveat about running go tests to agent instructions [skip ci] 2026-02-08 15:43:48 +01:00
kolaente 6087d7454c docs(agents): include go tips [skip ci] 2026-01-27 22:16:22 +01:00
kolaente 5050cd7162 chore(dev): add prepare worktree command to mage 2026-01-24 18:32:23 +01:00
kolaente 29b5f7b95e chore(agents): clarify dev server port [skip ci] 2026-01-06 16:40:12 +01:00
kolaente 1f15fa000e chore(agents): clarify playwright for e2e tests 2026-01-06 16:26:59 +01:00
kolaente 4de49512b0 docs: update AI instructions about plans 2025-11-27 22:24:40 +01:00
kolaente a81a3ee0e5
feat!: rename right to permission (#1277) 2025-08-13 11:05:05 +02:00
kolaente 504e201da2 feat: install stylelint 2025-08-06 10:55:23 +02:00
kolaente 8864d04390
docs: update code agent instructions 2025-08-01 16:52:03 +02:00
kolaente e7a4d9f180
Allow filtering tests from mage (#1072) 2025-07-02 20:41:25 +00:00
kolaente 6671ce38a8
chore: rename API test suites (#938) 2025-06-13 08:23:17 +00:00
kolaente 8d5c665781
feat(dev): allow passing struct name to dev:make-migration mage command (#931) 2025-06-12 11:06:07 +00:00
kolaente 3813a3b35c docs: add AGENTS.md file with instructions for AI coding agents 2025-06-10 14:23:55 +02:00