- Updated task assignment notifications to skip inbox messages when leads assign tasks to themselves, improving user experience for solo teams. - Refactored notification logic in TeamAgentToolsInstaller and TeamDataService to ensure clarity and maintainability. - Introduced new functionality in GlobalTaskList to manage pinned and archived tasks, enhancing task visibility and organization. - Added renaming capabilities for tasks in SidebarTaskItem, allowing users to edit task subjects directly. - Improved overall task filtering and grouping logic to support better task management practices.
53 lines
No EOL
526 B
Text
53 lines
No EOL
526 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Build output
|
|
dist/
|
|
dist-electron/
|
|
dist-standalone/
|
|
out/
|
|
release/
|
|
coverage/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Environment
|
|
.env
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# TypeScript
|
|
*.tsbuildinfo
|
|
|
|
.pnpm-store/
|
|
package-lock.json
|
|
notification_example/
|
|
temp/
|
|
.claude/*.local.json
|
|
.claude/agent-memory/*
|
|
.claude/worktrees/
|
|
|
|
|
|
eslint-fix/
|
|
.eslintcache
|
|
remotion/*
|
|
|
|
.home/ |