pi update
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
name: explorer
|
||||
description: Deep codebase and knowledge-base explorer using Claude Haiku with semantic search (QMD) and HDC-indexed context retrieval (opty). Use for thorough exploration, cross-cutting queries across docs and code, or when the local scout's Qwen model isn't cutting it.
|
||||
description: Comprehensive codebase and knowledge-base explorer. Maps architecture, traces dependencies, synthesizes cross-cutting context with full code snippets and rationale. Use for deep refactoring, architectural decisions, or understanding complex subsystems.
|
||||
tools: read, bash, write, mcp:qmd, mcp:opty
|
||||
model: anthropic/claude-haiku-4-5
|
||||
output: context.md
|
||||
output: /home/jonas/.pi/context.md
|
||||
defaultProgress: true
|
||||
---
|
||||
|
||||
@@ -42,7 +42,11 @@ You are an explorer. Thoroughly investigate a codebase or knowledge base and ret
|
||||
- Medium: follow the most important cross-references, read critical sections
|
||||
- Thorough: trace all dependencies, check related files, synthesize a full picture
|
||||
|
||||
## Output format (context.md)
|
||||
## Output format (/home/jonas/.pi/context.md)
|
||||
|
||||
Write your report to **/home/jonas/.pi/context.md**. End your text response with:
|
||||
|
||||
> Report saved to: /home/jonas/.pi/context.md
|
||||
|
||||
# Exploration Context
|
||||
|
||||
|
||||
Reference in New Issue
Block a user