Skip to content

docs: announce protoLabs fork + rename to @protolabsai/protopatch#2

Merged
mabry1985 merged 1 commit into
mainfrom
docs/protolabs-takeover-2026-05-24
May 24, 2026
Merged

docs: announce protoLabs fork + rename to @protolabsai/protopatch#2
mabry1985 merged 1 commit into
mainfrom
docs/protolabs-takeover-2026-05-24

Conversation

@mabry1985
Copy link
Copy Markdown

Summary

Makes the fork status unambiguous and prepares the package to be published under our npm org.

  • README + CHANGELOG + docs/install.md all carry the fork notice with a link back to upstream
  • package.json@protolabsai/protopatch, version 0.5.0 (renumbered so our releases are unambiguous), bin: { clawpatch, protopatch } (both binaries → same entry; clawpatch stays for downstream compat)
  • New Gateway section in docs/providers.md with env vars, usage, and a note that this is fork-only
  • Standard npm metadata filled in (repository / homepage / bugs / publishConfig.access)

After this lands, next step is npm publish under the @protolabsai scope.

Test plan

  • pnpm typecheck clean
  • pnpm build clean
  • pnpm test --run — 724 pass / 1 pre-existing skipped
  • npm publish --dry-run after merge to confirm the package is shippable

Adds the fork notice at the top of README, in CHANGELOG, and in
docs/install.md so anyone landing on the repo immediately sees this is
protoLabs' branch — not upstream openclaw/clawpatch.

Package metadata:

- name: clawpatch → @protolabsai/protopatch
- version: 0.4.0 → 0.5.0 (renumbered to make our releases unambiguous
  against upstream)
- bin: add `protopatch` alongside `clawpatch` so both binaries resolve
  to the same entry. clawpatch stays so existing workflows and the
  documentation don't need to change.
- repository / homepage / bugs / publishConfig.access:public — fill out
  the standard npm fields so the package is publishable + discoverable.

Docs:

- README: install block lists @protolabsai/protopatch first, github:
  installer second, upstream clawpatch third. Notes both binary names.
- docs/install.md: same three options + clone URL points at protoPatch.
- docs/providers.md: new full "Gateway" section after Cursor — when to
  use it, env vars (GATEWAY_API_KEY > OPENAI_API_KEY, OPENAI_BASE_URL,
  CLAWPATCH_GATEWAY_MODEL, timeout), why this is the minimal provider
  (prompt already inlines file contents, so no file IO needed). Adds
  `gateway` to the top-level provider list with the protoLabs-fork
  badge.
- CHANGELOG: fork-notice block at top + 0.5.0 entry detailing the
  rename + gateway provider.
@mabry1985 mabry1985 merged commit c825d90 into main May 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant