From f9e400cf7681490604d8ac068e98359b0b4cb0f4 Mon Sep 17 00:00:00 2001 From: Jack Champagne Date: Sun, 8 Feb 2026 03:00:10 -0500 Subject: [PATCH 1/2] fix tasks file --- TASKS.md | 23 ++--------------------- 1 file changed, 2 insertions(+), 21 deletions(-) diff --git a/TASKS.md b/TASKS.md index 95daa58..3f462ee 100644 --- a/TASKS.md +++ b/TASKS.md @@ -1,26 +1,6 @@ # Tasks -## Done - -### Add PR comment summary for dry-run in CI - - -When `tasksmd-sync` runs in dry-run mode on a pull request, it should post -a comment summarizing what would change (e.g. "2 create, 1 update, 0 archive"). -The GitHub Action workflow already runs dry-run on PRs but doesn't post -a summary comment yet. - -### Remove due date syncing - - -Due dates should be managed entirely in the GitHub Projects interface, not -synced from TASKS.md. Remove due date support from the sync pipeline: -- Remove the `RE_DUE` pattern from `parser.py` (stop parsing `- **Due:**` lines) -- Remove the `due_date` field from `Task` in `models.py` -- Remove the `due_date` comparison in `_needs_update` in `sync.py` -- Remove the "End date" / "Due" field write in `_apply_task_fields` -- Keep the `due_date` field on `ProjectItem` (read-only, for display) -- Update `FORMAT.md` and `README.md` to remove Due date references +## Todo ### Implement label syncing for items @@ -30,3 +10,4 @@ corresponding GitHub Issues. This includes: - Adding missing labels to issues. - Removing labels that are no longer present in TASKS.md. +## Done From f81bc68d015380052fa0a50de7a0e7793dc9671b Mon Sep 17 00:00:00 2001 From: Jack Champagne Date: Sun, 8 Feb 2026 03:02:22 -0500 Subject: [PATCH 2/2] test update --- TASKS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TASKS.md b/TASKS.md index 3f462ee..7b927d7 100644 --- a/TASKS.md +++ b/TASKS.md @@ -1,6 +1,6 @@ # Tasks -## Todo +## In Progress ### Implement label syncing for items