5 Commits

Author SHA1 Message Date
07be0d3dfa refactor: move all build output to dist/
- senses build to dist/senses/<name>/index.js
- workflows build to dist/workflows/<name>/index.js
- scripts/build.mjs: clean dist/ before build, output to dist/
- .gitignore: simplified to just dist/

小橘 <xiaoju@shazhou.work>
2026-04-30 09:16:04 +00:00
cf7e288874 chore: consolidate .gitignore into root
Remove per-workflow .gitignore files, add build output patterns to root.

小橘 <xiaoju@shazhou.work>
2026-04-30 09:06:22 +00:00
7313111548 chore: remove nerve.db from tracking, add *.db to gitignore
小橘 🍊(NEKO Team)
2026-04-28 23:08:00 +00:00
d7e2913d99 feat: add linux-system-health sense + update config
- Add linux-system-health sense (CPU load, memory, disk, uptime)
- Register in nerve.yaml with 30s interval
- Clean up .gitignore (ignore logs, pid, sock, false/)
- Remove stale pnpm metadata cache (false/)

小橘 🍊(NEKO Team)
2026-04-23 10:39:26 +00:00
386205327a Initial nerve workspace 2026-04-23 09:58:08 +00:00