Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 16592,
"has_wiki": false,
"homepage": null,
"languages": {
"CSS": 40632,
"Nix": 2591,
"Ruby": 1162,
"Rust": 320239,
"Shell": 29839,
"Dockerfile": 1749,
"JavaScript": 20497,
"TypeScript": 571271,
"Go Template": 1027
},
"pushed_at": "2026-07-18T13:47:59Z",
"created_at": "2026-02-15T14:59:36Z",
"owner_type": "User",
"updated_at": "2026-07-18T13:48:11Z",
"description": "A visual Kanban UI for Beads CLI — built with Next.js + Rust. Real-time sync, epic tracking, Git Ops and multi-project dashboard.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript",
"Rust"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "weselow",
"company": null,
"location": null,
"followers": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/11819431?v=4",
"created_at": "2015-04-06T15:01:16Z",
"is_verified": null,
"public_repos": 49,
"account_age_days": 4124
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.12.2",
"kind": "patch",
"published_at": "2026-07-18T13:47:56Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2026-07-16T08:13:58Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2026-07-15T16:14:26Z"
},
{
"tag": "v0.11.2",
"kind": "patch",
"published_at": "2026-06-01T13:38:48Z"
},
{
"tag": "v0.11.1",
"kind": "patch",
"published_at": "2026-06-01T13:16:39Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2026-05-09T00:52:50Z"
},
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2026-04-22T16:48:22Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-04-22T15:49:30Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2026-03-18T09:35:16Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-03-17T23:04:52Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2026-03-16T12:37:19Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-03-12T19:49:57Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-03-12T09:55:31Z"
},
{
"tag": "v0.6.1-rc2",
"kind": "prerelease",
"published_at": "2026-03-10T16:59:13Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-03-08T13:48:07Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-03-07T23:46:02Z"
}
],
"recent_commits": [
{
"oid": "c459cf30641abc33353281b5715d6529803912c4",
"body": null,
"is_bot": true,
"headline": "chore(scoop): update manifest for v0.12.2",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-18T13:47:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de2966e465a4a4f23030c14f129e50748dd24460",
"body": "Ships the auto-update rollback-race fix (beads-web-6ba): updater scripts\nnow poll /api/health for up to 30s instead of a single 3s check.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01LzJuT89NWUVquZM4dNx2Ce",
"is_bot": false,
"headline": "chore: bump version to 0.12.2",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-18T13:41:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "23740d366470903aa0249c2f42096ec7111d7eee",
"body": null,
"is_bot": false,
"headline": "Merge branch 'fix/update-rollback-race-6ba'",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-18T13:37:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b148737f25ba02f83d9acea54e5c51493ff5a2f",
"body": "…6ba)\n\nSelf-update rolled back every time on Windows (and was equally broken on\nUnix): after swapping in the new binary the updater script waited a fixed\n3s then did a SINGLE /api/health check. The new server needs ~3-4s to bind\nits port (a ~2s Dolt-detection timeout at startup dominates), so the ch\n[…]\nated scripts contain the poll\nloop and not the old single-shot pattern.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01LzJuT89NWUVquZM4dNx2Ce",
"is_bot": false,
"headline": "fix(update): poll health check instead of single 3s check (beads-web-…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-18T13:37:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "153afba6d2bc0a4883d9ca4c2cddf6149e38d279",
"body": null,
"is_bot": true,
"headline": "chore(scoop): update manifest for v0.12.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-16T08:14:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d45fb22eee5117d58d95199920aa57da2990259",
"body": "Patch release for the bd 1.1.0 dependencies-schema fix (beads-web-i9n):\ndirect SQL read/write now works on both bd 1.0.x and 1.1.x schemas, and\nthe parent-link insert — broken on every bd version by a missing\nNOT-NULL created_by — is fixed.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump version to 0.12.1",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-16T07:51:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8faef151597f2fb8610142515678d4bf0236a6e5",
"body": "fix(dolt): support both bd 1.0.x and 1.1.x dependencies schema (beads-web-i9n)\n\nbd 1.1.0 migrates the beads schema on first run, renaming\ndependencies.depends_on_id to depends_on_issue_id. The direct SQL read\npath still queried the old name, so reads failed and the board silently\nfell back to the bd\n[…]\ner supplied — the parent-link insert\nwas already broken before 1.1.0.\n\nVerified: log shows 'Read 54 beads from per-project Dolt SQL' with no\nfallback; 13 parent links, 8 blocking, 7 relates_to intact.",
"is_bot": false,
"headline": "Merge branch 'fix/deps-column-compat-i9n'",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-16T07:15:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2e33d4959bce09cedd31a84329184ba295a5998d",
"body": "…-web-i9n)\n\nbd 1.1.0 migrated the beads schema: dependencies.depends_on_id was split\ninto depends_on_issue_id / depends_on_wisp_id / depends_on_external, and a\nchar(36) `id` primary key was added. The direct-SQL read path still queried\nthe old column, so every read failed and the board silently fell\n[…]\nect\nDolt SQL\", no fallback; 13 parent links, epics keep their children) and\nagainst both schema variants on a scratch Dolt server.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(dolt): support both bd 1.0.x and 1.1.x dependencies schema (beads…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-15T20:14:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9d7646e3d7c859a816e7ac75f361378b8217f37f",
"body": "…-note\n\ndocs(release): version lives in 4 files, not 3 + winget red is expected",
"is_bot": false,
"headline": "Merge pull request #41 from weselow/docs/release-version-files-winget…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-15T17:40:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6902b871066582bd0548d61590c1791d77375a2a",
"body": "…ed (beads-web-03c)\n\nserver/Cargo.lock carries the version too and the Nix build reads it, so\nmissing it breaks `nix build`. Warn against blind-replacing the version\nstring there: unrelated deps can sit at the same number (zerovec-derive\nwas also at 0.11.2).\n\nAlso document that the winget job fails \n[…]\nil the first catalog\nsubmission merges — it runs after `release`, so Releases/Scoop/Homebrew\nare already published and unaffected.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(release): version lives in 4 files, not 3 + winget red is expect…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-15T17:28:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b894f96ebb659a6584f4958a155a8719815f665e",
"body": null,
"is_bot": true,
"headline": "chore(scoop): update manifest for v0.12.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-15T16:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a198c8f5a5ca91e1aa55cf702728716e40aba1b",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump version to 0.12.0 (beads-web-5wk)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-15T15:47:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "68713b49a7c289e29096a92ecc1fdd392416c356",
"body": "The beads project moved from steveyegge/beads to gastownhall/beads\n(old URL now redirects). Updated all references across docs, source,\npackaging and integration test files (12 files).\n\nAlso fixed the community-tools doc path: it was renamed upstream from\ndocs/COMMUNITY_TOOLS.md to docs/community-to\n[…]\ns: beads-web-ko0 (evaluate/plan beads 1.1.0 upgrade in a later session)\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01NUnxLHTVuQz8Cw3k39J6r3",
"is_bot": false,
"headline": "docs: update beads repo links steveyegge -> gastownhall",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-15T07:16:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "04067ca4900a4484e80c90393c90f2bb8fe9b557",
"body": "docs: RELEASE.md runbook + sync package-manager docs",
"is_bot": false,
"headline": "Merge pull request #40 from weselow/docs/release-runbook-readme-sync",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T18:53:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc5e596f1a475a344dfbcf8118a5e02e14f1a172",
"body": "…34, beads-web-5bp)\n\n- RELEASE.md: full release runbook — version-bump files, tag/dispatch trigger,\n what release.yml and ci.yml automate, all 5 distribution channels and where\n copies are published, required secrets, one-time setup, first winget\n submission, and known gaps (no test CI, version d\n[…]\neptance into the community\n catalog, so users don't hit \"package not found\" before microsoft/winget-pkgs\n merges the submission.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add RELEASE.md runbook + sync package-manager docs (beads-web-8…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T18:52:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "90d1e779a69f75ce65939e5cc06779a25e86f53f",
"body": "feat(dist): Homebrew tap + winget + MIT LICENSE + release automation (#2)",
"is_bot": false,
"headline": "Merge pull request #39 from weselow/feat/pkg-homebrew-winget",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T18:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0c70508767d6d8dbe3a946e2542d317fc9e6169",
"body": "…skipped\n\ngit diff --quiet before git add misses an untracked new file, so the very\nfirst push to an empty tap repo would report \"already up to date\" and skip\nthe commit. Stage first, then check git diff --cached.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(release): stage before diff so first Homebrew formula push isn't …",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T17:59:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c1fd0a2b9461e0954123233d0274047fcc27f0d7",
"body": "…(#2)\n\nAdd package-manager distribution and licensing:\n\n- MIT LICENSE + package.json \"license\": \"MIT\"\n- Homebrew formula template + rendered bootstrap formula (v0.11.2)\n- winget manifests (version/installer/locale) for weselow.beads-web\n- packaging/README.md documenting the sources and required secr\n[…]\n\n their secrets (HOMEBREW_TAP_TOKEN / WINGET_TOKEN).\n- README.md / README-ru.md: brew + winget install instructions\n\nAddresses #2\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(dist): Homebrew tap + winget + MIT LICENSE + release automation …",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T17:56:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ecb90a61461ecd4d08996448063861596a8dc2b9",
"body": "docs(readme): build-from-source workflow + fix dev-mode gotchas (#29)",
"is_bot": false,
"headline": "Merge pull request #38 from weselow/docs/build-from-source-issue-29",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T16:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d4dce83c828e9bacfac10f0799f0f8c5f5fa767",
"body": "…s-web-cqj, #29)\n\nRewrite the Development section (EN + RU) into two clear workflows —\nDev Mode and Build from Source — fixing defects found while verifying\nthe setup against the actual code:\n\n- Dev-mode ordering: you cannot both comment out `output: 'export'`\n (for `next dev`) and keep it enabled \n[…]\nruns on :3008.\n- README-ru.md: fix wrong port — running the binary opens :3008, not :3007.\n\nAddresses #29 (reported by @SamSpiri).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(readme): build-from-source workflow + fix dev-mode gotchas (bead…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T16:08:33Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d99587943b3de10e6401a4584e8a98033dfcbf9f",
"body": "fix(tests): repair 6 silently failing vitest tests (beads-web-fk5)",
"is_bot": false,
"headline": "Merge pull request #37 from weselow/fix/vitest-silent-failures",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T15:54:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c92f3bf345d2006551d827789f098cf42e29a75f",
"body": "Three unrelated causes, all masked because no CI runs vitest:\n\n- api.test.ts: mockResponse() lacked a headers stub, so fetchApi's\n 204-check `res.headers.get('content-length')` threw TypeError on every\n 200-status test (create x2, update, read, version.check). Add\n `headers: new Headers()`.\n- upd\n[…]\nailures; also\n fix pre-existing import-order warnings that blocked the pre-commit hook.\n\nFull suite now green: 8 files, 60 tests.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(tests): repair 6 silently failing vitest tests (beads-web-fk5)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T15:52:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1eef4c5e5b498dc5033c97656fda533a4e884bf7",
"body": "… #2)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Merge PR #36: Scoop manifest + install docs (beads-web-505, addresses…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T15:40:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "35effef9eefeb41574546b875fb33312491b8b44",
"body": "Windows-first package-manager install via Scoop:\n- bucket/beads-web.json — self-hosted Scoop manifest (v0.11.2 win-x64 exe,\n real SHA256, checkver + autoupdate against GitHub releases, bin beads-web.exe).\n- release.yml — publish SHA256SUMS.txt as a release asset, and auto-refresh the\n Scoop manife\n[…]\ntall beads-web`) and the already-working `nix run`.\n\nDoes not fully close #2: winget + Homebrew remain (need external repo/token).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(dist): Scoop manifest + install docs (beads-web-505, addresses #2)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T15:31:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2b4d49dc8438d75f7af74e64ff5aacdec2802771",
"body": "…-web-1c3.3, #26)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Merge PR #35: inline edit issue_type & priority in bead detail (beads…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T13:25:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a52b8bd3f3cba59476e6221e1d0dacb281c99d1f",
"body": "Replace the read-only issue_type display with an inline <select> editor\nwhose options and icons come from the shared @/lib/issue-types metadata\n(A2), preserving the epic visual via getIssueTypeMeta. Add a new inline\npriority editor (P0-P4) driven by a single PRIORITY_OPTIONS const.\n\nBoth editors mir\n[…]\nh issue_type?: string; priority?: number.\nAlso fix a pre-existing import/order lint warning in api.ts (touched file).\n\nCloses #26.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(bead-detail): inline-edit issue_type and priority (beads-web-1c3.3)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T13:22:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "14ed742ed1bac583388ecb2532965e2019e35c0b",
"body": "…-1c3.2)\n\nResolved getTypeLabel conflict with #32 in favor of the metadata-based version.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Merge PR #34: first-class issue types + richer type filter (beads-web…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T13:07:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8175f780f80b54f6d88efc4995a85afdbc14516e",
"body": "…1c3.1)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Merge PR #33: accept issue_type & priority in bead update (beads-web-…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T13:06:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6357bba1d2690703b17f174b7262cf7b12bd7444",
"body": "… #25)\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Merge PR #32: fix bead prefix, real type label, dolt:// hint (#23 #24…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T13:06:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8354a06f2b59f08e811fc1626ae5e1b0db740330",
"body": "…-1c3.2)\n\nAdd src/lib/issue-types.ts as the single source of truth for the 7 bd v1.0\nissue types (task, bug, feature, epic, story, spike, milestone), each with a\nlabel, Lucide icon, and theme color token. getIssueTypeMeta() safely falls\nback to `task` for unknown/missing values.\n\n- create-bead-dialo\n[…]\ncoverage for getIssueTypeMeta (known types + unknown/empty fallback)\n\nEpic-detection logic (issue_type === 'epic') left untouched.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(ui): shared issue-type metadata + first-class display (beads-web…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T11:29:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "32c186a922e250527261124ad4764384e1f75dd8",
"body": "…beads-web-1c3.1)\n\nExtend PATCH /api/beads/update to update a bead's issue_type and priority\nin addition to title/description/status.\n\n- UpdateBeadRequest: add issue_type: Option<String>, priority: Option<i32>\n- has_changes guard now includes the two new fields\n- validate priority in 0..=4, reject o\n[…]\nng\nmap_or(false, ...) in parse_issues_jsonl so `cargo clippy -- -D warnings`\n(pre-commit hook) stays clean under the newer clippy.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(api): accept issue_type & priority in bead update (CLI + Dolt) (…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T11:18:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "09b2c02485c155f06572097d6906732716da89c1",
"body": "…(beads-web-rxs)\n\nThree small frontend display fixes reported on GitHub:\n\n- #24 formatBeadId: preserve the real workspace prefix instead of forcing\n \"BD-\". `pa-pne9` -> `PA-pne9`, `beads-web-2m8` -> `BEADS-WEB-2m8`.\n Unifies the old BD-/non-BD branches. Updated tests (which encoded the bug)\n and \n[…]\ndolt://<dbname>`;\n host/port are hardcoded).\n\nTests: bead-utils.test.ts 23 pass; next build ok.\n\nCloses #23\nCloses #24\nCloses #25\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ui): preserve bead prefix, real type label, correct dolt:// hint …",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T09:39:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "14c1394accbbc1899646b9e1cc52fac691388b2b",
"body": null,
"is_bot": true,
"headline": "Update Nix dependency hashes",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-14T09:09:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e3ef2b69cd581748c3a0700dead7413ae93b81b",
"body": "Same-origin frontend API base (api-base.ts) instead of hardcoded\nlocalhost:3008; BEADS_WEB_HOST/PORT (fallback HOST/PORT) overrides;\nbrowser auto-open now opt-in via BEADS_WEB_OPEN_BROWSER=1. Adds Nix flake\n+ hash-refresh CI, Catppuccin themes (Latte/Frappe/Macchiato/Mocha),\npersisted font-size sett\n[…]\ndits discarded.\n\nVerified: cargo build ok, next build ok (types checked). No dangling\ndesign-doc references. #30 adds no npm deps.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Merge PR #30: Nix packaging and remote-safe runtime config",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T09:01:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "df3242e85a60ede0ef71f1b08bccc100013a4bd0",
"body": "…ewer\n\nInline design/notes/close_reason from the bead itself; render Description,\nDesign, Notes and Comments through a shared MarkdownBody. JSONL fallback for\ncomments in embedded mode. Removes dead /api/fs/read route and design-doc-*\ncomponents.\n\nConflict resolution (vs main after #21):\n- server/sr\n[…]\nbuild ok. Pre-existing memory_bd.rs integration test fails only due to\nlocal bd init hanging on Windows — unrelated to this merge.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Merge PR #22: render bead text as Markdown, drop broken design-doc vi…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-07-14T08:56:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5c8b7445770baf2bb2ce46063f502e98511402f4",
"body": "* refactor(memory): replace JSONL store with bd CLI shell-out\n\nDrop all JSONL file I/O helpers and JSONL-backed handlers. Rewrite\nlist_memory / update_memory / delete_memory to shell out to\n`bd memories --json`, `bd remember`, and `bd forget` respectively.\nAdd lib.rs to expose routes for integration\n[…]\nkey (with tracing::warn) if the json field is absent.\n\nIntegration test adds assertion: empty-key PUT must return a non-empty key.\n\n---------\n\nCo-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: memory panel uses bd CLI instead of JSONL store (#21)",
"author_name": "Aviv Kaplan",
"author_login": "AvivK5498",
"committed_at": "2026-07-14T08:28:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bb27645d873baad886986c71fe93237d4db0ec2d",
"body": null,
"is_bot": false,
"headline": "chore: gitignore .claude/ and remove project hooks/rules/agents (#20)",
"author_name": "Aviv Kaplan",
"author_login": "AvivK5498",
"committed_at": "2026-07-14T08:27:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffbc008155eb1ce37bd1b85394365ee455034183",
"body": null,
"is_bot": false,
"headline": "Add Nix CI hash refresh workflow",
"author_name": "Eugene Bogorad",
"author_login": null,
"committed_at": "2026-06-05T01:47:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c059cf7a19a507afbc5ac86bf7dcb2a328521a03",
"body": null,
"is_bot": false,
"headline": "Do not block startup on browser open",
"author_name": "Eugene Bogorad",
"author_login": null,
"committed_at": "2026-06-05T01:33:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6dc88879ed986395fca4f9f7015d015b9007fad",
"body": null,
"is_bot": false,
"headline": "Add Nix packaging and remote-safe frontend config",
"author_name": "Eugene Bogorad",
"author_login": null,
"committed_at": "2026-06-05T01:19:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "435a4eef8f49f5975193f1cc177c3ca574a77b8e",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.11.2",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-06-01T13:38:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f5b7a671422d96f5b61460ee219d26515c3d1ef",
"body": "Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(api): distinguish incremental vs full bd CLI read in log (#28)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-06-01T13:38:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e7350a02b6c36de0b9d11737adb4b64b2795581f",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.11.1",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-06-01T13:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eecaef72df2918567b12829d591d5f0947101a9f",
"body": "…ads-web-py6) (#27)\n\nNewer bd versions append memory records (from `bd remember`) into\nissues.jsonl as lines with a `_type` field and no `id`. beads-web parsed\nevery line as a Bead, producing WARN log spam about missing field 'id'.\n\nAdd is_non_issue_record() helper keyed on a top-level `_type` field\n[…]\ntuses. In recompute_epic_statuses the records are still\npushed to raw_lines so the file is rewritten losslessly. Add 3 unit tests.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(api): skip _type service records when parsing issues.jsonl (bd-be…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-06-01T13:11:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "28ec342df5c297aa2a54ff22877a92577a40d131",
"body": "CommonMark collapses a single newline into a space, which means\nauthor-typed line breaks in bead text are invisible. Add remark-breaks so\na single \\n renders as <br>, matching GitHub / Slack / Linear behavior.\n\\n\\n still produces paragraph breaks (separate <p> tags).\n\nAfter this, typing one sentence per line in bd create/update reads on\nscreen the way it was written.\n\nBead: beads-web-ixr.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(ui): single newline becomes <br> in MarkdownBody (remark-breaks)",
"author_name": "aviv",
"author_login": "AvivK5498",
"committed_at": "2026-05-19T05:10:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f0795cfc4fbb1cb8bb72c09c062499a050562678",
"body": "The old EditableField wrapped its display value in an inline <span>\nwith onClick to enter edit mode. When the value was rendered as Markdown\n(a block .prose div), the inline-wrapping-block created visible slivers\nabove and below the content plus a 'Click to edit' tooltip on hover.\n\nReplace with a sm\n[…]\nright.\n- Without renderValue (inline text like title): wrapper is a span, pen\n sits inline after the value.\n\nBead: beads-web-7er.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ui): replace click-to-edit span with pen-icon-on-hover",
"author_name": "aviv",
"author_login": "AvivK5498",
"committed_at": "2026-05-19T05:10:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4d207f5161bbdc9391fcde11ad3e51c1e823a253",
"body": "prose-sm defaults are tuned for long-form documentation, so paragraph\nmargins and leading/trailing whitespace look excessive on short bead\ndescriptions and one-line comments. Tighten prose-p / prose-ul / prose-li\nmargins and strip the outer first/last-child margins so a one-paragraph\ndescription doesn't float in a sea of whitespace.\n\nBead: beads-web-lef.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ui): tighten MarkdownBody prose spacing for terse bead fields",
"author_name": "aviv",
"author_login": "AvivK5498",
"committed_at": "2026-05-19T05:10:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0e8711a5b82900a67b153f7dc6076f0613952d30",
"body": "Description and Comments were rendered as plain text with whitespace-pre-wrap,\nwhich preserved newlines but couldn't show any structure (headings, lists,\nlinks, code). Now both render through MarkdownBody, matching Design + Notes.\n\nExtracted MarkdownBody into its own component for reuse. EditableFie\n[…]\n Description can stay editable\n(plain textarea on edit) while displaying as Markdown.\n\nBead: beads-web-rfl (formatting follow-up).\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(ui): render Description and Comments as Markdown",
"author_name": "aviv",
"author_login": "AvivK5498",
"committed_at": "2026-05-19T05:10:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7ab11e58b266a88eb472183b114535728cac985d",
"body": "In embedded (non-Dolt) mode `bd sql` errors with \"not yet supported in\nembedded mode\", so the existing comment-fetch path always failed silently\nand every bead loaded with comments=None. The UI rendered zero comments\nfor every bead in JSONL-backed projects (the common case).\n\nWhen bd sql fails — or \n[…]\nrectly. The JSONL is already the source of truth\nfor embedded-mode bd and already embeds comments per issue.\n\nBead: beads-web-rfl.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(server): load comments from JSONL when bd sql is unavailable",
"author_name": "aviv",
"author_login": "AvivK5498",
"committed_at": "2026-05-19T05:10:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "771e6e498390bad1bab500ac677abfd3db368066",
"body": "Both fields are free-text on the CLI and are commonly written as markdown\n(headings, lists, code, links). Wire react-markdown + rehype-highlight\nthrough a small inline MarkdownBody helper, applied to the Design and\nNotes <details> sections in BeadDetail. Uses @tailwindcss/typography\nprose styling already configured in this project.\n\nBead: beads-web-3bj (markdown follow-up).\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(ui): render Design and Notes as Markdown",
"author_name": "aviv",
"author_login": "AvivK5498",
"committed_at": "2026-05-19T05:10:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "da30a5c84b1535de2c669ffacf050d3b98f1778a",
"body": "…e_reason\n\nThe design-doc file viewer was broken — it tried to fetch the `design`\ncolumn as a `.designs/*.md` filesystem path, but a survey of 103 beads\nacross 4 repos showed `design` is always free-text (decision trees, plans),\nnever a path. The viewer rendered nothing for any real bead.\n\nReplace w\n[…]\nadds the missing\n@testing-library/dom peer dep that was blocking tsc, so the pre-commit\nhook passes cleanly.\n\nBead: beads-web-3bj.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(ui): replace design-doc viewer with inline Design/Notes/clos…",
"author_name": "aviv",
"author_login": "AvivK5498",
"committed_at": "2026-05-19T05:10:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ca41345573b0d2b2830948992a33d1a670a18f74",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.11.0",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-05-09T00:52:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e13c11be4a7e923723823cc1bf37786556d6a3c",
"body": "Calls POST /api/projects/:id/touch fire-and-forget after the project\nfetch succeeds in useProject. Guarded by useRef so refetch doesn't\nre-touch. Errors are logged via console.warn; UI is unaffected.\n\nRefs beads-web-r59.2",
"is_bot": false,
"headline": "feat(ui): bump last_opened on kanban page load (#19)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-05-09T00:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "215ca85783deb2cb1505d6b77384ec96aba2234e",
"body": "Updates last_opened without modifying other fields, used by frontend to\nbump a project to the top of the dashboard when its kanban page opens.\n\nRefs beads-web-r59.1",
"is_bot": false,
"headline": "feat(api): add POST /api/projects/:id/touch endpoint (#18)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-05-09T00:37:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f0a74e46dffd66251f0d506009117649c8f0382",
"body": "isBlocked now requires allBeads and treats a dep as blocking only when its\nstatus is not closed (and the dep is actually present on the board). This\nmatches `bd ready` semantics — previously the UI flagged epics as BLOCKED\nwhenever they had any deps, regardless of whether those deps were already\nclo\n[…]\nsed on board state. EpicCard and BeadCard thread allBeads through and\ncompute the flag with the new utility.\n\nCloses beads-web-4sw\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ui): BLOCKED badge respects dep statuses (#17)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-05-09T00:26:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9eb5bb33018b5ee2c965225f3b78da7624998d2b",
"body": "…) (#16)",
"is_bot": false,
"headline": "chore(ci): bump 3 actions to Node 24 runtime majors (bd-beads-web-xhj…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-04-22T17:19:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dbe62eee0d1d496a488eb98e139cc305e4a8438b",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.10.1",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-04-22T16:38:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d2b1db0129e3d961202e74dadd28450e174f994",
"body": "* fix(bd-interop): gitignore stray issues.jsonl from bd auto-export (bd-beads-web-b9c)\n\nbd v1.0.2 auto-export runs 'git add issues.jsonl' relative to CWD, so\nagents working in .worktrees/bd-*/ get a stray issues.jsonl at the\nworktree root on every 'bd comments add' / 'bd update'.\n\nLocal fix applied \n[…]\nevents shadowing .beads/issues.jsonl (correct path,\nstaged explicitly by pre-commit hook from main repo only).\n\n* fix(bd-interop): auto-apply export.git-add=false in npm run prepare (bd-beads-web-b9c)",
"is_bot": false,
"headline": "fix(bd-interop): stop stray issues.jsonl at worktree roots (#15)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-04-22T16:36:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d765ebede27d0207f8e0e2b1a2e2a9967dc6ed64",
"body": "…ort (bd-beads-web-2i3) (#14)",
"is_bot": false,
"headline": "fix(hooks): resolve node_modules via git-common-dir for worktree supp…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-04-22T16:36:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a9c22087ec9ac5d2d3dd61bb6d8c9a218a374ee",
"body": "…htb) (#13)",
"is_bot": false,
"headline": "chore(ci): bump actions to Node 24 compatible versions (bd-beads-web-…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-04-22T16:35:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5013ccb147deb07be7b790ddcc78dfa686b6d4b3",
"body": "Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump version to 0.10.0",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-04-22T15:42:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "111ca7c68891f7da7916ac73d0ddb0b29bddd743",
"body": "…bd-beads-web-a9r.2) (#12)\n\nConsume the `cachedCounts` field added to `GET /api/projects` in epic a9r\nchild 1. The home page now renders donut charts immediately from the\nSQLite-cached counts and live-refreshes per project as `loadProjectBeads`\ncompletes. Brand-new projects with no cache row show a \n[…]\nmit\n hook now flags (project-card.tsx blank line, use-projects.ts order),\n and add the missing `asset_url: null` field to the api.version test\n fixture.\n\nCloses frontend half of epic beads-web-a9r.",
"is_bot": false,
"headline": "feat(frontend): seed bead counts from cache for instant donut paint (…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-04-22T15:08:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9f2942cd3feb3213fed553e1dfe2cee73501989a",
"body": "Part of epic beads-web-a9r. Adds a SQLite-backed cache of per-status bead\ncounts so the home page can render donut charts without waiting for a full\nbeads read.\n\n- db.rs: migration v3 creates project_bead_counts table with ON DELETE\n CASCADE on project_id. Enable PRAGMA foreign_keys=ON so cascade f\n[…]\n_by_path (hit/miss/backslash variant),\n cached counts insert/get/upsert-replace/cascade-on-delete, and the\n flatten + camelCase serialization shape.\n\nFrontend consumption follows in beads-web-a9r.2.",
"is_bot": false,
"headline": "feat(backend): cache per-project bead counts in SQLite (#11)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-04-22T13:04:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bd07f3bb89e70170e9767ed20013676e971ecc7d",
"body": "Replace the tiny neutral \"JSONL\" pill on project cards with a warning-styled\nchip that reveals the exact `bd init --prefix <slug>` command in a tooltip.\nSlug is derived from the project path basename (or name fallback), lowercased,\nnon-alnum collapsed to dashes.\n\n- New helper `deriveBeadPrefix(path,\n[…]\no regressions. Pre-commit hook is skipped\nbecause `$REPO_ROOT/node_modules/.bin/{eslint,tsc}` does not exist inside\nworktrees (known repo-wide issue, not specific to this change).\n\nBead: beads-web-532",
"is_bot": false,
"headline": "feat(ui): prominent migrate-to-Dolt notice on JSONL project cards (#9)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-04-22T13:04:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f25f70aa026e498d4c83abae1ea32c3c915f4a9e",
"body": "…2) (#10)\n\nbd v1.0.2 removed the 'inreview' status. Built-in statuses are now:\nopen, in_progress, blocked, deferred, closed, pinned, hooked.\n\nAgents now leave beads in in_progress after pushing. Orchestrator\ncloses them after PR merge. Avoids per-project 'bd config set\nstatus.custom' churn.\n\nFixes: beads-web-8ah",
"is_bot": false,
"headline": "docs: drop 'inreview' status from beads-workflow (removed in bd v1.0.…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-04-22T13:04:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c04f39902c3578123845d1c2227081af7c303a",
"body": "…bd 1.0.2) (#8)\n\nbd v1.0.2 removed the 'bd sync --flush-only' subcommand, so every commit\nin this repo failed the generated pre-commit hook unless invoked with\n--no-verify. Replace the dead call with the official v1.0.2 equivalent:\n'bd export -o \"$BEADS_DIR/issues.jsonl\"', which performs a synchronous\nflush of the current Dolt state to JSONL just like the old command did.\n\nNo other hook logic changes (eslint, tsc, clippy sections remain intact).\n\nRefs: beads-web-mo4",
"is_bot": false,
"headline": "fix(hooks): replace removed 'bd sync --flush-only' with 'bd export' (…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-04-22T13:04:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "103b8a6e09e1186113c4aa205e88f7a383490ae1",
"body": null,
"is_bot": false,
"headline": "docs: research bd auto-export triggers for watch.rs (beads-web-gxn) (#7)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-04-22T12:28:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d12eea06734ca3f30329d0a9998e3c9e622a1ac6",
"body": "&b[..500] panics when byte 500 falls inside a multi-byte character.\nNow finds nearest char boundary before truncating.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: UTF-8 safe truncation for release notes (panicked on Cyrillic)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-18T07:48:34Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4acf410404534b7e0e2db3ef01a844d482a57eef",
"body": "Only footer link should be beads-web. The \"recommended to use with\"\nlink correctly points to claude-protocol.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: restore claude-protocol link for Beads Orchestration Skill",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-18T07:46:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1ec483472b37bec30dd26255fe93132690f71b19",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: correct GitHub link in footer (beads-web, not claude-protocol)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-18T07:45:24Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f2babc2c8c236d8733f82cabb2b3ec42c17d0a4a",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump version to 0.9.1",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-18T02:00:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "67f52c7f48231b77b52e4bb3448485a661dc0fcc",
"body": "bd list --json hides closed beads by default. Added --all flag\nto all three bd list calls so kanban board shows full history.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: include closed beads in bd list output (add --all flag)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-18T01:58:30Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4bf11545aca0caaa656ab851f255de0944ab274c",
"body": "…etc.)\n\nZod schema rejected null fields from API — z.optional only accepts\nundefined, not null. Changed to .nullish() for all nullable fields.\nAdded close_reason, closed_at, created_by fields.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: accept null values in BeadSchema (description, priority, owner, …",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-18T01:54:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "594add4bcf6358f67bccc62cc0caa5bdcd50e8ec",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: skip Tier 0 SQL when port is dead (500ms TCP probe)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-18T01:41:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "06361363d9029fd87f64f4a551c8b2438ff77423",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump version to 0.9.0",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-17T23:03:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c501ab519b24f3023ce4b50694c581c13465fd76",
"body": "POST /api/update downloads the platform-specific binary from GitHub\nReleases, writes an updater script (sh/bat) next to the current\nbinary, spawns it detached, and exits. The script waits for the old\nprocess, swaps binaries, restarts, health-checks, and self-deletes.\nRollback on health-check failure.\n\nFrontend \"Update & Restart\" button in the update banner with\ndownloading/restarting states and automatic page reload.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add auto-update via ephemeral updater script",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-17T22:53:29Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c867bc6906f88ad955b476c1be5c199be4a5a057",
"body": "… projects CRUD, archive, epic\n\nNew tests: add comment, comment visible, update title, close bead,\nlist/add projects, archive/unarchive, epic with children.\nFix: add \"comments\" to bd command whitelist (bd uses plural form).\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: expand integration tests to 20 — comments, title update, close,…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-17T22:42:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d01c6cf4999321205e35b1b81a9debcb41b78204",
"body": "Multi-stage Dockerfile: Node 20 (frontend) + Rust latest + bd + dolt.\nTests: beads CRUD, incremental polling, validation, error handling.\nSetup: manual dolt sql-server on fixed port, bd init with BEADS_DOLT_SERVER_PORT.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: Docker integration tests — 10/10 pass",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-17T22:08:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "54858fa4d73853c1b6a2f22e25537b3b4511de7c",
"body": "…eded)\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: skip npm prepare script in Docker build (install-hooks.sh not ne…",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-17T21:39:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e0b9cb5f07f1b513e5a24bc4d8ae54a2d447d1db",
"body": "- Remove set -e so test failures don't abort script\n- Fix bead ID extraction from bd create text output (not JSON)\n- Capture python3 result before checking $? in test assertions\n- Add .dockerignore to exclude node_modules, .git, build artifacts\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: integration test bugs — bd create output parsing, set -e, python $?",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-17T21:28:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c326cf96e168dace4525f10f00183c43f33d059e",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add Docker-based integration tests for API endpoints",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-17T21:18:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0a3b40c1a4fb05c429f69352baf129eefb312d28",
"body": "- Comment with UUID string id parses correctly\n- Comment with numeric id deserializes as string (backward compat)\n- extract_json_array handles bd v0.61 migration/warning output\n- extract_json_array handles empty array with prefix\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test: add UUID comment ID and bd v0.61 stdout parsing tests",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-17T20:49:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1584f36fcc3284e979d8b2ae8e58c70f89981a29",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: fallback to full reload if --updated-after unsupported (bd v0.59)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-17T20:40:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4dbd60dab200e3f97bb1b96b0a4de2bf7b57a548",
"body": "First load fetches all beads, subsequent polls only fetch beads updated\nsince the last successful fetch via updated_after parameter. Frontend\nmerges incremental results into existing state instead of replacing.\n\n- Backend: add updated_after query param, pass --updated-after to bd CLI\n- Frontend: track lastUpdatedRef, merge incremental beads into state\n- Reset incremental state when project path changes\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: incremental polling for kanban board",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-17T20:35:56Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "db409a8c437c1d75f310cc2b194ee6b3049d5cb5",
"body": "Prevents overlapping bd CLI calls when response takes longer than\nthe 15s polling interval.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: skip polling when previous beads request is still in flight",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-17T20:23:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5defa7623736fb414dfc9aa33931129e44c870b2",
"body": "After initial load succeeds, subsequent refresh failures log a warning\ninstead of setting error state. Prevents \"signal timed out\" from\nhiding the kanban board when bd CLI is slow.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: don't hide loaded beads on polling timeout",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-17T20:20:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "538fb74bccf087dae1b719205df1186881617a4b",
"body": "- Backend: Comment.id changed from i64 to String with backward-compat deserializer\n- Frontend: CommentSchema accepts both number and string, Comment.id type updated\n- Dolt SQL reader uses get_str() for comment id instead of get::<Option<i64>>\n- Fixes panic on Tier 0 SQL read after bd v0.61 UUID migration\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: support UUID comment IDs from bd v0.61 (CHAR(36) migration)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-17T20:10:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ee5340000671cd1177d4f35df235bf2368298206",
"body": "bd v0.61 migrated comments.id from bigint to CHAR(36) UUID.\nAdded deserialize_comment_id that accepts both strings and integers\nfor backward compatibility with older JSONL/CLI formats.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: change Comment.id type from i64 to String for UUID support",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-17T20:05:52Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "579e3448fba7118118f799ad045154be1b238602",
"body": "bd v0.61 (embedded dolt) outputs warnings, migration messages, and\n\"Flushed working set\" lines to stdout before the JSON array. Add\nextract_json_array() helper to find the first '[' and parse from there.\n\nAlso remove hardcoded port range classification (13307-14306) for dolt\nserver source — use \"per-project\" for all discovered processes since\nthe port range is no longer meaningful with embedded dolt.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: handle bd v0.61 stdout garbage before JSON in CLI output",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-17T19:47:47Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6c807953a3cb323ad1436ee503c7e5406abf0236",
"body": "bd v0.59 doesn't always create dolt-server.port. New fallback parses\nport from dolt-server.log (HP=\"127.0.0.1:PORT\" pattern). Fixes\n\"No data source available\" for projects like HumanData.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: resolve Dolt port from server log when port file is missing",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-16T13:40:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0e965d0ad35781a05f52e7c888e9dfdaf8cde735",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump version to 0.8.1",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-16T12:36:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f87429bdf7b023d16053574596a384a3a966251d",
"body": "Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: downgrade agent frontmatter warning to debug level",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-16T12:35:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7509a05f374bfee196ecc78c4b00b371adff15fd",
"body": "GET /api/dolt/servers now enriches scan results by:\n1. Matching ports to registered projects via .beads/dolt-server.port files\n2. Falling back to SHOW DATABASES (with 2s timeout) for unmatched servers\n3. Running SQL discoveries concurrently via join_all\n\nFrontend updated to display db_name or \"Port XXXXX\" when project_path\nis unavailable. Also fixes pre-existing test compilation errors in db.rs.\n\nCo-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: resolve project paths and db names for discovered Dolt servers",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-16T12:14:00Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "804ce0a38652eab3d53bb6e308da71776b04b36b",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: correct Troubleshooting link case (README.md not readme.md)",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-12T20:21:17Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0214670d0f1e42863310e4a1e06c4c706c2666cd",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: add Troubleshooting link to README navigation",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-12T19:55:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ce92c9b8fc38814189a387937149219e62daa2f8",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump version to 0.8.0",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-12T19:49:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bf45fda891ba171423d65cd14050b7e67ac8a54f",
"body": "- All footer buttons same size (removed size=\"sm\" from Archive/Delete)\n- Dialog width increased to sm:max-w-lg\n- \"Show archived\" toggle enlarged (text-sm, h-4 w-4 icon)\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: unify button sizes and widen project settings dialog",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-12T19:49:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "145e7e71202ab4246a3623815879b480678b1e8a",
"body": "- Add eslint.ignoreDuringBuilds to next.config.js (broken unrs-resolver native binding)\n- Remove get_projects() and get_projects_with_tags() — replaced by _filtered() versions\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: skip ESLint during build + remove dead db methods",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-12T19:22:10Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "dd83079f517300b192946d32c964bf9fe2eeeef0",
"body": null,
"is_bot": false,
"headline": "Merge worktree-agent-aba5b389: frontend archive/delete UI",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-12T17:56:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c03994dcc7310d51fb46d0ff3da5d440ba4e44bf",
"body": "- Add archivedAt field to Project type\n- Add archive/unarchive/listAll API methods with 204 response handling\n- Skip beads loading for archived projects (performance optimization)\n- Show/hide archived toggle on project list page\n- Archived cards render with opacity-50 and \"Archived\" badge\n- Archived cards show \"Restore\" button instead of settings/open actions\n- Archive and Delete buttons in project settings dialog\n- Delete uses window.confirm for safety confirmation",
"is_bot": false,
"headline": "feat: archive/delete UI for projects + skip beads for archived",
"author_name": "weselow",
"author_login": "weselow",
"committed_at": "2026-03-12T17:53:51Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 366,
"latest_release_at": "2026-07-18T13:47:56Z",
"latest_release_tag": "v0.12.2",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 17,
"days_since_latest_release": 3,
"mean_days_between_releases": 13.6
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 10,
"stars": 37,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-03-23",
"count": 1
},
{
"date": "2026-03-25",
"count": 1
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-06-05",
"count": 2
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-07-01",
"count": 1
},
{
"date": "2026-07-06",
"count": 1
},
{
"date": "2026-07-12",
"count": 1
}
],
"complete": true,
"collected": 10,
"total_forks": 10
},
"star_history": {
"days": [
{
"date": "2026-03-09",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-17",
"count": 2
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-03-22",
"count": 2
},
{
"date": "2026-03-23",
"count": 2
},
{
"date": "2026-03-24",
"count": 1
},
{
"date": "2026-03-29",
"count": 1
},
{
"date": "2026-04-02",
"count": 1
},
{
"date": "2026-04-03",
"count": 3
},
{
"date": "2026-04-12",
"count": 1
},
{
"date": "2026-04-17",
"count": 1
},
{
"date": "2026-04-30",
"count": 1
},
{
"date": "2026-05-02",
"count": 1
},
{
"date": "2026-05-08",
"count": 1
},
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-05-13",
"count": 2
},
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-19",
"count": 1
},
{
"date": "2026-05-20",
"count": 1
},
{
"date": "2026-05-22",
"count": 1
},
{
"date": "2026-06-05",
"count": 1
},
{
"date": "2026-06-07",
"count": 1
},
{
"date": "2026-06-08",
"count": 2
},
{
"date": "2026-06-12",
"count": 1
},
{
"date": "2026-06-16",
"count": 1
},
{
"date": "2026-06-24",
"count": 1
},
{
"date": "2026-07-05",
"count": 1
},
{
"date": "2026-07-09",
"count": 1
},
{
"date": "2026-07-16",
"count": 1
}
],
"complete": true,
"collected": 37,
"total_stars": 37
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": true,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json"
],
"toolchain_manifests": [
"server/Cargo.toml"
],
"largest_source_bytes": 70944,
"source_files_sampled": 128,
"oversized_source_files": 2,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 5092
},
"dependencies": {
"manifests": [
"package.json",
"server/Cargo.toml"
],
"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": [
"crates",
"npm"
],
"dependencies": [
{
"name": "@base-ui/react",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.0"
},
{
"name": "@dnd-kit/core",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^6.3.1"
},
{
"name": "@dnd-kit/sortable",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^10.0.0"
},
{
"name": "@dnd-kit/utilities",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.2.2"
},
{
"name": "@radix-ui/react-alert-dialog",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.15"
},
{
"name": "@radix-ui/react-dialog",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.15"
},
{
"name": "@radix-ui/react-dropdown-menu",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.16"
},
{
"name": "@radix-ui/react-popover",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.15"
},
{
"name": "@radix-ui/react-progress",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.8"
},
{
"name": "@radix-ui/react-scroll-area",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.10"
},
{
"name": "@radix-ui/react-select",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.2.6"
},
{
"name": "@radix-ui/react-separator",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.8"
},
{
"name": "@radix-ui/react-slot",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.4"
},
{
"name": "@radix-ui/react-tabs",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.1.13"
},
{
"name": "@radix-ui/react-toast",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.15"
},
{
"name": "@radix-ui/react-tooltip",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.2.8"
},
{
"name": "@react-three/drei",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^9.122.0"
},
{
"name": "@react-three/fiber",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^8.18.0"
},
{
"name": "class-variance-authority",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.7.1"
},
{
"name": "clsx",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.1.1"
},
{
"name": "date-fns",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.1.0"
},
{
"name": "lucide-react",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.562.0"
},
{
"name": "motion",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^12.27.5"
},
{
"name": "next",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^14.2.0"
},
{
"name": "ogl",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.11"
},
{
"name": "radix-ui",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.4.3"
},
{
"name": "react",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^18.3.0"
},
{
"name": "react-dom",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^18.3.0"
},
{
"name": "react-markdown",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^10.1.0"
},
{
"name": "recharts",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^2.15.4"
},
{
"name": "rehype-highlight",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^7.0.2"
},
{
"name": "remark-breaks",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.0.0"
},
{
"name": "tailwind-merge",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.4.0"
},
{
"name": "tailwindcss-animate",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.0.7"
},
{
"name": "three",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.166.1"
},
{
"name": "zod",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^4.3.6"
},
{
"name": "axum",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "tokio",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "tower-http",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "serde",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde_json",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "tracing",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "tracing-subscriber",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "rust-embed",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "8"
},
{
"name": "open",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "5"
},
{
"name": "mime_guess",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "notify",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "6"
},
{
"name": "tokio-stream",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "futures",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3"
},
{
"name": "rusqlite",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.31"
},
{
"name": "uuid",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "chrono",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "thiserror",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "directories",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "5"
},
{
"name": "serde_yaml",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
},
{
"name": "regex",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "mysql_async",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.34"
},
{
"name": "reqwest",
"manifest": "server/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
}
],
"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": 29,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 9,
"closed_unmerged_prs": 3
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "AvivK5498",
"commits": 209,
"avatar_url": "https://avatars.githubusercontent.com/u/249748236?v=4"
},
{
"type": "User",
"login": "weselow",
"commits": 150,
"avatar_url": "https://avatars.githubusercontent.com/u/11819431?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.582
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".eslintrc.json"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock",
"package-lock.json",
"pnpm-lock.yaml"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 0,
"reason": "0 out of 10 merged PRs checked by a CI test -- score normalized to 0",
"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/21 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"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": "30 commit(s) and 6 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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"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": "70 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c459cf30641abc33353281b5715d6529803912c4",
"ran_at": "2026-07-22T04:59:11Z",
"aggregate_score": 2.9,
"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-18T13:48:00Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-15T17:40:06Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/weselow/beads-web",
"host": "github.com",
"name": "beads-web",
"owner": "weselow"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 29,
"vitality": 82,
"community": 29,
"governance": 51,
"engineering": 48
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 82,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"commits_last_year": 366,
"human_commit_share": 0.96,
"days_since_last_push": 3,
"active_weeks_last_year": 17
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "17/52 weeks with commits",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 17
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "366 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 366
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 6 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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v0.12.2",
"releases_from_tags": false,
"days_since_latest_release": 3,
"mean_days_between_releases": 13.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~13.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 13.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 29,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"forks": 10,
"stars": 37,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "below_threshold"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "37 stars",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 37
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "10 forks",
"points": 8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 10
}
}
],
"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": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"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": 0,
"status": "missed",
"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
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 51,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 24,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.582
},
"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 58% of commits",
"points": 9.4,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 58
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 29,
"open_issues": 0,
"closed_issues": 9,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 3
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "29/32 decided PRs merged",
"points": 34.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 29,
"decided": 32
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"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": 52,
"inputs": {
"followers": 8,
"owner_type": "User",
"is_verified": null,
"owner_login": "weselow",
"public_repos": 49,
"account_age_days": 4124
},
"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": "8 followers of weselow",
"points": 6.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 8,
"login": "weselow"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "49 public repos, account ~11 yr old",
"points": 24.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 49
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "at_risk",
"name": "Engineering Quality",
"value": 48,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".eslintrc.json",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.json"
}
}
],
"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": "0 out of 10 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"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": 0,
"status": "missed",
"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": "critical",
"name": "Security",
"value": 29,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 29,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 2.9
},
"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": "0 out of 10 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/21 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"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": "30 commit(s) and 6 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 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 2",
"points": 1,
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"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": "70 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": 1
},
"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": "excellent",
"name": "AI Readiness",
"value": 85,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.948,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 5092
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "91 of 96 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 91,
"sampled": 96
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"has_nix": true,
"has_tests": true,
"lockfiles": [
"Cargo.lock",
"package-lock.json",
"pnpm-lock.yaml"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json"
],
"agent_commit_share": 0.67,
"toolchain_manifests": [
"server/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "server/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "server/Cargo.toml"
}
}
],
"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": ".eslintrc.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".eslintrc.json"
}
}
],
"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": "Dockerfile, Nix, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, Nix, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "67 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 67,
"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 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "TypeScript",
"largest_source_bytes": 70944,
"source_files_sampled": 128,
"oversized_source_files": 2
},
"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": "2/128 source files over 60KB",
"points": 54.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 128,
"oversized": 2
}
}
],
"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": [
"Community profile unavailable",
"Could not fetch npm package 'beads-web' from its registry",
"Could not fetch crates package 'beads-server' from its registry",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-22T04:59:22.498700Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/weselow/beads-web.svg",
"full_name": "weselow/beads-web",
"license_state": "standard",
"license_spdx": "MIT"
}