Commit Graph

7 Commits

Author SHA1 Message Date
xiongxiao
6e31e24887 feat: update package.json dependencies and enhance FileProjectData type documentation 2026-03-13 20:05:36 +08:00
xiongxiao
642b08a00b feat: update version to 0.0.5 in package.json 2026-03-13 18:46:15 +08:00
xiongxiao
641e373f3a feat: update version and refactor ignore patterns in project listener 2026-03-13 18:43:40 +08:00
xiongxiao
dca8ffa4ad feat: update remote app integration and enhance package configuration 2026-03-13 18:28:22 +08:00
xiongxiao
6668ef299d feat: add development script to package.json and create bun.lock file 2026-03-13 18:16:52 +08:00
xiongxiao
24c8b5f923 feat: update project configuration and enhance project manager functionality 2026-03-13 17:40:03 +08:00
xiongxiao
1b131b3961 feat: initialize project structure with essential files and configurations
- Add .gitignore to exclude unnecessary files and directories
- Create .npmrc for npm authentication
- Add AGENTS.md for project documentation
- Initialize package.json with project metadata and dependencies
- Implement app.ts to set up the application and project manager
- Create file-search module for searching files in a directory
- Set up project manager and listener for managing project files
- Implement project search functionality with MeiliSearch integration
- Add routes for authentication and project management
- Create scheduler for task management
- Add tests for file searching and project management functionalities
2026-03-13 17:22:14 +08:00