this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs section in agent dev skill

+7
+7
ai/skills/dev-philosophy.md
··· 25 25 - Keep tests themselves simple — they are code too and carry maintenance burden 26 26 - Tests are part of "done" 27 27 28 + ## Documentation 29 + 30 + - Avoid documentation that duplicates what exists in code 31 + - Point to the source of truth instead of recreating it 32 + - Documentation has maintenance burden — minimize it 33 + - Examples: Don't list routes in docs, link to route definitions; don't copy API schemas, reference the source 34 + 28 35 ## Technology Preferences 29 36 30 37 - Prefer lightweight tools (sqlite over heavy databases)