WIP next tracks planing
This commit is contained in:
@@ -1,33 +1,26 @@
|
||||
# Track Specification: On-Demand Definition Lookup
|
||||
|
||||
## Overview
|
||||
Implement on-demand definition lookup for Manual Slop application.
|
||||
Agent can request specific class/function definitions during discussion.
|
||||
|
||||
## Current State Audit
|
||||
### Already Implemented (DO NOT re-implement)
|
||||
- Existing backend functionality in src/ modules
|
||||
- Test coverage for core features
|
||||
### Already Implemented
|
||||
- outline_tool.py for definitions
|
||||
- py_get_definition tool
|
||||
|
||||
### Gaps to Fill (This Track Scope)
|
||||
This track addresses the gap between backend implementation and user-facing GUI/control.
|
||||
### Gaps to Fill
|
||||
- No @mention syntax
|
||||
- No inline display
|
||||
|
||||
## Goals
|
||||
- Implement on-demand definition lookup
|
||||
- Ensure test coverage
|
||||
- Follow existing code patterns
|
||||
- @symbol lookup syntax
|
||||
- Inline definition display
|
||||
- Auto-fetch on unknown symbols
|
||||
|
||||
## Functional Requirements
|
||||
- User-facing functionality as described in TASKS.md
|
||||
- Integration with existing backend
|
||||
- Symbol parsing
|
||||
- Definition retrieval
|
||||
- Inline rendering
|
||||
|
||||
## Non-Functional Requirements
|
||||
- Performance: Maintain UI responsiveness
|
||||
- Tests: >80% coverage for new code
|
||||
|
||||
## Architecture Reference
|
||||
- docs/guide_architecture.md
|
||||
- docs/guide_mma.md
|
||||
- docs/guide_tools.md
|
||||
|
||||
## Out of Scope
|
||||
- Major refactoring of unrelated systems
|
||||
- Quick lookup (<100ms)
|
||||
|
||||
Reference in New Issue
Block a user