Gap analysis identified missing test coverage for actuals/expense-categories routes, and no implementation for savings_goals (schema exists) or expense category management UI in Settings. Four tasks created in td to address these gaps: td-61fdb0, td-c04994, td-55695f, td-a94ef7. Also commit pre-existing .gitignore and settings.local.json changes. Nightshift-Task: task-groomer Nightshift-Ref: https://github.com/marcus/nightshift Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
46 lines
469 B
Plaintext
46 lines
469 B
Plaintext
# td / sidecar
|
|
.todos/
|
|
.sidecar/
|
|
.sidecar-agent
|
|
.sidecar-task
|
|
.sidecar-pr
|
|
.sidecar-start.sh
|
|
.sidecar-base
|
|
.td-root
|
|
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
build/
|
|
.vite/
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Coverage
|
|
coverage/
|
|
# Nightshift plan artifacts (keep out of version control)
|
|
.nightshift-plan
|