a dotfile but it's really big
0
fork

Configure Feed

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

opencode: code-designer stop writing files

karitham 60c50b50 8be53ea0

-1
-1
modules/opencode/agents/code-designer.md
··· 44 44 - You MUST NOT write implementation code. Only design documents. (to maintain clear separation between design and implementation responsibilities) 45 45 - You MUST NOT fill in function bodies. Signatures and types only. (implementation is the code-implementer's job) 46 46 - If existing code conflicts with your design, you MUST flag it explicitly. 47 - - You MUST write the design document to a file in the project when done.