Commit Graph

16 Commits

Author SHA1 Message Date
Adam Ladachowski 603e8ca39a Add CI workflow and README badges
- Add npm, CI, license, node badges to README
- Add CI workflow testing Node 18, 20, 22
- Runs build, lint, typecheck on push/PR

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 21:07:24 +01:00
Adam Ladachowski 402559853d fix: add NPM_TOKEN for publish 2026-02-06 20:58:50 +01:00
Adam Ladachowski 36bab7088e v0.1.1: Add MCP support, Express, chalk logging
- Add MCP server for Claude Code integration (claude-browse-mcp)
- Switch to Express for HTTP server
- Add chalk + log-symbols for terminal output
- Add GitHub Actions publish workflow with trusted publisher

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-06 20:56:07 +01:00
Adam Ladachowski 8ddbab4b52 Rename npm-publish-github-packages.yml to publish-github.yml 2026-02-06 20:54:29 +01:00
Adam Ladachowski 5d1f52f1be Add GitHub Actions workflow for npm package publishing
This workflow runs tests and publishes a Node.js package to GitHub Packages upon release creation.
2026-02-06 20:54:04 +01:00
Adam Ladachowski 74826fb6fd Add workflow for Node.js package publishing
This workflow runs tests and publishes a Node.js package to GitHub Packages upon release creation.
2026-02-06 20:53:23 +01:00
Adam Ladachowski 44a4721e2c 💬 Commit message: Update 2026-02-06 20:47:41, 1 files, 9 lines
📁 Files changed: 1
📝 Lines changed: 9

  • CLAUDE.md
2026-02-06 20:47:41 +01:00
Adam Ladachowski 1e9c3e4ac7 💬 Commit message: Update 2026-02-06 20:47:16, 1 files, 23 lines
📁 Files changed: 1
📝 Lines changed: 23

  • README.md
2026-02-06 20:47:16 +01:00
Adam Ladachowski 1512878bfd 💬 Commit message: Update 2026-02-06 20:46:59, 3 files, 460 lines
📁 Files changed: 3
📝 Lines changed: 460

  • package-lock.json
  • package.json
  • mcp.ts
2026-02-06 20:46:59 +01:00
Adam Ladachowski 69aa3facba 💬 Commit message: Update 2026-02-06 20:43:19, 1 files, 7 lines
📁 Files changed: 1
📝 Lines changed: 7

  • CLAUDE.md
2026-02-06 20:43:19 +01:00
Adam Ladachowski 3cfe88a9ad 💬 Commit message: Update 2026-02-06 20:42:43, 2 files, 0 lines
📁 Files changed: 2
📝 Lines changed: 0

  • gh.png
  • test.png
2026-02-06 20:42:43 +01:00
Adam Ladachowski e418774f3e 💬 Commit message: Update 2026-02-06 20:42:32, 3 files, 3 lines
📁 Files changed: 3
📝 Lines changed: 3

  • gh.png
  • server.ts
  • test.png
2026-02-06 20:42:32 +01:00
Adam Ladachowski 86cc13075f 💬 Commit message: Update 2026-02-06 20:40:01, 3 files, 285 lines
📁 Files changed: 3
📝 Lines changed: 285

  • package-lock.json
  • package.json
  • server.ts
2026-02-06 20:40:01 +01:00
Adam Ladachowski 9ff23808be 💬 Commit message: Update 2026-02-06 20:36:48, 3 files, 965 lines
📁 Files changed: 3
📝 Lines changed: 965

  • package-lock.json
  • package.json
  • server.ts
2026-02-06 20:36:48 +01:00
Adam Ladachowski 3ece3bd3b8 💬 Commit message: Update 2026-02-06 20:32:18, 7 files, 781 lines
📁 Files changed: 7
📝 Lines changed: 781

  • CLAUDE.md
  • biome.json
  • package-lock.json
  • package.json
  • browser.ts
  • cli.ts
  • server.ts
2026-02-06 20:32:19 +01:00
Adam Ladachowski eccc03ee7a 💬 Commit message: Update 2026-02-06 20:28:30, 13 files, 1401 lines
📁 Files changed: 13
📝 Lines changed: 1401

  • .gitignore
  • CLAUDE.md
  • PLAN.md
  • README.md
  • TODO.md
  • package-lock.json
  • package.json
  • browser.ts
  • cli.ts
  • index.ts
  • server.ts
  • types.ts
  • tsconfig.json
2026-02-06 20:28:30 +01:00