-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
Description
Epic: #268 | Phase: 2 — Error Handling | Priority: P0 | Complexity: L
Problem
7 of 8 library crates use anyhow instead of thiserror.
| Crate | anyhow refs | Status |
|---|---|---|
| zeph-llm | 66 | Violated |
| zeph-memory | 62 | Violated |
| zeph-skills | 24 | Violated |
| zeph-index | 24 | Violated |
| zeph-tui | 21 | Violated |
| zeph-channels | 10 | Violated |
| zeph-mcp | 17 | Partial |
Tasks
- R1.1 [L]
LlmErrorin zeph-llm - R1.2 [M]
MemoryErrorin zeph-memory - R1.3 [M]
SkillErrorin zeph-skills - R1.4 [M]
IndexErrorin zeph-index - R1.5 [S]
ChannelErrorin zeph-channels - R1.6 [S] Complete
McpErrorin zeph-mcp - R1.7 [S]
TuiErrorin zeph-tui
Order: R1.1 → R1.2 → (R1.3, R1.4) → (R1.5, R1.6, R1.7)
Reactions are currently unavailable