原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"ai-tools",
"issue-tracker",
"local-first",
"agent"
],
"is_fork": false,
"size_kb": 1735,
"has_wiki": false,
"homepage": null,
"languages": {
"CSS": 48142,
"HTML": 1469,
"JavaScript": 635917,
"TypeScript": 4829
},
"pushed_at": "2026-07-17T16:04:24Z",
"created_at": "2025-10-22T11:55:05Z",
"owner_type": "User",
"updated_at": "2026-07-21T21:05:54Z",
"description": "Local UI for Beads — Collaborate on issues with your coding agent.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "JavaScript",
"significant_languages": [
"JavaScript"
]
},
"owner": {
"blog": "http://maxantoni.de",
"name": "Maximilian Antoni",
"type": "User",
"login": "mantoni",
"company": "@javascript-studio @yourbarmate ",
"location": "Zürich, Switzerland",
"followers": 201,
"avatar_url": "https://avatars.githubusercontent.com/u/332271?v=4",
"created_at": "2010-07-14T19:52:20Z",
"is_verified": null,
"public_repos": 104,
"account_age_days": 5852
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.12.3",
"kind": "patch",
"published_at": "2026-07-17T16:05:51Z"
},
{
"tag": "v0.12.2",
"kind": "patch",
"published_at": "2026-07-10T01:03:08Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2026-07-03T16:40:16Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2026-04-02T05:12:13Z"
},
{
"tag": "v0.11.3",
"kind": "patch",
"published_at": "2026-03-18T17:44:21Z"
},
{
"tag": "v0.11.2",
"kind": "patch",
"published_at": "2026-03-11T08:27:54Z"
},
{
"tag": "v0.11.1",
"kind": "patch",
"published_at": "2026-03-07T17:58:31Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2026-03-05T08:58:23Z"
},
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2026-03-02T09:55:21Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-02-25T10:51:39Z"
},
{
"tag": "v0.9.3",
"kind": "patch",
"published_at": "2026-01-23T13:13:56Z"
},
{
"tag": "v0.9.2",
"kind": "patch",
"published_at": "2026-01-22T12:22:27Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2026-01-05T15:08:06Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-01-02T08:52:18Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2025-12-30T08:24:38Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2025-12-22T09:49:39Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2025-12-19T14:19:40Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2025-12-17T09:49:46Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2025-12-08T10:20:35Z"
},
{
"tag": "v0.4.4",
"kind": "patch",
"published_at": "2025-11-13T07:42:22Z"
},
{
"tag": "v0.4.3",
"kind": "patch",
"published_at": "2025-11-01T21:23:14Z"
},
{
"tag": "v0.4.2",
"kind": "patch",
"published_at": "2025-10-29T21:14:06Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2025-10-29T20:35:54Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2025-10-28T11:23:04Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2025-10-27T07:13:36Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2025-10-26T18:46:02Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2025-10-24T11:31:24Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2025-10-23T19:06:13Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2025-10-23T18:54:26Z"
}
],
"recent_commits": [
{
"oid": "6b73c2931f55e9f156e7f2b0502778d7f6ea480a",
"body": null,
"is_bot": false,
"headline": "0.12.3",
"author_name": "gprocunier",
"author_login": "gprocunier",
"committed_at": "2026-07-17T16:04:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cee1d6d945828e33eebaf7ca76604fe8a457a772",
"body": "Pass --limit 0 for all-issues and in-progress subscriptions so the UI does not silently truncate bd results.",
"is_bot": false,
"headline": "fix(list): remove the silent 50-issue list limit (#99)",
"author_name": "Inconceivable Labs",
"author_login": "inconceivablelabs",
"committed_at": "2026-07-17T16:00:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04c78e352fb6c0af0616962701a39e42bc938cb3",
"body": "Ensure every bd mutation and follow-up read runs in the active workspace, and centralize non-zero bd exit logging.",
"is_bot": false,
"headline": "fix(ws): pin bd invocations to the active workspace cwd (#88)",
"author_name": "Inconceivable Labs",
"author_login": "inconceivablelabs",
"committed_at": "2026-07-17T16:00:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3077578f7831999e262f91e022a95403e262c9d",
"body": null,
"is_bot": false,
"headline": "0.12.2",
"author_name": "gprocunier",
"author_login": "gprocunier",
"committed_at": "2026-07-10T01:00:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92b80f90339a7619dc0d8f7a10046b023658004d",
"body": "Fixes #67.\\n\\nFixes #74.",
"is_bot": false,
"headline": "fix: use 'bd comments add' so --author is accepted (#97)",
"author_name": "Jim C",
"author_login": "jimc66",
"committed_at": "2026-07-10T00:54:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc972a2af68c0ae6fcab9b6c0613a28543fea5ec",
"body": "Fixes #93.",
"is_bot": false,
"headline": "fix(detail): request --include-dependents so children render (#94)",
"author_name": "Nick Veenhof",
"author_login": "nickveenhof",
"committed_at": "2026-07-10T00:54:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba5d1f0b14a6a6a259b8e55f57776a6a1d6901a0",
"body": null,
"is_bot": false,
"headline": "0.12.1",
"author_name": "gprocunier",
"author_login": "gprocunier",
"committed_at": "2026-07-03T13:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dee0ffac6a5635c6761a4c97e3878157f2131f6b",
"body": "Co-authored-by: gprocunier <gprocunier@users.noreply.github.com>",
"is_bot": false,
"headline": "Fix detail comments after live updates (#92)",
"author_name": "Greg Procunier",
"author_login": "gprocunier",
"committed_at": "2026-07-02T16:34:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41135d185936c73b719a8cd27519b0918108de00",
"body": "…rver (#79)\n\nPreviously `bdui restart` (and `start` when the default port was already\nin use by another bdui) only reported that the workspace was registered\nwith an existing server, with no clickable URL in the terminal output.\nThis adds a `beads ui listening on <url>` line to those paths so users\ncan click straight through to the UI.",
"is_bot": false,
"headline": "feat(cli): print server URL on start/restart when reusing existing se…",
"author_name": "Leon Letto",
"author_login": "leonletto",
"committed_at": "2026-04-17T16:03:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "816835f3a45fad214896e81b2156aaa5f9c5102e",
"body": null,
"is_bot": false,
"headline": "0.12.0",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-04-02T05:11:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8559d4af699555b9943914a2e790965c9e4d8da7",
"body": "When starting bdui without --port and the default port (3000) is already\noccupied, automatically find the next available port instead of failing\nsilently. Tries up to 10 consecutive ports before giving up.",
"is_bot": false,
"headline": "feat(cli): auto-increment port when default is in use (#73)",
"author_name": "Leon Letto",
"author_login": "leonletto",
"committed_at": "2026-04-01T17:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "527e9a59a01e1b93c1488cb1e2ed26ae346b358c",
"body": "Fetch the workspace list from the running server before stopping it,\nthen re-register all workspaces with the new server after restart.\nPreviously, dynamically registered workspaces were lost on restart\nbecause they only lived in-memory.\n\nAlso adds GET /api/workspaces endpoint and .playwright-cli to .gitignore.",
"is_bot": false,
"headline": "feat(cli): preserve workspaces across bdui restart (#72)",
"author_name": "Leon Letto",
"author_login": "leonletto",
"committed_at": "2026-04-01T17:56:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5996b39499bcf0e460133c27a7ee20b30c677ab5",
"body": null,
"is_bot": false,
"headline": "chore: add dev-docs to .prettierignore",
"author_name": "Leon Letto",
"author_login": "leonletto",
"committed_at": "2026-03-31T21:46:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08f1439d13fc5b534de13e1ea94af4407174d76f",
"body": null,
"is_bot": false,
"headline": "style: fix prettier formatting in daemon and test files",
"author_name": "Leon Letto",
"author_login": "leonletto",
"committed_at": "2026-03-31T21:39:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a0c791300f12e47faae74e8237f823857be7dd9",
"body": null,
"is_bot": false,
"headline": "fix: resolve TS18048 type error in restart test",
"author_name": "Leon Letto",
"author_login": "leonletto",
"committed_at": "2026-03-31T21:38:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c973d8693c6cfa3a5f8ad0905134465903e527a2",
"body": "Detect the running daemon's listening port via lsof before stopping it,\nso `bdui restart` comes back on the same port without requiring the user\nto re-specify --port. Explicit --port still takes precedence.",
"is_bot": false,
"headline": "feat(cli): preserve listening port across bdui restart",
"author_name": "Leon Letto",
"author_login": "leonletto",
"committed_at": "2026-03-31T21:20:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "903b70fd3ef3c8cd2815871c385fdbe30a66d862",
"body": null,
"is_bot": false,
"headline": "0.11.3",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-03-18T17:43:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47261a7a95d5a17b480ae56c4a10b5eeb49d1007",
"body": null,
"is_bot": false,
"headline": "feat: show close reason in issue detail view (#63)",
"author_name": "Tom Preece",
"author_login": "TPreece101",
"committed_at": "2026-03-18T17:42:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c56b3363945ccce5a65ddd8511fe028d65fb1824",
"body": null,
"is_bot": false,
"headline": "0.11.2",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-03-11T08:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "929a15da79ead6819044e50580093e3cbe87758b",
"body": null,
"is_bot": false,
"headline": "Fix beads setup",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-03-11T08:26:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b354aa63a7d04abe50b0da74c5c0e62077f44b69",
"body": "When the server is already running and `bdui start --port <N>` is\ncalled from a second repo, the port/host env vars were set after the\n\"already running\" early-return branch. This caused getConfig() to\ndefault to port 3000, sending the workspace registration POST to the\nwrong port. The registration silently failed and the new workspace\nnever appeared in the picker dropdown.\n\nMove the env var assignments before readPidFile() so getConfig()\nreflects CLI overrides in all code paths.",
"is_bot": false,
"headline": "fix: apply --port/--host overrides before workspace registration",
"author_name": "Ryan Peterson",
"author_login": "AstroMined",
"committed_at": "2026-03-11T08:21:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c38ea78818d84bd8abc8850e9a86380737555348",
"body": null,
"is_bot": false,
"headline": "0.11.1",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-03-07T17:57:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0fc2df7cbaeb6f0500900ce2bf87e6b3fa8e8ac0",
"body": null,
"is_bot": false,
"headline": "style: fix prettier formatting in list-adapters test",
"author_name": "Leon Letto",
"author_login": "leonletto",
"committed_at": "2026-03-07T17:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e00ddfc9b9d421dc31b7d7703f4bfbc9790546f8",
"body": "bd 0.59.0 changed `bd list --json` to emit tree output by default.\nThis broke JSON parsing in bdui's list-based subscriptions. Adding\n`--tree=false` ensures flat JSON output regardless of bd version.",
"is_bot": false,
"headline": "fix: add --tree=false to bd list calls for bd 0.59.0 compat",
"author_name": "Leon Letto",
"author_login": "leonletto",
"committed_at": "2026-03-07T17:52:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f08e31988c2db45488effd914a85a97a7ddcd3ba",
"body": null,
"is_bot": false,
"headline": "0.11.0",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-03-05T08:57:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc00b87cfd1b6600a9b9088a9f62c2f6e8fc919e",
"body": "Verify daemon startup, recover from early exit, and register current workspace reliably under port/start races.",
"is_bot": false,
"headline": "fix(ui): harden daemon restart workspace registration",
"author_name": "Leon Letto",
"author_login": "leonletto",
"committed_at": "2026-03-05T08:55:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ea0dd08eb71625fa3ae51e64ea6501b4d058154",
"body": "Run bd commands with --sandbox in UI request paths by default, with env opt-out for diagnostics.",
"is_bot": false,
"headline": "perf(ui): reduce list latency by default sandbox bd calls",
"author_name": "Leon Letto",
"author_login": "leonletto",
"committed_at": "2026-03-05T08:55:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f700f20223f6d8a5f6a0d5dc62c0d12ee12b89bd",
"body": null,
"is_bot": false,
"headline": "0.10.1",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-03-02T09:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62017f74fadb439c7270160ac03866d3554f36a3",
"body": "The Clipboard API (navigator.clipboard) is unavailable on non-secure\ncontexts (HTTP served from non-localhost addresses). Previously, the\n\"Copied\" feedback was shown unconditionally even when writeText was\nnever called, giving false confirmation.\n\n- Only show \"Copied\" when the copy operation actually succeeds\n- Add execCommand('copy') fallback for non-secure contexts\n- Append fallback textarea inside open <dialog> to avoid top-layer\n inertness from showModal()\n\nFixes #37",
"is_bot": false,
"headline": "fix: clipboard copy fallback for non-secure contexts",
"author_name": "Rodrigo Blasi",
"author_login": null,
"committed_at": "2026-03-02T09:52:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6acaa3f5b232dd028f17444900a2b3e771282bf1",
"body": null,
"is_bot": false,
"headline": "0.10.0",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-02-25T10:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "998f2562b3ad3203c9dd1f627d44b1c2d5ef03a4",
"body": null,
"is_bot": false,
"headline": "Do not wrap issue IDs",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-02-25T10:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3c3345db41cd874db8e33ec79c904cc314e6bf8",
"body": null,
"is_bot": false,
"headline": "Improve workspace resolution and fallback db",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-02-25T10:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6de4652c336f77c8d8ec9cc13f5a47e9ba1b3857",
"body": null,
"is_bot": false,
"headline": "Avoid concurrent DB access to work around dolt panic",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-02-25T10:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "011fe9e3dfaa475f744b69ff6b44c3cc23283ad1",
"body": null,
"is_bot": false,
"headline": "Support dolt backend",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-02-25T10:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63ed3c3f3f98aa2c6d621537887d98701289dac6",
"body": null,
"is_bot": false,
"headline": "Update beads",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-02-25T10:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd0a4c59fcfe2c9a655ed2079a2a059a242906c5",
"body": null,
"is_bot": false,
"headline": "docs: highlight multi-workspace feature in README (#47)",
"author_name": "Pablo LION",
"author_login": "PabloLION",
"committed_at": "2026-01-26T09:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e49ab61c2450336223090e259402995f80737dbd",
"body": null,
"is_bot": false,
"headline": "0.9.3",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-01-23T13:12:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e04bc1eeb5c43e6934d858cd017d80f745a38bb",
"body": null,
"is_bot": false,
"headline": "Add -v/—version flag to CLI (#46)",
"author_name": "Brent Traut",
"author_login": "btraut",
"committed_at": "2026-01-23T13:11:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c920472c6f13a54c43735c9f4f5e79b5a4c1245",
"body": null,
"is_bot": false,
"headline": "0.9.2",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-01-22T12:21:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffa376cab432b0e321232e8bc0de2caca20a6b17",
"body": null,
"is_bot": false,
"headline": "Filter tombstone epics in list adapter (#44)",
"author_name": "Brent Traut",
"author_login": "btraut",
"committed_at": "2026-01-22T12:20:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa8cb99227bf2df8a738b891963383d0a75cd43a",
"body": null,
"is_bot": false,
"headline": "0.9.1",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-01-05T15:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd6f412570a6cb774a683106f9b6efa6ee0e318b",
"body": null,
"is_bot": false,
"headline": "Add dependency/dependent counts to issues list view (#35)",
"author_name": "Enan Srivastava",
"author_login": "Enan456",
"committed_at": "2026-01-05T15:03:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c6391d1b4ea98ae06ea5bc0c251da57123370ef4",
"body": null,
"is_bot": false,
"headline": "Fix stuck loading indicator during view switching (#28)",
"author_name": "Ofer Shaal",
"author_login": "shaal",
"committed_at": "2026-01-03T11:24:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "127859cc9faf437318dcb1169dae527e382bbd7b",
"body": null,
"is_bot": false,
"headline": "0.9.0",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-01-02T08:50:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21fdde230713a58001974db29caf288deeedb371",
"body": null,
"is_bot": false,
"headline": "Fix eslint warnings",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-01-02T08:49:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fa7fead5359aa8f01d4e12a9432464af7276e33",
"body": null,
"is_bot": false,
"headline": "Remove accidental bundle commit",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2026-01-02T08:47:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56819d321b35a77da690cf028672825752b45544",
"body": null,
"is_bot": false,
"headline": "Add drag and drop to boards view (#30)",
"author_name": "Brendan O'Leary",
"author_login": "olearycrew",
"committed_at": "2026-01-02T08:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c52c6f2a30b7d37439f291b1a3b1d4c26510396",
"body": null,
"is_bot": false,
"headline": "Feature/filter toggles v2 (#20)",
"author_name": "Frederic Haddad",
"author_login": "freddyhaddad",
"committed_at": "2026-01-02T08:20:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4c7ae62fd93d7bbaee936e0f8b659beb774122d",
"body": null,
"is_bot": false,
"headline": "fix: add windowsHide to prevent console flash on Windows (#29)",
"author_name": "Titusz",
"author_login": "titusz",
"committed_at": "2026-01-02T08:04:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63a269ec1f580728bc8977d00b150d69bc1ce535",
"body": null,
"is_bot": false,
"headline": "feat: add multi-project workspace switching (#24)",
"author_name": "Ofer Shaal",
"author_login": "shaal",
"committed_at": "2026-01-02T08:01:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4a7d008dba495e1ba0376989a0db49e4a400e86",
"body": null,
"is_bot": false,
"headline": "0.8.1",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-30T08:23:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59715e8eb7834e6fb6ee8f63f2257da33831d705",
"body": null,
"is_bot": false,
"headline": "Fix DB watch loop firing every second",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-30T08:22:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cf9edcf517ef76bd9f885106827e1e5beae3804",
"body": null,
"is_bot": false,
"headline": "0.8.0",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-22T09:48:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cfcd2d4d4aa670b67f7798ecf7dfebaf5d2383c",
"body": null,
"is_bot": false,
"headline": "Feature/delete issue from detail (#15)",
"author_name": "Frederic Haddad",
"author_login": "freddyhaddad",
"committed_at": "2025-12-22T09:44:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57386c339d027bf36b72e675e661afd410adc2db",
"body": null,
"is_bot": false,
"headline": "0.7.0",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-19T14:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "255845fd49a1e830dd56404d4d49d71c4f3bd18f",
"body": "- Add get-comments and add-comment WebSocket handlers\n- Display comments with author and timestamp in detail view\n- Add comment input form with Ctrl+Enter submit\n- Auto-fill author from git config user.name\n- Fetch comments when loading issue details\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add comments to issue detail view",
"author_name": "Frederic Haddad",
"author_login": "freddyhaddad",
"committed_at": "2025-12-19T14:17:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a296e98dadb59d989cf2acac15666c0d38c635d6",
"body": null,
"is_bot": false,
"headline": "Add CHANGES.md to prettier ignore",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-17T09:51:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07a103b3d053e01ab59983d15f6807d0adb08e39",
"body": null,
"is_bot": false,
"headline": "0.6.0",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-17T09:47:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e259418ab24367468daa4449833550f1e9cb297",
"body": "Add CLI options to configure the server bind address and port,\nmaking it easier to expose the UI on different network interfaces\nor run multiple instances on different ports.\n\n- Add --host <addr> option (default: 127.0.0.1)\n- Add --port <num> option (default: 3000)\n- Support HOST and PORT environment variables\n- Parse --host/--port in server/index.js for dev workflow\n- Add test coverage for new options\n\nCo-authored-by: Christian Catalan <crcatala@gmail.com>",
"is_bot": false,
"headline": "feat(cli): add --host and --port options",
"author_name": "cc-vps",
"author_login": "crcatala-vps",
"committed_at": "2025-12-17T09:46:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6327f779f7b6ad7d274a37168320442bf013b4e0",
"body": null,
"is_bot": false,
"headline": "Fix GitHub action commands",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-08T10:23:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b9b68b9a0998671592d58f1be3f67e86a639567",
"body": null,
"is_bot": false,
"headline": "0.5.0",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-08T10:19:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76964c1daf133dded6b8f335cfe9d3184ac96a18",
"body": null,
"is_bot": false,
"headline": "Show badge with number of cards per column",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-08T10:18:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "155316c975a93edc806379e769b538c213ee5ed8",
"body": null,
"is_bot": false,
"headline": "Add loading indicator",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-08T10:12:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80a837a0ef9702fbb7cbbf168526a5a5e3e80d54",
"body": null,
"is_bot": false,
"headline": "Show fatal errors in UI",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-08T09:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06e8fd9293b226c88d8b395c7bc28b9c7f4c9610",
"body": null,
"is_bot": false,
"headline": "Beads metadata",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-08T09:56:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "233c70aa9b6ed6e2d7fef487c7b241ffe721cecd",
"body": null,
"is_bot": false,
"headline": "npm audit",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-05T15:27:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37b3476bc7a0061484de913bee00f285a073ea24",
"body": null,
"is_bot": false,
"headline": "Upgrade marked",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-05T15:23:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1362c97fc770cb18764305453b18f71830bdbef",
"body": null,
"is_bot": false,
"headline": "Update express and types",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-05T15:19:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8efc40dadc051a826c64474a1254641294337a81",
"body": null,
"is_bot": false,
"headline": "Update vitest, jsdom and esbuild",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-05T15:18:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89cac0ff438a7f1d8b790f339064f2b49ef8ab13",
"body": null,
"is_bot": false,
"headline": "Update eslint and plugins",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-05T15:17:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0d7e33e55259d11c39820c1576db74b7fec26b5e",
"body": null,
"is_bot": false,
"headline": "Update prettier and format files",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-05T15:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "356a201af8cfce75d82a7f942b5d04698400715c",
"body": null,
"is_bot": false,
"headline": "Rename npm scripts for prettier and tsc",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-05T15:16:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31b25d42d23e60c4b30b29281c392179104bf813",
"body": null,
"is_bot": false,
"headline": "Upgrade @trivago/prettier-plugin-sort-imports",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-12-05T15:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "164ac7345eabaa86b57aff694a7349d00dc389ef",
"body": null,
"is_bot": false,
"headline": "0.4.4",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-11-13T07:39:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0f8d1d088eda78da14d35ac4fd898cbeb68b534",
"body": null,
"is_bot": false,
"headline": "Make labels a separate section in the sidebar",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-11-13T07:39:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c44fd3484ade8ef7ea56eb608d11bb07ebbf665b",
"body": "The board view filters closed issues to show only those closed \"today\"\n(since midnight). The test was using `now - 60*60*1000` (1 hour ago)\nfor C-1's closed_at timestamp. If the test runs shortly after midnight,\nthis timestamp falls on the previous day and gets filtered out.\n\nChanged to `now - 1000` (1 second ago) to ensure both test items\nreliably fall within the \"today\" window.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix flaky board test due to time-sensitive closed filter",
"author_name": "Nikolai Prokoschenko",
"author_login": "rassie",
"committed_at": "2025-11-02T08:01:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fee8671b28a4ad5b98cdca585d4855b5aa1405d7",
"body": null,
"is_bot": false,
"headline": "0.4.3",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-11-01T21:17:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a5b4cda8b22437eac2636c0a5556d0b52897f5f",
"body": null,
"is_bot": false,
"headline": "Add author (ignore in changes)",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-11-01T21:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a34855ea26304554df2056ac6ed5224db25d795a",
"body": null,
"is_bot": false,
"headline": "Ignore tsconfig.tsbuildinfo",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-11-01T21:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7ebbc1ba8538107f0ec106638115c4d78c48711",
"body": null,
"is_bot": false,
"headline": "Add logging instead of ignoring issues",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-11-01T21:16:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54c94885c28a9bbdaaa60de6eaf8b91eac567bec",
"body": null,
"is_bot": false,
"headline": "Mention `npm link` for development",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-11-01T21:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a137db02386457b7277f9566b5f6fc0079581bf7",
"body": null,
"is_bot": false,
"headline": "Display beads issue ID as is",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-11-01T20:48:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee343ee39cc5ef9c7d7ec7df0a4f2b2f0e4b51ba",
"body": null,
"is_bot": false,
"headline": "Remove try-catch around localStorage access",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-11-01T20:41:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "619a107948b47bcfa6c7102ca0e90f3d575ac3a8",
"body": null,
"is_bot": false,
"headline": "Upgrade vitest to v4",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-11-01T20:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caed1b5005645c2cf566ac3c3eddc4b5b73a4f74",
"body": null,
"is_bot": false,
"headline": "Use vitest restoreMocks config",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-11-01T20:07:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a28b5bf5cc278a6775a051c712ff560dfab2b81",
"body": "The bd CLI removed support for --db flag in commit 7dcde13, causing all\nbd commands spawned by beads-ui to fail with \"unknown flag: --db\".\nThis prevented any data from loading in the UI.\n\nFix: Use BEADS_DB environment variable when spawning bd processes,\nwhich is the proper way to specify database l\n[…]\n06 tests pass\n- Typecheck and lint pass\n- Issue list now populates correctly in dev mode\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix: Use BEADS_DB env var instead of --db flag",
"author_name": "Nikolai Prokoschenko",
"author_login": "rassie",
"committed_at": "2025-11-01T19:44:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "47f69788a7ee10246e6379a8cae0acf9f2648597",
"body": null,
"is_bot": false,
"headline": "0.4.2",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-10-29T21:06:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66e31ff0e053f3691657ce1175fd9b02155ca699",
"body": null,
"is_bot": false,
"headline": "Fix pre-bundled app: Check for bundle instead of NODE_ENV",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-10-29T21:05:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbaecac199dc55736fc89205c9bd0c3e4d6dd0af",
"body": null,
"is_bot": false,
"headline": "0.4.1",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-10-29T20:34:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03d34774cd35bf03d142d2869633327cbe4902bd",
"body": null,
"is_bot": false,
"headline": "Fix missing protocol.js in bundle",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-10-29T20:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3abf366099723a08cb6aca58076b3b924954d638",
"body": null,
"is_bot": false,
"headline": "0.4.0",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-10-28T11:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20a787c248225b4959b18b703894daf483f380b6",
"body": null,
"is_bot": false,
"headline": "Refine and apply coding standards",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-10-28T11:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aedc73f0c494dd391fcc9ec7ecbf19b01b37e69a",
"body": null,
"is_bot": false,
"headline": "Invert CLI option from no_open to open",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-10-28T11:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03a2a4f0ddb93df717e9f12b0c4600be12b390b5",
"body": null,
"is_bot": false,
"headline": "Add debug-based logging across codebase",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-10-28T11:15:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eed2d5c71c45131023d1ec047a9f84e84d057fdb",
"body": null,
"is_bot": false,
"headline": "Pre-bundle frontend for npm package",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-10-28T08:25:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d07f7437c67bfdbded470c6ccea556a78b3452b3",
"body": null,
"is_bot": false,
"headline": "Remove obsolete BDUI_NO_OPEN",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-10-28T07:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c1a0035fd069d030430d56713e64fbaf0224db8",
"body": null,
"is_bot": false,
"headline": "Improve project description",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-10-28T07:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7f737bd9c34e4fa4ad4f3802a247fec104a4873",
"body": null,
"is_bot": false,
"headline": "0.3.1",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-10-27T07:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3912ae552b1cc97e61fbaaa0815ca77675c542e4",
"body": null,
"is_bot": false,
"headline": "Status filter intermittently not applied on Issues screen",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-10-27T07:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a16048479d1d7d61ed4ad4e53365a5736eb053af",
"body": null,
"is_bot": false,
"headline": "Upgrade eslint-plugin-jsdoc and switch config",
"author_name": "Maximilian Antoni",
"author_login": "mantoni",
"committed_at": "2025-10-27T06:24:38Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 29,
"commits_last_year": 273,
"latest_release_at": "2026-07-17T16:05:51Z",
"latest_release_tag": "v0.12.3",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 19,
"days_since_latest_release": 5,
"mean_days_between_releases": 15.8
},
"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": "beads-ui",
"exists": true,
"license": null,
"keywords": [
"agent",
"issue-tracker",
"local-first",
"ai-tools"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/beads-ui",
"is_deprecated": false,
"latest_version": "0.12.3",
"repository_url": "https://github.com/mantoni/beads-ui",
"versions_count": 30,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 7625,
"first_published_at": "2025-10-23T18:48:48.159000Z",
"latest_published_at": "2026-07-17T16:05:27.430000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 94,
"stars": 671,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2025-11-01",
"count": 1
},
{
"date": "2025-11-02",
"count": 1
},
{
"date": "2025-12-03",
"count": 1
},
{
"date": "2025-12-14",
"count": 1
},
{
"date": "2025-12-16",
"count": 1
},
{
"date": "2025-12-17",
"count": 1
},
{
"date": "2025-12-18",
"count": 2
},
{
"date": "2025-12-19",
"count": 1
},
{
"date": "2025-12-20",
"count": 1
},
{
"date": "2025-12-21",
"count": 1
},
{
"date": "2025-12-22",
"count": 2
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2025-12-26",
"count": 1
},
{
"date": "2025-12-27",
"count": 1
},
{
"date": "2025-12-29",
"count": 1
},
{
"date": "2025-12-31",
"count": 1
},
{
"date": "2026-01-01",
"count": 1
},
{
"date": "2026-01-02",
"count": 1
},
{
"date": "2026-01-04",
"count": 1
},
{
"date": "2026-01-05",
"count": 1
},
{
"date": "2026-01-06",
"count": 1
},
{
"date": "2026-01-08",
"count": 1
},
{
"date": "2026-01-10",
"count": 1
},
{
"date": "2026-01-12",
"count": 1
},
{
"date": "2026-01-14",
"count": 1
},
{
"date": "2026-01-18",
"count": 1
},
{
"date": "2026-01-20",
"count": 1
},
{
"date": "2026-01-21",
"count": 3
},
{
"date": "2026-01-26",
"count": 2
},
{
"date": "2026-01-27",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-02-13",
"count": 3
},
{
"date": "2026-02-15",
"count": 2
},
{
"date": "2026-02-16",
"count": 1
},
{
"date": "2026-02-19",
"count": 1
},
{
"date": "2026-02-20",
"count": 1
},
{
"date": "2026-02-21",
"count": 1
},
{
"date": "2026-02-24",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-03-02",
"count": 1
},
{
"date": "2026-03-03",
"count": 1
},
{
"date": "2026-03-05",
"count": 1
},
{
"date": "2026-03-10",
"count": 3
},
{
"date": "2026-03-14",
"count": 1
},
{
"date": "2026-03-26",
"count": 1
},
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-03",
"count": 1
},
{
"date": "2026-04-08",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-14",
"count": 3
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-20",
"count": 1
},
{
"date": "2026-04-26",
"count": 1
},
{
"date": "2026-04-29",
"count": 2
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-02",
"count": 2
},
{
"date": "2026-05-04",
"count": 1
},
{
"date": "2026-05-06",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
},
{
"date": "2026-05-26",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-06-15",
"count": 1
},
{
"date": "2026-06-19",
"count": 1
},
{
"date": "2026-06-23",
"count": 1
},
{
"date": "2026-06-25",
"count": 1
},
{
"date": "2026-06-26",
"count": 1
},
{
"date": "2026-06-28",
"count": 2
},
{
"date": "2026-06-29",
"count": 1
},
{
"date": "2026-06-30",
"count": 1
},
{
"date": "2026-07-02",
"count": 1
},
{
"date": "2026-07-07",
"count": 1
},
{
"date": "2026-07-20",
"count": 1
},
{
"date": "2026-07-21",
"count": 2
}
],
"complete": true,
"collected": 93,
"total_forks": 94
},
"star_history": null,
"open_issues_and_prs": 35
},
"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": 46611,
"source_files_sampled": 123,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 4249
},
"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": [
{
"name": "debug",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.4.3"
},
{
"name": "dompurify",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.3.0"
},
{
"name": "express",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^5.2.1"
},
{
"name": "lit-html",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.3.1"
},
{
"name": "marked",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^17.0.1"
},
{
"name": "ws",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^8.18.3"
}
],
"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": 19,
"merged_prs": 32,
"open_issues": 16,
"closed_ratio": 0.556,
"closed_issues": 20,
"closed_unmerged_prs": 14
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "mantoni",
"commits": 237,
"avatar_url": "https://avatars.githubusercontent.com/u/332271?v=4"
},
{
"type": "User",
"login": "leonletto",
"commits": 11,
"avatar_url": "https://avatars.githubusercontent.com/u/2295131?v=4"
},
{
"type": "User",
"login": "gprocunier",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/49077358?v=4"
},
{
"type": "User",
"login": "freddyhaddad",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/1421933?v=4"
},
{
"type": "User",
"login": "btraut",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/967591?v=4"
},
{
"type": "User",
"login": "inconceivablelabs",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/123597892?v=4"
},
{
"type": "User",
"login": "rassie",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/23448?v=4"
},
{
"type": "User",
"login": "shaal",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/22901?v=4"
},
{
"type": "User",
"login": "crcatala-vps",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/227697261?v=4"
},
{
"type": "User",
"login": "TPreece101",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/12260327?v=4"
}
],
"contributors_sampled": 17,
"top_contributor_share": 0.871
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"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": 6,
"reason": "10 out of 15 merged PRs checked by a CI test -- score normalized to 6",
"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 10/29 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 4 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": 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": 6,
"reason": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 3,
"reason": "dependency not pinned by hash detected -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "47 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "6b73c2931f55e9f156e7f2b0502778d7f6ea480a",
"ran_at": "2026-07-22T23:58:03Z",
"aggregate_score": 3.5,
"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-17T16:05:11Z",
"oldest_open_prs": [
{
"number": 4,
"created_at": "2025-11-01T23:32:47Z",
"last_comment_at": "2025-12-22T19:19:36Z",
"last_comment_author": "shaal"
},
{
"number": 18,
"created_at": "2025-12-22T19:19:24Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 31,
"created_at": "2026-01-02T20:37:43Z",
"last_comment_at": "2026-01-03T20:50:01Z",
"last_comment_author": "jarredkenny"
},
{
"number": 32,
"created_at": "2026-01-02T20:40:15Z",
"last_comment_at": "2026-03-03T18:46:01Z",
"last_comment_author": "Lukavyi"
},
{
"number": 33,
"created_at": "2026-01-02T23:53:16Z",
"last_comment_at": "2026-01-03T11:44:46Z",
"last_comment_author": "mantoni"
},
{
"number": 51,
"created_at": "2026-02-13T16:27:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 75,
"created_at": "2026-04-03T19:51:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 76,
"created_at": "2026-04-03T19:56:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 80,
"created_at": "2026-04-20T03:26:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 81,
"created_at": "2026-04-20T05:32:25Z",
"last_comment_at": "2026-04-20T05:37:07Z",
"last_comment_author": "AOrobator"
},
{
"number": 82,
"created_at": "2026-04-20T14:25:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 83,
"created_at": "2026-04-20T14:33:32Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 84,
"created_at": "2026-04-20T14:58:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 85,
"created_at": "2026-04-20T19:05:00Z",
"last_comment_at": "2026-04-20T19:21:08Z",
"last_comment_author": "AOrobator"
},
{
"number": 89,
"created_at": "2026-05-26T07:44:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 90,
"created_at": "2026-05-27T04:07:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 91,
"created_at": "2026-05-27T05:03:59Z",
"last_comment_at": "2026-07-17T16:17:25Z",
"last_comment_author": "gprocunier"
},
{
"number": 95,
"created_at": "2026-06-29T04:39:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 100,
"created_at": "2026-07-14T17:17:31Z",
"last_comment_at": "2026-07-17T16:17:25Z",
"last_comment_author": "gprocunier"
}
],
"last_merged_pr_at": "2026-07-17T16:00:44Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 26,
"created_at": "2025-12-29T21:59:25Z",
"last_comment_at": "2026-01-29T21:26:14Z",
"last_comment_author": "EvanAgee"
},
{
"number": 36,
"created_at": "2026-01-04T19:31:17Z",
"last_comment_at": "2026-01-05T16:19:14Z",
"last_comment_author": "alexx-ftw"
},
{
"number": 38,
"created_at": "2026-01-05T14:51:47Z",
"last_comment_at": "2026-01-05T16:02:03Z",
"last_comment_author": "netman2048"
},
{
"number": 41,
"created_at": "2026-01-13T22:13:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 42,
"created_at": "2026-01-14T21:44:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 48,
"created_at": "2026-01-29T16:12:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 49,
"created_at": "2026-02-03T22:07:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 57,
"created_at": "2026-02-25T21:27:54Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 58,
"created_at": "2026-02-26T22:37:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 65,
"created_at": "2026-03-11T16:45:52Z",
"last_comment_at": "2026-03-11T16:46:24Z",
"last_comment_author": "kevglynn"
},
{
"number": 66,
"created_at": "2026-03-11T16:45:58Z",
"last_comment_at": "2026-03-11T16:46:25Z",
"last_comment_author": "kevglynn"
},
{
"number": 68,
"created_at": "2026-03-20T13:22:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 77,
"created_at": "2026-04-10T00:00:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 78,
"created_at": "2026-04-11T00:23:06Z",
"last_comment_at": "2026-04-11T00:24:37Z",
"last_comment_author": "luketych"
},
{
"number": 98,
"created_at": "2026-07-10T09:48:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 101,
"created_at": "2026-07-22T00:17:06Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/mantoni/beads-ui",
"host": "github.com",
"name": "beads-ui",
"owner": "mantoni"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"security": 35,
"vitality": 84,
"community": 59,
"governance": 61,
"engineering": 79
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 84,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"commits_last_year": 273,
"human_commit_share": 1,
"days_since_last_push": 5,
"active_weeks_last_year": 19
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "19/52 weeks with commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 19
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "273 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 273
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 6,
"status": "partial",
"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": 29,
"latest_release_tag": "v0.12.3",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 15.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "29 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 29
}
}
],
"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 ~15.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 15.8
}
}
],
"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": 5,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 5 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 5
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 59,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"forks": 94,
"stars": 671,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "671 stars",
"points": 45.8,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 671
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "94 forks",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 94
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"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": 65,
"inputs": {
"packages": [
"beads-ui"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 7625
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "7,625 downloads/month across npm",
"points": 51.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 7625,
"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": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 35,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 17,
"top_contributor_share": 0.871
},
"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 87% of commits",
"points": 2.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 87
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "17 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 17
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"merged_prs": 32,
"open_issues": 16,
"closed_issues": 20,
"issue_closed_ratio": 0.556,
"closed_unmerged_prs": 14
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "56% of issues closed",
"points": 26,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 56
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "32/46 decided PRs merged",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 32,
"decided": 46
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 10/29 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"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": 64,
"inputs": {
"followers": 201,
"owner_type": "User",
"is_verified": null,
"owner_login": "mantoni",
"public_repos": 104,
"account_age_days": 5852
},
"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": "201 followers of mantoni",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 201,
"login": "mantoni"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "104 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 104
}
},
{
"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": [
"beads-ui"
],
"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": "30 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 30
}
}
],
"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": 79,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"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.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "10 out of 15 merged PRs checked by a CI test -- score normalized to 6",
"points": 12,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"ai-tools",
"issue-tracker",
"local-first",
"agent"
],
"has_wiki": false,
"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": "4 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 4
}
}
],
"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": 35,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.5
},
"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": "10 out of 15 merged PRs checked by a CI test -- score normalized to 6",
"points": 1.5,
"status": "partial",
"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 10/29 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 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": "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": "8 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 6",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 3",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "47 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"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": 9
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 66,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.33,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 4249
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.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": "33 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 17.6,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 33,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.03,
"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.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"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": "3 of the last 100 commits agent-authored or agent-credited",
"points": 6,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 3,
"sampled": 100
}
}
],
"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 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "JavaScript",
"largest_source_bytes": 46611,
"source_files_sampled": 123,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "JavaScript with type-check config (tsconfig.json)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "tsconfig.json",
"language": "JavaScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/123 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 123,
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index npm:beads-ui@0.12.3; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T23:58:19.910070Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/mantoni/beads-ui.svg",
"full_name": "mantoni/beads-ui",
"license_state": "standard",
"license_spdx": "MIT"
}