mirror of
https://github.com/browseros-ai/BrowserOS.git
synced 2026-05-19 19:41:06 +00:00
* feat(build-tools): add Lima template for BrowserOS VM * feat(build-tools): remove build-disk pipeline and recipe directory Task 2 verification removed the scripts, recipe directory, workflow, and package scripts. Typecheck remains green here because manifest disk fields are removed in the next task, so the plan's expected missing-import failure does not apply yet. * feat(build-tools): rename VmManifest to AgentManifest, drop disk fields * feat(build): stage Lima template into server resources Verified local-resource staging with: bun scripts/build/server.ts --target=darwin-arm64 --ci. The template was copied to dist/prod/server/darwin-arm64/resources/vm/browseros-vm.yaml and included in the zip. bun run build:server:test still fails on the pre-existing R2 limactl resource with: The specified key does not exist. * docs(build-tools): Lima template dev loop + record D9 Updated the build-tools README in this worktree. Also recorded D9 in the canonical external spec file at /Users/shadowfax/llm/code/browseros-project/grove-ref/browseros-main/specs/decisions.md, which is outside this git checkout. * chore(build-tools): sweep orphaned references to retired disk pipeline * chore: self-review fixes