Commit Graph

3 Commits

Author SHA1 Message Date
dc60e1fdf5 feat: add browser_console MCP tool for frontend error capture 2026-05-07 12:45:55 -07:00
d093cb03fb fix(vibn-dev): delete default ubuntu user before creating vibn (uid 1000 collision on ubuntu:24.04)
Made-with: Cursor
2026-04-28 13:50:11 -07:00
2491363b5c docs(path-b): execution plan + vibn-dev image scaffold
- AI_PATH_B_EXECUTION_PLAN.md: add 3 safety nets (auto-push, kill
  switch, hard tool removal), tighten 4 risks (network policy week 1,
  HMR spike day 1, lean image + lazy mise, random preview suffix).
- AI_CAPABILITIES_ROADMAP.md: pointer note already in place.
- vibn-dev/Dockerfile + supervisord.conf + mise.default.toml + README:
  scaffold for the per-project dev container image. Ubuntu 24.04 +
  git + ripgrep + python3 + mise. Toolchains lazy-install on first
  `mise install`. Container runs as uid 1000 vibn (sudo available).

Frontend wiring lives in vibn-frontend (separate commit).

Made-with: Cursor
2026-04-28 12:53:31 -07:00