Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 509,
"has_wiki": true,
"homepage": null,
"languages": {
"Lua": 18905,
"TypeScript": 289890
},
"pushed_at": "2026-07-19T04:43:49Z",
"created_at": "2026-05-17T05:43:54Z",
"owner_type": "User",
"updated_at": "2026-07-17T16:34:37Z",
"description": "Valkey Functions - Caching, Bloom Filters, Rate Limiters, and Dynamic Configurations",
"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://jongleberry.com",
"name": "jongleberry",
"type": "User",
"login": "jonathanong",
"company": "@houzz",
"location": "Orange County, CA",
"followers": 2418,
"avatar_url": "https://avatars.githubusercontent.com/u/643505?v=4",
"created_at": "2011-02-28T21:36:17Z",
"is_verified": null,
"public_repos": 62,
"account_age_days": 5623
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-07-17T16:33:58Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-16T08:05:11Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-06-28T10:37:21Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-06-10T05:35:49Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-06-07T06:46:58Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-06-03T06:40:26Z"
},
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2026-06-02T19:42:36Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2026-06-02T09:28:05Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2026-05-23T06:02:09Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-05-19T01:38:36Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-05-17T06:36:50Z"
}
],
"recent_commits": [
{
"oid": "1a5e7d84c5549cde7612c76c220e3475a45d9e26",
"body": null,
"is_bot": true,
"headline": "chore(release): v0.6.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-17T16:33:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54e2cd2f5ee9ad4e484b13e61001019411dc0c1a",
"body": "* fix(retry): unref the inter-attempt saturation backoff timer\n\nA pending retry backoff is benign background work and must never keep a\nprocess — or notably a test-runner fork/worker — alive on its own. The\nprocess stays alive via other refed handles (e.g. the HTTP server) during\nnormal operation; o\n[…]\n(not just .unref) to stay safe if a custom/mocked setTimeout\nreturns undefined, and wrap the unref regression test in try/finally\nso a failed assertion can't leak the setTimeout mock into later tests.",
"is_bot": false,
"headline": "fix(retry): unref the inter-attempt saturation backoff timer (#180)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-07-17T16:32:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1e37707b0d640171b8f1050878134d17bdf8f366",
"body": null,
"is_bot": true,
"headline": "chore(release): v0.6.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-16T08:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d74f16d784145eb29f4deb9e764521a4d1b63f0a",
"body": "* generalize conditional unlink and expiry repair\n\n* address conditional helper review feedback\n\n* export conditional helper subpath\n\n* preserve packaged script compatibility",
"is_bot": false,
"headline": "[codex] generalize conditional unlink and expiry repair (#179)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-07-16T08:03:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d38b179fa250ba860da33abccc005cb4a6c027c",
"body": "* feat(cache): add bulk prefix invalidation\n\n* refactor(cache): simplify prefix mapping\n\n* fix(cache): ignore invalid bulk prefixes",
"is_bot": false,
"headline": "Add bulk cache prefix invalidation (#178)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-07-16T07:30:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9cbd506152f5e83ef91a1353c088a4a0d17d7f19",
"body": "…updates (#175)\n\nBumps the github-actions group with 3 updates in the / directory: [actions/checkout](https://github.com/actions/checkout), [pnpm/action-setup](https://github.com/pnpm/action-setup) and [actions/labeler](https://github.com/actions/labeler).\n\n\nUpdates `actions/checkout` from 6.0.2 to \n[…]\nsion-update:semver-minor\n dependency-group: github-actions\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 the github-actions group across 1 directory with 3 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-15T08:46:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b283704f55e236680ba5a1853e7879a2434598e5",
"body": "…8 updates (#176)\n\nBumps the npm-dependencies group with 8 updates in the / directory:\n\n| Package | From | To |\n| --- | --- | --- |\n| [@valkey/valkey-glide](https://github.com/valkey-io/valkey-glide) | `2.4.1` | `2.4.2` |\n| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/t\n[…]\non-update:semver-patch\n dependency-group: npm-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): bump the npm-dependencies group across 1 directory with …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-15T08:46:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a042b3240ca71912fc840203ab1ec22f00fe0e1a",
"body": null,
"is_bot": true,
"headline": "chore(release): v0.5.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-28T10:37:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6f2ab03ff85fa98e79733ef85e97b38ec672699",
"body": "* ⚡ Bolt: Batch parallel cache deletes in deleteFromCaches\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* Wait for batched cache deletes to settle\n\n* Resolve cache delete merge state\n\n* Format cache delete regression test\n\n* ⚡ Bolt: Batch parallel cache deletes in dele\n[…]\nply.github.com>\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: Batch parallel cache deletes in deleteFromCaches (#111)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T08:41:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "df1a13bc1705d2398d214ed422304f2ca7832b5c",
"body": "…er (#119)\n\n* Refactor new Array() to Array() in rate-limiter.mts to fix lint issues\n\n- Replaced `new Array(size)` with `Array(size)` to fix `unicorn/no-new-array` warnings.\n- Removed `// eslint-disable-next-line unicorn/no-new-array` comments.\n- Maintained performance optimization by keeping pre-al\n[…]\nreview feedback\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 Remove lint disable comments for unicorn/no-new-array in rate-limit…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T08:17:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1a90fe53a7c7025e859c04d1e798fe578b6a37ab",
"body": "Extracted the result calculation into an intermediate variable `actualResult`\nto fix a 'line too long' code health issue. This improves readability of the\nerror generation and preserves identical functionality.\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 Refactor long line in cache stale refresh logic (#102)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T08:13:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1ca80d1b618c9fb2e29436ced16ffe67e7e616c0",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix line too long in rate-limiter.mts (#100)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T08:09:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9788c5699a6d47b10c78d3cf4e80eae7b8b8d36c",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 Remove oxlint-disable comment in errors.mts (#101)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T08:04:18Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fa334d9b19edea026cf57819e1aa6719fa2ba05f",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 Add explicit test coverage for setValkeyErrorHandler (#103)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T08:03:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cf50583ac1ec1a32de33ca07e6d0d51e0bf4522e",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 [code health] Fix line too long in batch-read (#104)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T08:02:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f7f38863ca455b1d2972009a5c070ba9c21de780",
"body": "* 🧹 Remove unicorn/no-new-array disable comments in rate-limiter\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* 🧹 Remove unicorn/no-new-array disable comments in rate-limiter\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 Remove unicorn/no-new-array disable comments in rate-limiter (#106)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T08:00:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "60a4f31101b0de4ea258ad33a897dbee1a7b0edf",
"body": "…o fix no-await-in-loop (#113)\n\n* Refactor scan loop to recursive function to remove oxlint disable comment\n\nReplaced the do...while loop with an async recursive function `scanRecursive` to correctly address the `no-await-in-loop` linter warning for the cursor-based sequential pagination, allowing u\n[…]\n scan iterative\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 [code health improvement] Refactor deleteKeysWithPrefix scan loop t…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T07:49:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "77b3f61f9f04b95dadd0b72cea77c64115e87793",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 Improve cache-utils.mts test coverage (#107)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T07:47:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "73eb5ed90ff5863c76c52c55af2725019327e71c",
"body": "…dler (#109)\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 [testing improvement] Enhance test coverage for addPubSubMessageHan…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T07:47:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "58ce46e2e725543fdb606983ddece37e07f16ad3",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 Add test coverage for public valkeyEvents API (#112)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T07:41:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4bfdc1ef8441ca2f00f520d65772481af6a1d553",
"body": "…ion (#114)\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 Add integration test for emitValkeyEvent to verify listener invocat…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T07:33:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0d9399e00a6bc565069fe0ddb046da0c30a08b3e",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 Refactor cacheKey generation to fix long line issue (#116)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T07:30:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ab5836e56ba59aa85b9a0cd87874b4dade79317d",
"body": "…/no-new-array (#118)\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 [code health improvement] Remove eslint disable comment for unicorn…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T07:27:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1ab69f388f6609a89180f3b3f57fa40c7c4166d9",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "add dedicated tests for removePubSubMessageHandler (#117)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T07:23:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "db88ff096caffe6f63db9075f1428386d780f072",
"body": "* 🧹 Remove unicorn/no-new-array lint disables\n\nReplaces `new Array(size)` usage across the codebase with `const arr = []; arr.length = size` pattern to natively comply with the `unicorn/no-new-array` linting rule without sacrificing the performance benefits of pre-allocating dense arrays in hot path\n[…]\nh from coverage\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 Remove unicorn/no-new-array lint disables (#123)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T07:21:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "baf50a81290073a311418f21627056bfd1eb42cd",
"body": "* 🔒 Remediate SonarCloud security hotspots\n\n* fix: guard retry jitter delay",
"is_bot": false,
"headline": "Remediate SonarCloud security hotspots (#172)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T07:20:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ad55e4b336b0e88348eabd0259edfdc1f4d8abf",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 Improve test coverage for isRetryableValkeyError edge cases (#120)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T07:18:21Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fd3d4a86b99fa41542d1ecc2e32488268233404a",
"body": "… (#121)\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 [code health improvement] Refactor long JSDoc comments in types.mts…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T07:16:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bd462f37faf88d65ffe4e58a047f74e5c3dc1efb",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 Improve handleValkeyError test coverage (#122)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T07:09:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bf02e4b091441a36ed599fa85fbcdb97b38bfa1b",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 [code health] Remove unicorn/no-new-array disable comments (#127)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T07:01:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2123787fa59d247cbdd1e33f097eca14964471df",
"body": "* 🧹 Remove unnecessary type casting\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* chore: simplify batch cache type assertions\n\n* fix: preserve result ordering in multiCacheGetByAnyBatch\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 Remove unnecessary type casting (#154)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T07:00:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8b70f448093c05e16645a85d726daa4c93e4a25d",
"body": "…igValkeySubscriptionClient error handling (#125)\n\n* 🧪 [testing improvement] Add explicit assertions for ensureDynamicConfigValkeySubscriptionClient error handling\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* test: use setValkeyErrorHandler in dynamic client test\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 [testing improvement] Add explicit assertions for ensureDynamicConf…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T06:58:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4d2d05f0fd40b1a26d494222496c970d80931898",
"body": "… (#155)\n\n* 🧹 [Code Health] Remove unnecessary type casting for handleValkeyError\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* chore: merge main into PR\n\n* fix: keep batched invocation pattern in mexists\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 [Code Health] Remove unnecessary type casting for handleValkeyError…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T06:58:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ea02b0f3fac2ca39c5bde6e5dcd1816dad1b347d",
"body": "…s (#124)\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 [code health improvement] Remove lint disable comment in scripts.mt…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T06:57:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0674d96721384367f4d1007f86f225c612a324b1",
"body": "…h lookups (#126)\n\n* ⚡ Bolt: Replace array spread with pre-allocation in Bloom filter batch lookups\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* chore: simplify batched normalize loop\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: Replace array spread with pre-allocation in Bloom filter batc…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T06:56:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3d6dff6837ed121ad562553ad0564d290dddd0b9",
"body": "…s (#128)\n\n* 🧹 Remove disable comments for unicorn/no-new-array in rate-limiter.mts\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* refactor(rate-limiter): restore new Array hot-path allocation\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 Remove disable comments for unicorn/no-new-array in rate-limiter.mt…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T06:44:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2b9d9354188e0e6c71b964a1be754ae88d47a788",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 Refactor misplaced comment into docstring (#158)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T06:42:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2ae89a980087a9b5d2d61bae0207b9a657accfa2",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 Remove unnecessary type casting for errors (#159)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T06:33:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "720d2c64f1eec092d05a1894f680c87d4f3c4f1c",
"body": "…updates (#156)\n\nBumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [pnpm/action-setup](https://github.com/pnpm/action-setup).\n\n\nUpdates `actions/checkout` from 6.0.2 to 7.0.0\n- [Release notes](https://github.com/actions/chec\n[…]\nsion-update:semver-patch\n dependency-group: github-actions\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 the github-actions group across 1 directory with 2 …",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-28T06:29:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b742a6cf2a9c44d17522502fc0d85606f0f25844",
"body": "- Removed `error as Error` casting when passing errors to `handleValkeyError` in `bloom-filter/lookups.mts` and `bloom-filter/rebuilds.mts`.\n- Replaced inline error normalization with `handleValkeyError(cause)` in `cache/mutations.mts`.\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 Remove unnecessary type casting for handleValkeyError (#162)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T06:24:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "764c46df4c557f34075341b0e4df64d52c4cd26e",
"body": "…(#166)\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 Remove unnecessary type casting for errors in bloom-filter lookups …",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T06:21:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f162ff0d2c67fca25dcfbb6dc66c1c7f0766129c",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor: remove unnecessary type casting in bloom-filter lookups (#163)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T06:16:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a2fc9ce883b4f6bc993a0751a84892de02061c88",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "Remove unnecessary type cast (#165)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T06:10:58Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d91d741d9630f88ed238d8445f206e7d935cddd3",
"body": "…#168)\n\n* ⚡ Bolt: [performance improvement] Concurrent client cache deletions\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* Fix deleteFromCaches to wait for all client deletes\n\n* Preserve falsy rejection reason in deleteFromCaches\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: [performance improvement] Concurrent client cache deletions (…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T06:08:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "aec90347471546b42cef4d4973924c989b929d20",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 fix: remove unnecessary type casting for error (#167)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T06:06:48Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6ac45bc0aa78dbebfb978699bc83ce6a67dada8a",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🔒 Fix prototype pollution vulnerability in cache deserialization (#171)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:59:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a4be79e46740fe47111fe1f330c57c998714f89a",
"body": "* ⚡ Bolt: Avoid Array Spread and Map in Bloom Filter Hot Paths\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* fix(bloom-filter): preallocate BF.MADD command args\n\n* fix(bloom-filter): normalize concurrency limit before slicing\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: Avoid Array Spread and Map in Bloom Filter Hot Paths (#134)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:58:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c947d2fc4868808c101b426f997b7e59f6d3d773",
"body": "…tch read (#169)\n\n* ⚡ Bolt: [performance improvement] Optimize async decoding in cache batch read\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* Fix concurrent decode across cache configs\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: [performance improvement] Optimize async decoding in cache ba…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:56:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a0e5e494a1e971dff53f744c306ddad2ea22ee43",
"body": "…#135)\n\n* 🔒 Fix URIError DoS in decodeURIComponent for Valkey URL credentials\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* 🔒 Fix URIError DoS in decodeURIComponent for Valkey URL credentials\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n\n[…]\n<161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\nCo-authored-by: sourcery-ai <sourcery-ai@users.noreply.github.com>",
"is_bot": false,
"headline": "🔒 Fix URIError DoS in decodeURIComponent for Valkey URL credentials (…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:52:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7b75b43d9c682fde3ac7b79b12e12572fbd73b93",
"body": "…or overhead (#132)\n\n* ⚡ Bolt: [performance improvement] Pre-allocate arrays to avoid iterator overhead\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* Preserve prior optimization learnings in bolt guidance\n\nCo-authored-by: gemini-code-assist <gemini-code-assist@users.n\n[…]\ngle-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\nCo-authored-by: gemini-code-assist <gemini-code-assist@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: [performance improvement] Pre-allocate arrays to avoid iterat…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:46:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b0a86436fc07715b7a520a4f0c0c89a2e6472b65",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🔒 Fix Unsafe JSON Deserialization (#170)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:45:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9d27a460372f7a2c0eb8820f5a72462449e2aed0",
"body": "…ys (#133)\n\n* perf(cache): pre-allocate promise arrays for mutations\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* chore: use local entry variable in batch promise loops\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: Optimize cache batch mutations via pre-allocated promise arra…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:42:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "991f931d791d10b3d45c2249ab6945ead4e93e2a",
"body": "* perf: preallocate arrays to avoid closures and spread overhead\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* perf: preallocate arrays to avoid closures and spread overhead\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* Handle batch res\n[…]\np result helper\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Optimize bloom filter lookups with pre-allocated arrays (#136)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:37:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a4aec0f73a22721aec6eedf4ce202bcf4faf08d1",
"body": "* refactor: improve cache batch typing and comment style\n\n* fix: align multi-cache batch typings for readonly configs",
"is_bot": false,
"headline": "⚡ Optimize multi-batch-read performance with pre-allocated arrays (#145)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:30:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cd36f7e17b2bf2f94f967aec1ded2e44be5a675",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: Replace map with pre-allocated arrays in cache core (#150)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:26:41Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "43d4797e1327afbf5ff7549feaa690948ff7991b",
"body": "…writes.mts (#137)\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(bloom-filter): replace unsafe any with unknown for firstError in …",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:25:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2182cab049f5d80f1a9167c9d262049511998685",
"body": "… getAndDelete stringification logic (#138)\n\n* Add test coverage for idempotency getAndDelete stringification logic\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* fix typescript typing error for mockResolvedValueOnce callback\n\nCo-authored-by: jonathanong <643505+jonath\n[…]\nply.github.com>\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 [testing improvement description] Add test coverage for idempotency…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:21:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c6fcd7161783cee477753c015e41c7ac29a141f3",
"body": null,
"is_bot": false,
"headline": "⚡ Bolt: Use Map.prototype.forEach to avoid iterator allocation (#141)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91d3afe2775e3d2678510283780e94bafe0e1010",
"body": "* 🧪 Add batching tests for deleteKeysWithPrefix\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* Strengthen delete prefix batching test with boundary assertions\n\nCo-authored-by: sourcery-ai <sourcery-ai@users.noreply.github.com>\n\n---------\n\nCo-authored-by: google-labs-ju\n[…]\n<161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\nCo-authored-by: sourcery-ai <sourcery-ai@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 Add batching tests for deleteKeysWithPrefix (#143)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:14:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9461bd59c2f49078f77a7180eebaf36db341427c",
"body": "…(#142)\n\n* perf: avoid Array.prototype.map in clusterSafePath Promise.all\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* perf: optimize cluster safe batch reads\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: Avoid Array.prototype.map in Promise.all for clusterSafePath …",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:14:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "76089b968adfd26872fb97eec9efc5312c89f11f",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix unsafe any typing in event emitter cast (#139)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:13:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7995d7a1b78d09d2c5063ca249fe22ff74b42bb0",
"body": "…etes (#140)\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 [code health] Replace unsafe 'any' with 'unknown' in ValkeyCacheDel…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T05:06:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2e7565fad688b5c29bd715749e40e98383a2bd16",
"body": "…h native indexed loops in rate limiter (#153)\n\n* ⚡ Bolt: [performance improvement] Replace array spread and filter with native indexed loops in rate limiter\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* refactor: dedupe id filtering in rate limiter\n\n* test: cover dyn\n[…]\nply.github.com>\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: [performance improvement] Replace array spread and filter wit…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T04:58:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f7ca946cab42cfda5e5caa652aa4db57afa85867",
"body": "* 🔒 [security] Prevent credential leak in Valkey URL parsing error\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* Fix leaked URL input in invalid Valkey URL errors\n\n* Fix typed test assertion and simplify URL parse catch\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🔒 [security] Prevent credential leak in Valkey URL parsing error (#147)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T04:52:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b8641bb1d75381cb8174f71edf27dc9dade8154a",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 [add tests for config.mts] (#144)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T04:50:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dbd2add4b7399f2c7e2bebe15c06999e3505c3c2",
"body": "* ⚡ Bolt: pre-allocate arrays in bloom filter lookups\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* fix: clamp batch-normalization to input count\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: pre-allocate arrays in bloom filter lookups (#149)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T04:48:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c797af79f8e16bada1dfa85d4ee1e94c06d87546",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 Add edge case tests for utils.normalizeTtlResult (#146)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T04:45:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e4f02b6c98c6a358e38b89a9b0cd76ec6dc1ecb1",
"body": "* ⚡ Bolt: Pre-allocate arrays in cache core hot paths\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* Pre-allocate valid key arrays\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: Pre-allocate arrays in cache core hot paths (#151)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T04:34:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "016f5296a5987c4346e3c3585382de98f53da554",
"body": "…ap in normalizeBatchedResults (#152)\n\n* ⚡ Bolt: optimize array allocation in batch lookups\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* Handle mismatched mexists batch result lengths safely\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: [performance improvement] Pre-allocate arrays over Spread & M…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T04:33:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1c7a2befb2e2f433d6d41fe26338b01f5ad3261b",
"body": "…yAnyBatch (#148)\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: [performance improvement] concurrent decode in multiCacheGetB…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-28T04:32:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c094bb5b41fc82b5ff23d51ac1492f002ef367ad",
"body": "…ad (#99)\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: [Performance] Pre-allocate arrays instead of .map in batch re…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-11T01:41:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4bb3b8c80ab39d569673fa31668fb4d1e0b4a629",
"body": null,
"is_bot": true,
"headline": "chore(release): v0.4.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-10T05:35:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62820f2e26b0afd6ef1e138c929a7d08d956f24f",
"body": "Adds multiCacheGetByAnyBatch to read keys from multiple ValkeyCache\ninstances in a single operation. Supports two modes: a single-MGET\nnon-cluster path (one round trip, requires standalone Valkey) and a\ncluster-safe path (one MGET per cache in parallel via Promise.all).\nExposes minimal public access\n[…]\nrs on ValkeyCacheCore (getPhysicalCacheKeys,\ndecodeRawValue, getClient) to support the helper without widening the\nprotected surface further.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add multiCacheGetByAnyBatch cross-cache batch read helper (#98)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-10T05:33:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0dc9cc6444e337ada49bf3977e6428e89d741bb1",
"body": "…ommand boundary (#97)\n\nWire `retrySaturationError` (jittered delay in [delayMs, delayMs*5], saturation-only\npredicate) into `getValueWithTtl`, `getValuesWithTtl`, and all four rate-limiter\n`invokeScript` call sites so callers never see `RequestError: Reached maximum inflight\nrequests` unless all re\n[…]\nmiterOptions`, defaulting to the new `VALKEY_INFLIGHT_RETRY_ATTEMPTS` /\n`VALKEY_INFLIGHT_RETRY_DELAY_MS` env vars (3 attempts, 1000 ms base).\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add inflight-saturation retry at ValkeyCache and rate-limiter c…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-10T05:32:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e1e826e6b658779157cfb230ea99fb8ab1d77272",
"body": "…olation (#96)\n\nAdd optional `name` field to `ValkeyClientOptions`. When provided, it is\nappended to the dedup cache key so callers sharing the same URL and\nconnection options can force separate GlideClient instances without\nresorting to sentinel values.\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add name option to upsertValkeyClientByUrl for forced client is…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-10T05:25:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "faf769661b862362a61dafe50fe5b76ccfe9d3c6",
"body": "…ult (#86)\n\n* 🧪 Add comprehensive tests for normalizeCountResult\n\nAdded test cases covering float, NaN, Infinity, and large bigint limits to ensure robust type checking and functionality.\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* test(utils): add safe-integer boun\n[…]\njules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "🧪 [testing improvement] Add comprehensive tests for normalizeCountRes…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-10T04:50:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2fc7f16920a5216374905059e6f50edd7bd018c2",
"body": "* Add test cases for loadScript function\n\nAdded tests covering different baseUrl types and testing error\nhandling for readFileSync correctly.\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* test: use mockImplementationOnce to avoid mock pollution\n\nCo-Authored-By: Claude\n[…]\njules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\nCo-authored-by: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "🧪 Improve test coverage for loadScript (#85)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-10T04:49:29Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4cfcc8b1848228f299f3a896610adcc425de1387",
"body": "…ports and pubsub handlers (#87)\n\n* 🧪 Add comprehensive coverage for clients.mts exports and pubsub handlers\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* 🧪 Add comprehensive coverage for clients.mts exports and pubsub handlers\n\nCo-authored-by: jonathanong <643505+jon\n[…]\nles[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "🧪 [testing improvement] Add comprehensive coverage for clients.mts ex…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-10T04:47:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "577e23e62344d593244771e6300da5155089f7ee",
"body": "* test: add test coverage for exported urlsToClients map\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* test: use dynamic config values in urlsToClients cache key assertion\n\nAddress Gemini review feedback: derive cache key from config module\ninstead of hardcoded defaul\n[…]\nles[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "🧪 Add test coverage for urlsToClients API (#84)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-10T04:44:55Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0b420539d9f6229e712595e52711f2c84335ab8e",
"body": "🎯 **What:** Added tests for the public API exposure of scripts.mts and explicitly verified that `registerScript` returns an instance of `Script` from `@valkey/valkey-glide`.\n📊 **Coverage:** Increased test thoroughness for API exports and validated Script instantiation.\n✨ **Result:** Improved test re\n[…]\nions for `registerScript`.\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 [testing improvement] improve registerScript tests (#90)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-10T04:37:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "fa97e43e8afb6c51ed3855e071edaac61aed2a30",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 Format long comment line in types.mts (#88)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-10T04:37:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "32998d1bf897a68fc724b85b0b6041f4842e6eca",
"body": "* ⚡ Bolt: Optimize cache mutation array allocations\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* Fix cache mutation array assertions\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: Optimize cache mutation array allocations (#83)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-10T04:37:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "40b5bab9535a0b4ef0ebd2187ea5e05f3e2b9640",
"body": "…g (#76)\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "test(cache-metrics): add tests and coverage for cache metrics trackin…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-07T22:26:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "36656687ef743a6957dff0611950ad8430e588c2",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 Add tests for bloom-filter/batching.mts luaBatchSize edge cases (#82)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-07T22:15:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "10e288a4910b069a49b61fcf30cbb65cfed41961",
"body": "* 🧪 [testing improvement] Add tests for key-normalization.mts\n\nAdded tests for key-normalization.mts. Corrected the key normalization logic to replace curly braces and colons with underscores according to the required behavior, replacing the previous hallucinated fallback functionality that was caus\n[…]\nply.github.com>\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 [testing improvement] Add tests for key-normalization.mts (#78)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-07T21:48:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a46c9c85dbd53d4ed76d42f38b8ed7f192b738dd",
"body": "…(#77)\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "test: add vitest tests for durationInMilliseconds in cache-utils.mts …",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-07T21:43:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dde5bfbedaa24108958479fa330e940f3ecc11cf",
"body": "Extracts the complex batch processing loop inside `rebuildFromStream` into a dedicated `processBatch` helper function, significantly improving readability and maintainability. Also strictly types `firstError` as `unknown` instead of `any`.\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "refactor(bloom-filter): extract inner loop of rebuildFromStream (#75)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-07T21:43:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "906eddc104ab15ed188b7a0da9c7592f7869cdf7",
"body": "Adds comprehensive unit tests for `normalizeTtlResult` and `normalizeCountResult`\nin `utils.mts`. Tests cover normal cases (number/bigint conversions), sentinel\nvalues (-1, -2 preservation), and invalid inputs handling.\nUpdates vitest.config.mts to include utils.mts in coverage metrics.\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "test: add unit tests for utils.mts functions (#72)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-07T21:43:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d56ddbf22d59a2b3ce017f1e70c3e76e411232b8",
"body": "…mts (#70)\n\n* test: add unit tests for emitValkeyEvent in events.mts\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* test: fix tuple type spread error in unit tests for emitValkeyEvent\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>\n\n* test: f\n[…]\nply.github.com>\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 [testing improvement] Add unit tests for emitValkeyEvent in events.…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-07T21:43:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1c275d80848b9f15f43b3f7a54a8c29ebd5aeb99",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧪 Add tests for error handler (#79)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-07T21:30:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "16f898b996c7dfdcb400aa442ee1eaf907e99c60",
"body": "Pre-computed a mapped fieldsConfig array within the DynamicConfig constructor to avoid multiple duplicate dictionary lookups in tight loops (fieldTypes[name] and defaultFields[name]) and prevent repetitive allocations from Object.keys(fieldTypes). This speeds up both buildMissingDefaultWrites and ap\n[…]\nhe fieldsConfig iteration.\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: optimize dynamic config loop field iteration (#81)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-07T21:30:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3dbcc8558106ab16d0aea8dc734593c8fbf5ea76",
"body": "🎯 **What:**\n- Extracted logic to accurately identify a cache miss from both `collectMissingKeys` and `getBatch` into a reusable `isCacheMiss` helper function.\n- Removed the unused `cachedValues` parameter from `collectMissingKeys`.\n- Extracted the inline fallback error logic from `cacheGetByAnyBatch\n[…]\ntheir main responsibility.\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "🧹 [Refactor cache batch read functions for better maintainability] (#74)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-07T21:16:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "04e68e5af58287d6c19141b8c598b963956e621d",
"body": "Extracted the complex inner batch processing loop inside `addStream`\ninto a dedicated `processAddBatch` function to improve code\nreadability and maintainability.\n\nAlso fixed a lint issue by swapping the generic `any` type on\n`firstError` for `unknown`, promoting stricter typescript validation.\nUses \n[…]\nper memory best practices.\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "Refactor `addStream` batch logic to `processAddBatch` (#71)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-07T21:15:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "032482aed7819587eea01c3f988c49cb95f3deaf",
"body": null,
"is_bot": true,
"headline": "chore(release): v0.3.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-07T06:46:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb10a03c49b7a2f7bb921f490c9325ffa1e711bd",
"body": null,
"is_bot": false,
"headline": "Add capped RateLimiter windows (#69)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-07T06:15:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d0b9040872044308aadeb798283c6086e7af0e4",
"body": "* Add idempotency key primitives\n\n* Use crypto UUIDs in idempotency tests",
"is_bot": false,
"headline": "Add idempotency key primitives (#68)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-07T06:11:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a936c3763097bdc1ea3a89be5359b7468d862fe0",
"body": "* chore(deps): bump the npm-dependencies group with 3 updates\n\nBumps the npm-dependencies group with 3 updates: [@valkey/valkey-glide](https://github.com/valkey-io/valkey-glide), [oxfmt](https://github.com/oxc-project/oxc/tree/HEAD/npm/oxfmt) and [oxlint](https://github.com/oxc-project/oxc/tree/HEAD\n[…]\n---\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>\nCo-authored-by: Jonathan Ong <jonathanrichardong@gmail.com>",
"is_bot": true,
"headline": "chore(deps): bump the npm-dependencies group with 3 updates (#67)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-07T05:52:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1e678646444e18c072fc66678205490aa569c769",
"body": "…g map() in cache batch reads (#65)\n\nReplaced `Array.prototype.map` operations with pre-allocated arrays (`new Array(len)`) and explicit `for` loops in `ValkeyCacheBatchRead.cacheGetByAnyBatch` and `ValkeyCacheBatchRead.getBatch` to eliminate iterator closures and reduce garbage collection overhead \n[…]\nese array transformations.\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: [performance improvement] Pre-allocate arrays instead of usin…",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-07T03:07:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "69d67b1c0efd92d9e6bee55fa5a4c968c1c88a36",
"body": "* perf(rate-limiter): optimize array allocations in addAndCheckWindows\n\nPre-allocate arrays and use indexed loops instead of .map(), .entries(), and .slice()\nto reduce GC pressure and avoid tuple allocation overhead in the hot path.\n\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.gith\n[…]\nply.github.com>\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: jonathanong <643505+jonathanong@users.noreply.github.com>",
"is_bot": false,
"headline": "⚡ Bolt: Optimize rate limiter array allocations (#64)",
"author_name": "jongleberry",
"author_login": "jonathanong",
"committed_at": "2026-06-04T17:44:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "beedf713092124d25c7418fe16b32ebab4caf9f4",
"body": null,
"is_bot": true,
"headline": "chore(release): v0.2.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-03T06:40:19Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 168,
"latest_release_at": "2026-07-17T16:33:58Z",
"latest_release_tag": "v0.6.1",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 8,
"days_since_latest_release": 5,
"mean_days_between_releases": 6.6
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "valkyries",
"exists": true,
"license": "MIT",
"keywords": [],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/valkyries",
"is_deprecated": false,
"latest_version": "0.6.1",
"repository_url": "https://github.com/jonathanong/valkyries",
"versions_count": 12,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 2425,
"first_published_at": "2026-05-17T05:49:35.045000Z",
"latest_published_at": "2026-07-17T16:33:56.055000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 2
},
"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": null,
"source_files_sampled": 0,
"oversized_source_files": 0,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1380
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "adm-zip",
"direct": false,
"version": "0.5.17",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-xcpc-8h2w-3j85"
],
"fixed_version": "0.6.0",
"advisory_count": 1,
"oldest_advisory_days": 12
},
{
"name": "tar",
"direct": false,
"version": "7.5.15",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23hp-3jrh-7fpw",
"GHSA-8x88-c5mf-7j5w",
"GHSA-gvwx-54wh-qm9j",
"GHSA-vmf3-w455-68vh",
"GHSA-w8wr-v893-vjvp"
],
"fixed_version": "7.5.19",
"advisory_count": 5,
"oldest_advisory_days": 37
},
{
"name": "vite",
"direct": false,
"version": "8.0.13",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-fx2h-pf6j-xcff",
"GHSA-v6wh-96g9-6wx3"
],
"fixed_version": "8.0.16",
"advisory_count": 2,
"oldest_advisory_days": 37
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 3
},
"advisory_count": 8,
"affected_count": 3,
"assessed_count": 199,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@valkey/valkey-glide",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.4.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "@valkey/valkey-glide",
"direct": true,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "@babel/helper-string-parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/parser",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/types",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@bcoe/v8-coverage",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@emnapi/core",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/runtime",
"direct": false,
"version": "1.10.0",
"ecosystem": "npm"
},
{
"name": "@emnapi/wasi-threads",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/aix-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/android-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/freebsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-loong64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-mips64el",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-ppc64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-riscv64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-s390x",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/linux-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/netbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openbsd-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/openharmony-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/sunos-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-arm64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-ia32",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@esbuild/win32-x64",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "@isaacs/fs-minipass",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "@jridgewell/resolve-uri",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/trace-mapping",
"direct": false,
"version": "0.3.31",
"ecosystem": "npm"
},
{
"name": "@napi-rs/wasm-runtime",
"direct": false,
"version": "1.1.6",
"ecosystem": "npm"
},
{
"name": "@oxc-project/types",
"direct": false,
"version": "0.130.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-android-arm-eabi",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-android-arm64",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-darwin-arm64",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-darwin-x64",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-freebsd-x64",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-arm-gnueabihf",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-arm-musleabihf",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-arm64-gnu",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-arm64-musl",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-ppc64-gnu",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-riscv64-gnu",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-riscv64-musl",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-s390x-gnu",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-x64-gnu",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-linux-x64-musl",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-openharmony-arm64",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-win32-arm64-msvc",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-win32-ia32-msvc",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxfmt/binding-win32-x64-msvc",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/darwin-arm64",
"direct": false,
"version": "0.24.0",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/darwin-x64",
"direct": false,
"version": "0.24.0",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/linux-arm64",
"direct": false,
"version": "0.24.0",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/linux-x64",
"direct": false,
"version": "0.24.0",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/win32-arm64",
"direct": false,
"version": "0.24.0",
"ecosystem": "npm"
},
{
"name": "@oxlint-tsgolint/win32-x64",
"direct": false,
"version": "0.24.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-android-arm-eabi",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-android-arm64",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-darwin-arm64",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-darwin-x64",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-freebsd-x64",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-arm-musleabihf",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-arm64-gnu",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-arm64-musl",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-riscv64-gnu",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-riscv64-musl",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-s390x-gnu",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-x64-gnu",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-linux-x64-musl",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-openharmony-arm64",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-win32-arm64-msvc",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-win32-ia32-msvc",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@oxlint/binding-win32-x64-msvc",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "@protobufjs/aspromise",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/base64",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/codegen",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@protobufjs/eventemitter",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@protobufjs/fetch",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "@protobufjs/float",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/path",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@protobufjs/pool",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@protobufjs/utf8",
"direct": false,
"version": "1.1.2",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-android-arm64",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-arm64",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-darwin-x64",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-freebsd-x64",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm-gnueabihf",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-gnu",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-arm64-musl",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-ppc64-gnu",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-s390x-gnu",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-gnu",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-linux-x64-musl",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-openharmony-arm64",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-wasm32-wasi",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-arm64-msvc",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/binding-win32-x64-msvc",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@rolldown/pluginutils",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "@standard-schema/spec",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@tybys/wasm-util",
"direct": false,
"version": "0.10.3",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.3",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.9",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "26.1.0",
"ecosystem": "npm"
},
{
"name": "@valkey/valkey-glide-darwin-arm64",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "@valkey/valkey-glide-darwin-x64",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "@valkey/valkey-glide-linux-arm64-gnu",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "@valkey/valkey-glide-linux-arm64-musl",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "@valkey/valkey-glide-linux-x64-gnu",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "@valkey/valkey-glide-linux-x64-musl",
"direct": false,
"version": "2.4.2",
"ecosystem": "npm"
},
{
"name": "@vitest/coverage-v8",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "adm-zip",
"direct": false,
"version": "0.5.17",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "ast-v8-to-istanbul",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "6.2.2",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "convert-source-map",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.28.1",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.5.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "github-actionlint",
"direct": false,
"version": "1.7.12",
"ecosystem": "npm"
},
{
"name": "has-flag",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "html-escaper",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-coverage",
"direct": false,
"version": "3.2.2",
"ecosystem": "npm"
},
{
"name": "istanbul-lib-report",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "istanbul-reports",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "10.0.0",
"ecosystem": "npm"
},
{
"name": "lightningcss",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-android-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-arm64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-darwin-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-freebsd-x64",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm-gnueabihf",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-arm64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-gnu",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-linux-x64-musl",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-arm64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "lightningcss-win32-x64-msvc",
"direct": false,
"version": "1.32.0",
"ecosystem": "npm"
},
{
"name": "long",
"direct": false,
"version": "5.3.2",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.21",
"ecosystem": "npm"
},
{
"name": "magicast",
"direct": false,
"version": "0.5.3",
"ecosystem": "npm"
},
{
"name": "make-dir",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "7.1.3",
"ecosystem": "npm"
},
{
"name": "minizlib",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.15",
"ecosystem": "npm"
},
{
"name": "obug",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "oxfmt",
"direct": false,
"version": "0.57.0",
"ecosystem": "npm"
},
{
"name": "oxlint",
"direct": false,
"version": "1.72.0",
"ecosystem": "npm"
},
{
"name": "oxlint-tsgolint",
"direct": false,
"version": "0.24.0",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.5",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.16",
"ecosystem": "npm"
},
{
"name": "protobufjs",
"direct": false,
"version": "7.6.5",
"ecosystem": "npm"
},
{
"name": "rolldown",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.5",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "supports-color",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "tar",
"direct": false,
"version": "7.5.15",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.17",
"ecosystem": "npm"
},
{
"name": "tinypool",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "tslib",
"direct": false,
"version": "2.8.1",
"ecosystem": "npm"
},
{
"name": "tsx",
"direct": false,
"version": "4.23.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "6.0.3",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "8.0.13",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "4.1.9",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 199,
"direct_count": 1,
"indirect_count": 198
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 148,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 7,
"closed_unmerged_prs": 25
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "jonathanong",
"commits": 148,
"avatar_url": "https://avatars.githubusercontent.com/u/643505?v=4"
},
{
"type": "User",
"login": "jongleberry-bot",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/8773953?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.987
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"dependabot-automerge.yml",
"labeler.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "27 out of 27 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": 3,
"reason": "Found 9/28 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"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": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"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": 9,
"reason": "dependency not pinned by hash detected -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 9,
"reason": "SAST tool is not run on all commits -- score normalized to 9",
"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": 2,
"reason": "8 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "1a5e7d84c5549cde7612c76c220e3475a45d9e26",
"ran_at": "2026-07-23T00:22:20Z",
"aggregate_score": 5.4,
"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-19T04:42:50Z",
"oldest_open_prs": [
{
"number": 181,
"created_at": "2026-07-19T04:42:47Z",
"last_comment_at": "2026-07-19T04:44:06Z",
"last_comment_author": "codecov"
},
{
"number": 182,
"created_at": "2026-07-19T04:43:49Z",
"last_comment_at": "2026-07-19T04:45:09Z",
"last_comment_author": "codecov"
}
],
"last_merged_pr_at": "2026-07-17T16:32:26Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/jonathanong/valkyries",
"host": "github.com",
"name": "valkyries",
"owner": "jonathanong"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"security": 63,
"vitality": 76,
"community": 32,
"governance": 66,
"engineering": 71
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"commits_last_year": 168,
"human_commit_share": 0.9,
"days_since_last_push": 3,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "168 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 168
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"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": 11,
"latest_release_tag": "v0.6.1",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 6.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~6.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 6.6
}
}
],
"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": "excellent",
"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": "at_risk",
"name": "Community & Adoption",
"value": 32,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"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": 0,
"status": "missed",
"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": 56,
"inputs": {
"packages": [
"valkyries"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 2425
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,425 downloads/month across npm",
"points": 45.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2425,
"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": "moderate",
"name": "Sustainability & Governance",
"value": 66,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 22,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.987
},
"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 99% of commits",
"points": 0.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"merged_prs": 148,
"open_issues": 0,
"closed_issues": 7,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 25
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "148/173 decided PRs merged",
"points": 32.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 148,
"decided": 173
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 9/28 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 74,
"inputs": {
"followers": 2418,
"owner_type": "User",
"is_verified": null,
"owner_login": "jonathanong",
"public_repos": 62,
"account_age_days": 5623
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2,418 followers of jonathanong",
"points": 24.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2418,
"login": "jonathanong"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "62 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 62
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"valkyries"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": 71,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "27 out of 27 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"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": 25,
"status": "met",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": 63,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 54,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 5.4
},
"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": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "27 out of 27 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 9/28 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"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": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"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 9",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 9",
"points": 4.5,
"status": "partial",
"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": "8 existing vulnerabilities detected",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 199 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 199
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 8,
"affected_packages": 3,
"assessed_packages": 199,
"unassessed_packages": 0,
"affected_by_severity": "high 3",
"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": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"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": "excellent",
"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": 199,
"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": "excellent",
"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"
],
"review_only_matches": 0,
"assessed_self_published_locations": 5
},
"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": "good",
"name": "AI Readiness",
"value": 81,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1380
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"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": "90 of 90 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 90,
"sampled": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 70,
"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": false,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.82,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0.04
},
"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": null,
"points": 0,
"status": "missed",
"details": [],
"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": "82 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 82,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "4 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 4,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 9",
"points": 9,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": "Excluded from scoring (no data or not applicable): Manageable file sizes. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"manageable_file_sizes"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": null,
"source_files_sampled": 0,
"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": "no source files detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_source_files",
"params": {}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"deps.dev does not index npm:valkyries@0.6.1; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T00:22:37.410424Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/j/jonathanong/valkyries.svg",
"full_name": "jonathanong/valkyries",
"license_state": "standard",
"license_spdx": "MIT"
}