Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 11552,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 9943398,
"CSS": 873,
"MDX": 15578,
"Shell": 37676,
"Makefile": 1582,
"JavaScript": 11795,
"TypeScript": 281
},
"pushed_at": "2026-07-20T10:32:23Z",
"created_at": "2026-04-28T14:47:24Z",
"owner_type": "User",
"updated_at": "2026-07-20T08:25:56Z",
"description": "A lightweight, local-first terminal coding agent. Low resource usage, reliable long sessions, flexible model orchestration, Vim-like navigation, multi-agent collaboration, and a headless mode for remote control — designed to make AI coding feel calm and predictable.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "https://keakon.top",
"name": null,
"type": "User",
"login": "keakon",
"company": null,
"location": "China",
"followers": 103,
"avatar_url": "https://avatars.githubusercontent.com/u/1155229?v=4",
"created_at": "2011-10-27T09:21:11Z",
"is_verified": null,
"public_repos": 41,
"account_age_days": 5389
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2026-07-20T10:35:24Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-07-08T02:25:57Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-06-28T16:25:18Z"
},
{
"tag": "v0.6.3",
"kind": "patch",
"published_at": "2026-06-04T18:04:54Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2026-06-02T12:58:59Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-06-01T10:17:01Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-05-19T19:39:16Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2026-05-11T13:57:10Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2026-05-10T18:36:52Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-05-09T07:23:08Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-05-08T04:35:59Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-05-07T01:07:15Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-05-06T18:54:43Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-05-05T03:28:08Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-04-28T17:25:32Z"
}
],
"recent_commits": [
{
"oid": "48e0f26e8213bb3863dbba8e2a8988082750a6c5",
"body": null,
"is_bot": false,
"headline": "chore: prepare v0.7.2 release",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-20T07:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5c388960df53b376159478539a75025601244cc",
"body": null,
"is_bot": false,
"headline": "fix(llm): preserve provider reasoning across tool rounds",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-20T07:30:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af001884c52e5982189679575c1251c4c1c3ac72",
"body": "…ounds\n\nAdd the missing Unreleased entries for the TUI batch: PgUp/PgDown\ntranscript paging in Insert mode, Ctrl+C acting as Esc in overlays and\ndialogs — including the changed confirm sub-states (done-report deny\nreason, argument editing) — the error-card hint to the error panel,\nmode-aware welcome hints, and bounded, deduplicated toasts.",
"is_bot": false,
"headline": "docs(changelog): record insert paging, overlay dismissal, and toast b…",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T04:13:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7193a5449fc7ae8c70eed8226dbed17f8406c1a",
"body": "rewriteMailboxLog encoded each message straight to the file while the ack\ncompaction next to it already wrote through bufio; give the message log\nthe same buffered writer.",
"is_bot": false,
"headline": "chore(agent): buffer compacted mailbox log writes",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T04:13:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d88348a95abfefa01de77ba5e6eab98e86a92ef",
"body": "The releaseSubAgentSlot / file-lock / spawned-process cleanup ahead of\nparkSubAgent reads as redundant with the same calls inside park, but park\nrefuses while the just-cancelled turn still has an LLM request or queued\ninput in flight, and this block is the only cleanup on that refusal path.\nRecord the constraint so the block is not simplified away.",
"is_bot": false,
"headline": "docs(agent): note why subtree cancel cleans up before parking",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T04:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e624df78358a90b06007e2fafbeae4d794822377",
"body": "The alias forwarded to signalEventSpace unchanged while its Locked suffix\nimplied an eventMu requirement the function never had; call the real\nfunction at both pop sites.",
"is_bot": false,
"headline": "chore(agent): drop signalEventSpaceLocked alias",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T04:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "279ed0b78995e214043aa12a2b105362b0d2d895",
"body": "noteCacheExpectation re-hashed every message and re-estimated every token\ncount on each request just to fingerprint the outgoing prompt, repeating\nthe full-conversation scan the stable-surface bookkeeping had already\neliminated elsewhere. Keep a shallow copy of the sent messages in the\nper-ref recor\n[…]\nshape hash and the token estimate read, so equivalence implies\nidentical values. Append-only steady state now hashes only the new tail,\nand a byte-identical resend reuses the previous slices outright.",
"is_bot": false,
"headline": "perf(agent): reuse cache expectation shapes incrementally",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T04:12:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "edaf7bccc8186a4bb22d9582feed67370f2e74fc",
"body": null,
"is_bot": false,
"headline": "ci: enforce pinned modernize checks",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f45abeb87161c56cfdbcd3727c9d6bccfdfb16e3",
"body": null,
"is_bot": false,
"headline": "style: modernize Go code",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bfccd186b69423fdae35d0d0a50a689bb6215ef7",
"body": null,
"is_bot": false,
"headline": "docs(lsp): document gopls modernize settings",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f400179cce21970709dc38112a268bfa94016929",
"body": "…ensity\n\n- Move the compaction/reduction section out of configuration.md into a new\n bilingual context-management page with subsection structure; keep anchor\n slugs stable and update all cross-links.\n- Condense changelog-style detail in tools.md (long-text control tools, lsp\n card) and the thinki\n[…]\nell to a link.\n- Rename the awkward \"Thinking bilingual appended translation\" heading.\n- Add missing context-management and model-configs links to the README\n reference lists and the website sidebar.",
"is_bot": false,
"headline": "docs: split context management into its own page and trim reference d…",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0d6ad82f44b8b4e3b624e1d9859fb6513ca6cbf9",
"body": null,
"is_bot": false,
"headline": "chore(agent): drop unused contextProtectReasonNone constant",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c3e2ae02a5d7ac7c18bb729e1ad6af183294ceb",
"body": "…ing, and batched reductions",
"is_bot": false,
"headline": "docs(changelog): record cache attribution telemetry, cache-aware rout…",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9059d5268c1587243e3bac83e77c1f21df8a9ccc",
"body": "The stable reduction surface now survives across turns, validated by shape\ncompatibility instead of turn identity, so reduced markers stay byte-stable\nat turn boundaries. Reductions that would rewrite already-sent prefix bytes\nare collected as proposals and deferred: rewriting position p re-bills th\n[…]\nthresholds were rewritten near the front of the conversation, replacing\nhundreds of small cache-breaking rewrites per session with a handful of\nbatched flushes at moments the cache is already invalid.",
"is_bot": false,
"headline": "perf(agent): batch boundary context reductions to preserve prompt cache",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "35b8a9bc33d6c2af7c268b26179a293c3fac116b",
"body": "Client.SetCandidateScorer lets the agent reorder fallback candidates that\nserve the same model by effective input price: nominal price discounted by\nthe observed rolling cache hit rate, with a 90% warmth floor for refs used\nwithin the last ten minutes. Cross-model order stays exactly as configured\nso the quality/capacity fallback chain is never disturbed.\n\nMeasured hit rates across relay providers ranged 40%-94% for identical\nclient behavior, a near-2x effective price spread at equal list price.",
"is_bot": false,
"headline": "feat(llm): rank interchangeable fallback providers by cache-aware score",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5c7bbd8922f6c4458984b4ed6faac178efd6b34",
"body": "Each main-agent chat usage event now records, against the previous request\nsent to the same provider/model ref, the expected cacheable tokens, the\nearliest prefix divergence index, and whether the change was an append or\nan in-place rewrite. A per-ref rolling, input-weighted cache hit tracker\naccumu\n[…]\n large low-hit calls had a\nbyte-identical prefix (provider-side cache loss) while only 9% shrank\n(client-side reduction rewrites); this telemetry makes that attribution\ncontinuous instead of forensic.",
"is_bot": false,
"headline": "feat(agent): attribute prompt-cache misses in usage telemetry",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5cd38f9075c675ebe088b4b615c541692e444a7a",
"body": null,
"is_bot": false,
"headline": "feat(agent): observe emergency runtime bypass usage",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba312c5a3c35f5b6865550b5d1068fbcb4a6fcc2",
"body": null,
"is_bot": false,
"headline": "fix(agent): make subagent resume delivery atomic",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7de1aadc6c9ab90d4bcdd9935157434ccf7bf75",
"body": null,
"is_bot": false,
"headline": "fix(tui): bound and deduplicate toast notifications",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96dd4ae08a38530127cb2dfe54f09791e66ed0c5",
"body": "…and root gitignore fix",
"is_bot": false,
"headline": "docs(changelog): record grep parallel scan, reduction-surface reuse, …",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4db114bb246cae74efe4a1322e33b5cbddd6f85",
"body": "Measured switching the five provider request-marshal sites to sonic\nConfigStd: on Go 1.26's jsonv2-backed stdlib a ~1.7MB conversation body\nmarshals in 1.57ms/1.75MB/6 allocs with encoding/json vs\n1.85ms/9.6MB/30 allocs with sonic. Sonic stays for the decode hot paths;\nnote this so the marshal side is not \"optimized\" backwards later.",
"is_bot": false,
"headline": "docs(llm): record why request bodies stay on encoding/json",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2191451a8039d0cb2f3f4c54336bbbdd75bb59e6",
"body": "The walk stays sequential (gitignore, includes, and broad-search guard are\nsingle-threaded state) while candidate files are scanned by up to\nmin(GOMAXPROCS, 8) workers. Results merge strictly in walk order and all\nmatch-count/byte budgets are applied at merge time, so output, ordering,\nand truncatio\n[…]\n-match full scan), and 54ms to 12ms (includes-filtered);\nbudget-limited searches that already terminated early are unchanged. Also\nadds an end-to-end regression test for the search-root gitignore fix.",
"is_bot": false,
"headline": "perf(tools): scan grep candidate files in parallel",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "37a87df4cdfd41e95e122747b73b9ed99f57a7c7",
"body": "A .gitignore that hides dotfiles with \".*\" matched the literal \".\" that\nthe grep walker passes for the search root, so the entire walk was skipped\nand every root-scoped search reported no matches. Mirror git semantics:\nignore rules apply to entries inside the tree, never to the root.",
"is_bot": false,
"headline": "fix(tools): never apply gitignore rules to the search root itself",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05c9545b7b429748e8d1f7884fff20ec47aa7a9b",
"body": "…nd restore fixes",
"is_bot": false,
"headline": "docs(changelog): record permission targeting, orchestration limits, a…",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f1471b1879a3ae625ee4edd18b578d1fa4d80c5",
"body": "Per-request surface bookkeeping cost more than the full reduction scan it\nwas meant to avoid: stableReductionSurfaceCandidate deep-cloned the whole\nsurface up front, reuseStableReductionPrefix cloned every prefix message\ntwice, and every request re-hashed all message content (SHA-256 over a\nfresh []\n[…]\n4MB per request. The new BenchmarkPrepareMessagesForLLMStable-\nPrefixReuse exercises the real fast path: 1.38ms/3.5MB/4.1k allocs vs the\n4.9ms cold scan. Adds a comparator/shape-hash consistency test.",
"is_bot": false,
"headline": "perf(agent): cut stable reduction surface bookkeeping allocations",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1a3cafb68daf8b63d895d45fa3b51150626e47b6",
"body": "repairAdjacentOutOfOrderToolResults allocated a full copy of every message\nlist even when no block needed moving, which is the common case. Allocate\nlazily on the first move only, and add CountDroppedOrphanToolResults so\ncallers that only need the drop count (request-surface reuse checks) skip\nthe repaired-copy allocation entirely.",
"is_bot": false,
"headline": "perf(message): make adjacent tool-result repair copy-on-write",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc6c9af9cba45241e896abe84167af2a0ba4b7f4",
"body": null,
"is_bot": false,
"headline": "docs(keybindings): document insert paging and Ctrl+C overlay dismissal",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "386b7af812a4946aead5c281687c3608e947d61a",
"body": "Error cards show only the error text; the structured details (provider,\nmodel, masked key, status code, retry history) live in the Ctrl+E error\npanel, which nothing advertised. Append a dim hint line to error cards.",
"is_bot": false,
"headline": "feat(tui): point error cards at the error panel",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ab16354f5e332a800b1eee8e795154d42fc8ca6",
"body": "Glancing back at earlier output previously required leaving Insert mode\nor using the mouse wheel. Bind PgUp/PgDown (new insert_page_up /\ninsert_page_down keymap actions) to full-page transcript scrolling,\nsharing the Normal-mode paging logic including the deferred startup\ntranscript window. This intentionally shadows the textarea's own\npgup/pgdown cursor paging: the input box is height-clamped to a few\nlines, so in-input paging was nearly useless.",
"is_bot": false,
"headline": "feat(tui): page the transcript with PgUp/PgDown in insert mode",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1142f8df57d280644846b4ca7ba4d7494784148",
"body": "shortHelp was always the empty string since the short-help feature was\nremoved; drop the leftover branches.",
"is_bot": false,
"headline": "chore(tui): remove dead status bar shortHelp code",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27e7a881f7ee7a0ee7541e0b523d1ea662ef18e8",
"body": "Ctrl+C already closed the selector and stats overlays but fell through\nto the quit sequence in Help, Directory, ContentViewer, ImageViewer,\nHandoffSelect, Rules, and SessionDeleteConfirm. Close those like Esc\ntoo, so quit is only ever initiated from the top-level Insert/Normal\nmodes.",
"is_bot": false,
"headline": "feat(tui): dismiss overlays with Ctrl+C instead of starting quit",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02b7bc691d73c8d0d9aa824f33016f9a3dd7f597",
"body": "The TUI starts in Insert mode, where the old \"Press ? for help\" hint\njust typed a character. Show insert-specific hints (enter to send, esc\nfor normal mode) until the user leaves Insert mode, and pick the text\npaste hint per platform (cmd+v on macOS, ctrl+shift+v elsewhere).",
"is_bot": false,
"headline": "fix(tui): make welcome hints match the active mode and platform",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "453097e9751d8c9e62f4473c57be58ae9f2b1c6b",
"body": null,
"is_bot": false,
"headline": "fix(agent): recover missing session model pools",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d27cd79635c3881431de45e070ca8be238890abe",
"body": "LoadAgentConfigs keys configs by declared name, so a file whose name field\ndiverges from its filename silently shadows or replaces an unrelated agent\ndefinition. Fail loading with an actionable error instead, and reject\nduplicate agent names across extensions within one directory.",
"is_bot": false,
"headline": "fix(config): reject agent name and filename mismatches",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a54d80046be8dbce6fb89c5ef763ebcf40df716",
"body": null,
"is_bot": false,
"headline": "feat(agent): bound orchestration queues",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a25776398576acbb52c50d204743b784afddd056",
"body": null,
"is_bot": false,
"headline": "feat(agent): govern orchestration resources",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c77d8f4c73eb51584277b976adceff94b7f6cbc",
"body": "Wrap the two remaining unbounded io.ReadAll calls on provider responses with io.LimitReader as an OOM backstop, matching the other provider reads.",
"is_bot": false,
"headline": "fix: bound OAuth token and compaction response body reads",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d515638166744365634a31d9a45608dfc619480",
"body": "… scope\n\nDescribe the web_fetch pattern grammar (host/IP/CIDR/port) and its pre-fetch-only limitation, and clarify that a command-level shell allow also permits that command's output redirections and inline environment-assignment prefixes.",
"is_bot": false,
"headline": "docs(permissions): document web_fetch target matching and shell allow…",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8a82a2c60ba261dff778187704932799b2af3f1",
"body": "Evaluate web_fetch permission rules against the requested URL with\nnetwork-aware semantics: a rule pattern may target a host (domain glob,\nliteral IP, or CIDR) and an optional port (single value or range). Scheme and\npath patterns are intentionally unsupported.\n\nDefault `allow` still allows everythi\n[…]\n into tighter\ndeny/ask rules such as `169.254.0.0/16: deny` for the cloud metadata endpoint.\nMatching stays pre-fetch (the model-supplied URL) and is not re-checked against\nthe resolved connection IP.",
"is_bot": false,
"headline": "feat(permission): match web_fetch rules by host, cidr and port",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-19T03:38:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf14689ad7cca0592a00e9fc36bbe26fcd6d8223",
"body": null,
"is_bot": false,
"headline": "fix(tui): highlight unchanged diff lines",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-18T18:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf87515658b9d0cd32faecae0c73e52d625bc07f",
"body": "Track asynchronous transcript persistence failures durably and checkpoint degraded workers before parking or shutdown.\n\nMerge durable task admission with the latest registry state, honor cancellation through the final commit point, and close abandoned model clients to stop owned background work.",
"is_bot": false,
"headline": "fix(agent): recover degraded subagent persistence",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-18T18:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "073e3143ff1d973d03c7ca549419509660979a3f",
"body": "Keep event-loop follow-ups non-blocking without dropping causal events, reject provider responses that exceed the per-response tool-call limit, and cover full-queue escalation behavior.",
"is_bot": false,
"headline": "fix(agent): bound loop-owned event fan-out",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-18T18:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9037333c56574b38dc3c3cc0be1b4e965104fd9",
"body": null,
"is_bot": false,
"headline": "fix(agent): make subagent admission durable",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-18T18:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97d3618e58eb757e55d5cd73e564b2a90cb382a7",
"body": null,
"is_bot": false,
"headline": "fix(agent): restore subagent role from runtime metadata",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-18T18:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b40b8fe6a77e183c37d9aa09e8518654141561ee",
"body": null,
"is_bot": false,
"headline": "fix(agent): revalidate modified tool calls",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-18T18:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "055ff74540e4036acecdd473a8090f4b1eec6537",
"body": null,
"is_bot": false,
"headline": "feat(tui): render subagent task tree",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-18T18:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "caa64c082f3e064832414b2a42dc9dce81a05be5",
"body": null,
"is_bot": false,
"headline": "feat(agent): expose orchestration metrics",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-18T18:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e9af6aa294238ee1d481de1c31d6898cf37146e",
"body": null,
"is_bot": false,
"headline": "feat(agent): persist subagent file attribution",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-18T18:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "999aff9d212c4bfc7d1f35ec071abd5eba0031ba",
"body": null,
"is_bot": false,
"headline": "fix(tui): preserve request status across compaction rebuild",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-18T18:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5263cf59f0b313f8ab53c63940db2c98f814ec20",
"body": null,
"is_bot": false,
"headline": "docs(changelog): record subagent reliability fixes",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-18T18:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e472fb21f247a1af473b886c38920390025050f",
"body": "Bound event bursts without reordering causal follow-up events, and preserve backpressure shutdown behavior.\n\nMake mailbox messages and acknowledgements durable before delivery, compact restored mailbox state consistently, and retain the pre-compaction sequence high-water mark.\n\nEnforce delegated write scopes, invalidate admission across lifecycle transitions, recover one oversized context request, and reconcile terminal task subtrees.",
"is_bot": false,
"headline": "fix(agent): harden subagent runtime reliability",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-18T18:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a59f7fd5457827f517cf6500037c69c2df79affe",
"body": null,
"is_bot": false,
"headline": "fix(agent): harden subagent lifecycle and admission",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-18T18:08:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c34a57e729a4379760bb5c4cb5671516353e057c",
"body": null,
"is_bot": false,
"headline": "fix(agent): make event overflow delivery reliable",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-18T14:07:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ab7a8695b3e978bbc1c43b2a0982c4a94eca87a",
"body": null,
"is_bot": false,
"headline": "test(tui): stabilize input animation cache test",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-16T10:25:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "394b2e0dccfe2339fb1250167daf5041f75ce5fb",
"body": null,
"is_bot": false,
"headline": "test: synchronize async test cleanup",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-16T09:05:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a9f3a35d2eb832946f36ba37396a2ac2b9f9c13",
"body": null,
"is_bot": false,
"headline": "chore(ci): align local race check with GitHub Actions",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-16T03:05:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "936614c8518c29f8bd7a2233a6fd30e9b0cf0680",
"body": null,
"is_bot": false,
"headline": "fix(tui): improve tool syntax contrast",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-16T02:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4659ae6bd0f94ea6927d518b3c95a4e86bf7e61c",
"body": null,
"is_bot": false,
"headline": "chore(docs): limit checks to public documentation",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-16T02:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b40a2e261ae4930930e10211cfb63a67d9292f71",
"body": null,
"is_bot": false,
"headline": "chore(git): validate staged ignored files",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-16T02:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cc791a3777dd7fc41d0ea919a5bfcb2a4040307",
"body": null,
"is_bot": false,
"headline": "fix(tui): allow cancelling background agent activity",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-16T02:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de3b03a52e3223be408b96a54280da5427683fcd",
"body": null,
"is_bot": false,
"headline": "fix(agent): persist subagent mailbox messages idempotently",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-16T02:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a1d786b9ad552ae9aa8ca3d3370a7ae3ad738d1",
"body": null,
"is_bot": false,
"headline": "fix(agent): freeze context at codex quota boundary",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-16T02:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1048cd7d714d045faa613112c6cfd1f34092a4bc",
"body": null,
"is_bot": false,
"headline": "fix(tui): cap wrapped tool previews",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-16T02:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b0486f327f786e05143d43611f5be08a509e5e5",
"body": "Require coordination tools on supported providers while preserving parallel\ntool policy. Recover one bounded text or transport failure, retain long control\noutput, and finalize owner notifications without replaying stale stream text.",
"is_bot": false,
"headline": "feat(agent): enforce subagent terminal coordination",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-16T02:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af44fb6d0e280bf7af02f69f88d64837a2f37b8b",
"body": null,
"is_bot": false,
"headline": "fix(tui): isolate concurrent agent streams",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-16T02:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61ab75301416aa5bb3c81c468eef644600cccfe7",
"body": null,
"is_bot": false,
"headline": "fix(agent): drain mailboxes before global idle",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-16T02:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1414d24904870ee50eba9b4c0f5c7f236e93982b",
"body": null,
"is_bot": false,
"headline": "fix(agent): correct resumed subagent routing and crash handling",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-16T02:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a62086cc129e96063c7f79cb9b5c3dc418bb2e95",
"body": null,
"is_bot": false,
"headline": "fix(agent): improve delegated resume and TUI responsiveness",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-16T02:46:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "123964dae06e835c23d7fe67b9a0e5738617d8bf",
"body": null,
"is_bot": false,
"headline": "test(perf): stabilize allocation guard under race",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-15T09:33:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8b46a92be760b513d9d2135e913217a51f45ad2",
"body": null,
"is_bot": false,
"headline": "fix(agent): recover stalled subagent tasks",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-15T09:33:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7814d3f9c2dea068b8ac0dd66444650086c36cfe",
"body": null,
"is_bot": false,
"headline": "fix(tui): hide stale stopped-agent activity",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-15T09:26:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "530500fa7474a6a7c3b7dedf86cc5ab750363514",
"body": "Release inactive SubAgent runtime resources while preserving durable tasks, transcripts, focus, mailbox coordination, and explicit continuation. Rehydrate authorized work with new runtime identities, cache mailbox acknowledgements, serialize pending transcript persistence at park boundaries, and prevent queued input from overtaking completed LLM responses.",
"is_bot": false,
"headline": "fix(agent): park quiescent subagent runtimes",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-15T09:26:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faea1a5411f20aec8dcd699a8232570af1d4e1eb",
"body": null,
"is_bot": false,
"headline": "fix(agent): send queued subagent input on continuation",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-14T14:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "757a2d12659c6e721015e580d2d263b1ab490a26",
"body": null,
"is_bot": false,
"headline": "fix(tui): show skills for focused subagent",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-14T14:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc6dc67fc5b4f2356f2b4d76ab5fd4e1ed14fee7",
"body": "Restore every agent idle without dispatching persisted mailboxes.\nKeep live mailbox delivery and owner wakeups active during normal execution.",
"is_bot": false,
"headline": "fix(agent): separate restored and live subagent continuation",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-14T14:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b162b8aefe6e21c97f0e6a08081951baeb025e0",
"body": null,
"is_bot": false,
"headline": "fix(tui): keep main agent view reachable",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-14T11:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bb9fa47d608afcfbf8b1544c417d1e5df0944ce",
"body": null,
"is_bot": false,
"headline": "fix(llm): bound requests before response headers",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-14T11:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5778df31e9e5e6355d881a6112484276b1cbb18d",
"body": null,
"is_bot": false,
"headline": "fix(tui): queue input for busy subagents",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-14T11:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4245a2a0ba763f6755b7bbf60272c87daf4e1c8",
"body": null,
"is_bot": false,
"headline": "fix(agent): require following AGENTS.md instructions",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-14T11:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8668d86a6f30ea8016542165869cc78e9580d5cd",
"body": null,
"is_bot": false,
"headline": "fix(agent): notify only on global idle",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-14T11:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26f5e297b640e078e2f3d617b064767c0cec1a94",
"body": null,
"is_bot": false,
"headline": "feat(headless): expose subagent lifecycle events",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-14T11:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c035dfe77d8fc85a679678d84b91d01f769687b",
"body": null,
"is_bot": false,
"headline": "fix(tui): reveal prompts after interrupted turns",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-14T11:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e90df27ce11dd200590125bac9fd324588f01a21",
"body": null,
"is_bot": false,
"headline": "fix(tui): show file paths during tool streaming",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-14T11:33:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4dd66723e8942b335eb1f9692a102ef53b0aa0a",
"body": null,
"is_bot": false,
"headline": "fix(agent): report subagent request progress",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-14T03:54:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb7b8f05ff4c9de3ca35ff5e4ee1d87a267671b3",
"body": null,
"is_bot": false,
"headline": "fix(tui): align tab-indented diff highlights",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-13T20:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e44e269b97a4cc320db7e4c6bdaa8521d5767790",
"body": null,
"is_bot": false,
"headline": "feat(tui): clarify lsp tool cards",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-13T20:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "082b670dbe9dc5543abb93b33dbeb98e081d8b98",
"body": null,
"is_bot": false,
"headline": "feat(session): support custom session titles",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-13T20:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "912060c3327768fa8dc697f3b15e755e3c0ebb20",
"body": null,
"is_bot": false,
"headline": "fix(agent): preserve subagent cancellation across restore",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-13T20:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7aee99a8914398a6392587d30587088f446c78d1",
"body": null,
"is_bot": false,
"headline": "fix(agent): preserve queued input while editing fork drafts",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-13T20:50:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e51b658b8b80dd3555e3e30af2328dd530e9ee73",
"body": null,
"is_bot": false,
"headline": "fix(tui): isolate agent card histories",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-13T20:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f4cd46f35e12abf9c8b161f019bb17e26964b7f",
"body": null,
"is_bot": false,
"headline": "fix(agent): resume idle subagents from context",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-13T20:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7edde4fe1660486c48df1427902a230acca9f6d9",
"body": null,
"is_bot": false,
"headline": "fix(agent): avoid subagent tool result deadlock",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-13T20:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3b8b4191571f114b42c64ab2bca75a66cc137a9",
"body": null,
"is_bot": false,
"headline": "feat(agent): scope delegate targets by permission",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-13T20:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2bb71727eee8b402bb0da3295e289e0e6b045810",
"body": null,
"is_bot": false,
"headline": "fix(tui): return to main after subagent completion",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-13T20:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d3ad51d17993e1d6ceafdbed78ec4069e9004c8",
"body": null,
"is_bot": false,
"headline": "fix(tui): restore local shell terminal cards",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-13T20:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee83bcc56853fed644bee688e8e164496333cb60",
"body": null,
"is_bot": false,
"headline": "fix(config): clarify MCP scope overrides",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-13T20:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a402bc72805a25b1ed03118ece569900dff84a81",
"body": null,
"is_bot": false,
"headline": "fix(tui): report current request reduction ratio",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-13T20:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f0569c32056c555124321e1df06517672893a1b",
"body": null,
"is_bot": false,
"headline": "fix(llm): safely identify masked keys in errors",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-13T20:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c96a6c4c9a8d6c856fa306aa0b61342ca9850136",
"body": null,
"is_bot": false,
"headline": "fix(tui): highlight search across card types",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-13T20:49:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a16064633426dc16650a881d2c150498f4be2534",
"body": null,
"is_bot": false,
"headline": "fix(tui): exit empty search with backspace",
"author_name": "keakon",
"author_login": "keakon",
"committed_at": "2026-07-13T17:55:43Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 15,
"commits_last_year": 845,
"latest_release_at": "2026-07-20T10:35:24Z",
"latest_release_tag": "v0.7.2",
"releases_from_tags": false,
"days_since_last_push": 9,
"active_weeks_last_year": 13,
"days_since_latest_release": 9,
"mean_days_between_releases": 8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/keakon/chord",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/keakon/chord",
"is_deprecated": false,
"latest_version": "v0.7.2",
"repository_url": "https://github.com/keakon/chord",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T07:30:06Z",
"latest_version_yanked": null,
"days_since_latest_publish": 9
}
]
},
"popularity": {
"forks": 2,
"stars": 11,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-05-11",
"count": 1
},
{
"date": "2026-05-12",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"website/tsconfig.json"
],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 339503,
"source_files_sampled": 987,
"oversized_source_files": 15,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod",
"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": "charm.land/glamour/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.1"
},
{
"name": "charm.land/lipgloss/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.4"
},
{
"name": "github.com/abadojack/whatlanggo",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.1"
},
{
"name": "github.com/alecthomas/chroma/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.26.1"
},
{
"name": "github.com/atotto/clipboard",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.4"
},
{
"name": "github.com/bmatcuk/doublestar/v4",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v4.10.0"
},
{
"name": "github.com/bytedance/sonic",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.15.2"
},
{
"name": "github.com/charmbracelet/x/ansi",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.11.7"
},
{
"name": "github.com/charmbracelet/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.2"
},
{
"name": "github.com/dgraph-io/ristretto/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.4.0"
},
{
"name": "github.com/fsnotify/fsnotify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.1"
},
{
"name": "github.com/gorilla/websocket",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.3"
},
{
"name": "github.com/hashicorp/golang-lru/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.7"
},
{
"name": "github.com/keakon/bubbles/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.1.0-fork.1"
},
{
"name": "github.com/keakon/bubbletea/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.7-fork.1"
},
{
"name": "github.com/keakon/golog",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.4.1"
},
{
"name": "github.com/keakon/ultraviolet",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.1-fork.1"
},
{
"name": "github.com/keakon/x/powernap",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.5-fork.1"
},
{
"name": "github.com/mackee/go-readability",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.1"
},
{
"name": "github.com/mattn/go-runewidth",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.24"
},
{
"name": "github.com/muesli/cancelreader",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.2"
},
{
"name": "github.com/muesli/reflow",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.0"
},
{
"name": "github.com/rivo/uniseg",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.4.7"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
},
{
"name": "golang.design/x/clipboard",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.8.0"
},
{
"name": "golang.org/x/net",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.55.0"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.45.0"
},
{
"name": "golang.org/x/text",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.37.0"
},
{
"name": "golang.org/x/time",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.15.0"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "mvdan.cc/sh/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.13.1"
},
{
"name": "golang.org/x/image",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.28.0"
},
{
"name": "@astrojs/check",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^0.9.0"
},
{
"name": "@astrojs/starlight",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "0.41.3"
},
{
"name": "astro",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "7.0.7"
},
{
"name": "typescript",
"manifest": "website/package.json",
"ecosystem": "npm",
"version_constraint": "^5.6.0"
}
],
"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": 0,
"top_contributors": [
{
"type": "User",
"login": "keakon",
"commits": 845,
"avatar_url": "https://avatars.githubusercontent.com/u/1155229?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"docs.yml",
"performance.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum",
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "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": 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": "15 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "48e0f26e8213bb3863dbba8e2a8988082750a6c5",
"ran_at": "2026-07-30T04:19:03Z",
"aggregate_score": 3.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-20T10:35:27Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/keakon/chord",
"host": "github.com",
"name": "chord",
"owner": "keakon"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 33,
"vitality": 76,
"community": 51,
"governance": 38,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"commits_last_year": 845,
"human_commit_share": 1,
"days_since_last_push": 9,
"active_weeks_last_year": 13
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 9 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "13/52 weeks with commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 13
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "845 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 845
}
}
],
"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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 15,
"latest_release_tag": "v0.7.2",
"releases_from_tags": false,
"days_since_latest_release": 9,
"mean_days_between_releases": 8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "15 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 15
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 9 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 9
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 8
}
}
],
"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": "moderate",
"name": "Community & Adoption",
"value": 51,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"forks": 2,
"stars": 11,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "11 stars",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 11
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"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": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"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": 38,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "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": "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": 60,
"inputs": {
"followers": 103,
"owner_type": "User",
"is_verified": null,
"owner_login": "keakon",
"public_repos": 41,
"account_age_days": 5389
},
"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": "103 followers of keakon",
"points": 14.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 103,
"login": "keakon"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "41 public repos, account ~14 yr old",
"points": 23.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 41
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/keakon/chord"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 9
},
"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 9 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 9
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "15 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 15
}
}
],
"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": 66,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"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": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 33,
"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. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 33,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.3
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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": "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": "15 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": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 57,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "100 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 100,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 61,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"website/tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "website/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "website/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"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 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 339503,
"source_files_sampled": 987,
"oversized_source_files": 15
},
"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": "15/987 source files over 60KB",
"points": 54.2,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 987,
"oversized": 15
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"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": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"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": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-30T04:19:08.935957Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/k/keakon/chord.svg",
"full_name": "keakon/chord",
"license_state": "standard",
"license_spdx": "MIT"
}