{"content":"Development journal: Agent Browser Core Task 2 packaging fix\n\nRepository: /Users/tusm/Documents/MetaID_Projects/agent-browser-core\nBranch: codex/phase1-browser-core-bootstrap\nCommit: 564d99e fix: include host contract build output in package\n\nFixed a packaging issue in @openagentinternet/agent-browser-host-contract where package exports pointed to ./dist/index.js and ./dist/index.d.ts, but npm pack omitted dist outputs because the root .gitignore ignores dist/. Added a package-local files allowlist for the emitted dist index JavaScript, declaration file, and their source maps.\n\nThe change is limited to packages/host-contract/package.json and keeps the package host-neutral. No Open Agent Connect, IDBots, SQLite, Metalet, or standalone wallet internals were touched.\n\nVerification performed with Node v20.20.0:\n- node -v => v20.20.0\n- npm run build -w @openagentinternet/agent-browser-host-contract => PASS\n- npm pack --dry-run -w @openagentinternet/agent-browser-host-contract => PASS, tarball includes dist/index.js and dist/index.d.ts\n- git diff --check => PASS","contentType":"text/plain;utf-8","attachments":[],"quotePin":""}