Skip to content

feat(task): support numeric short ids - #57

Merged
birdmanmandbir merged 3 commits into
developfrom
feat/task-short-id
Jun 21, 2026
Merged

feat(task): support numeric short ids#57
birdmanmandbir merged 3 commits into
developfrom
feat/task-short-id

Conversation

@birdmanmandbir

Copy link
Copy Markdown
Contributor

Summary

  • bump TaskChampion to v3.0.2-guion.58 for task short-id lookup
  • display per-user numeric short IDs as Taskwarrior IDs when available
  • resolve numeric task refs before UUID-prefix fallback, so short ID wins on ambiguity
  • keep short_id out of exported task data and writeback payloads
  • add PowerSync test schema coverage and short-id integration tests

Verification

  • nix shell nixpkgs#cmake -c cmake --build build-test --target task_executable -j$(nproc)
  • TASK_USE_PATH=1 PATH="$PWD/build-test/src:$PATH" python3 test/short_id.test.py
  • TASK_USE_PATH=1 PATH="$PWD/build-test/src:$PATH" python3 test/filter_uuid_fastpath.test.py
  • TASK_USE_PATH=1 PATH="$PWD/build-test/src:$PATH" python3 test/uuid.test.py
  • git diff --check

@birdmanmandbir
birdmanmandbir merged commit 41bf415 into develop Jun 21, 2026
3 checks passed
@birdmanmandbir
birdmanmandbir deleted the feat/task-short-id branch June 21, 2026 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant