mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-05 15:38:46 +08:00
recruiter: add boss auto browse/chat flows, webhook, and candidate tables
- Add recruiter-side automation core and run-core entry - Extend sqlite-plugin with candidate info + contact logs - Add UI routes/pages, IPC handlers, progress + log panel - Document current status and plans under plan/ Made-with: Cursor
This commit is contained in:
+25
-3
@@ -1,4 +1,26 @@
|
||||
node_modules
|
||||
database.sqlite
|
||||
.env.local
|
||||
**/node_modules/
|
||||
|
||||
# build outputs
|
||||
dist/
|
||||
out/
|
||||
packages/**/dist/
|
||||
packages/**/out/
|
||||
packages/**/.vite/
|
||||
packages/**/.turbo/
|
||||
packages/**/.cache/
|
||||
|
||||
# OS / logs
|
||||
.DS_Store
|
||||
*.log
|
||||
*.log.*
|
||||
|
||||
# local examples (often large/volatile)
|
||||
examples/
|
||||
|
||||
# runtime data / secrets
|
||||
database.sqlite
|
||||
*.sqlite
|
||||
*.sqlite3
|
||||
*.db
|
||||
*.db-journal
|
||||
.env.local
|
||||
Reference in New Issue
Block a user