-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.roadmap.yaml
More file actions
37 lines (33 loc) · 1.42 KB
/
Copy path.roadmap.yaml
File metadata and controls
37 lines (33 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
version: "1.0"
scope: roadmap
repo: phoenixvc/sluice
updated_at: 2026-05-01
tasks:
- id: per-repo-cost-routing
title: "Per-repo cost routing — tag LiteLLM calls by originating repo"
description: "Add repo + agent metadata to LiteLLM headers for granular cost attribution in docket (ai-cost-ops). Foundation now exists post-#92/#93 (Postgres backend + virtual keys + /spend/logs)."
priority: medium
status: in_progress
quarter: "2026-Q2"
tags: [cost-ops, litellm, analytics]
- id: claude-code-routing
title: "Route Claude Code through Sluice (per ADR 09)"
description: "ADR 09 (#94) analysed feasibility. Next: pilot routing for one repo, validate cost attribution + virtual key flow end-to-end."
priority: medium
status: todo
quarter: "2026-Q2"
tags: [adr-09, claude-code, routing]
- id: agents-route-group
title: "Add /agents/ route group — expose skill endpoints for agent-to-agent calls"
description: "Phase 3 of agent-consolidation: sluice becomes the unified routing layer for all agent calls across repos. Provides observability, cost tracking, rate limiting."
priority: medium
status: todo
quarter: "2026-Q3"
tags: [agent, routing, infrastructure]
- id: mcp-integration
title: "Add /mcp/ endpoint (Tier 1 project MCP)"
priority: low
status: todo
quarter: "2026-Q3"
tags: [mcp, agent]
depends_on: [phoenixvc/org-meta#mcp-ecosystem-build]