btca 3
March 25, 2026 ยท View on GitHub
WARNING: this is a temp dev repo that will eventually replace what's currently in: https://github.com/davis7dotsh/better-context
This is a full rebuild (backwards compat) around:
- pi agent sdk
- vp & node instead of bun to help with windows compat
- ground up redo of the webapp
Development
- Check everything is ready:
vp run ready
- Run the tests:
vp run test -r
- Build the monorepo:
vp run build -r
- Run the development server:
vp run dev