Commit 30d5a9e
committed
feat(subagents): export Explorer types for external use
- Export all Explorer type definitions from main package
- Enables properly typed exploration requests
- Organized exports by module (Coordinator, Explorer)
Now external consumers can do:
import type {
ExplorationRequest,
PatternSearchRequest,
SimilarCodeRequest
} from '@lytics/dev-agent-subagents';
Completes Issue #9 acceptance criteria ✅1 parent 97ed9aa commit 30d5a9e
1 file changed
+19
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
16 | 34 | | |
17 | 35 | | |
18 | 36 | | |
19 | 37 | | |
20 | 38 | | |
21 | | - | |
22 | | - | |
| 39 | + | |
23 | 40 | | |
24 | 41 | | |
25 | 42 | | |
| |||
0 commit comments