com um clique
dep-status
// Check Dynamo Enhancement Proposal issue status, list DEPs by lifecycle state or area, and find related DEP issues in ai-dynamo/dynamo.
// Check Dynamo Enhancement Proposal issue status, list DEPs by lifecycle state or area, and find related DEP issues in ai-dynamo/dynamo.
Audit Dynamo Rust hot-path `.clone()` calls, explain which clones are removable and why, and only apply clone-removal patches when explicitly requested.
Validate that a Dynamo deployment's NIXL/UCX/NCCL interconnect is ready for disaggregated serving over RDMA/NVLink. Use after recipe-runner brings a deployment up (especially disagg/multi-node) to confirm the KV transport is correct; use troubleshoot for diagnosing already-failed pods.
Select, validate, patch, and deploy existing NVIDIA Dynamo Kubernetes recipes. Use for model/backend/GPU/deployment-mode recipe bring-up; use router-starter for router-only mode work and troubleshoot for broken deployments.
Start or patch Dynamo router modes and run router endpoint smoke checks. Use for round-robin, KV-aware, least-loaded, or device-aware routing setup; use recipe-runner for recipe deployment and troubleshoot for failure diagnosis.
Diagnose failed or unhealthy Dynamo deployments. Use when pods, model-cache jobs, PVCs, workers, frontend/router health, endpoints, or benchmark jobs fail; use recipe-runner/router-starter before this for normal bring-up.
Start a debugging session with worklog file
| name | dep-status |
| description | Check Dynamo Enhancement Proposal issue status, list DEPs by lifecycle state or area, and find related DEP issues in ai-dynamo/dynamo. |
List DEP issues with their current status, area, PIC, and approval state. Find related DEPs for a given topic or component.
When the user wants to see the status of one or more DEPs, check what's pending review, find DEPs related to a component, or get a triage summary.
gh issue list --repo ai-dynamo/dynamo \
--search 'label:"dep:draft","dep:under-review","dep:approved","dep:implementing"' \
--json number,title,labels,assignees,createdAt,updatedAt
gh issue list --repo ai-dynamo/dynamo \
--label "<area>" \
--json number,title,labels,assignees
gh issue list --repo ai-dynamo/dynamo \
--label "dep:<status>" \
--json number,title,labels,assignees
| # | Title | Status | Area | PIC | Updated |
|---|-------|--------|------|-----|---------|
| 42 | DEP: KV router scheduling | dep:under-review | router | @pic | 2026-03-28 |
gh issue list --repo ai-dynamo/dynamo \
--search 'DEP <keyword> label:"dep:draft","dep:under-review","dep:approved","dep:implementing","dep:done"' \
--json number,title,labels,state
gh issue list --repo ai-dynamo/dynamo \
--state closed \
--search 'label:"dep:done","dep:deferred","dep:rejected","dep:replaced"' \
--json number,title,labels,assignees,closedAt
dep:lightweight label to distinguish full vs.
lightweight DEPs.frontend, router) — no prefix.