Commit graph

10 commits

Author SHA1 Message Date
8b5767e6f4
add no default parameters rule
Forcing every call site to be explicit eliminates a class of bugs where an unintended default silently slips through. Codifies the convention already established by prior commits (cd40483, b41652a, 8eb0f23).
2026-05-01 10:04:32 +03:00
7ec91e3869
reformat ai files 2026-05-01 09:56:25 +03:00
2fe41a5fe7
no need to test concrete implementations 2026-04-26 10:23:57 +03:00
099883a13d
change em dashes to hyphen and add rule outlawing emdashes 2026-04-26 10:15:03 +03:00
40726c3984
loosen commit granularity rule in prompts
Replace the strict "one commit per file" guidance with grouping by
related changes, while keeping the small-and-focused intent. Add
explicit guidance on when to include a commit body and how to format
it (blank line separator, ~72 col wrap).

Applied to both backend and frontend prompt templates.
2026-04-26 10:11:23 +03:00
d4473d1ec4
add frontend ai prompt template 2026-04-23 09:54:10 +03:00
6cd3aff350
declare prompt template to be for backend dev 2026-04-23 09:47:56 +03:00
a3e4505d6d
update prompt template with project specific examples 2026-04-20 09:28:22 +03:00
921c1e6401
update prompt template 2026-04-19 22:50:05 +03:00
cb8c24d078
add prompt template 2026-04-15 10:09:42 +03:00