All updates

Zero Native Dependencies

Replaced better-sqlite3 with Node.js built-in node:sqlite — no more C++ build tools required during install.

breaking
improvement

Node.js 22.5+ Required

All JS packages now require Node.js >= 22.5 (previously >= 18.0). This allows us to use the built-in node:sqlite module, removing the better-sqlite3 native dependency entirely. No more python3, make, or g++ needed during npm install.

Scaffolding Improvements

  • trik create-agent --yes flag for non-interactive use in CI/scripting
  • Python trik scaffolds now include manifest.json inside the pip-installable package so the gateway can discover it after python3 -m pip install