Skip to content

Add taskwarrior.org feature#179

Merged
sebst merged 3 commits intomainfrom
copilot/add-taskwarrior-org-feature
Mar 23, 2026
Merged

Add taskwarrior.org feature#179
sebst merged 3 commits intomainfrom
copilot/add-taskwarrior-org-feature

Conversation

Copy link
Contributor

Copilot AI commented Mar 23, 2026

Adds a new devcontainer feature for Taskwarrior, the command-line task manager (task).

Changes

  • src/taskwarrior.org/ — New feature: devcontainer-feature.json, install.sh, NOTES.md
  • test/taskwarrior.org/test.sh — Verifies task --version succeeds post-install
  • README.md — Adds taskwarrior.org entry (alphabetically between tailscale.com and webinstall.dev)

Notes

Install method is apt (apt-get install taskwarrior) — upstream GitHub releases ship source tarballs only, no pre-built binaries.

Original prompt

This section details on the original issue you should resolve

<issue_title>Add taskwarrior.org feature</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


🔒 GitHub Advanced Security automatically protects Copilot coding agent pull requests. You can protect all pull requests by enabling Advanced Security for your repositories. Learn more about Advanced Security.

@sebst sebst marked this pull request as ready for review March 23, 2026 12:04
Copilot AI changed the title [WIP] Add taskwarrior.org feature Add taskwarrior.org feature Mar 23, 2026
Copilot AI requested a review from sebst March 23, 2026 12:05
Copy link
Member

@sebst sebst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests fail

Copy link
Contributor Author

Copilot AI commented Mar 23, 2026

tests fail

Fixed in 7c33907. task --version outputs just the bare version number (e.g. 2.6.2) with no task prefix, so grep 'task' was always failing. Updated the test to match the version number format with grep -E '[0-9]+\.[0-9]+' instead.

@sebst sebst merged commit 4dc7139 into main Mar 23, 2026
3 checks passed
@sebst sebst deleted the copilot/add-taskwarrior-org-feature branch March 23, 2026 12:14
Copilot AI requested a review from sebst March 23, 2026 12:14
Copilot stopped work on behalf of sebst due to an error March 23, 2026 12:14
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.

Add taskwarrior.org feature

2 participants