Skip to content

Commit 7fba7a2

Browse files
metyatechclaude
andcommitted
feat: add purge command and web GUI
- Add `purgeTasks` function to tasks.ts with dry-run support - Add `task-tracker purge` CLI command with --dry-run and --json flags - Add `src/scanner.ts` for scanning root + immediate subdirs for .tasks.jsonl - Add `src/gui.ts` HTTP server with full CRUD API (no new runtime deps) - Add `public/index.html` SPA frontend with Tailwind CDN, stage gauge, timezone selector, auto-refresh - Export purgeTasks and scanTaskFiles from index.ts - Add public/ to package.json files array for npm publish - Add unit tests: purge.test.ts, scanner.test.ts, CLI integration tests for purge Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2c5b38d commit 7fba7a2

10 files changed

Lines changed: 1073 additions & 2 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
},
99
"files": [
1010
"dist",
11+
"public",
1112
"LICENSE",
1213
"README.md"
1314
],

0 commit comments

Comments
 (0)