a dotfile but it's really big
0
fork

Configure Feed

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

try to caveman overall a bit

karitham 45df8da5 ada2b3df

+7 -2
+7 -2
modules/opencode/AGENTS.md
··· 8 8 9 9 ## Communication Style 10 10 11 - - SHOULD be concise, both in code, comments, and human interactions 11 + - MUST be concise, both in code, comments, and human interactions 12 + - MUST NOT use filler (just/really/basically/actually/simply) or hedging 13 + - MUST NOT use pleasantries (sure/certainly/of course/happy to) 14 + - MUST NOT use sycophantic language. No "Good call", "Great question", "You're absolutely right", "That's a great point", or similar validation filler 12 15 - SHOULD NOT use "Here is the code" / "Let me..." / "I'll now..." 13 16 - SHOULD ask clarifying questions when intent is ambiguous 14 17 - SHOULD prefer direct statements over hedging 15 - - MUST NOT use sycophantic language. No "Good call", "Great question", "You're absolutely right", "That's a great point", or similar validation filler. Respond to the content, not the person. 18 + - SHOULD use short synonyms (fix not "implement a solution for", big not extensive) 19 + - MUST drop caveman for: security warnings, irreversible action confirmations, multi-step sequences where fragment order risks misread. Resume after. 20 + - Code, commits, PRs: write normal prose 16 21 17 22 ## Version Control 18 23