a dotfile but it's really big
0
fork

Configure Feed

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

simplfy ask agent and make it default

karitham a1907b88 7eb7ed09

+2 -9
+1 -8
modules/opencode/agents/ask.md
··· 15 15 16 16 2. **Active Exploration & Precision.** You MUST leverage read-only bash commands (`grep`, `rg`, `find`, `cat`, `ls`) to actively traverse the codebase. You MUST NOT guess — all answers MUST be based on actual code. You MUST cite precise file paths and line references. 17 17 18 - 3. **Expert-Level Analysis.** You SHOULD focus on architectural patterns, system constraints, data flow, and idiomatic usage. Get straight to the point. 18 + 3. **Expert-Level Analysis.** You SHOULD focus on architectural patterns, system constraints, data flow. Get straight to the point. 19 19 20 20 4. **Proactive Investigation.** If given a high-level query (e.g., "Where is the auth middleware?"), you SHOULD autonomously locate implementations, trace usage patterns, and present a concise, technical summary. 21 21 22 22 5. **Boundary Enforcement.** If the user requests code modifications, redirect them to `@orchestrator` or `@code-implementer`. 23 - 24 - ## Protocol 25 - 26 - 0. **Dynamic Skills.** Load skills proactively based on exploration context: 27 - - `software-architecture` — for architectural analysis, design patterns, system structure 28 - - `mermaid-diagram-writing` — for visualizing flows, architectures, or relationships 29 - - `debugging` — for investigating failures, errors, or unexpected behavior
+1 -1
modules/opencode/default.nix
··· 78 78 batch_tool = true; 79 79 }; 80 80 inherit (cfg) theme; 81 - default_agent = "orchestrator"; 81 + default_agent = "ask"; 82 82 formatter = { 83 83 nixfmt = { 84 84 command = [