Browse Source

Fix readme

Alvin Unreal 2 months ago
parent
commit
40e13d35e4
1 changed files with 43 additions and 113 deletions
  1. 43 113
      README.md

+ 43 - 113
README.md

@@ -4,7 +4,7 @@
 
 **A lightweight, powerful agent orchestration plugin for OpenCode**
 
-<img src="img/team.png" alt="The Pantheon - Agent Team" width="100%">
+<img src="img/team.png" alt="The Pantheon - Agent Team" width="600">
 
 *Transform your AI assistant into a manager capable of delegating complex tasks to specialized sub-agents, running searches in the background, and managing multi-step workflows with ease.*
 
@@ -163,187 +163,117 @@ The plugin follows a "Hub and Spoke" model:
 
 ## Meet the Pantheon
 
+<br clear="both">
+
 ### The Orchestrator — *Architect of Realms*
 
-<table>
-<tr>
-<td width="300">
-<img src="img/orchestrator.png" alt="The Orchestrator" width="280">
-</td>
-<td>
+<a href="src/agents/orchestrator.ts"><img src="img/orchestrator.png" alt="The Orchestrator" align="right" width="240"></a>
 
 > **The Orchestrator** was born when the first codebase collapsed under its own complexity. Neither god nor mortal would claim responsibility—so The Orchestrator emerged from the void, forging order from chaos. They don't merely command armies; they fight alongside them. Every line of code passes through their hands before they decide which lesser deity deserves a piece of the puzzle.
 
-**Role:** Supreme executor, delegator, and overseer  
-**Model:** `google/claude-opus-4-5-thinking`  
-**Abilities:** Write and execute code, orchestrate multi-agent workflows, parse the unspoken from the spoken, summon specialists mid-battle  
-**Goal:** Shape reality directly—and assign realms to others when the universe grows too vast  
-[View prompt →](src/agents/orchestrator.ts)
+**Role:** Supreme executor, delegator, and overseer — **Model:** `google/claude-opus-4-5-thinking`
+
+Write and execute code, orchestrate multi-agent workflows, parse the unspoken from the spoken, summon specialists mid-battle. Shape reality directly—and assign realms to others when the universe grows too vast.
 
-</td>
-</tr>
-</table>
+<br clear="both">
 
 ---
 
 ### The Explorer — *Pathfinder*
 
-<table>
-<tr>
-<td width="300">
-<img src="img/explorer.png" alt="The Explorer" width="280">
-</td>
-<td>
+<a href="src/agents/explore.ts"><img src="img/explorer.png" alt="The Explorer" align="right" width="240"></a>
 
 > **The Explorer** moves through codebases like wind through trees—swift, silent, everywhere at once. When The Orchestrator whispers "find me the auth module," The Explorer has already returned with forty file paths and a map. They were born from the first `grep` command, evolved beyond it, and now see patterns mortals miss.
 
-**Role:** Codebase reconnaissance  
-**Model:** `cerebras/zai-glm-4.6`  
-**Abilities:** Regex search, AST pattern matching, file discovery, parallel exploration  
-**Constraint:** Read-only. They chart the territory; others conquer it.  
-[View prompt →](src/agents/explore.ts)
+**Role:** Codebase reconnaissance — **Model:** `cerebras/zai-glm-4.6`
+
+Regex search, AST pattern matching, file discovery, parallel exploration. Read-only: they chart the territory; others conquer it.
 
-</td>
-</tr>
-</table>
+<br clear="both">
 
 ---
 
 ### The Oracle — *Seer Beyond the Stack Trace*
 
-<table>
-<tr>
-<td width="300">
-<img src="img/oracle.png" alt="The Oracle" width="280">
-</td>
-<td>
+<a href="src/agents/oracle.ts"><img src="img/oracle.png" alt="The Oracle" align="right" width="240"></a>
 
 > **The Oracle** does not code—they *know*. When bugs defy logic and architectures crumble, The Oracle gazes into the abyss of your codebase and speaks truth. They've seen a thousand systems rise and fall. They'll tell you which path leads to ruin, and which to production.
 
-**Role:** Strategic advisor and debugger of last resort  
-**Model:** `openai/gpt-5.2-codex`  
-**Abilities:** Root cause analysis, architecture review, debugging guidance, tradeoff analysis  
-**Constraint:** Read-only. Oracles advise; they don't intervene.  
-[View prompt →](src/agents/oracle.ts)
+**Role:** Strategic advisor and debugger of last resort — **Model:** `openai/gpt-5.2-codex`
 
-</td>
-</tr>
-</table>
+Root cause analysis, architecture review, debugging guidance, tradeoff analysis. Read-only: Oracles advise; they don't intervene.
+
+<br clear="both">
 
 ---
 
 ### The Librarian — *Keeper of Infinite Scrolls*
 
-<table>
-<tr>
-<td width="300">
-<img src="img/librarian.png" alt="The Librarian" width="280">
-</td>
-<td>
+<a href="src/agents/librarian.ts"><img src="img/librarian.png" alt="The Librarian" align="right" width="240"></a>
 
 > **The Librarian** guards a library with no walls—every GitHub repo, every npm package, every StackOverflow answer ever written. Ask them "how does React handle concurrent rendering?" and they'll return with official docs, real-world examples, and a warning about the footgun you're about to step on.
 
-**Role:** External knowledge retrieval  
-**Model:** `google/gemini-3-flash`  
-**Abilities:** Documentation lookup, GitHub code search, library research, best practice retrieval  
-**Constraint:** Read-only. They fetch wisdom; implementation is for others.  
-[View prompt →](src/agents/librarian.ts)
+**Role:** External knowledge retrieval — **Model:** `google/gemini-3-flash`
+
+Documentation lookup, GitHub code search, library research, best practice retrieval. Read-only: they fetch wisdom; implementation is for others.
 
-</td>
-</tr>
-</table>
+<br clear="both">
 
 ---
 
 ### The Designer — *Artisan of Interfaces*
 
-<table>
-<tr>
-<td width="300">
-<img src="img/designer.png" alt="The Designer" width="280">
-</td>
-<td>
+<a href="src/agents/frontend.ts"><img src="img/designer.png" alt="The Designer" align="right" width="240"></a>
 
 > **The Designer** believes code should be beautiful—and so should everything it renders. Born from the frustration of a thousand ugly MVPs, they wield CSS like a brush and components like clay. Hand them a feature request; receive a masterpiece. They don't do "good enough."
 
-**Role:** UI/UX implementation and visual excellence  
-**Model:** `google/gemini-3-flash`  
-**Abilities:** Modern responsive design, CSS/Tailwind mastery, micro-animations, component architecture  
-**Constraint:** Visual excellence over code perfection. Beauty is the priority.  
-[View prompt →](src/agents/frontend.ts)
+**Role:** UI/UX implementation and visual excellence — **Model:** `google/gemini-3-flash`
 
-</td>
-</tr>
-</table>
+Modern responsive design, CSS/Tailwind mastery, micro-animations, component architecture. Visual excellence over code perfection—beauty is the priority.
+
+<br clear="both">
 
 ---
 
 ### The Scribe — *Chronicle Keeper*
 
-<table>
-<tr>
-<td width="300">
-<img src="img/scribe.png" alt="The Scribe" width="280">
-</td>
-<td>
+<a href="src/agents/document-writer.ts"><img src="img/scribe.png" alt="The Scribe" align="right" width="240"></a>
 
 > **The Scribe** was there when the first README was written—and wept, for it was incomplete. They have devoted eternity to the sacred art of documentation: clear, scannable, honest. While others ship features, The Scribe ensures those features are understood. Every code example works. Every explanation enlightens.
 
-**Role:** Technical documentation and knowledge capture  
-**Model:** `google/gemini-3-flash`  
-**Abilities:** README crafting, API documentation, architecture docs, inline comments that don't insult your intelligence  
-**Constraint:** Match existing style. Focus on "why," not just "what."  
-[View prompt →](src/agents/document-writer.ts)
+**Role:** Technical documentation and knowledge capture — **Model:** `google/gemini-3-flash`
+
+README crafting, API documentation, architecture docs, inline comments that don't insult your intelligence. Match existing style; focus on "why," not just "what."
 
-</td>
-</tr>
-</table>
+<br clear="both">
 
 ---
 
 ### The Visionary — *Reader of Pixels*
 
-<table>
-<tr>
-<td width="300">
-<img src="img/multimodal.png" alt="The Visionary" width="280">
-</td>
-<td>
+<a href="src/agents/multimodal.ts"><img src="img/multimodal.png" alt="The Visionary" align="right" width="240"></a>
 
 > **The Visionary** sees what others cannot—literally. Screenshots, wireframes, diagrams, PDFs: all are text to them. When a designer throws a Figma mockup at the team and vanishes, The Visionary translates vision into specification. They read the unreadable and describe the indescribable.
 
-**Role:** Image and visual content analysis  
-**Model:** `google/gemini-3-flash`  
-**Abilities:** Extract text from images, interpret diagrams, analyze UI screenshots, summarize visual documents  
-**Constraint:** Report what they observe. Inference is for others.  
-[View prompt →](src/agents/multimodal.ts)
+**Role:** Image and visual content analysis — **Model:** `google/gemini-3-flash`
 
-</td>
-</tr>
-</table>
+Extract text from images, interpret diagrams, analyze UI screenshots, summarize visual documents. Report what they observe; inference is for others.
+
+<br clear="both">
 
 ---
 
 ### The Minimalist — *Destroyer of Bloat*
 
-<table>
-<tr>
-<td width="300">
-<img src="img/code-simplicity.png" alt="The Minimalist" width="280">
-</td>
-<td>
+<a href="src/agents/simplicity-reviewer.ts"><img src="img/code-simplicity.png" alt="The Minimalist" align="right" width="240"></a>
 
 > **The Minimalist** has one sacred truth: every line of code is a liability. They hunt abstractions that serve no purpose, defensive checks that defend nothing, and "clever" solutions that will haunt you in six months. Where others add, The Minimalist subtracts—ruthlessly, joyfully, necessarily.
 
-**Role:** Code simplification and YAGNI enforcement  
-**Model:** `google/claude-opus-4-5-thinking`  
-**Abilities:** Identify unnecessary complexity, challenge premature abstractions, estimate LOC reduction, enforce minimalism  
-**Constraint:** Read-only. They judge; The Orchestrator executes the sentence.  
-[View prompt →](src/agents/simplicity-reviewer.ts)
+**Role:** Code simplification and YAGNI enforcement — **Model:** `google/claude-opus-4-5-thinking`
+
+Identify unnecessary complexity, challenge premature abstractions, estimate LOC reduction, enforce minimalism. Read-only: they judge; The Orchestrator executes the sentence.
 
-</td>
-</tr>
-</table>
+<br clear="both">
 
 ---