Dashboard › cli › List command abstraction order
01a082c2-7221-78ed-b3d2-0b8961d5ce31| Project | Hits | Last recalled |
|---|---|---|
| opencode-lore | 1 | 16h ago |
Prefer buildOrgListCommand for simple organization-scoped lists, dispatchOrgScopedList when complex modes need overrides, and raw buildListCommand with manual pagination only for standalone trace/span/dashboard-style commands. Hand-written orchestration looks flexible but duplicates target resolution, fresh/cursor flags, bidirectional pagination, and hints.