-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Overview
Transform dev-agent from returning pointers to returning actionable context. When an AI assistant asks "where is X?", we should return enough information to understand and work with the code—not just file paths that require additional reads.
Philosophy
- Structured data over prose - Code snippets, relationships, patterns
- Token-aware - Fit context within LLM limits using progressive disclosure
- Reduce round-trips - One query should return everything needed
Success Criteria
dev_searchreturns code snippets + imports (not just locations) ✅dev_refsshows what calls/is called by a functiondev_mapprovides codebase overview in one querydev_planreturns raw context, not heuristic task breakdowns
Tasks
- Epic: Richer Search Results #66 Richer Search Results
- Relationship Queries (
dev_refs) - Codebase Map (
dev_map) - Refactor Planner → Context Assembler
Out of Scope
- LLM integration (we provide context, external LLMs reason)
- Effort estimation heuristics
- PR description generation
- Task breakdown logic (let the LLM do this)
Timeline
Target: v0.2.0 release
Sub-issues
Metadata
Metadata
Assignees
Labels
No labels