Files
devclaw-gitea/.npmignore
Lauren ten Hoor d7178bb8e5 refactor: reorganize task management imports and update task handling tools
- Updated import paths for task management providers in task-comment, task-create, and task-update tools.
- Removed deprecated task-complete and task-pickup tools, replacing them with work-finish and work-start tools for improved task handling.
- Enhanced work-finish and work-start tools to streamline task completion and pickup processes, including context-aware detection and auto-scheduling features.
- Updated package.json to include build scripts and main entry point.
- Modified tsconfig.json to enable output directory, declaration files, and source maps for better TypeScript support.
2026-02-10 21:39:41 +08:00

18 lines
175 B
Plaintext

# Source files (dist/ contains compiled output)
*.ts
!*.d.ts
tsconfig.json
# Development
.git/
.gitignore
node_modules/
# Tests (removed)
test/
# IDE
.vscode/
.idea/
*.swp