Commit Graph

10 Commits

Author SHA1 Message Date
Adam Ladachowski f3caa23908 ci: add comprehensive GitHub Actions workflow
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-16 14:38:54 +01:00
Adam Ladachowski 6138d7c878 Consolidate publish workflows, fix GitHub Packages scope 2026-02-08 03:53:01 +01:00
Adam Ladachowski 1167ad7587 ci: test only on Node 22 2026-02-06 21:55:24 +01:00
Adam Ladachowski 304a1d20f4 fix: install Playwright with system deps in CI 2026-02-06 21:54:33 +01:00
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