Files
SuperCharged-Claude-Code-Up…/.gitignore
uroma 8adec492b5 docs: add projects feature documentation and finalize integration
- Add comprehensive projects feature documentation (docs/projects-feature.md)
- Add testing guide and checklist (test_projects_feature.js)
- Update .gitignore to exclude database files
- Include Task 13 completion summary

Documentation covers:
- Feature overview and key capabilities
- Project creation (manual and smart suggestions)
- Session assignment (automatic and manual)
- Project management (edit, delete, restore)
- Complete API reference
- Smart suggestions explanation
- Troubleshooting and FAQ

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-19 17:20:52 +00:00

19 lines
210 B
Plaintext

node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.env
.env.local
.DS_Store
*.log
.vscode/
.idea/
*.swp
*.swo
server.log
nohup.out
.worktrees/
database.sqlite
database.sqlite-shm
database.sqlite-wal