cleanup: prune stale CLI contracts and documentation #316
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
status:blocked
track:api
track:auto
track:core
track:deploy
track:infra
track:ui
type:cleanup
type:docs
type:epic
type:release
type:research
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/delta#316
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Parent: #305
Related: #133
Problem
The CLI still documents or accepts some surfaces that do not match the current core model. Examples found during the scan include
prioritytask flags/filters and import documentation for formats that are not implemented bycli/src/import.ts.Solution
Make the CLI contract match the reduced product:
cli/src/task.ts,cli/src/lib/filters.ts, generated completions, andcli/man/delta.1.mdcli/man/delta.1after markdown changesAcceptance criteria
bun run build:manis run for CLI docs changes.just lintand relevant CLI tests pass.