docs: announce protoLabs fork + rename to @protolabsai/protopatch#2
Merged
Conversation
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Makes the fork status unambiguous and prepares the package to be published under our npm org.
package.json→@protolabsai/protopatch, version0.5.0(renumbered so our releases are unambiguous),bin: { clawpatch, protopatch }(both binaries → same entry; clawpatch stays for downstream compat)docs/providers.mdwith env vars, usage, and a note that this is fork-onlyAfter this lands, next step is
npm publishunder the@protolabsaiscope.Test plan
pnpm typecheckcleanpnpm buildcleanpnpm test --run— 724 pass / 1 pre-existing skippednpm publish --dry-runafter merge to confirm the package is shippable