Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CODEBASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,10 @@ New subcommand? Copy a sibling in the target group, wire it in that group's
`commentUrl`, `filterUrl`
- **`task-list.ts`** — `fetchProjects`, `filterByWorkspaceOrPersonal`,
`parsePriority`, `PRIORITY_CHOICES` (`"p1"`–`"p4"`; internally p1→4, p4→1)
- **`task-sort.ts`** — the CLI half of task ordering: `TASK_SORT_FIELDS`
(the `--sort` vocabulary), `taskSortFromViewOptions`, `buildProjectOrder`,
`queryUsesDates`, and a `sortTasks` wrapper. The comparators live in the
SDK; the API returns storage order, so every list view sorts locally.
- **`pagination.ts`** — `paginate()`, `LIMITS` (tasks: 300, projects: 50, …)
- **`completion.ts`** — `parseCompLine`, `getCompletions`,
`withCaseInsensitiveChoices`, `withUnvalidatedChoices` (Commander tree-walker)
Expand Down
Loading
Loading