Browse Source

📝 docs: add clear explanation of what the Blueprint is at the top

darrenhinde 4 months ago
parent
commit
36a9ecff47
1 changed files with 14 additions and 0 deletions
  1. 14 0
      .opencode/AGENT-SYSTEM-BLUEPRINT.md

+ 14 - 0
.opencode/AGENT-SYSTEM-BLUEPRINT.md

@@ -4,6 +4,20 @@ _Build Intelligent Workflow Systems with Context-Aware AI_
 
 
 ---
 ---
 
 
+## 📘 What Is This Blueprint?
+
+**This is a teaching document** that explains how the OpenCode agent system works and how to extend it for your needs.
+
+**You don't need to read this to use the system** - the agents work out of the box. Read this document only if you want to:
+- Understand the architecture behind the system
+- Create your own custom agents and commands
+- Extend the system with domain-specific patterns
+- Learn how context loading and agent coordination works
+
+**If you just want to start building**, skip this document and use `codebase-agent` instead. See the [README.md](../../README.md) for quick start instructions.
+
+---
+
 ## ⚡ TL;DR - Quick Reference
 ## ⚡ TL;DR - Quick Reference
 
 
 **For New Users:**
 **For New Users:**