Commit Graph

7 Commits

Author SHA1 Message Date
Tink bot 5b5de03fb5
docs: add veans skill teaching agents Vikunja task tracking 2026-05-31 06:56:29 +00:00
kolaente 0cccaf6e5a feat(agents): add migration skill for DB migration safety
Checklist skill invoked before editing files under pkg/migration/. Covers
cross-DB type safety across MySQL/PostgreSQL/SQLite, DDL error handling
(no silent discards), time-column conventions, path sanitization for
user-supplied input, and model/frontend sync requirements.
2026-04-23 13:33:00 +02:00
kolaente 6779e48906 feat(agents): add crudable skill for CRUDable + permissions guidance
Checklist skill invoked before editing models in pkg/models/. Covers Can*
method placement (on the model, never in route handlers), the four
permission methods, required positive+negative test coverage, and the
anti-patterns most frequently flagged in review.
2026-04-23 13:33:00 +02:00
kolaente 5050cd7162 chore(dev): add prepare worktree command to mage 2026-01-24 18:32:23 +01:00
kolaente 8adf0ef0a0 chore(ai): add prepare workspace skill 2025-12-16 23:13:14 +01:00
kolaente 5dab85e76f chore(dev): allow claude to execute playwright 2025-12-12 17:16:56 +01:00
kolaente d0d08adc48 chore(dev): add claude settings 2025-12-12 11:58:15 +01:00