chore: remove task.md from tracking

This commit is contained in:
Wayne Sutton
2026-01-18 12:47:22 -08:00
parent b0721527ee
commit 9276ac0a90
2 changed files with 3 additions and 22 deletions
+3
View File
@@ -27,6 +27,9 @@ Thumbs.db
.cursor/
.opencode/
# Local task tracking
task.md
# Logs
*.log
npm-debug.log*
-22
View File
@@ -1,22 +0,0 @@
# Task Tracking
Completed tasks and changes for this project.
## 2026-01-15
### Added template skills for forking developers
- [x] Created `templates/skills/` directory
- [x] Added `templates/skills/README.md` with installation instructions
- [x] Added `templates/skills/dev.md` (generic version of `.claude/skills/dev.md`)
- [x] Added `templates/skills/help.md` (generic version of `.claude/skills/help.md`)
- [x] Added `templates/skills/gitrules.md` (generic version of `.claude/skills/gitrules.md`)
- [x] Created `files.md` with codebase structure
- [x] Created `task.md` for task tracking
- [x] Updated `changelog.md` with template skills addition
- [x] Updated `README.md` with templates section and repository structure
**Notes:**
- Kept original `.claude/skills/` files untouched
- Template versions are genericized (removed project-specific paths)
- Templates are portable for developers to copy to their own projects