Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"ai-agents",
"client",
"nodejs",
"openclaw",
"typescript",
"websocket"
],
"is_fork": false,
"size_kb": 353,
"has_wiki": true,
"homepage": null,
"languages": {
"JavaScript": 298,
"TypeScript": 213487
},
"pushed_at": "2026-07-22T06:49:37Z",
"created_at": "2026-02-19T18:47:49Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T06:25:58Z",
"description": "Node.js client for the OpenClaw Gateway WebSocket protocol",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://heypinchy.com",
"name": "Pinchy",
"type": "Organization",
"login": "heypinchy",
"company": null,
"location": "Austria",
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/262295659?v=4",
"created_at": "2026-02-18T08:15:39Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 162
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2026-07-22T06:49:37Z"
},
{
"tag": "v0.13.1",
"kind": "patch",
"published_at": "2026-07-02T14:58:56Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2026-06-16T15:43:59Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2026-06-03T13:59:44Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2026-06-03T11:57:05Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2026-05-27T08:32:17Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-05-20T09:39:11Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-05-11T12:37:25Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-05-05T04:33:04Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-04-28T11:45:54Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-04-24T14:46:31Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-04-23T10:58:41Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-04-16T18:53:39Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-04-07T12:05:31Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-03-14T06:15:22Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-02-28T08:34:41Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-02-21T13:46:39Z"
},
{
"tag": "v0.0.8",
"kind": "patch",
"published_at": "2026-02-21T10:07:55Z"
},
{
"tag": "v0.0.7",
"kind": "patch",
"published_at": "2026-02-21T07:54:20Z"
},
{
"tag": "v0.0.6",
"kind": "patch",
"published_at": "2026-02-20T21:18:25Z"
},
{
"tag": "v0.0.5",
"kind": "patch",
"published_at": "2026-02-20T03:20:48Z"
},
{
"tag": "v0.0.4",
"kind": "patch",
"published_at": "2026-02-20T02:49:26Z"
}
],
"recent_commits": [
{
"oid": "b6d09a8bf4e7b62cdaf21a186d6b41d398142037",
"body": "The streaming chat() generator only recognized the older tool-result event\nshape (stream:\"tool\", phase:\"end\", data.output), which the current OpenClaw\nGateway does not send — it emits phase:\"result\" with the tool in `name` and\nthe payload in `result` (a toTranscriptToolResult object). The result: no\n[…]\ns with literal quotes. Adds an exported toolResultText() helper.\n\nUnblocks Pinchy's agent→user file delivery (heypinchy/pinchy#703), which needs\nto observe a delivery marker in a plugin's tool output.",
"is_bot": false,
"headline": "feat: forward tool results to consumers (phase:\"result\") — v0.14.0 (#42)",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-07-22T06:25:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6af2cb9707edaaeb804432eb4dc38aad1b5cf487",
"body": null,
"is_bot": false,
"headline": "chore: release v0.13.1",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-07-02T14:57:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c9b8fa5586b727b55ba9ad7fd0f4921cb030946a",
"body": "loadOrCreateDeviceIdentity ran its create-and-persist block outside the\ntry/catch, so any filesystem error while writing the identity file —\nEACCES after a root backup-restore or root docker-exec, ENOSPC on first\nboot, EROFS on hardened mounts — threw straight out of the OpenClawClient\nconstructor. \n[…]\ntWarning\nnaming the path, the error, and the re-pair-on-restart consequence. The\nidentity is generated once per process, so reconnects within the same\nprocess keep presenting the same approved device.",
"is_bot": false,
"headline": "fix: survive device-identity persist failures with an ephemeral identity",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-07-02T14:53:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0a4dfe290f54c24b941d03eccf1a263c10e3e1e9",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v6...v7)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '7'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 6 to 7",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-27T04:10:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1ba5231059576c492ccabfd7ca6f3b2c610191cc",
"body": "…ith 6 updates\n\nBumps the dev-dependencies group with 6 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.9.2` | `25.9.3` |\n| [@vitest/coverage-v8](https://github.com/vitest-dev/vite\n[…]\ndependency-version: 4.1.9\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: dev-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump the dev-dependencies group across 1 directory w…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-20T04:33:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8f4f188839561a109b346ebea554d0d1f2df8816",
"body": null,
"is_bot": false,
"headline": "ci: scope release gate to the CI workflow run, not all check-runs",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-06-16T18:01:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8db42a84ec9d5ccf7f4f9dbb5496e6f43b4f1363",
"body": null,
"is_bot": false,
"headline": "style: apply prettier formatting",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-06-16T15:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d61ddff27dca543ff58e6f68ccd0c2eaee78d93e",
"body": null,
"is_bot": false,
"headline": "chore: release v0.13.0",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-06-16T15:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d63efc930dd5ebc31d0e095d97fe6bea9b477e7",
"body": "…own)",
"is_bot": false,
"headline": "fix: harden session subscription (canonical-key filtering, safe teard…",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-06-16T15:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77291e6f0a42a59bbca861d5fdf3d67d8af03f9d",
"body": null,
"is_bot": false,
"headline": "feat: add sessions.messages subscription",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-06-16T15:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b96d931c9aff0d2586448da6803d37a7efc7fd2b",
"body": null,
"is_bot": false,
"headline": "feat: add sessions.describe wrapper",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-06-16T15:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "578f3796d191528d6bea02286b8fc18007355c30",
"body": null,
"is_bot": false,
"headline": "test: pin agent.wait timeoutMs:0 forwarding",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-06-16T15:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4018a5e7cf2832cd4ff726f9c997e2b63c87c969",
"body": null,
"is_bot": false,
"headline": "feat: add agent.wait wrapper",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-06-16T15:41:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "291ab91c633458d6fb078c1094a04edec94772eb",
"body": "Bumps the dev-dependencies group with 5 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.6.2` | `25.9.2` |\n| [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8) \n[…]\non-update:semver-patch\n dependency-group: dev-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump the dev-dependencies group with 5 updates (#30)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-12T07:49:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "66bebd1dd97e7835b287de6450c24fda99d82c5b",
"body": "…ing 30s\n\nWhen the Gateway restarts (e.g. its first-time secrets-bootstrap restart)\nwhile a config.get/config.apply (or any RPC) is awaiting its response, the\nWebSocket closes with the request still pending. It was orphaned and only\nfailed after the 30s request timeout; across a storm of config push\n[…]\naining 'Not connected to OpenClaw Gateway', so callers recognize\na disconnect and retry the moment the Gateway is back instead of stalling.\n\nEach pending entry's reject clears its own request timeout.",
"is_bot": false,
"headline": "fix(client): reject in-flight requests on disconnect instead of stall…",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-06-03T13:58:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1d785567087189d8e85f06f5627abd7165f46f50",
"body": "Wraps the Gateway's agents.list RPC, which reads the same runtime\ngetRuntimeConfig() view the chat-dispatch handler checks before accepting\na message. This is the authoritative readiness signal for a freshly\ncreated agent: once its id appears in agents.list(), a chat/agent dispatch\nwill not be rejected with 'unknown agent id'. config.get() reads the\nconfig FILE instead and can lead the applied runtime by seconds-to-minutes.\n\nPolling/deadline policy stays in the consumer (Pinchy).",
"is_bot": false,
"headline": "feat(agents): expose runtime agent list via agents.list() (0.12.0)",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-06-03T11:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87ce994429133d77def1519ca4dc0a1b655fe76f",
"body": "Bumps [ws](https://github.com/websockets/ws) from 8.20.1 to 8.21.0.\n- [Release notes](https://github.com/websockets/ws/releases)\n- [Commits](https://github.com/websockets/ws/compare/8.20.1...8.21.0)\n\n---\nupdated-dependencies:\n- dependency-name: ws\n dependency-version: 8.21.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): bump ws from 8.20.1 to 8.21.0 (#29)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-28T08:23:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cd9f6f82d09490e3df84c6d66d1fba7ba1f33c7",
"body": "The Gateway already tags every event payload with `runId` (and openclaw-node\nhas been filtering on it internally for some time); this release forwards it\nto consumers as a required field on every ChatChunk variant. Pinchy's Tier 2\nstreaming-resume work for heypinchy/pinchy#310 needs server-correlate\n[…]\nChatChunk variants now require `runId: string`.\nReal consumers that only read chunks need no code changes; only callers that\nconstruct ChatChunk literals (mocks, tests, middleware) must add the field.",
"is_bot": false,
"headline": "feat(chat): expose Gateway-correlated runId on every ChatChunk (0.11.0)",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-05-27T08:28:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "104cf16174ce4b44df67c6f6b04c5f10fc0e5d43",
"body": "* feat(protocol): advertise Gateway protocol v4 (0.10.0)\n\nOC 2026.5.12 raised MIN_CLIENT_PROTOCOL_VERSION from 3 to 4\n(upstream PR #80725, \"require v4 clients and stream explicit\ndeltaText/replace frames\"). Gateways at 2026.5.12+ close v3\nclients with code 1002 before the handshake completes:\n\n [ws\n[…]\nThis is a BREAKING change: openclaw-node 0.10.0 is no longer\ncompatible with OC <= 2026.5.7. Stay on 0.9.0 if you need to\ntalk to older Gateways.\n\n* fix(deps): bump ws to ^8.20.1 (GHSA-58qx-3vcg-4xpx)",
"is_bot": false,
"headline": "feat(protocol): advertise Gateway protocol v4 (0.10.0) (#28)",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-05-20T09:37:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4d506bdbab3774617beafed1e71d315413b09f7b",
"body": "Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 5 to 6.\n- [Release notes](https://github.com/pnpm/action-setup/releases)\n- [Commits](https://github.com/pnpm/action-setup/compare/v5...v6)\n\n---\nupdated-dependencies:\n- dependency-name: pnpm/action-setup\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump pnpm/action-setup from 5 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-11T18:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48e0641e5c0e630ff461ea8df5a4f8df1a131d52",
"body": "…ith 3 updates\n\nBumps the dev-dependencies group with 3 updates in the / directory: [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node), [eslint](https://github.com/eslint/eslint) and [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint/tree/H\n[…]\nependency-version: 8.59.2\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: dev-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump the dev-dependencies group across 1 directory w…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-11T18:31:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8ac5144fc6772360fac87a4193188086e5b5616e",
"body": "The Gateway's `agent` RPC resolves the session model via\n`resolveSessionModelRef(cfg, entry, undefined)` — agentId is hard-coded\nto undefined inside server-methods, so the lookup falls back to the\ngateway-wide default model rather than the agent's configured one.\n\nThat breaks the vision-capability c\n[…]\nfallback uses them — so the vision check resolves against the real pair.\n\nBackwards-compatible: omitting both fields preserves the existing\nbehavior. Forward-compatible with a future Gateway-side fix.",
"is_bot": false,
"headline": "feat(chat): provider/model overrides in ChatOptions (0.9.0)",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-05-11T12:36:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "30aa908ffbd62ade42efdb62edebb944d3227491",
"body": "* test: cover pairingRequired event parsing\n\n* test: strengthen Test 4 payload assertions (pairingRequired + disconnected)\n\n* feat: emit pairingRequired event on OC pairing-required close (4.29+)\n\n* fix: add pairingRequired to ClientEventMap; move device import to top of client.ts\n\n* chore(release): 0.8.0",
"is_bot": false,
"headline": "feat: emit pairingRequired event on OC 4.29+ close (#23)",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-05-05T04:32:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "396eedf0490bc3b282997a8649f9f65c3f5d7b13",
"body": "chore!: remove continueLastTurn — bump 0.7.0",
"is_bot": false,
"headline": "Merge pull request #19 from heypinchy/chore/remove-continue-last-turn",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-28T11:32:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a0e75bdb31d2d7b196803166cbe2a84018fa738",
"body": "…ay schema\n\ncontinueLastTurn was designed to send an agent request without a `message`\nfield so OpenClaw's Gateway would re-run from session history. The Gateway's\nAgentParamsSchema requires `message: NonEmptyString`, so the request was\nrejected by every recent OpenClaw release (\"must have required \n[…]\nsing 0.6.0 entry (lifecycle errors +\nagent_start/agent_end chunks shipped without one).\n\nBREAKING CHANGE: continueLastTurn() is removed. Callers should resend the\nlast user message via chat() instead.",
"is_bot": false,
"headline": "chore!: remove continueLastTurn, bump 0.7.0 — incompatible with gatew…",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-28T11:27:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "74a7297e64423c71cf33d101e90fdc93ddd76eb2",
"body": "feat: surface lifecycle errors and add agent_start/agent_end chunks (v0.6.0)",
"is_bot": false,
"headline": "Merge pull request #16 from heypinchy/fix/lifecycle-error-events-v2",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-24T14:45:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc276a29d7d06829867fa95234fdf19bca6f5d35",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into fix/lifecycle-error-events-v2",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-24T14:21:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b8a47c2263621e935a98a5a370ebfdc0fb07dc7",
"body": "…ction-setup-5\n\nchore(deps): bump pnpm/action-setup from 4 to 5",
"is_bot": false,
"headline": "Merge pull request #9 from heypinchy/dependabot/github_actions/pnpm/a…",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-24T14:21:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f459e684f371094d4e20c0284ea5ed97b8a3bb09",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into fix/lifecycle-error-events-v2",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-24T14:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8ad9d5362d2ae92360945014c97609f35e95cef",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into dependabot/github_actions/pnpm/action-setup-5",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-24T14:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b09b649a5a1f52921eed3be4d842a7e7875680e",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.6.0",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-24T14:15:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e889476d3b21517ea954bf93cefd14f50b7249a6",
"body": "- Routes OpenClaw lifecycle-error events (stream: \"lifecycle\", data.phase: \"error\")\n as {type: \"error\"} chunks. Previously silently dropped — fixes heypinchy/pinchy#152.\n- Adds agent_start and agent_end chunk types for per-run lifecycle observability.\n- Deduplicates error chunks between lifecycle a\n[…]\n res.ok=false paths (first-wins).\n- Removes dead ChatMessage interface from src/types.ts.\n- Updates README streaming example with error and lifecycle chunk types.\n- Adds JSDoc to ChatChunk union type.",
"is_bot": false,
"headline": "feat: surface lifecycle errors and add agent_start/agent_end chunks",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-24T14:15:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2a80ab17a599e28d7603f973f299fcbd860cdfc3",
"body": "…endencies-bafae89f7b\n\nchore(deps-dev): bump the dev-dependencies group across 1 directory with 6 updates",
"is_bot": false,
"headline": "Merge pull request #13 from heypinchy/dependabot/npm_and_yarn/dev-dep…",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-24T14:06:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ecf56f6ed1146f3aebabb9ffd038509b3bf0592",
"body": "…ith 6 updates\n\nBumps the dev-dependencies group with 6 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.5.0` | `25.6.0` |\n| [@vitest/coverage-v8](https://github.com/vitest-dev/vite\n[…]\ndependency-version: 4.1.4\n dependency-type: direct:development\n update-type: version-update:semver-patch\n dependency-group: dev-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump the dev-dependencies group across 1 directory w…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-23T11:01:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f87f194f6f75ddf463c51e5e1982de17a8a742af",
"body": null,
"is_bot": false,
"headline": "style: prettier format",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-23T10:57:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a73e8996a900748416a647e1942b80bc950dbbf",
"body": null,
"is_bot": false,
"headline": "chore: release v0.5.0",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-23T10:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c10accd464e464ac0a7244f7bb349e1419e57c72",
"body": "…st for continueLastTurn",
"is_bot": false,
"headline": "fix(tests): use tmpDir for device identity in all tests; add abort te…",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-23T10:30:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "785db3096806cbdf83ecad921bf55c4232959099",
"body": "Pull the ~100-line onMessage/chunk-buffer/yield-loop/cleanup block\nshared between chat() and continueLastTurn() into a private\n_streamAgentRequest() method. Both public methods now send their\nrespective WS message and delegate all streaming to the helper.\nchat() passes an onAccepted callback to handle userMessagePersisted;\ncontinueLastTurn() omits it.",
"is_bot": false,
"headline": "refactor(chat): extract shared streaming logic into private helper",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-23T10:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7c54d95949b5089d95a13af6af62c44d185c8de",
"body": "Adds continueLastTurn({ sessionKey }) method that sends an agent request\nWITHOUT a message field, so the Gateway runs from existing session history\nrather than appending a new user message. Used by Pinchy's retry flow for\norphan messages (Case B) and partial-stream disconnects (Case C).",
"is_bot": false,
"headline": "feat(chat): add continueLastTurn to re-trigger assistant response",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-23T10:20:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6287fccbc36e96aa28a52e0e5101deb3898bb1a",
"body": "… type",
"is_bot": false,
"headline": "fix(chat): remove spurious text field from userMessagePersisted chunk…",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-23T10:17:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b26c36dedef12cb75738b524c11fce5661e31e7b",
"body": "Adds an optional `clientMessageId` field to `ChatOptions`. When\nprovided, the `chat()` async generator yields a `userMessagePersisted`\nchunk immediately after the Gateway's \"accepted\" response (which\nsignals that the user message has been persisted to the session JSONL).\nThe chunk carries `{ clientM\n[…]\nssistant text chunk.\n\nPinchy's WS bridge will subscribe to this chunk and forward an\n`{ type: \"ack\", clientMessageId }` frame to the browser so the UI\ncan transition a message from \"sending\" → \"sent\".",
"is_bot": false,
"headline": "feat(chat): emit userMessagePersisted chunk after session write",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-23T10:12:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bc2bbf024438373fab281f087610a519a700d125",
"body": null,
"is_bot": false,
"headline": "chore: release v0.4.0",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-16T18:50:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed2d0b2eb3e52de1a8b68a9fca9d742311d87ffc",
"body": "feat: persist per-device token from hello-ok and use on reconnect",
"is_bot": false,
"headline": "Merge pull request #14 from heypinchy/feat/device-token-persistence",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-16T18:47:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f372588f0838d6aec0ae1dccdf77ff2099b49117",
"body": "OpenClaw 2026.4.x rejects the gateway bootstrap token for\nalready-paired devices — only the per-device token stored in\nOpenClaw's paired.json is accepted. The protocol (AuthParams,\nHelloOk.auth.deviceToken) already supports this flow, but the\nclient ignored it: we kept sending the bootstrap token fo\n[…]\ntoken (verified by sending a\n deliberately-wrong bootstrap and still connecting)\n- corrupted persisted token → library clears → next connect with\n bootstrap succeeds → fresh deviceToken re-persisted",
"is_bot": false,
"headline": "feat: persist per-device token from hello-ok and use on reconnect",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-16T18:43:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "397c220b2feb498deaf175031941fd68ce609aa8",
"body": null,
"is_bot": false,
"headline": "style: prettier format chat test additions",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-07T12:04:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30d67b389516423c1ea836a8e21599d066e1ba13",
"body": "OpenClaw emits assistant text as a per-turn cumulative buffer that\nrestarts at length 0 on every new turn (e.g. after a tool round-trip).\nThe chat generator was using a stream-wide watermark, which silently\ntruncated the first N characters of every turn after the first whenever\nthe previous turn was\n[…]\n`delta === text` (delta path)\n or a watermark drop / tool-end (legacy path), only after at least\n one turn has produced text so the first chunk of a stream is never\n misclassified as a boundary.",
"is_bot": false,
"headline": "fix: prefer event delta and emit per-turn boundary chunks",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-04-07T11:40:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e2f4a50f291750e2c1f11d30cbcffb3517ee73fb",
"body": "chore(deps): bump ws from 8.19.0 to 8.20.0",
"is_bot": false,
"headline": "Merge pull request #10 from heypinchy/dependabot/npm_and_yarn/ws-8.20.0",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-03-25T09:59:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1379999ed1c2969875e5bc932ace43f0ab76210d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into dependabot/github_actions/pnpm/action-setup-5",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-03-25T09:59:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "891b072d532f169fe06521dc2872dec4372fc1ec",
"body": "Bumps [ws](https://github.com/websockets/ws) from 8.19.0 to 8.20.0.\n- [Release notes](https://github.com/websockets/ws/releases)\n- [Commits](https://github.com/websockets/ws/compare/8.19.0...8.20.0)\n\n---\nupdated-dependencies:\n- dependency-name: ws\n dependency-version: 8.20.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump ws from 8.19.0 to 8.20.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-25T06:52:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ab1966d6e39f5466f5bcc63458d8c91b4e54ae1",
"body": "…ndencies-daea41af59\n\nchore(deps-dev): bump the dev-dependencies group across 1 directory with 5 updates",
"is_bot": false,
"headline": "Merge pull request #8 from heypinchy/dependabot/npm_and_yarn/dev-depe…",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-03-25T06:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93df3ddd7b06674068e312e1a03817f336ae710f",
"body": "Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 4 to 5.\n- [Release notes](https://github.com/pnpm/action-setup/releases)\n- [Commits](https://github.com/pnpm/action-setup/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: pnpm/action-setup\n dependency-version: '5'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump pnpm/action-setup from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-23T07:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e051b7a9ffb9f1b193305dcbe3ff5c9c69488eca",
"body": "…ith 5 updates\n\nBumps the dev-dependencies group with 5 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `25.3.0` | `25.5.0` |\n| [@vitest/coverage-v8](https://github.com/vitest-dev/vite\n[…]\ndependency-version: 4.1.0\n dependency-type: direct:development\n update-type: version-update:semver-minor\n dependency-group: dev-dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump the dev-dependencies group across 1 directory w…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-03-14T06:02:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6c5649d154f0fdf07099d666ebd23660b370a478",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.3.0",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-03-14T05:59:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "48bde2deaa8b35509460d518346047d4b10f7f54",
"body": "Tests for channels.status, pairing.list, and pairing.approve\nmethods using the mock WebSocket test infrastructure.",
"is_bot": false,
"headline": "test: add channels and pairing namespace tests",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-03-13T21:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20e21738703af76b9ba14a81e4c0334aa420d871",
"body": "Add typed wrappers for config.get, config.patch, and config.apply RPC\nmethods. These enable reading and hot-reloading Gateway configuration\nwithout restarts, using JSON merge patch semantics and optimistic\nlocking via baseHash.",
"is_bot": false,
"headline": "feat: add config namespace for runtime configuration management",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-03-13T21:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "544851d34c93b5baacb497ce5780ccef6a7367bc",
"body": "Expose availableMethods getter and hasMethod() helper so consumers\ncan check which RPC methods the Gateway supports at runtime (e.g.\nclient.hasMethod(\"pairing.approve\") before calling it).",
"is_bot": false,
"headline": "feat: store features.methods from HelloOk handshake",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-03-13T21:19:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ac3d762826d3194a52e7c69c30419c02e31c67a",
"body": "The ci-gate job was detecting itself as \"in_progress\" and failing.\nNow filters out \"Verify CI passed\" and \"Build & Publish\" check runs.",
"is_bot": false,
"headline": "fix: exclude publish workflow's own check runs from CI gate",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-28T08:33:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71d1bb425f65d72a7cf4f37b262492af984640ee",
"body": "GitHub Actions reports results via the Checks API, not the commit\nStatus API. The ci-gate job was checking the wrong API, causing it\nto always see \"pending\" and block publishes.",
"is_bot": false,
"headline": "fix: use Checks API instead of Status API in publish CI gate",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-28T08:26:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96be5d2676d3af396e5b4b49cc04427d0b48391f",
"body": "- Update README: Node 20+ requirement, tool event streaming docs,\n compatibility table, features list\n- Bump version to 0.2.1\n- Package size reduced from 59 kB to 11 kB (ws no longer bundled)",
"is_bot": false,
"headline": "chore: release v0.2.1 — update README, reduce package size",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-27T16:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9115247b8ded9aa4d79cb5006f9238b8a7a04646",
"body": "- Add ci-gate job to publish.yml that checks the combined commit status\n before publishing to npm — prevents releases when CI is red\n- Enable branch protection on main requiring all CI checks to pass",
"is_bot": false,
"headline": "ci: add CI gate to publish workflow and branch protection on main",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-27T16:06:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "587984eaec6d4767fe2ba71d1fcb81a5095b6d09",
"body": "- Add --external ws to tsup build commands to prevent bundling the ws\n library into dist (reduces package from 59 kB to 11 kB)\n- Drop Node 18 from CI matrix — vitest 4.x / vite 7.x require ESM\n support not available in Node 18 (EOL since April 2025)\n- Update engines field to >=20.0.0",
"is_bot": false,
"headline": "fix: mark ws as external in tsup build and drop Node 18 from CI",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-27T15:26:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57b2a4ef128e68d028f48ce316ed5715acfab4e9",
"body": null,
"is_bot": false,
"headline": "chore: release v0.2.0 — tool stream event support",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-27T14:37:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f70ab99275b237e21aa531420606d7d8608195df",
"body": "…ertion",
"is_bot": false,
"headline": "refactor: consolidate agent event guards and strengthen tool test ass…",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-27T14:31:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3829347478f4b80fc55423ba4d3dc2ee9953751c",
"body": "Add support for gateway \"stream: tool\" events so chat() yields\ntool_use and tool_result chunks alongside text chunks. This enables\ndownstream consumers (like Pinchy's audit log) to observe which tools\nan agent invokes during a conversation.",
"is_bot": false,
"headline": "feat: handle tool stream events in chat() async generator",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-27T12:39:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fddfe6e133ae8667e7b8dbf4854e6d4f01694150",
"body": "…tag verification\n\n- Prettier formatting check in CI (+ format all existing code)\n- Code coverage threshold (80% statements/lines/functions, 70% branches)\n- License compatibility check (reject copyleft deps in MIT library)\n- Package size limit (50kB max)\n- Version-tag check in publish workflow (package.json must match release tag)\n- Upgrade vitest 3→4, eslint 9→10, @types/node 22→25",
"is_bot": false,
"headline": "ci: add formatting, coverage, license check, size limit, and version-…",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-21T16:33:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e82b722aa3ffda8fd6dbdf9f867b401993a43166",
"body": "chatAbort() now terminates the local AsyncGenerator immediately via an\ninternal _activeChats map, instead of waiting for the Gateway to send a\nresponse for the original request ID (which it never does).\n\nAlso adds 6 new integration tests (agentId, extraSystemPrompt, invalid\ntoken, unreachable gateway, sessions.list limit, chatAbort termination)\nand bumps the version to 0.1.0 with a protocol compatibility table in\nthe README.",
"is_bot": false,
"headline": "fix: chatAbort terminates active chat generator + bump to 0.1.0",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-21T13:46:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49811689bdb569c70110f56f63b108a29864a8fd",
"body": "- Fix sessions.history → chat.history, sessions.send → chat.send\n- Fix ProtocolResponse.error (add details, retryable, retryAfterMs)\n- Fix ProtocolEvent.stateVersion type (number → unknown)\n- Fix HelloOk (add server, features, snapshot, canvasHostUrl, expanded policy)\n- Fix ConnectParams (make most \n[…]\nlabel, timeout)\n- Add chatAbort() method for chat.abort Gateway RPC\n- Add sessions.delete, sessions.reset, sessions.compact methods\n- Export AuthParams and DeviceIdentity types\n- Bump version to 0.0.8",
"is_bot": false,
"headline": "fix: align protocol types and methods with actual Gateway implementation",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-21T10:07:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7ab1ce0bbb196e5ffafb140c42e3e98ded9c715f",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.0.7",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-21T07:44:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98360bd39de87434634b0a8d12aa76eb8cce22ee",
"body": "The Gateway's AgentParamsSchema requires message to be a string and\nsupports files via a separate attachments field. ContentPart[] was\nnever accepted by the Gateway and caused \"must be string\" errors.\n\n- Remove ContentPart, TextContentPart, ImageUrlContentPart types\n- Add ChatAttachment type matchin\n[…]\nync() signature to accept string only\n- Add attachments option to ChatOptions\n\nBREAKING CHANGE: chat() and chatSync() no longer accept ContentPart[].\nUse the attachments option in ChatOptions instead.",
"is_bot": false,
"headline": "fix: replace ContentPart[] with attachments to match Gateway protocol",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-21T07:28:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d4bd13209160f5c506fae0b35236bdeb4ac5356f",
"body": "The OpenClaw Gateway now sends cumulative \"agent\" events instead of\ndelta \"agent.chunk\" events, and uses an \"accepted\" response before\nstreaming begins. Update the chat() method to handle both changes\nand export ContentPart types for multimodal message support.",
"is_bot": false,
"headline": "feat: update chat streaming for new Gateway protocol",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-20T21:18:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb06aeeb21eaaea3e5aa2b1764202ae58c17aa0e",
"body": "….0.18\n\nchore(deps-dev): bump vitest from 3.2.4 to 4.0.18",
"is_bot": false,
"headline": "Merge pull request #5 from heypinchy/dependabot/npm_and_yarn/vitest-4…",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-20T03:25:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7eb6e8d97b422a51201da59f42cfca4457f4a9b7",
"body": "Bumps [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) from 3.2.4 to 4.0.18.\n- [Release notes](https://github.com/vitest-dev/vitest/releases)\n- [Commits](https://github.com/vitest-dev/vitest/commits/v4.0.18/packages/vitest)\n\n---\nupdated-dependencies:\n- dependency-name: vitest\n dependency-version: 4.0.18\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump vitest from 3.2.4 to 4.0.18",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-20T03:25:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd1da0cc1922af858929fe99c03a4ab670e358cf",
"body": "…s/setup-node-6\n\nchore(deps): bump actions/setup-node from 4 to 6",
"is_bot": false,
"headline": "Merge pull request #2 from heypinchy/dependabot/github_actions/action…",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-20T03:24:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "01d091d053c3be724f80295dc48a81e260fefcb0",
"body": "…0.0.0\n\nchore(deps-dev): bump eslint from 9.39.2 to 10.0.0",
"is_bot": false,
"headline": "Merge pull request #4 from heypinchy/dependabot/npm_and_yarn/eslint-1…",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-20T03:24:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef23f84346d575a9c4db1284abb03f57cf9f13c5",
"body": "Bumps [eslint](https://github.com/eslint/eslint) from 9.39.2 to 10.0.0.\n- [Release notes](https://github.com/eslint/eslint/releases)\n- [Commits](https://github.com/eslint/eslint/compare/v9.39.2...v10.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: eslint\n dependency-version: 10.0.0\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump eslint from 9.39.2 to 10.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-20T03:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6368238cacc329154a8b78e8a8c30eb9989a451",
"body": "Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6.\n- [Release notes](https://github.com/actions/setup-node/releases)\n- [Commits](https://github.com/actions/setup-node/compare/v4...v6)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-node\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/setup-node from 4 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-20T03:21:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e74e1d4808ad8301225832f7c1372e5dc5c3d6c",
"body": "…de-25.3.0\n\nchore(deps-dev): bump @types/node from 22.19.11 to 25.3.0",
"is_bot": false,
"headline": "Merge pull request #3 from heypinchy/dependabot/npm_and_yarn/types/no…",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-20T03:20:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00676b9414e5de8a3dfcc73f497351102d41c8c3",
"body": "OpenClaw v2026.2.17 requires idempotencyKey in agent requests.",
"is_bot": false,
"headline": "fix: add idempotencyKey to agent request params",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-20T03:20:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bd15a9c97fce96415866eca74f358aab198bf8f",
"body": "…s/checkout-6\n\nchore(deps): bump actions/checkout from 4 to 6",
"is_bot": false,
"headline": "Merge pull request #1 from heypinchy/dependabot/github_actions/action…",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-20T03:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7368c1d072db3bd704182b5b40a676b5a3778291",
"body": "Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 22.19.11 to 25.3.0.\n- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)\n- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)\n\n---\nupdated-de\n[…]\n\n- dependency-name: \"@types/node\"\n dependency-version: 25.3.0\n dependency-type: direct:development\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps-dev): bump @types/node from 22.19.11 to 25.3.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-20T02:49:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a6d230007b1564e4713f74b3166dca5484af924f",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v4...v6)\n\n---\nupdated-dependenc\n[…]\n:\n- dependency-name: actions/checkout\n dependency-version: '6'\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout from 4 to 6",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-02-20T02:49:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0fdcc64200c3af19f3b1d1b199fd157b906df1f7",
"body": "OpenClaw v2026.2.17 requires signed device identity for scoped\nconnections. Generate Ed25519 key pair, persist to disk, and sign\nthe connect handshake with the challenge nonce.",
"is_bot": false,
"headline": "feat: add Ed25519 device identity for OpenClaw v2026.2.17 auth",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-20T02:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60dd96af71dcdbbf952e0df8a9501e939ad104b6",
"body": "Security:\n- Warn when using ws:// with auth token (InsecureTransportWarning)\n- Add maxMessageSize option (default 5MB) to prevent DoS via oversized messages\n- Validate protocol message structure before processing (isValidProtocolMessage)\n- Add package tarball content verification to CI\n\nCI fix:\n- Add packageManager field to package.json for pnpm/action-setup@v4",
"is_bot": false,
"headline": "feat: add security hardening and fix CI pnpm setup",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-20T02:41:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d42f8fe74a08a999601ad3ed880b3d8ce7f4cf2f",
"body": "- CI workflow: Node 18/20/22 matrix with extra \"no ws\" variant,\n lint/typecheck/test/build, CJS/ESM export verification, security audit\n- Publish workflow: automated npm publish on GitHub release with provenance\n- Dependabot: weekly updates for npm deps and GitHub Actions\n- ESLint flat config with typescript-eslint (was missing for ESLint v9)\n- Fix no-this-alias lint error in mock-ws test helper",
"is_bot": false,
"headline": "feat: add GitHub Actions CI/CD, ESLint flat config, and Dependabot",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-20T02:24:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0067d2b5d6dd31686b6d93bfef0c998a1937858f",
"body": "Trigger reconnect from error handler for Node.js built-in WebSocket\nwhich doesn't fire \"close\" after connection errors. Update client ID\nto \"gateway-client\" and mode to \"backend\".",
"is_bot": false,
"headline": "fix: reconnect on connection error and update client metadata",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-20T02:24:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6babc194e5d72d783bfd65ae7088eb514bc531b2",
"body": "- Add 'What is OpenClaw?' section\n- Add Prerequisites (install + start gateway)\n- Explain core concepts (Gateway, Agent, Session, Token)\n- Add real response examples in Quick Start\n- Add Express API and CLI chatbot examples\n- Clarify Node.js version requirements upfront\n- Note that protocol complexity is handled automatically",
"is_bot": false,
"headline": "docs: rewrite README for newcomers",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-19T20:03:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1435a7c822c8f2d784ff9c438efa91e4f519c82",
"body": "- Auto-reconnect: use _shouldReconnect flag instead of mutating options,\n add 30s max delay cap, reset backoff on successful reconnect\n- Chat: fix method name to \"agent\", match agent.chunk events by runId\n- Health: dedicated health() method with 5s timeout\n- Tests: 11 new tests (5 reconnect, 4 chat, 2 health)",
"is_bot": false,
"headline": "feat: add reconnect backoff, chat streaming, and health check",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-19T19:17:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45bf1aba65920860ce03cb4d7ece0295352f5ba5",
"body": "Add ConnectionState type to types.ts and export it along with other\nmissing types (ConnectChallenge, HelloOk, ProtocolMessage, ClientEventMap)\nfrom the package index.\n\nCreate MockWebSocket shared test helper for simulating WebSocket\nconnections without a real server. Add three test suites:\n- types.t\n[…]\nnts, error handling, metadata\n- request-correlation.test.ts: ID matching, error rejection, 30s timeout\n\nFix minor type cast issues in client.ts (EventListener -> never,\npayload as unknown as HelloOk).",
"is_bot": false,
"headline": "test: add protocol type, connect, and request correlation tests",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-19T19:11:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6a9a48475e9e8779233de64b8f5d81f861d270b3",
"body": null,
"is_bot": false,
"headline": "chore: rename to openclaw-node (unscoped), add author URL + funding",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-19T19:02:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b17f7f138aa3e8113bb017f45c1b784f535ef5b",
"body": "TypeScript client for the OpenClaw Gateway WebSocket protocol.\nImplements connect handshake, streaming chat, session management,\nauto-reconnect, and full type definitions.\n\nBuilt for Pinchy (https://heypinchy.com), works standalone.",
"is_bot": false,
"headline": "Initial commit: OpenClaw Node.js client",
"author_name": "Clemens Helm",
"author_login": "clemenshelm",
"committed_at": "2026-02-19T18:47:45Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 22,
"commits_last_year": 90,
"latest_release_at": "2026-07-22T06:49:37Z",
"latest_release_tag": "v0.14.0",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 18,
"days_since_latest_release": 8,
"mean_days_between_releases": 9.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 62,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "openclaw-node",
"exists": true,
"license": "MIT",
"keywords": [
"openclaw",
"ai",
"agent",
"websocket",
"client",
"llm",
"claude",
"chatbot",
"automation",
"pinchy"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/openclaw-node",
"is_deprecated": false,
"latest_version": "0.14.0",
"repository_url": "https://github.com/heypinchy/openclaw-node",
"versions_count": 26,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 3895,
"first_published_at": "2026-02-19T20:25:53.260000Z",
"latest_published_at": "2026-07-22T06:50:09.025000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 7,
"stars": 13,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-03-29",
"count": 1
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-04-18",
"count": 1
},
{
"date": "2026-05-11",
"count": 2
},
{
"date": "2026-06-17",
"count": 1
}
],
"complete": true,
"collected": 7,
"total_forks": 7
},
"star_history": null,
"open_issues_and_prs": 6
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 47488,
"source_files_sampled": 28,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "published_package",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": "npm:openclaw-node@0.14.0",
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 25,
"open_issues": 2,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 11
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "clemenshelm",
"commits": 75,
"avatar_url": "https://avatars.githubusercontent.com/u/141632?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"publish.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "16 out of 16 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/13 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "10 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b6d09a8bf4e7b62cdaf21a186d6b41d398142037",
"ran_at": "2026-07-31T04:52:31Z",
"aggregate_score": 4.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-27T07:08:59Z",
"oldest_open_prs": [
{
"number": 36,
"created_at": "2026-06-22T07:08:18Z",
"last_comment_at": "2026-06-29T07:08:26Z",
"last_comment_author": "dependabot"
},
{
"number": 39,
"created_at": "2026-07-06T07:08:07Z",
"last_comment_at": "2026-07-06T07:08:08Z",
"last_comment_author": "dependabot"
},
{
"number": 40,
"created_at": "2026-07-20T07:08:28Z",
"last_comment_at": "2026-07-20T07:08:29Z",
"last_comment_author": "dependabot"
},
{
"number": 41,
"created_at": "2026-07-20T07:09:02Z",
"last_comment_at": "2026-07-20T07:09:03Z",
"last_comment_author": "dependabot"
}
],
"last_merged_pr_at": "2026-07-22T06:25:14Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 20,
"created_at": "2026-04-29T14:59:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 21,
"created_at": "2026-04-29T16:20:13Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/heypinchy/openclaw-node",
"host": "github.com",
"name": "openclaw-node",
"owner": "heypinchy"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 60 is calibrated to 65 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 60,
"calibrated": 65,
"calibration": "2026-08-02"
}
}
],
"value": 65,
"inputs": {
"security": 58,
"vitality": 81,
"community": 49,
"governance": 39,
"calibration": "2026-08-02",
"engineering": 74,
"ai_readiness": 61,
"weighted_overall_raw": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 81,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"commits_last_year": 90,
"human_commit_share": 0.833,
"days_since_last_push": 8,
"active_weeks_last_year": 18
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "18/52 weeks with commits",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 18
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "90 commits in the last year",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 90
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "exceptional",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 22,
"latest_release_tag": "v0.14.0",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 9.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "22 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 22
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~9.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 9.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 49,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"forks": 7,
"stars": 13,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "13 stars",
"points": 17.5,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 13
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "7 forks",
"points": 6.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 7
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"packages": [
"openclaw-node"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 3895
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,895 downloads/month across npm",
"points": 47.9,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3895,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "weak",
"name": "Sustainability & Governance",
"value": 39,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"merged_prs": 25,
"open_issues": 2,
"closed_issues": 0,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 11,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "25/36 decided PRs merged",
"points": 20.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 25,
"decided": 36
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "weak",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"followers": 2,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "heypinchy",
"public_repos": 3,
"account_age_days": 162
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2 followers of heypinchy",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "heypinchy"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~0 yr old",
"points": 5.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"openclaw-node"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 8
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "26 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 26
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 74,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "16 out of 16 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"ai-agents",
"client",
"nodejs",
"openclaw",
"typescript",
"websocket"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "6 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 6
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 58,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "16 out of 16 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/13 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "10 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): No advisories left outstanding. Remaining weights renormalized. Matched the npm:openclaw-node@0.14.0 runtime dependency closure — what installing the published package pulls in — 1 packages. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_published",
"params": {
"package": "npm:openclaw-node@0.14.0",
"assessed": 1
}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "no indirect dependency carries a known advisory",
"points": 25,
"status": "met",
"details": [
{
"code": "no_indirect_advisories",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 61,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.947,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "71 of 75 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 71,
"sampled": 75
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.167
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 90",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 90
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "15 of the last 90 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 15,
"sampled": 90
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 47488,
"source_files_sampled": 28,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/28 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 28,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 6,
"chat-bot": 2
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:npm",
"weight": 6
},
{
"tier": "tags",
"label": "chat-bot",
"source": "tag:chatbot",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-31T04:52:46.309203Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/heypinchy/openclaw-node.svg",
"full_name": "heypinchy/openclaw-node",
"license_state": "standard",
"license_spdx": "MIT"
}