Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 354,
"has_wiki": false,
"homepage": null,
"languages": {
"C": 8733,
"Shell": 1011,
"JavaScript": 2839,
"TypeScript": 55074
},
"pushed_at": "2026-07-17T05:59:00Z",
"created_at": "2025-11-21T21:06:05Z",
"owner_type": "Organization",
"updated_at": "2026-07-17T05:59:05Z",
"description": "Hierarchical clustering in javascript",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"C"
]
},
"owner": {
"blog": "http://gmod.org",
"name": "Generic Model Organism Database Project",
"type": "Organization",
"login": "GMOD",
"company": null,
"location": null,
"followers": 67,
"avatar_url": "https://avatars.githubusercontent.com/u/342482?v=4",
"created_at": "2010-07-24T02:08:08Z",
"is_verified": null,
"public_repos": 119,
"account_age_days": 5842
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v4.0.0",
"kind": "major",
"published_at": "2026-07-17T05:51:39Z"
},
{
"tag": "v3.0.14",
"kind": "patch",
"published_at": "2026-05-19T03:15:42Z"
},
{
"tag": "v3.0.13",
"kind": "patch",
"published_at": "2026-05-19T03:07:21Z"
},
{
"tag": "v3.0.12",
"kind": "patch",
"published_at": "2026-05-08T21:33:25Z"
},
{
"tag": "v3.0.11",
"kind": "patch",
"published_at": "2026-04-28T22:54:30Z"
},
{
"tag": "v3.0.10",
"kind": "patch",
"published_at": "2026-04-28T22:36:33Z"
},
{
"tag": "v3.0.9",
"kind": "patch",
"published_at": "2026-04-28T22:29:32Z"
},
{
"tag": "v3.0.8",
"kind": "patch",
"published_at": "2026-04-28T21:20:39Z"
},
{
"tag": "v3.0.7",
"kind": "patch",
"published_at": "2026-04-28T21:12:56Z"
},
{
"tag": "v3.0.6",
"kind": "patch",
"published_at": "2026-04-27T19:31:48Z"
},
{
"tag": "v3.0.5",
"kind": "patch",
"published_at": "2026-04-27T18:50:53Z"
},
{
"tag": "v3.0.4",
"kind": "patch",
"published_at": "2026-03-29T22:48:12Z"
},
{
"tag": "v3.0.3",
"kind": "patch",
"published_at": "2026-03-29T22:29:43Z"
},
{
"tag": "v3.0.2",
"kind": "patch",
"published_at": "2026-03-29T21:53:21Z"
},
{
"tag": "v3.0.1",
"kind": "patch",
"published_at": "2026-03-29T21:51:08Z"
},
{
"tag": "v3.0.0",
"kind": "major",
"published_at": "2026-03-29T21:37:40Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2026-03-19T17:11:42Z"
},
{
"tag": "v2.0.0",
"kind": "major",
"published_at": "2026-03-19T16:15:07Z"
},
{
"tag": "v1.0.7",
"kind": "patch",
"published_at": "2025-11-22T02:36:37Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2025-11-21T23:12:25Z"
},
{
"tag": "v1.0.5",
"kind": "patch",
"published_at": "2025-11-21T22:32:21Z"
},
{
"tag": "v1.0.4",
"kind": "patch",
"published_at": "2025-11-21T22:31:13Z"
},
{
"tag": "v1.0.3",
"kind": "patch",
"published_at": "2025-11-21T22:03:31Z"
},
{
"tag": "v1.0.2",
"kind": "patch",
"published_at": "2025-11-21T22:00:46Z"
},
{
"tag": "v1.0.1",
"kind": "patch",
"published_at": "2025-11-21T21:54:41Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2025-11-21T21:53:03Z"
}
],
"recent_commits": [
{
"oid": "23addaf958423e0bdd90b590e61e07aa842103ad",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: set pnpm minimumReleaseAge to 3 days",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-07-17T05:57:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9e85b195bd0fed39facf226531198987c9951bde",
"body": null,
"is_bot": false,
"headline": "4.0.0",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-07-17T05:51:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b438cbed1f8df70f9ea9e03053305028da3f155",
"body": "… string\n\nonProgress received strings like `Clustering samples: 13%`, which threw away\nthe raw iteration counts the WASM callback already had. Consumers wanting a\ndeterminate progress bar had to parse the percentage back out of the label.\n\nReport `{phase, message, current, total}` instead: `message`\n[…]\ntake `p.message` to\nrestore the old text (minus the percentage suffix).\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01GjUYxPo1M2dnNExSGgGuSi",
"is_bot": false,
"headline": "feat!: report progress as structured counts instead of a preformatted…",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-07-17T05:50:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "23f938e2debcea4caa6913564dfd640674fbfed9",
"body": "Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: ban TS parameter properties for type-strippable output",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-06-25T16:37:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c6951fad4eaf04006c529712e8135a61c875b611",
"body": null,
"is_bot": false,
"headline": "3.0.14",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-05-19T03:15:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0799216fbda1d109b53e364eaf2f93926407ab09",
"body": "npm trusted publishing pins to the exact workflow file path via the\nOIDC `job_workflow_ref` claim. The previous publish.yml was deleted in\nthe merge, breaking the npm trust config. Renaming the merged ci.yml\nto publish.yml restores the match — the file still contains both test\nand publish jobs.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: rename merged workflow back to publish.yml for npm OIDC trust",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-05-19T03:12:46Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cd159312219f9e3e5b9e7e5752c7005ca24f284f",
"body": null,
"is_bot": false,
"headline": "3.0.13",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-05-19T03:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3e763c1a05f30a818e8f91084d767ad37e4442d",
"body": "Publish is now a job in ci.yml with `needs: test` and a tag-ref guard.\nci.yml's push trigger also now matches tag refs (`tags: ['v*']`) so a\ntag push actually fires the workflow — previously the branch filter\nsilently excluded tags, meaning a tag push only triggered publish.yml,\nwhich had no test gate at all.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: merge publish into ci workflow, gate on test job success",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-05-19T03:07:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "367c1f405af750c9774fbd6e82d8d05a68a84b34",
"body": null,
"is_bot": false,
"headline": "3.0.12",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-05-08T21:33:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b99b34b2ca7c13cd5abbf79e5aa25b449205f576",
"body": "Relaxes the row vector type from number[] to a NumericVector alias\n(ArrayLike<number>) so callers can pass typed arrays directly. The WASM\nbridge already copies rows via Float32Array.set, which accepts both plain\narrays and typed arrays uniformly — this is a type-only change.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: accept ArrayLike<number> for cluster data rows",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-05-08T21:32:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "20179d54aac7abade9672d57cc831cca8cebc271",
"body": null,
"is_bot": false,
"headline": "Format",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-28T23:35:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e982b67dafbedca201e287e0b20078fde2d179b5",
"body": null,
"is_bot": false,
"headline": "3.0.11",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-28T22:54:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "388be722202158b5e88cf8bda53bc7f05735bea9",
"body": "- Accumulate Euclidean squared sum in double across four partials to avoid\n catastrophic cancellation on long vectors\n- Compute Lance-Williams weights and multiply-add in double so n-1 chained\n merges don't accumulate float32 rounding error in the distance matrix\n- Clamp merge heights to be non-de\n[…]\nve branch lengths from float drift on near-tied data\n- Reject non-finite input up front instead of silently producing a wrong tree\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Improve numerical stability of UPGMA distance computations",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-28T22:52:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0f5de19ad2315dc7d77d140aa32490ee44506d08",
"body": null,
"is_bot": false,
"headline": "3.0.10",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-28T22:36:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e39b43c581e765fbe99b5484aa90d2e0295271be",
"body": "The v3.0.4 compat tests previously imported @gmod/hclust@3.0.4 via a\npackage alias. Capture v3.0.4's outputs once into test/v304-snapshots.json\nand compare against those fixtures instead — drops the devDep so we can\npublish cleanly.\n\n- test/v304-snapshots.json: depth, lopsidedness, sorted heights, a\n[…]\n dataset definitions, used by both the\n test and the regenerator.\n- scripts/regen-v304-snapshots.ts: one-off generator. Documents the\n pnpm add / run / pnpm remove dance for refreshing the fixtures.",
"is_bot": false,
"headline": "Replace v3.0.4 dev-dependency with snapshot fixtures",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-28T22:35:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "427f1b3b8488b4c13214d05a50dea7e548458f10",
"body": null,
"is_bot": false,
"headline": "3.0.9",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-28T22:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d002291405394bb11fe2c6f447b39bc6c4d663a0",
"body": "c896acb's perf rewrite kept strict < comparison in the find-min loop, so\nwhen the distance matrix had many tied values (sparse / many-duplicate\ninput rows like BigWig coverage or variant density), the lowest-numbered\nslot would absorb every tied neighbor in sequence — producing a\nnear-caterpillar de\n[…]\n/ 18793).\n\nAdd v3.0.4 compat tests using @gmod/hclust@3.0.4 aliased as a devDep,\ncovering gaussian, three-cluster, and sparse-duplicate inputs. The sparse\ncases are the actual regression for this bug.",
"is_bot": false,
"headline": "Fix find-min tie-breaking that produced caterpillar trees on sparse data",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-28T22:25:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b87b80242c0aa2d7bef11578b9e6589d8a824f06",
"body": null,
"is_bot": false,
"headline": "3.0.8",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-28T21:20:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca247abbc97f14ead5c616150d0ebf76384ed101",
"body": null,
"is_bot": false,
"headline": "Emscripten timing",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-28T21:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3eb38ee3ad60d00ba4e9252a69944977f0ff6b7",
"body": null,
"is_bot": false,
"headline": "3.0.7",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-28T21:12:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c77072f1af39b243f3bd0c91cbe42eb3a7d857ef",
"body": "The Lance-Williams perf rewrite in c896acb made the lower-numbered slot\nalways absorb, so slot 0 grew into a giant subtree that got placed as\nthe left child at every merge — the dendrogram visually degenerated\ninto a caterpillar. Leaf order was biased the same way, ending up\nroughly sorted by sample\n[…]\nrge\n (saves O(n²) divisions), hoist row pointers in find-min and LW update,\n add __restrict__ to euclideanDistance, size_t casts on index math,\n goto-cleanup pattern for single-exit error handling.",
"is_bot": false,
"headline": "Restore v3.0.4 dendrogram shape; remove linked-list order tracking",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-28T21:11:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d4ec45ff2bff9cb407ab265cf781fdf0d8dbb0f7",
"body": null,
"is_bot": false,
"headline": "Add LICENSE file",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-27T19:41:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd77d74153e6e38dfdddeaeb4037c81d00f58583",
"body": null,
"is_bot": false,
"headline": "3.0.6",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-27T19:31:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3bbab43a6a08a300b9b59c42b978d90b3b35119",
"body": "- Fix clustersGivenK to have N elements (was N+1 with a trailing empty array)\n- Avoid intermediate array allocations in clustersGivenK building; mutate\n membership arrays in place\n- Remove {} as ClusterNode typecasts in fromNewick via newNode() helper,\n eliminating the fillDefaults post-pass entir\n[…]\nversion;\n current C code uses Lance-Williams recurrence, same as R hclust)\n- Add UPGMA and Lance-Williams citations to distance.c and README\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Correctness, simplicity, and test coverage improvements",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-27T19:31:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2ae078591bccafded2c6c8e152703f23a5bd09b1",
"body": null,
"is_bot": false,
"headline": "3.0.5",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-27T18:50:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "267b29757b2c5c997747495220b5e3bfdfed9f60",
"body": null,
"is_bot": false,
"headline": "Format",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-27T18:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da970492fe196915c66c76e0f86c2b443559a592",
"body": "Modern fork with better performance and fewer dependencies.\nUpdates eslint config to use import-x rules.\n\nCo-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Replace eslint-plugin-import with eslint-plugin-import-x",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-27T17:59:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "da8efce4550a66896da84e0bc1e8f91c5479038a",
"body": null,
"is_bot": false,
"headline": "Bumps",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-27T17:53:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c896acbaa57e39e469d2f4f5ded38f806a43dc6f",
"body": "- Lance-Williams UPGMA update replaces per-pair member enumeration, making\n distance maintenance O(n) per merge instead of O(cluster_size²)\n- Active-index list (swap-with-last removal) replaces flag array so the\n find-minimum loop iterates only live clusters, ~3x fewer comparisons\n- Distance matri\n[…]\nmmy Float32Array distances allocation and field from ClusterResult\n- Add integration tests covering known inputs end-to-end through real WASM\n\nCo-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Performance optimizations for hierarchical clustering",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-04-11T23:47:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "956ac78581559ae16f2e45f64c8843e4ef246f79",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-03-29T23:14:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccc48018884893f9909c33519291497bb3aeea4b",
"body": null,
"is_bot": false,
"headline": "Format",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-03-29T22:48:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3459d9ae3845fd55088bc71162e9bb33f94d4689",
"body": null,
"is_bot": false,
"headline": "v3.0.4",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-03-29T22:48:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed43b38e7f9f770e8d055b54d48fb8da64006664",
"body": "- Add clusterObject() that accepts Record<string, number[]> for cleaner API\n- Fix fromNewick parsing numeric values after ) as height instead of name\n- Fix getModule() caching rejected promises (clear on failure to allow retry)\n- Fix symmetric distance matrix progress reporting (totalDistanceCalcs)\n\n[…]\nate README with algorithm description and cancellation docs\n- Update tests for new behavior, add clusterObject and roundtrip tests\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add clusterObject API, fix fromNewick height roundtrip, improve tests",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-03-29T22:46:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "be7194bda52c5c1a0c3b11c4bdc26d76a64bd38b",
"body": null,
"is_bot": false,
"headline": "v3.0.3",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-03-29T22:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd6d0e63b29bc4652565827cfe1daf32f7b6472f",
"body": null,
"is_bot": false,
"headline": "Update algorithm section",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-03-29T22:29:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80752d17349c8ed46579410284bd173f3ba70df8",
"body": null,
"is_bot": false,
"headline": "v3.0.2",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-03-29T22:06:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "55c74b9fa2ea2bebcdbed0806700616da151b55c",
"body": null,
"is_bot": false,
"headline": "v3.0.2",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-03-29T21:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23ebfc5ed4add0576886facf0dac0e9dd0178481",
"body": null,
"is_bot": false,
"headline": "v3.0.1",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-03-29T21:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbd5360b1de6bfc72a4b1ef43a77aefa4d482229",
"body": null,
"is_bot": false,
"headline": "v3.0.1",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-03-29T21:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d762450e52103de644157ff472e5b4cf37be5aa",
"body": null,
"is_bot": false,
"headline": "Update wasm builds",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-03-29T21:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23e1a471172fca52621339048147014f23f2dcb2",
"body": null,
"is_bot": false,
"headline": "v3.0.0",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-03-29T21:37:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94a967eb4cfc08af0a76a200b90991fa659ae667",
"body": null,
"is_bot": false,
"headline": "Make checkCancellation return void (throws on cancel) (#1)",
"author_name": "Colin Diesh",
"author_login": "cmdcolin",
"committed_at": "2026-03-29T21:34:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0583005dd3a162848aa9896d4f0bbbcd2fe92987",
"body": null,
"is_bot": false,
"headline": "v2.0.1",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-03-19T17:11:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15d7f9dac641a09ce34e5459bbad3aa07c4f30af",
"body": null,
"is_bot": false,
"headline": "v2.0.0",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-03-19T17:10:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1636d8962664c18b21ce410277a1a85eae708ee",
"body": null,
"is_bot": false,
"headline": "Check cancellation generally",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-03-19T17:03:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "414f148cad6ef824d9081520ca6b0926d8511d06",
"body": null,
"is_bot": false,
"headline": "Cancellation callback",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2026-03-19T16:48:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8f329e81368d74d859a79aadb1a6ccaf5016163",
"body": null,
"is_bot": false,
"headline": "v1.0.7",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-22T02:36:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9471086f574134e3778d4edcfd7b8b92a787155",
"body": null,
"is_bot": false,
"headline": "Updates",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-22T02:35:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb3fc45c80021c091703ee19b5f06fc78760dbcc",
"body": null,
"is_bot": false,
"headline": "v1.0.6",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T23:12:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75a91148ce5591970ceb3318c1ffe3f8c639e83d",
"body": null,
"is_bot": false,
"headline": "Use term 'aborted'",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T23:12:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78455fee7cb8da52c00ac283e998eec1f14d8dee",
"body": null,
"is_bot": false,
"headline": "v1.0.5",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T22:32:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b3f924e170a35458f612688a4d98fb8b009533e",
"body": null,
"is_bot": false,
"headline": "Export",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T22:32:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca34abdc3ac02dd0abb72e8580a83c2ce6223eb4",
"body": null,
"is_bot": false,
"headline": "v1.0.4",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T22:31:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b6788613ee90518bd2bd74684a732961bab31ac",
"body": null,
"is_bot": false,
"headline": "Updates",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T22:30:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f2e7a623a4cd59f073a942e7d32c32bdd36f8a5",
"body": null,
"is_bot": false,
"headline": "v1.0.3",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T22:03:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "483275f17c16c24ffc9caa25ac05c674eb66a673",
"body": null,
"is_bot": false,
"headline": "Remove source maps",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T22:03:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5684afce02d249b7d00135be4653c07f1ca75779",
"body": null,
"is_bot": false,
"headline": "v1.0.2",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T22:00:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e331928a0dde09be04cfd0bb79a2f3275670c856",
"body": null,
"is_bot": false,
"headline": "allowJs setting for wasm wrapper",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T22:00:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "973c1496b7c9a5fd4fd9afefb1ef78ef2447c19e",
"body": null,
"is_bot": false,
"headline": "v1.0.1",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T21:54:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24515901a6b95108358e045417ce0fc1eb8cda07",
"body": null,
"is_bot": false,
"headline": "Wtf",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T21:54:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5944827a520c43ca4eaf28389ade3771effb9456",
"body": null,
"is_bot": false,
"headline": "v1.0.0",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T21:53:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5caededcfc78ceefe93f2f52ba351c624c96fb2",
"body": null,
"is_bot": false,
"headline": "Pre/post version",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T21:51:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05b278453b2d9eb1fff0249e85b6fac3d5b6e83c",
"body": null,
"is_bot": false,
"headline": "Add action",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T21:34:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57c2a5384bdb9e89136c8078bd0db644765cca24",
"body": null,
"is_bot": false,
"headline": "Add vitest",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T21:27:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08913f18f752a6e0b4b629510056ae8829a6c678",
"body": null,
"is_bot": false,
"headline": "Updates",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T21:12:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25fb2058c0ef8b5cfa38899265476d90998d3bfa",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Colin",
"author_login": "cmdcolin",
"committed_at": "2025-11-21T21:06:51Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 26,
"commits_last_year": 66,
"latest_release_at": "2026-07-17T05:51:39Z",
"latest_release_tag": "v4.0.0",
"releases_from_tags": true,
"days_since_last_push": 4,
"active_weeks_last_year": 9,
"days_since_latest_release": 4,
"mean_days_between_releases": 8.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "@gmod/hclust",
"exists": true,
"license": "MIT",
"keywords": [
"jbrowse",
"clustering",
"wasm",
"hierarchical-clustering"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@gmod/hclust",
"is_deprecated": false,
"latest_version": "4.0.0",
"repository_url": "https://github.com/GMOD/hclust",
"versions_count": 23,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 4,
"monthly_downloads": 4862,
"first_published_at": "2025-11-21T21:53:02.497000Z",
"latest_published_at": "2026-07-17T05:53:01.146000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [
{
"date": "2026-03-29",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_stars": 2
},
"open_issues_and_prs": 0
},
"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": 22594,
"source_files_sampled": 18,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 1,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "cmdcolin",
"commits": 66,
"avatar_url": "https://avatars.githubusercontent.com/u/6511937?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"publish.yml"
],
"has_docs_dir": false,
"linter_configs": [
"eslint.config.mjs"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"pnpm-lock.yaml",
"yarn.lock"
],
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "28 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "13 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "23addaf958423e0bdd90b590e61e07aa842103ad",
"ran_at": "2026-07-22T02:12:40Z",
"aggregate_score": 3.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-17T05:59:23Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-03-29T21:19:18Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/GMOD/hclust",
"host": "github.com",
"name": "hclust",
"owner": "GMOD"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 34,
"vitality": 77,
"community": 40,
"governance": 58,
"engineering": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 77,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"commits_last_year": 66,
"human_commit_share": 1,
"days_since_last_push": 4,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "66 commits in the last year",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 66
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "28 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "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": 88,
"inputs": {
"releases_count": 26,
"latest_release_tag": "v4.0.0",
"releases_from_tags": true,
"days_since_latest_release": 4,
"mean_days_between_releases": 8.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "26 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 26
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~8.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 8.9
}
}
],
"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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"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": 40,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 70,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"packages": [
"@gmod/hclust"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 4862
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "4,862 downloads/month across npm",
"points": 49.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 4862,
"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": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 1,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "1/1 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"followers": 67,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "GMOD",
"public_repos": 119,
"account_age_days": 5842
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "67 followers of GMOD",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 67,
"login": "GMOD"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "119 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 119
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@gmod/hclust"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "23 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 23
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 64,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": "eslint.config.mjs",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.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 not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"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": "28 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "13 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 52,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.227,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "15 of 66 human commits state their intent (structured subject or explanatory body)",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 15,
"sampled": 66
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"pnpm-lock.yaml",
"yarn.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.167,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": "eslint.config.mjs",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.mjs"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "11 of the last 66 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 11,
"sampled": 66
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 22594,
"source_files_sampled": 18,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/18 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 18,
"oversized": 0
}
}
],
"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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index npm:@gmod/hclust@4.0.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T02:12:45.066982Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/GMOD/hclust.svg",
"full_name": "GMOD/hclust",
"license_state": "standard",
"license_spdx": "MIT"
}