mirror of
https://github.com/wshobson/agents
synced 2026-06-21 14:13:58 +00:00
fa0fb68008
Restructure doc-generate.md to clearly distinguish between: - Concise, directive instructions (what to create) - Detailed reference examples (how to create it) Changes: - Add "How to Use This Tool" section explaining structure - Rewrite Instructions section to be concise and directive (75 lines) - Rename and relabel all examples with clear "Example N:" format - Add purpose statements and "Implementation Example:" labels - Keep all existing reference code intact Addresses user feedback in issue #87 about ambiguity between instructions and examples that could confuse LLMs and humans. Closes #87