Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 96590,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 8021082,
"CSS": 1391,
"Nix": 1829,
"Shell": 122503,
"Python": 325906,
"Makefile": 2746,
"JavaScript": 25351,
"PowerShell": 11386,
"TypeScript": 7774
},
"pushed_at": "2026-07-19T23:00:04Z",
"created_at": "2026-01-11T21:41:10Z",
"owner_type": "User",
"updated_at": "2026-07-19T23:00:11Z",
"description": "Fork of Beads issue tracker transformed into a graph-powered devlog system for resuming debugging sessions with full architectural context",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "User",
"login": "untoldecay",
"company": null,
"location": null,
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/3968398?v=4",
"created_at": "2013-03-25T20:42:14Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 4871
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "v0.55.1",
"kind": "patch",
"published_at": "2026-07-19T22:53:38Z"
},
{
"tag": "v0.55.0",
"kind": "minor",
"published_at": "2026-07-10T10:23:08Z"
},
{
"tag": "v0.54.0",
"kind": "minor",
"published_at": "2026-06-02T20:09:18Z"
},
{
"tag": "v0.53.2",
"kind": "patch",
"published_at": "2026-06-02T20:03:10Z"
},
{
"tag": "v0.53.1",
"kind": "patch",
"published_at": "2026-05-31T20:25:24Z"
},
{
"tag": "v0.51.0",
"kind": "minor",
"published_at": "2026-05-22T20:25:24Z"
},
{
"tag": "v0.50.0",
"kind": "minor",
"published_at": "2026-05-21T21:26:24Z"
}
],
"recent_commits": [
{
"oid": "3d901416d3ad3bb6d15dcd4afffcc0b59c08b161",
"body": "Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(devlog): record no-arch marker e2e validation & v0.55.1 release",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-19T23:00:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "51132787e991d502a6fd9a56aa6ce8236b00f785",
"body": "Updated all component versions:\n- bd CLI: 0.55.0 → 0.55.1\n- Plugin: 0.55.0 → 0.55.1\n- MCP server: 0.55.0 → 0.55.1\n- npm package: 0.55.0 → 0.55.1\n- Documentation: 0.55.0 → 0.55.1\n\nGenerated by scripts/bump-version.sh",
"is_bot": false,
"headline": "chore: Bump version to 0.55.1",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-19T22:53:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "450e35c1c8ea6a109eee3ead382e773346219c4b",
"body": "Administrative devlogs (docs, file moves, review reports) have no code or\ndependency edges to record, but verify flagged them incomplete forever —\npushing agents toward --fix-ai, whose default 1B local model hallucinated\nspurious edges just to clear the warning.\n\nA session can now write `_No archite\n[…]\ng guidance (MANDATORY block, stub template, docs/DEVLOG.md) updated.\nRegression test: TestCLI_DevlogVerify_NoArchMarkerNotFlagged.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(devlog): \"_No architectural changes_\" marker skips verify flagging",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-18T03:36:13Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "87b0c4cb6821cb48d1c392e6c31f53ba0acda914",
"body": "…g rules\n\nA manually written relationship arrow targeting a filtered word (e.g.\n'master') was silently dropped, leaving sessions permanently incomplete\nwith no visible cause — found live on a project whose folder is named\nafter a trunk branch. Manual arrow drops now print a stderr warning\nwith a ren\n[…]\nng note; DEVLOG.md\ngets the entity naming rules with a concrete example.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_011SpJXiabmgbPeLxY8v4fLv",
"is_bot": false,
"headline": "docs+ux: warn when manual arrows hit the noise filter; document namin…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-10T10:23:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "670c6be32486a8915e925f8970f750bed4c67959",
"body": "Fresh projects with Ollama enrichment got nginx/auth-service/master as\nentities: the model echoed the extraction prompt's few-shot example.\n\n- groundExtraction(): entities must literally occur in the devlog text;\n relationships need both endpoints grounded. Kills few-shot echo and\n hallucinations \n[…]\nssion, 0 ghosts,\n0 incomplete, entities = beadslog + ui-repository only.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_011SpJXiabmgbPeLxY8v4fLv",
"is_bot": false,
"headline": "[fix] Ground Ollama extraction in source text (BeadsLog-8by)",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-10T10:01:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9a7404c3dd0b1fc34afab3caff8cdfc6f2719e42",
"body": "Stray EOF on the last line killed the script (command not found under\nset -e) before the install commands printed, and CURRENT_BRANCH was\nunbound under set -u when publishing was skipped. Also adds the\nGOPROXY=direct fallback and drops the branch-name install variant\n(unreliable with the module proxy).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_011SpJXiabmgbPeLxY8v4fLv",
"is_bot": false,
"headline": "fix(scripts): cut-release always prints the short-hash install command",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-10T09:30:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c87544869e14be55e28d887d66c5da2486ec3165",
"body": "… State\n\n- Trust Layer: ghost-free reads, honest status, sync reconciliation, devlog --json\n- Graph Trust: extraction noise filtering, auto-alias merging, entity search bonus\n- Interactive graph export (devlog graph --html), genesis devlog on initialize\n- Catchup --digest (by-feature arcs with narra\n[…]\ncomponent versions to 0.55.0 (were drifted at 0.53.0 since two releases)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_011SpJXiabmgbPeLxY8v4fLv",
"is_bot": false,
"headline": "[release] v0.55.0: Trust Layer, Graph Trust, Catchup Digest & Ongoing…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-10T08:10:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9f3f5b013532ce82a7886c2d02d3078e7ed8c4e2",
"body": null,
"is_bot": false,
"headline": "chore: sync alias registry",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-10T08:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0bc243831722756a9761e70a65398bce68aba80",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_011SpJXiabmgbPeLxY8v4fLv",
"is_bot": false,
"headline": "chore: Release notes for v0.55.0",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-10T08:07:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "9393f6db783dbe7aba9b2a86b9ae5528ce4406e3",
"body": "…og-1w1)\n\nbd catchup --digest groups activity into feature arcs (branch-keyed;\ntrunk sessions grouped by dominant shared entity, leftovers in General)\nwith deterministic 2-3 line narratives extracted from real session\ncontent (first Problem + latest Final Status), deduped authors, top\nentities, atta\n[…]\ndigest section, LIFECYCLE.md state table + revive.\n\nCloses BeadsLog-1w1.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_011SpJXiabmgbPeLxY8v4fLv",
"is_bot": false,
"headline": "[feature] Catchup by-feature digest + ongoing lifecycle state (BeadsL…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-10T08:02:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9fbdbf8ce23c8282dfde9a6946478de13275c53b",
"body": "…BeadsLog-20g)\n\nFollow-up to BeadsLog-a2g: instead of no first entry, 'bd devlog\ninitialize' now writes a genesis devlog from a Go template\n(genesisTemplate, alongside indexTemplate) filled with real facts —\ndate, author (BD_ACTOR/git config), repo name, branch — and registers\nit in the index with a\n[…]\nosts, 0 incomplete; resume\nreturns the genesis. Regression test updated.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_011SpJXiabmgbPeLxY8v4fLv",
"is_bot": false,
"headline": "[feature] Genesis devlog: initialize generates a real first session (…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-10T07:22:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9e929bcf197f67f0ff4298627a512f3a3d0f0ec7",
"body": "devlog initialize seeded the index with a sample '[init] Setup' row\npointing at 2024-01-01_setup.md, a file that never exists — every new\nproject reported 1 ghost + 1 incomplete on first sync. Removed the\nsample row; an empty index table is now a friendly \"No sessions\nrecorded yet\" message instead o\n[…]\nVerified on a clean sandbox install: 0 sessions, 0 ghosts, 0 incomplete.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_011SpJXiabmgbPeLxY8v4fLv",
"is_bot": false,
"headline": "[fix] Fresh installs no longer start with a ghost (BeadsLog-a2g)",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-10T07:08:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "914164af29762376f1dbc878accfd2513ac10f08",
"body": "Clean-install verification in sandbox/ caught two gaps: merged variant\nspellings earned no bonus (only canonical names were matched), and\nhyphenated queries never matched because the tokenizer splits on '-'.\nsessionsLinkedToEntities now also matches entity_aliases and two extra\ncandidates: the raw q\n[…]\nrow\nwhose file never exists, so every fresh install starts with 1 ghost.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_011SpJXiabmgbPeLxY8v4fLv",
"is_bot": false,
"headline": "[fix] Entity bonus honors alias registry and hyphenated queries",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-10T06:47:51Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "abbc1d21b525b43d18151ecdb04da35608b6172a",
"body": "Extraction-time noise filtering:\n- Word-bound the kebab regex (\"Multi-layered\" can no longer yield \"ulti-layered\")\n- IsNoise() rejects short/numeric/malformed names and common-word phrase\n fragments (\"map it step\"); applied in the pipeline merge so regex, Ollama,\n and manual-arrow sources are all \n[…]\n deltas verified\npre-existing on pristine v0.54.0.\n\nCloses BeadsLog-6bq.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_011SpJXiabmgbPeLxY8v4fLv",
"is_bot": false,
"headline": "[feature] Batch 2: Graph trust + interactive HTML graph (BeadsLog-6bq)",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-10T06:18:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "337561d4300683673d2c8a9f101ba06aa4f980a5",
"body": "prune deleted ghosts from the DB but left their index rows, so the next\nsync re-ingested and resurrected them. prune now drops index rows whose\nlinked file is missing (skipping files that reappeared on disk) before\ndeleting from the DB, and reports both counts.\n\nNew regression test: prune + re-sync must leave zero ghosts.\n\nCloses BeadsLog-56r.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_011SpJXiabmgbPeLxY8v4fLv",
"is_bot": false,
"headline": "[fix] devlog prune removes dead _index.md rows (BeadsLog-56r)",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-10T05:20:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "1bc2959475c196edc2f1d177434d396b0a1e6cd7",
"body": "bd devlog prune removes ghosts from the DB but their _index.md rows\nre-created them on every sync. Removed the 7 rows pointing to deleted\ntest-artifact files so the prune sticks (ghosts now 0).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_011SpJXiabmgbPeLxY8v4fLv",
"is_bot": false,
"headline": "chore: purge dead index rows for pruned ghost sessions",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-10T05:09:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2628fde9fbc09f3f157beb22a4b13fdf9ac3ecaf",
"body": "…iation, devlog --json\n\n- Exclude ghost sessions (is_ghost=1) from resume, list, search, and catchup\n- devlog show explains ghosts and points at prune instead of raw OS error\n- devlog status counts unenriched sessions and only claims \"All memory\n optimized\" when nothing needs repair; adds memory-he\n[…]\n-czn. Analysis report: _rules/_analysis/2026-07-10_trust-layer-report.md\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_011SpJXiabmgbPeLxY8v4fLv",
"is_bot": false,
"headline": "[feature] Trust Layer: ghost-free reads, honest status, sync reconcil…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-07-09T23:34:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "550994d248e09b761bbafcf08d5a20951a4a2c04",
"body": null,
"is_bot": false,
"headline": "[release] v0.54.0: Comprehensive Devlog & Agent-Proofing Suite",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-06-02T20:09:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2af9572581dcf5c2b2d4395805008ee706d550ce",
"body": null,
"is_bot": false,
"headline": "[release] v0.53.2: Automated Catchup Prompt management",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-06-02T20:03:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3433fdbe92e7968a0deb81082e5df566ab021e45",
"body": null,
"is_bot": false,
"headline": "[release] v0.53.1: Add bd now command and update protocol",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-31T20:25:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f61f40cb5c5224a47d964ceac5412792fa25473a",
"body": "Updated all component versions:\n- bd CLI: 0.53.0 → 0.53.0\n- Plugin: 0.53.0 → 0.53.0\n- MCP server: 0.53.0 → 0.53.0\n- npm package: 0.53.0 → 0.53.0\n- Documentation: 0.53.0 → 0.53.0\n\nGenerated by scripts/bump-version.sh",
"is_bot": false,
"headline": "chore: Bump version to 0.53.0",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-30T22:45:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a4d5a2f4dc26850d61b8c5e5feedadf0a8da776",
"body": null,
"is_bot": false,
"headline": "chore: Finalize v0.53.0 release notes",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-30T22:45:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fe8929439662e1e8d3ae7bf381486271bb3b141",
"body": null,
"is_bot": false,
"headline": "chore: Unify all components to v0.53.0",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-30T22:44:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faae44c7c4d93ac47b028387032ed013e18e4404",
"body": null,
"is_bot": false,
"headline": "[feature] Add File Collision Check to devlog record",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-30T22:43:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f48bde1b347b06fc92447421265611beedab4ebd",
"body": "…traction",
"is_bot": false,
"headline": "[release] v0.52.2: Stricter Write-First workflow and Auto-Metadata Ex…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-30T12:51:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d101b80f7d976f3cb24fb62a37101be65db64dc9",
"body": null,
"is_bot": false,
"headline": "[release] v0.52.1: Alias Dry Run support",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-29T22:10:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "219139a0df557fb7e31e76c2a4a7bc661391bd83",
"body": null,
"is_bot": false,
"headline": "chore: Finalize Minor Release v0.52.0",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-29T21:48:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d86bbb2f5fb2934f3376bc847159d909e35a8ce2",
"body": "Updated all component versions:\n- bd CLI: 0.52.0 → 0.52.0\n- Plugin: 0.52.0 → 0.52.0\n- MCP server: 0.52.0 → 0.52.0\n- npm package: 0.52.0 → 0.52.0\n- Documentation: 0.52.0 → 0.52.0\n\nGenerated by scripts/bump-version.sh",
"is_bot": false,
"headline": "chore: Bump version to 0.52.0",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-29T21:48:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ceb1441e6e0ba82f0bbade2a587570bae8a38cee",
"body": null,
"is_bot": false,
"headline": "chore: Unify component versions to 0.52.0",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-29T21:47:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "760e0f5ff94817f1c1605ba375dbf10fc22ccdbf",
"body": null,
"is_bot": false,
"headline": "chore: Pre-release cleanup and changelog prep",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-29T21:46:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44456c2ba650baff1f16c574c3df84b3981ce6d8",
"body": null,
"is_bot": false,
"headline": "[release] v0.51.9: Fix catchup sliding window bug",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-29T21:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f5318bbf78968f6a731a2914558f9af5db485e4",
"body": null,
"is_bot": false,
"headline": "[release] v0.51.8: Incomplete visibility in status",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-29T20:57:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bef19fce7c71a5b49c10e7e3734c6341fd301fb9",
"body": null,
"is_bot": false,
"headline": "[release] v0.51.7: Casing Preservation and Path Discovery Fixes",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-29T20:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31d78ed142450fdf9f16eb92439829bdaff4f0d0",
"body": null,
"is_bot": false,
"headline": "[release] v0.51.6: Success Trap Preventions and Stub Detection",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-29T20:31:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbe8001530a2f15d154324cab9c0a5854f3b011f",
"body": null,
"is_bot": false,
"headline": "[release] v0.51.5: Devlog UX and Agent-Proofing Optimizations",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-29T20:25:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fa714e9f53e23641630bbd01a8a67169eca1e27",
"body": null,
"is_bot": false,
"headline": "[release] v0.51.4: Shared Alias Registry via .beads/aliases.jsonl",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-26T19:13:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "32e6ebe3593cb5d8a08b54dcbbe67334647de6ed",
"body": null,
"is_bot": false,
"headline": "[release] v0.51.3: Persistent Alias Registry and bd devlog unalias",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-25T23:40:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "17cb34f89e54a2018e588af4d8365d7d6b9fec12",
"body": null,
"is_bot": false,
"headline": "[release] v0.51.2: Fix missing database migration for entity_deps",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-25T23:25:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ee8b6b549ac08be7cdd8582e2f727cfd937b606",
"body": null,
"is_bot": false,
"headline": "[release] v0.51.1: Graph Hardening and Search UI Improvements",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-25T21:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba8d43b09087511063ee6288785e1988e4eeb26b",
"body": null,
"is_bot": false,
"headline": "[feature] Search UI: Metadata, Dates & Snippets (BeadsLog-a76.3)",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-25T20:59:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b1a7b6fe1ccb4ebf4434dc1c654afd46ca30f03a",
"body": null,
"is_bot": false,
"headline": "[feature] Phase 3: Git-Based History Recovery (BeadsLog-6t1.3)",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-25T20:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6e2b49687b53923bb416543d1d63ed99d4e392e",
"body": "…1.1)",
"is_bot": false,
"headline": "[fix] Phase 1: Noise Reduction & Explicit Edge Promotion (BeadsLog-6t…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-25T20:48:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0f065bb3b76a8267045d8f420f192a1522421c2",
"body": null,
"is_bot": false,
"headline": "[feature] Implement Graph Aliasing & Discovery (BeadsLog-6t1.4)",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-25T20:32:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3fc537ca0ac54d78b940cf8b514d95f4ffed37a7",
"body": null,
"is_bot": false,
"headline": "docs: update plan to include opportunistic hinting for entity aliasing",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-25T20:25:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbb039c6ca1b1c079c87a3ba597acd882d016b9f",
"body": null,
"is_bot": false,
"headline": "docs: revise extraction hardening roadmap based on counselor feedback",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-24T22:04:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f28cf4b0ca8cf0ff972419fafa3bbde00ae60d77",
"body": null,
"is_bot": false,
"headline": "docs: add extraction pipeline hardening report for counselor agent",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-24T21:48:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2e80f052771534b9415b21160febfe362bf3f25",
"body": null,
"is_bot": false,
"headline": "docs: update command reference with new features and link from README",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-23T00:26:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86e848fa241a80b0f0d04286d0d48e0b1d380862",
"body": null,
"is_bot": false,
"headline": "docs: simplify human commands and expand agent workflow details",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-22T23:08:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7d15ae92a8adadc19724e558d7bcf8f7ad06cab",
"body": null,
"is_bot": false,
"headline": "docs: finalize README with use case and workflow tables",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-22T23:05:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b2439d422e9176de60f5c31fda9eef2c9ae90e3",
"body": null,
"is_bot": false,
"headline": "docs: streamline README and document catchup and lifecycle states",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-22T22:43:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "862502f7c256a43c8f2f300472c614e953ee9852",
"body": null,
"is_bot": false,
"headline": "feat: added bd upgrade check for automatic tool updates",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-22T22:25:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca2bcacc889deb87eefd9d57dfa86861b5b1060e",
"body": null,
"is_bot": false,
"headline": "fix: bump CurrentVersion to 0.51.0",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-22T22:19:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c3379dea9df958a8a673cf6f56e5c8c22e863e4",
"body": "Updated all component versions:\n- bd CLI: 0.50.0 → 0.51.0\n- Plugin: 0.50.0 → 0.51.0\n- MCP server: 0.50.0 → 0.51.0\n- npm package: 0.50.0 → 0.51.0\n- Documentation: 0.50.0 → 0.51.0\n\nGenerated by scripts/bump-version.sh",
"is_bot": false,
"headline": "chore: Bump version to 0.51.0",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-22T20:25:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7273c2633d309e5823256c62e453b5c35fab5401",
"body": null,
"is_bot": false,
"headline": "feat: include author in catchup feed and group by team member in prompt",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-22T12:44:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4749324565e1ceccc301f0a82755ac90b5cc19cd",
"body": null,
"is_bot": false,
"headline": "fix: enforce file existence in bd devlog record",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-22T02:27:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc8c095c02aeb9e14acf52355748c2e918571f64",
"body": null,
"is_bot": false,
"headline": "chore: release 0.50.0",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-21T21:26:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea79fc35b40bad995439cab7cc609001dc3883c7",
"body": "…ged files check",
"is_bot": false,
"headline": "fix: allow internal/changelog/changelog.go in bump-version.sh pre-sta…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-21T21:25:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bca6e7c2eae2fd7d30a9fbb1c550d2d40fbfe6e",
"body": null,
"is_bot": false,
"headline": "feat: project catchup and automated release orchestrator",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-21T21:19:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "342a09ec3ba2a193a9c4a98e75f0b34f75a4b2c6",
"body": null,
"is_bot": false,
"headline": "feat: tool changelog and project catchup mechanism",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-19T18:30:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f986e2bd9bdaeee20a8ecb3797be99cab044b6aa",
"body": null,
"is_bot": false,
"headline": "feat: devlog lifecycle branch state (active/paused/abandoned)",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-19T07:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "741afa6ad1eecff1e94191690ee7635461790fb5",
"body": null,
"is_bot": false,
"headline": "feat: merge Intelligence Layer Evolution and Tuning",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-10T19:44:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f3959e3b032a9d4bf0ca0b6f744d085b60c21f1",
"body": null,
"is_bot": false,
"headline": "feat: intelligence layer tuning - added agent guidance hints",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-10T19:43:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f59b086998f94b2cf05a4d54009a0ebaa265ed7e",
"body": "…king, and ID stability",
"is_bot": false,
"headline": "feat: intelligence layer tuning - fuzzy path, degree-based entity ran…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-10T19:06:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7246438b7a39efc29718451627ff10071a81a4e",
"body": null,
"is_bot": false,
"headline": "feat: intelligence layer - added list previews and closed epic",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-09T21:29:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa8225bb96c07b81c368b0151bd2da2df5a94800",
"body": "… docs",
"is_bot": false,
"headline": "feat: intelligence layer polish - normalized scoring UI and finalized…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-09T21:19:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b66a78ea53f13b32bf4c16ba743d0d60e0fbccf0",
"body": "…rotocol updates",
"is_bot": false,
"headline": "feat: finalize intelligence layer - pathfinding, enriched help, and p…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-09T21:06:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea5cf505ba56d4377c9d2b31933dfa0d6b40fa2a",
"body": null,
"is_bot": false,
"headline": "test: E2E verification of intelligence layer features",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-09T21:00:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2f88099589c789d45f976670ebb4fd3f225ec96",
"body": "…, and ghost management",
"is_bot": false,
"headline": "feat: intelligence layer - hybrid FTS5 search, co-occurrence graphing…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-09T20:56:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e127b4bfed6600e960db2deb92c7fdd3d5111e6c",
"body": null,
"is_bot": false,
"headline": "feat: devlog attribution pseudonyms and branch tracking context",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-05-05T03:18:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24b4e33c1bb7c613d88a05f3dac3f404c0d3056f",
"body": null,
"is_bot": false,
"headline": "fix: make show and sync commands resilient to polluted devlog paths",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-04-23T14:38:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cbc2fc3f54899d458b47f62d971410d80f1d157",
"body": "… --fix",
"is_bot": false,
"headline": "fix: implement path normalization and database sanitization in verify…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-04-23T02:26:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "268ee077b3ab417c85e20864e16a92c0b9fc9015",
"body": null,
"is_bot": false,
"headline": "fix: resolve double-path in record and update agent protocol wording",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-04-22T22:37:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e2dd47492d401bb3a740b8e6a0edd7c814c5d0a",
"body": null,
"is_bot": false,
"headline": "docs: add missing devlog for interactive ollama selection",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-04-22T20:46:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77a98a8c3a014edfe45e9971b06f565a590b7680",
"body": null,
"is_bot": false,
"headline": "chore: cleanup completed and redundant issues, remove _GSD",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-04-22T20:46:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24513b3cb5c5154ba04fd206b29329a8e43d7388",
"body": null,
"is_bot": false,
"headline": "merge: devlog time precision and dual attribution enhancement",
"author_name": "Cam",
"author_login": null,
"committed_at": "2026-03-28T20:04:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffd22680afa9ad6704948e9b31f2da796d593cd4",
"body": "…tribution",
"is_bot": false,
"headline": "docs: update devlog documentation for high-precision time and dual at…",
"author_name": "Cam",
"author_login": null,
"committed_at": "2026-03-28T20:04:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "789383e4647fbc4ec9fed80eb1234dfc4bc2763e",
"body": null,
"is_bot": false,
"headline": "fix: make init and devlog initialize upgrade-aware",
"author_name": "Cam",
"author_login": null,
"committed_at": "2026-03-28T19:35:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ed711859fa1d084b31b1a2d37de7e4ca6af3ac3",
"body": null,
"is_bot": false,
"headline": "test: add E2E validation for dual attribution and 6-column migration",
"author_name": "Cam",
"author_login": null,
"committed_at": "2026-03-28T13:14:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e04636f949d2b3a033557dd3770bc0378c3facdb",
"body": null,
"is_bot": false,
"headline": "feat: implement dual author/agent attribution for devlogs",
"author_name": "Cam",
"author_login": null,
"committed_at": "2026-03-28T13:13:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4165f5626bbf831ffb1dc7d2b278c3bfc4f5d4f",
"body": null,
"is_bot": false,
"headline": "chore: finalize devlog enhancement implementation and close issues",
"author_name": "Cam",
"author_login": null,
"committed_at": "2026-03-27T22:44:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf6a542a042c66aa5954a9926ad711a94747b8b7",
"body": null,
"is_bot": false,
"headline": "feat: implement devlog author attribution and automated recording",
"author_name": "Cam",
"author_login": null,
"committed_at": "2026-03-27T22:28:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93f3ba7a6f376ae0b8a68e031b46e8e195872e87",
"body": "…and automated recording",
"is_bot": false,
"headline": "feat: analyze and plan devlog enhancement with author/time precision …",
"author_name": "Cam",
"author_login": null,
"committed_at": "2026-03-27T21:30:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d497cf0743cce85ded2872285ff53b876a06b72a",
"body": "…n bd init",
"is_bot": false,
"headline": "feat: interactive Ollama model selection and progressive disclosure i…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-03-06T13:05:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5f6781eca3f8bb7ac9dbf76d4b0930108d136f62",
"body": null,
"is_bot": false,
"headline": "chore: sync beads state and prepare for merge to main",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-03-03T23:28:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3142fbc7d65b8d97d3cc8e0522b9732bb453aca",
"body": "…tion",
"is_bot": false,
"headline": "feat(eval): high-fidelity result capture and parallel runner finaliza…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-02-13T00:32:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc4cb3f5c43cd51c1ba5430324820a8caba30201",
"body": null,
"is_bot": false,
"headline": "feat(eval): increase tool result logging limit to 5000 chars",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-02-12T23:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5d8c4695993ed51aee958aeeaa3cdebed752a58",
"body": null,
"is_bot": false,
"headline": "docs(eval): update documentation for parallelization and total isolation",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-02-12T22:36:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72e3ed83bc11f2ab13f05a9139964059efedfc31",
"body": null,
"is_bot": false,
"headline": "feat(eval): parallelize A/B/C runs and optimize with pre-hydration",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-02-12T22:15:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b514e727609ab850a83051c39a773c73b24620e",
"body": null,
"is_bot": false,
"headline": "feat(eval): finalize tool result logging and report metrics",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-02-12T01:06:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3214061de85ed8c887bcba75436830ef64d87431",
"body": null,
"is_bot": false,
"headline": "feat(eval): finalize tool output logging and efficiency matrix",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-02-12T00:39:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "809b5c467cdfc5764bf1fd63554ca27e5ad9fdf9",
"body": "…napshots",
"is_bot": false,
"headline": "feat(eval): bulletproof isolation with fresh git init and invisible s…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-02-12T00:12:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9265a4a4fa3cfa6ccec29ebec8254cf01e09a60",
"body": null,
"is_bot": false,
"headline": "feat(eval): implement full environment isolation and safety protocols",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-02-10T21:46:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a5bf16c227ea30bfd066275ef41de9a1516892a",
"body": null,
"is_bot": false,
"headline": "feat(eval): implement self-healing initialization and safe parallelism",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-02-10T21:17:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d9e05263fb50cfe42409cfc1310ec227dc7197b",
"body": "…d project-aware isolation",
"is_bot": false,
"headline": "feat(eval): finalize A/B/C/Base harness with strict sequence logic an…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-02-10T18:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7020e26e7547f9e99c276f44b9a8ff7265d32d9d",
"body": "… phases",
"is_bot": false,
"headline": "feat(eval): refine A/B/C harness with Base reference and strict logic…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-02-10T17:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcdfee0abf050e0e785b4d7a3697b50a3681d699",
"body": "…solation (3l0)",
"is_bot": false,
"headline": "feat(eval): implement self-healing initialization and project-aware i…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-02-10T16:53:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc5fa42a6c6f614169bf271690b1cd34c1bcfce0",
"body": "…ical archiving",
"is_bot": false,
"headline": "feat(eval): finalized A/B/C harness with descriptive logic and histor…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-02-10T11:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c141cb1e4b26f9814a6ea4cca37df9680819e59f",
"body": "…om stashing",
"is_bot": false,
"headline": "feat(eval): protect refined A/B/C harness and historical reporting fr…",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-02-10T11:13:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dbdd031dcae1583766dfda366513252754aa4df",
"body": null,
"is_bot": false,
"headline": "docs(analysis): concatenated history of last 5 devlogs",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-02-10T01:08:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "027a1b8bf515e827553ad901cf88b07dca0ea6a3",
"body": null,
"is_bot": false,
"headline": "docs(analysis): consolidate eval harness evolution and loop resolution",
"author_name": "untoldecay",
"author_login": "untoldecay",
"committed_at": "2026-02-10T00:14:38Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 4999,
"latest_release_at": "2026-07-19T22:53:38Z",
"latest_release_tag": "v0.55.1",
"releases_from_tags": true,
"days_since_last_push": 7,
"active_weeks_last_year": 28,
"days_since_latest_release": 7,
"mean_days_between_releases": 9.8
},
"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": [
{
"name": "github.com/untoldecay/BeadsLog",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/untoldecay/BeadsLog",
"is_deprecated": false,
"latest_version": "v0.55.1",
"repository_url": "https://github.com/untoldecay/BeadsLog",
"versions_count": 7,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-19T22:53:38Z",
"latest_version_yanked": null,
"days_since_latest_publish": 7
},
{
"name": "@beads/bd",
"exists": true,
"license": "MIT",
"keywords": [
"issue-tracker",
"dependency-tracking",
"ai-agent",
"coding-agent",
"claude",
"sqlite",
"git",
"project-management"
],
"ecosystem": "npm",
"matches_repo": false,
"registry_url": "https://www.npmjs.com/package/@beads/bd",
"is_deprecated": false,
"latest_version": "1.1.2",
"repository_url": "https://github.com/gastownhall/beads",
"versions_count": 69,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 23451,
"first_published_at": "2025-11-03T18:39:03.362000Z",
"latest_published_at": "2026-07-26T18:15:10.923000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": true,
"example_dirs": [
"examples",
"recipes"
],
"has_llms_txt": true,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": true,
"typecheck_configs": [
"integrations/beads-mcp/src/beads_mcp/py.typed",
"website/tsconfig.json"
],
"toolchain_manifests": [
"examples/bd-example-extension-go/go.mod",
"examples/library-usage/go.mod",
"examples/monitor-webui/go.mod",
"go.mod"
],
"largest_source_bytes": 107055,
"source_files_sampled": 835,
"oversized_source_files": 7,
"agent_instruction_files": [
".cursorrules",
".github/copilot-instructions.md",
"AGENT.md",
"AGENTS.md",
"CLAUDE.md",
"GEMINI.md",
"_LEGACY/beads-legacy/AGENTS.md",
"_LEGACY/beads-legacy/claude-plugin/skills/beads/CLAUDE.md",
"_LEGACY/beads-legacy/claude-plugin/skills/beads/resources/AGENTS.md",
"claude-plugin/skills/beads/CLAUDE.md",
"claude-plugin/skills/beads/resources/AGENTS.md",
"cmd/bd/AGENTS.md",
"docs/CLAUDE.md"
],
"agent_instruction_max_bytes": 4133
},
"dependencies": {
"manifests": [
"go.mod",
"npm-package/package.json",
"website/package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go",
"npm"
],
"dependencies": [
{
"name": "github.com/BurntSushi/toml",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/anthropics/anthropic-sdk-go",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.19.0"
},
{
"name": "github.com/charmbracelet/bubbles",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.21.1-0.20250623103423-23b8fd6302d7"
},
{
"name": "github.com/charmbracelet/bubbletea",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.6"
},
{
"name": "github.com/charmbracelet/glamour",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.9.1"
},
{
"name": "github.com/charmbracelet/huh",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.8.0"
},
{
"name": "github.com/charmbracelet/lipgloss",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/fsnotify/fsnotify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.9.0"
},
{
"name": "github.com/gofrs/flock",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.13.0"
},
{
"name": "github.com/mattn/go-sqlite3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.14.24"
},
{
"name": "github.com/muesli/termenv",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.16.0"
},
{
"name": "github.com/ncruces/go-sqlite3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.30.4"
},
{
"name": "github.com/olebedev/when",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/ollama/ollama",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.15.1"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "github.com/spf13/viper",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.21.0"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "github.com/tetratelabs/wazero",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.0"
},
{
"name": "golang.org/x/mod",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.31.0"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.40.0"
},
{
"name": "golang.org/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.39.0"
},
{
"name": "gopkg.in/natefinch/lumberjack.v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.2.1"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "rsc.io/script",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.2"
},
{
"name": "@docusaurus/core",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "3.9.2"
},
{
"name": "@docusaurus/preset-classic",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "3.9.2"
},
{
"name": "@docusaurus/theme-mermaid",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^3.9.2"
},
{
"name": "@mdx-js/react",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^3.0.0"
},
{
"name": "clsx",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^2.0.0"
},
{
"name": "prism-react-renderer",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^2.3.0"
},
{
"name": "react",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^18.3.1"
},
{
"name": "react-dom",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^18.3.1"
}
],
"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": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "steveyegge",
"commits": 2337,
"avatar_url": "https://avatars.githubusercontent.com/u/613744?v=4"
},
{
"type": "User",
"login": "untoldecay",
"commits": 252,
"avatar_url": "https://avatars.githubusercontent.com/u/3968398?v=4"
},
{
"type": "User",
"login": "maphew",
"commits": 63,
"avatar_url": "https://avatars.githubusercontent.com/u/486200?v=4"
},
{
"type": "User",
"login": "cpdata",
"commits": 35,
"avatar_url": "https://avatars.githubusercontent.com/u/8572939?v=4"
},
{
"type": "User",
"login": "rsnodgrass",
"commits": 34,
"avatar_url": "https://avatars.githubusercontent.com/u/2199132?v=4"
},
{
"type": "User",
"login": "jordanhubbard",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/5066252?v=4"
},
{
"type": "User",
"login": "peterkc",
"commits": 22,
"avatar_url": "https://avatars.githubusercontent.com/u/1138857?v=4"
},
{
"type": "User",
"login": "mhw-at-yg",
"commits": 18,
"avatar_url": "https://avatars.githubusercontent.com/u/27239911?v=4"
},
{
"type": "User",
"login": "tmc",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/3977?v=4"
},
{
"type": "User",
"login": "v4rgas",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/66626747?v=4"
}
],
"contributors_sampled": 99,
"top_contributor_share": 0.783
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [
"go.sum",
"package-lock.json",
"uv.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 26 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "161 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "3d901416d3ad3bb6d15dcd4afffcc0b59c08b161",
"ran_at": "2026-07-27T18:54:42Z",
"aggregate_score": 4.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-19T23:03:51Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/untoldecay/BeadsLog",
"host": "github.com",
"name": "BeadsLog",
"owner": "untoldecay"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 47,
"vitality": 85,
"community": 12,
"governance": 41,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 85,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"commits_last_year": 4999,
"human_commit_share": 1,
"days_since_last_push": 7,
"active_weeks_last_year": 28
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "28/52 weeks with commits",
"points": 19.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 28
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "4999 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 4999
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 7,
"latest_release_tag": "v0.55.1",
"releases_from_tags": true,
"days_since_latest_release": 7,
"mean_days_between_releases": 9.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 7 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 7
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~9.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 9.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 7,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 7 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 7
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 12,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "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": "at_risk",
"name": "Sustainability & Governance",
"value": 41,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 37,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 99,
"top_contributor_share": 0.783
},
"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 78% of commits",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 78
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "99 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 99
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 26 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 37,
"inputs": {
"followers": 2,
"owner_type": "User",
"is_verified": null,
"owner_login": "untoldecay",
"public_repos": 3,
"account_age_days": 4871
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "2 followers of untoldecay",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "untoldecay"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~13 yr old",
"points": 16.4,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/untoldecay/BeadsLog"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 7
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 7 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 7
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "7 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 7
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 65,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 92,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "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": "at_risk",
"name": "Security",
"value": 47,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 47,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 26 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow 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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "161 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": 11
},
"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": 89,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"has_llms_txt": true,
"legible_history_share": 0.81,
"agent_instruction_files": [
".cursorrules",
".github/copilot-instructions.md",
"AGENT.md",
"AGENTS.md",
"CLAUDE.md",
"GEMINI.md",
"_LEGACY/beads-legacy/AGENTS.md",
"_LEGACY/beads-legacy/claude-plugin/skills/beads/CLAUDE.md",
"_LEGACY/beads-legacy/claude-plugin/skills/beads/resources/AGENTS.md",
"claude-plugin/skills/beads/CLAUDE.md",
"claude-plugin/skills/beads/resources/AGENTS.md",
"cmd/bd/AGENTS.md",
"docs/CLAUDE.md"
],
"agent_instruction_max_bytes": 4133
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".cursorrules, .github/copilot-instructions.md, AGENT.md, AGENTS.md, CLAUDE.md, GEMINI.md, _LEGACY/beads-legacy/AGENTS.md, _LEGACY/beads-legacy/claude-plugin/skills/beads/CLAUDE.md, _LEGACY/beads-legacy/claude-plugin/skills/beads/resources/AGENTS.md, claude-plugin/skills/beads/CLAUDE.md, claude-plugin/skills/beads/resources/AGENTS.md, cmd/bd/AGENTS.md, docs/CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".cursorrules, .github/copilot-instructions.md, AGENT.md, AGENTS.md, CLAUDE.md, GEMINI.md, _LEGACY/beads-legacy/AGENTS.md, _LEGACY/beads-legacy/claude-plugin/skills/beads/CLAUDE.md, _LEGACY/beads-legacy/claude-plugin/skills/beads/resources/AGENTS.md, claude-plugin/skills/beads/CLAUDE.md, claude-plugin/skills/beads/resources/AGENTS.md, cmd/bd/AGENTS.md, docs/CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": "llms.txt present",
"points": 15,
"status": "met",
"details": [
{
"code": "llms_txt_present",
"params": {}
}
],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "81 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 81,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 87,
"inputs": {
"has_nix": true,
"has_tests": true,
"lockfiles": [
"go.sum",
"package-lock.json",
"uv.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": true,
"has_linter_config": true,
"typecheck_configs": [
"integrations/beads-mcp/src/beads_mcp/py.typed",
"website/tsconfig.json"
],
"agent_commit_share": 0.15,
"toolchain_manifests": [
"examples/bd-example-extension-go/go.mod",
"examples/library-usage/go.mod",
"examples/monitor-webui/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "integrations/beads-mcp/src/beads_mcp/py.typed, website/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "integrations/beads-mcp/src/beads_mcp/py.typed, website/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "devcontainer, Nix, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer, Nix, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "15 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 15,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "dependency automation configured, none observed in the sampled commits",
"points": 5,
"status": "partial",
"details": [
{
"code": "dependency_bot_config_only",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 107055,
"source_files_sampled": 835,
"oversized_source_files": 7
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "7/835 source files over 60KB",
"points": 54.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 835,
"oversized": 7
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "moderate",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"example_dirs": [
"examples",
"recipes"
],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples, recipes",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples, recipes"
}
}
],
"max_points": 40
}
]
}
],
"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",
"npm package '@beads/bd' points at a different repository (https://github.com/gastownhall/beads); excluded from ecosystem scoring",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T18:54:59.203054Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/u/untoldecay/BeadsLog.svg",
"full_name": "untoldecay/BeadsLog",
"license_state": "standard",
"license_spdx": "MIT"
}