feat(recovery,context): tier-2 intent-holder arbiter + remaining-delta pinning + surfaced signal events

- recovery: two-tier repair ladder — owner then arbiter (recovery stage recast
  as intent-holder, holds initial intent, reconciles cross-file contract disputes)
  with independent INTENT_ROUTE_BUDGET; RecoveryRoutingTest coverage
- context: remaining-delta checklist pinning (RemainingDelta{Pinning,Entry}Test)
- surface write-only events (session name, quality signals) into stats/browse
- parseToolArguments lenient-Json fallback for bare-key drift
- tools: ChildProcess seam
This commit is contained in:
2026-07-11 23:56:52 +04:00
parent 3d5e05c1fb
commit 15248cae8a
55 changed files with 1932 additions and 231 deletions
-21
View File
@@ -1,21 +0,0 @@
# Web UI Design Specification
## Aesthetic
- **Theme**: Soft Rounded + Blue Accent.
- **Consistency**: Should align with the TUI layout plan.
## Layout
- **Sidebar**: Centralized navigation.
- **Main Area**: Dynamic content based on selection.
- **Event Log**: Easily accessible (Source of Truth).
## Components
- **Cards**: For task summaries, status updates.
- **Badges**: For status (e.g., `CLAIMED`, `PENDING`, `COMPLETED`).
- **Progress Bars**: For multi-step task progress.
- **Service Layer**: Placeholders for `apps/server` endpoints.
## UX Priorities
- Clear hierarchy.
- Intuitive navigation.
- Avoid clutter (maintain information density).