Commit graph

9 commits

Author SHA1 Message Date
dependabot[bot]
6923ae77ca
chore(ci-deps): bump actions/setup-node from 4 to 6 (#47)
Some checks failed
CI / MCP server (push) Has been cancelled
CI / Browser extension (push) Has been cancelled
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-06 09:21:30 -04:00
dependabot[bot]
ee6dad0af1
chore(ci-deps): bump actions/checkout from 4 to 7 (#46)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-07-06 09:16:17 -04:00
@aaronjmars
761835c5ae
fix: move LICENSE back to repo root so GitHub detects it (#45)
Some checks failed
CI / MCP server (push) Has been cancelled
CI / Browser extension (push) Has been cancelled
GitHub's license detection (licensee) only scans the repo root, so a LICENSE under .github/ leaves the repo showing no license. Move it back to root and repoint the .github doc links to ../LICENSE. README/SECURITY/CONTRIBUTING stay under .github/.
2026-07-03 13:54:45 -04:00
@aaronjmars
755680f96c
chore: add SECURITY + CONTRIBUTING, consolidate community docs under .github/ (#44)
Standardize community-health files across the repo:

- Add a tailored SECURITY.md (private vulnerability reporting via GitHub PVR, response targets, per-repo threat model + scope).
- Add/replace CONTRIBUTING.md (real dev setup, test/CI commands, PR conventions).
- Move README + LICENSE under .github/ and rebase relative links so they still resolve.
- Fix inbound links that pointed at the old root paths.

Generated from a shared global template, adapted per repo.
2026-07-03 13:42:50 -04:00
@aaronjmars
bf6fa4f846
chore: npm auto-publish (provenance) + sync version to 1.1.1 (#42)
Some checks are pending
CI / MCP server (push) Waiting to run
CI / Browser extension (push) Waiting to run
* chore: add provenance npm auto-publish on tag

* chore: sync version to 1.1.1 (matches npm)
2026-07-02 22:14:56 -04:00
dependabot[bot]
5efdfca5fb
chore(ci-deps): bump actions/checkout from 4 to 7 (#35)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-22 09:47:41 -04:00
dependabot[bot]
cb94bf2e16
chore(ci-deps): bump actions/setup-node from 4 to 6 (#34)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-node
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-22 09:42:34 -04:00
@aaronjmars
d58a584e7e
chore: add Dependabot config for npm + GitHub Actions (#33)
Adds .github/dependabot.yml covering the two npm packages (opendia-mcp, opendia-extension) and the GitHub Actions used in CI. Weekly schedule with minor/patch grouping to keep PR noise low; this also surfaces the checkout/setup-node major bumps the CI currently warns about.

Co-authored-by: aaronjmars <aaronjmars@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-22 08:07:21 -04:00
@aaronjmars
cfbc3aa83b
chore: add CI workflow for MCP server and browser extension (#32)
Some checks failed
CI / Browser extension (push) Has been cancelled
CI / MCP server (push) Has been cancelled
Adds .github/workflows/ci.yml running on push to main and on PRs:
- MCP server: npm ci + node --check server.js
- Extension: npm ci, build chrome+firefox, validate builds,
  structure tests, and web-ext lint on the Firefox build.

All steps verified locally against the current tree.

Co-authored-by: aaronjmars <aaronjmars@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-14 12:05:07 -04:00