JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"anthropic",
"claude",
"claude-code",
"cli",
"developer-tools",
"golang",
"statusline",
"terminal"
],
"is_fork": false,
"size_kb": 5309,
"has_wiki": true,
"homepage": "https://okano.dev/claude-status-line-go/",
"languages": {
"Go": 128489,
"Shell": 1838,
"Makefile": 471
},
"pushed_at": "2026-07-26T23:23:18Z",
"created_at": "2026-07-19T15:27:07Z",
"owner_type": "User",
"updated_at": "2026-07-26T23:23:08Z",
"description": "A status line for Claude Code: rate-limit windows, context, tokens, cache hit rate and session cost — in two lines under your prompt.",
"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://okano.dev",
"name": "William Okano",
"type": "User",
"login": "williamokano",
"company": "@superhuman",
"location": "Berlin",
"followers": 91,
"avatar_url": "https://avatars.githubusercontent.com/u/5909442?v=4",
"created_at": "2013-11-11T13:29:43Z",
"is_verified": null,
"public_repos": 89,
"account_age_days": 4640
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.7.0",
"kind": "minor",
"published_at": "2026-07-26T23:24:35Z"
},
{
"tag": "v1.6.0",
"kind": "minor",
"published_at": "2026-07-26T23:14:23Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2026-07-26T13:02:24Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2026-07-26T12:28:01Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2026-07-24T23:58:10Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2026-07-24T23:53:53Z"
},
{
"tag": "v1.1.3",
"kind": "patch",
"published_at": "2026-07-19T17:03:33Z"
},
{
"tag": "v1.1.2",
"kind": "patch",
"published_at": "2026-07-19T16:49:16Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2026-07-19T16:41:34Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2026-07-19T16:20:49Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2026-07-19T16:03:15Z"
}
],
"recent_commits": [
{
"oid": "96c0086c3af8516b34d9c28ea20758f91ddf82a4",
"body": "`config init` writes the commented default config to the XDG path and tells\nyou where it went. `config path` prints that path alone, so it composes:\n\n nvim $(claude-status-line-go config path)\n\nThe status line itself still never writes the file. It runs on every render,\nin every project, sometime\n[…]\nisn't involved. It sat in go.mod unimported until\n#15 — which is why the config file did nothing at all — and loading has used\nyaml/v3 directly ever since. Writing the file needs no dependency either.",
"is_bot": false,
"headline": "feat: config init and config path (#22)",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-26T23:23:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fd3c9ac7bfe5696c94252ef66188eac3e33e1428",
"body": "The plugins section had grown to 42% of the landing page — 3915px against\n1403 for anatomy, 620 for thresholds and 1014 for configure. It got that way\nacross four separate passes without anyone standing back, and the result was\nfour screens of reference material in the middle of a page whose job is \n[…]\ne split exposed: the plugins page navigated to itself\nvia #plugins, and the configure panel pointed at the teaser rather than the\nguide. The nav marks the current page now that there is more than one.",
"is_bot": false,
"headline": "docs: move the plugin guide to its own page (#21)",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-26T23:06:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9099613843ac9a7c1ff16b7f2e8cf61b0abf3839",
"body": "Three prose sizes were doing the job of two. .note inherited the body size\nwhile .way__note, .seg__text and .step__text used .9375rem and .panel__note\nused .875rem, so paragraphs at the same level of the page rendered at\ndifferent sizes — most visibly in the plugins section, where \"A plugin emits\nJS\n[…]\n stale value is drawn immediately while\nthe refresh happens behind it.\n\nThe walkthrough reuses .seg rather than introducing another row component,\nwhich is the same discipline the type scale is about.",
"is_bot": false,
"headline": "docs: worked plugin example, lifecycle walkthrough, one type scale (#20)",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-26T22:53:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "098367c2c372ff1f0283721c8c18455e4de4a4a7",
"body": "hide_when drops a segment that has nothing worth saying. \"zero\" for a counter\nwith nothing in it, \"full\" for one that's finished. It only applies when the\nplugin reported a value, so a text-only segment is never caught by it, and an\nunrecognised setting warns rather than silently hiding things. `plu\n[…]\novering a plugin name from a cache filename works because the project hash\nis a fixed width, so a name containing dashes survives — my-dashed-plugin is\nnot read as the plugin \"my\" with a stray suffix.",
"is_bot": false,
"headline": "feat: hide_when for quiet counters, and prune the plugin cache (#19)",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-26T22:40:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "11a6bb80e8ee603f362864872e9613b430564f2f",
"body": "… (#18)\n\nAn audit of the plugin system turned up four things.\n\nPlugins were undebuggable. Claude Code discards this tool's stderr, so a\nplugin that fails has nowhere to report it and simply doesn't appear, with no\nway to ask why. `plugins` now lists each one's source, cache age and the\nsegment it re\n[…]\nand that the project directory reaches the child — without\nit the child keys its cache where no render will look.\n\nHelp text now mentions the config file and the plugins command; it described\nneither.",
"is_bot": false,
"headline": "feat: make plugins debuggable, and fix three ways they could go wrong…",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-26T22:33:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7e3ed3aa0f36de2c3b021659a7c64cf09e9d0f85",
"body": "Adds a Plugins section to the README and the site: the two source kinds,\nthe output contract, the options table, thresholds, and the placeholder\nnamespace.\n\nBoth lead with the reason the data/appearance split exists — a plugin\nreports a value and this tool draws it, so plugin segments pick up bar_si\n[…]\nwn, along with every\nother YAML block in the README.\n\nAlso notes config precedence (defaults, file, environment), which nothing\nsaid before — reasonable, given the file was ignored entirely until #15.",
"is_bot": false,
"headline": "docs: document plugins, and that the config file works (#17)",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-26T22:22:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2e7b949dc5768f4a07bb204ac8f03fca9a861b3c",
"body": "…h (#16)\n\nA render reads a cache file and nothing else. When that file is older than\nthe plugin's interval, the render hands the work to a detached copy of this\nbinary and draws the stale value immediately. So the status line costs the\nsame whether a plugin takes 5ms or 5 seconds — the only thing a \n[…]\nne reports its last command's status, so\n`gh ... | jq` exits 0 when gh fails, and the empty output was being cached over\na good value. Empty output plus anything on stderr is now treated as a failure.",
"is_bot": false,
"headline": "feat: command plugin sources, cached and refreshed off the render pat…",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-26T22:19:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fb392768fc7cae7f5741dd493164c51ac24519bf",
"body": "* feat: plugin segments, and make the config file actually load\n\nPlugins report data — a value, an optional max, maybe a label — and this\ntool draws them. That way plugin segments use the same bar glyphs, the same\nbar_size and the same NO_COLOR handling as the native ones, instead of every\nplugin au\n[…]\noader: without a seam there, \"it's concurrent\" would be an unverified claim.\nRemoving the fan-out makes TestBuildPluginsRunsConcurrently fail at 250ms,\nso the assertion is real rather than decorative.",
"is_bot": false,
"headline": "feat: plugin segments, and make the config file actually load (#15)",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-26T22:05:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4ab92fba223047b507cf55918bcd43f353051a6f",
"body": "The prebuilt-binary recipe made people supply OS, ARCH and VERSION by hand,\nwhich is both a papercut and a way to end up on a stale version. install.sh\nworks all three out.\n\nIt resolves the newest release through the /releases/latest redirect rather\nthan the REST API, which is rate limited to 60 req\n[…]\nto one command, so this is two tabs rather than three.\n\nTab handling is now scoped per tablist; it previously grabbed every .tab on\nthe page, which would have merged this group with the Configure one.",
"is_bot": false,
"headline": "feat: add a curl-to-shell installer, and Windows install steps (#14)",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-26T16:22:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fcb75c298f7c8e410b9b563970a7cd78be092aa4",
"body": "The no-Go-toolchain path was a single dim sentence below the command boxes,\nunder a heading that said \"Two commands.\" — which announced go install as\nthe only route and framed everything after it as a footnote. It read as an\naside sitting next to the shell-completions trivia, and was missed even by\n\n[…]\ngest line is ~90\ncharacters and goes unreadable in a half-width column.\n\nThe copy handler now takes data-copy-from to lift multi-line text out of a\n<pre>, alongside the existing single-line data-copy.",
"is_bot": false,
"headline": "docs: give the prebuilt binaries equal billing on the site (#13)",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-26T15:40:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "855eb54ddabe65ef925037666d5ab35ad4bc41f4",
"body": "Every tag already ships goreleaser archives for linux/darwin/windows on\namd64 and arm64 plus a checksums.txt, but neither the README nor the site\nmentioned them — the only documented paths were `go install` and building\nfrom source, both of which need a Go toolchain.\n\nAdds a verified download-and-ve\n[…]\nthe README as the first\ninstall option, and a pointer to the releases from the site.\n\nAlso links the site from the README header and syncs the sample output to\nOpus 5, which had drifted from the page.",
"is_bot": false,
"headline": "docs: document the prebuilt binaries and link the site (#12)",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-26T14:13:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b98843dbe9222c75359c0c03617e8bb17efcca4c",
"body": "Scrapers need a raster image at an absolute URL, so this adds a rendered\n1200x630 PNG plus the og:image / twitter:card tags that point at it. Links\nto the site now unfurl with a card instead of a bare URL.\n\nKept at 1x (174 KB) rather than 2x (437 KB) — WhatsApp gets unreliable about\nfetching previews on larger files, and 1200x630 is the canonical size.\n\nog-card.html is the source the PNG is rendered from, so the card can be\nregenerated when the tagline changes.",
"is_bot": false,
"headline": "docs: add a social preview image for link sharing (#11)",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-26T13:47:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a53dc5eaad9303479bbfd2520ab66b14b387f9bf",
"body": "The sample status line used payments-api / feature/calendar, which came\nfrom unrelated prior work. Swapped for this repo's own name and a plausible\nbranch so nothing in the public output points at a third party.\n\nCovers the landing page, the README output sample, and the service test\nfixtures, which used the same name in assertions.",
"is_bot": false,
"headline": "docs: use a generic project name in the example output (#10)",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-26T13:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1f1cc6016f6b15025c31f18f00712cc715bad3f",
"body": "* docs: add GitHub Pages landing page\n\nSingle self-contained page in docs/, served from main /docs.\n\nThe hero runs the status line as a live simulation — bars fill, colours\ncross the warn/crit thresholds, and the weekly segment reveals itself at\nweekly_show_at, so the page demonstrates the behaviour\n[…]\n, and a static\nend-frame under prefers-reduced-motion.\n\n* docs: point og:url at the okano.dev custom domain\n\nPages serves project sites under the account's verified domain, not\nwilliamokano.github.io.",
"is_bot": false,
"headline": "docs: add GitHub Pages landing page (#9)",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-26T13:39:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8fe3443b090bdda1716bfb3cb8fb846e04051b33",
"body": "\"I420k O77k ⚡2.3M\" mislabelled the token breakdown. Claude Code reports the\nAnthropic usage fields verbatim, where input_tokens counts only the part of the\nprompt that missed the cache — so a warm 115k-token conversation rendered as\n\"I2 O277 ⚡115k\", which reads like a 2-token context instead of 2 un\n[…]\ntokens_total} and {cache_hit_pct} format placeholders; {tokens_in} and\n {tokens_cache} are kept so existing custom formats keep working\n- README and example-config now spell out the input_tokens trap",
"is_bot": false,
"headline": "feat: lead the token segment with prompt size and cache hit rate (#8)",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-26T13:01:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5194c92eb28d9889399afbec3ac2bdb29fa6c2eb",
"body": "The weekly window printed a bare dim \"7d 62%\" while the 5-hour window got an\nicon, a colored progress bar, a percentage and a reset countdown. Both windows\nnow render through a shared usageSegment helper.\n\n- 7d renders as \"📅7d ██████░░░░ 62% ↺ 2d4h\"\n- weekly shares the limit_warn / limit_crit color \n[…]\n\nAlso fixes config.Load reading the bare env var names (SHOW_WEEKLY, BAR_SIZE,\n...), which made every documented CSL_* variable a no-op and let unrelated\nambient vars silently reshape the status line.",
"is_bot": false,
"headline": "feat: render the weekly limit like the 5-hour window (#7)",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-26T12:26:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2bbbc8efe8d5652a4972531b010235b0d8228133",
"body": "…(#6)\n\nWrites the statusLine command into ~/.claude/settings.json (or the\nproject's .claude/settings.json with --project), preserving any other\nkeys already present in the file.",
"is_bot": false,
"headline": "feat: add install command to register the status line in Claude Code …",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-24T23:56:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f06625551ef6fb203965d68ba7536582fa19c146",
"body": "The ↺ unwind symbol was glued directly to the reset countdown\n(e.g. \"↺22m\"), which renders as a single unreadable glyph run in\nsome Nerd Fonts. Add a space after the symbol in the default output.\n\nCo-authored-by: Claude <noreply@anthropic.com>",
"is_bot": false,
"headline": "Add space between reset symbol and remaining time (#5)",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-24T23:18:07Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3728788ecdc5d00b26b68400908ac9ebb449ed4c",
"body": "When the incoming payload fails to parse, the status line already renders\na best-effort line instead of going blank. Now the raw payload is also\nsaved to the OS temp dir as\nclaude-status-line-go-parse-fail-<timestamp>-<rand>.json and the path is\nlogged to stderr, so the exact input that broke parsing can be inspected\nlater.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01RfjDBoZw1vztkCB6WyS7oC",
"is_bot": false,
"headline": "feat: dump raw stdin to temp dir when JSON parsing fails",
"author_name": "Claude",
"author_login": "claude",
"committed_at": "2026-07-20T15:52:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d6e4db77366d978545e69dc5ec8373b4b19254a5",
"body": "Casting the raw float used_percentage values straight to int truncated\nthem (e.g. 10.6% -> 10%), which could drift a point below what the web\nUI shows for the same value (it rounds to nearest). Round before\nconverting so both agree.",
"is_bot": false,
"headline": "fix: round usage percentages instead of truncating",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T17:02:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a095928f1f978243506ef8bd2dfa7dd10d44e910",
"body": "goreleaser now injects the release tag via -ldflags explicitly. For\nbuilds that bypass ldflags (go build/run/install), the version falls\nback to Go's embedded VCS build info so a specific branch/commit is\nstill shown instead of a bare \"dev\".",
"is_bot": false,
"headline": "fix: resolve version from tag or VCS build info instead of hardcoded dev",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T16:48:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2736dec24c8d68a1b3309f8c29978c543dffecd",
"body": "Claude Code sends rate_limits.*.resets_at as a Unix epoch number, but\nit was typed as a Go string here, so json.Unmarshal failed as soon as\nrate_limits appeared (after the first API response, or on any\nsubsequent request such as a model switch). That crash exits non-zero\nwith empty stdout, which Cla\n[…]\n- Fix a nil-pointer risk on os.Stdin.Stat()'s discarded error\n- shortModel no longer force-maps names to stale hardcoded short codes\n (O4.7/S5/H); it now shows the real display_name Claude Code sends",
"is_bot": false,
"headline": "fix: stop status line from going blank on model switch / mid-turn",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T16:40:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b8ed6caded394871715505e16c0c7831d1676d67",
"body": null,
"is_bot": false,
"headline": "ci: split test and release workflows, bump actions to Node 24",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T16:23:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d46ca71448272f33c0b647db1c20f618b2bb46d",
"body": null,
"is_bot": false,
"headline": "feature/template: implement changes",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T16:15:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "daca2b7e7cd186551aa1d082ecc9aa6693e823fe",
"body": null,
"is_bot": false,
"headline": "feature/cli: implement changes",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T16:14:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9637a5eed47fee5748b747830cc2cc15cd509b10",
"body": "Full documentation, env vars table, config file YAML example",
"is_bot": false,
"headline": "Full documentation, env vars table, config file YAML example",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T16:11:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ddda1b191d4f543d2c51716599ebae6a00d975c",
"body": "Add Makefile and LICENSE",
"is_bot": false,
"headline": "Add Makefile and LICENSE",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T16:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "474f001630e1201b5e6723c4a9ddd780c1e9e3ef",
"body": null,
"is_bot": false,
"headline": "feature/docs: implement changes",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T16:08:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff2f9b0895e4bd0c486c3d88518ad6ddcf25f653",
"body": null,
"is_bot": false,
"headline": "feature/infra: implement changes",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T16:08:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d60eace750441c4427eba169c8acccec1435333",
"body": null,
"is_bot": false,
"headline": "Add automated goreleaser on tag push",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T16:01:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b6662d88425e30c7dbb093e7d83da4076096e82",
"body": null,
"is_bot": false,
"headline": "Remove committed tarball",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T16:00:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bff38efffff890167294dff6c0a14792291690b",
"body": null,
"is_bot": false,
"headline": "Update CI to run on all PRs, use stable Go, remove broken goreleaser job",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T16:00:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d83127ca5cf347213f560957951a774697a4ff2e",
"body": null,
"is_bot": false,
"headline": "Add cmd folder with main.go, fix gitignore",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T15:59:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "510c327c4da4dc56dceb0ac71c4f53a850ad46d0",
"body": null,
"is_bot": false,
"headline": "Add GitHub Actions workflow",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T15:52:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d9d480f05989b8132e2540ac2f0190f608a0773",
"body": null,
"is_bot": false,
"headline": "Add tests and improve coverage",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T15:52:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8782e4926483029422ff02ab9125b262d558c23a",
"body": null,
"is_bot": false,
"headline": "Add viper config, tests, and internal packages",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T15:45:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb1353d21dd620e72a2c124defef4d9c69710f5d",
"body": null,
"is_bot": false,
"headline": "Initial Go implementation",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T15:35:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5646411067f152191e1495b6bc279877063f516",
"body": null,
"is_bot": false,
"headline": "Initial Go binary for claude status line",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T15:34:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70a0b4038b86b0c965b1ddaa0c39dd53777d0f56",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "William Okano",
"author_login": "williamokano",
"committed_at": "2026-07-19T15:27:08Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 11,
"commits_last_year": 39,
"latest_release_at": "2026-07-26T23:24:35Z",
"latest_release_tag": "v1.7.0",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 2,
"days_since_latest_release": 0,
"mean_days_between_releases": 0.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/williamokano/claude-status-line-go",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/williamokano/claude-status-line-go",
"is_deprecated": false,
"latest_version": "v1.7.0",
"repository_url": "https://github.com/williamokano/claude-status-line-go",
"versions_count": 11,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-26T23:23:04Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"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": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 20725,
"source_files_sampled": 17,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"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"
],
"dependencies": [
{
"name": "github.com/spf13/pflag",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.10"
},
{
"name": "go.yaml.in/yaml/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.4"
}
],
"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": 22,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "williamokano",
"commits": 38,
"avatar_url": "https://avatars.githubusercontent.com/u/5909442?v=4"
},
{
"type": "User",
"login": "claude",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/81847?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.974
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yml",
"test.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"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": 10,
"reason": "22 out of 22 merged PRs checked by a CI test -- score normalized to 10",
"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/28 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "96c0086c3af8516b34d9c28ea20758f91ddf82a4",
"ran_at": "2026-07-27T05:01:05Z",
"aggregate_score": 3.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-26T23:24:38Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-26T23:23:04Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/williamokano/claude-status-line-go",
"host": "github.com",
"name": "claude-status-line-go",
"owner": "williamokano"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"security": 34,
"vitality": 67,
"community": 24,
"governance": 58,
"engineering": 81
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 67,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"commits_last_year": 39,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 2
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "2/52 weeks with commits",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 2
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "39 commits in the last year",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 39
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 11,
"latest_release_tag": "v1.7.0",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 0.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "11 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 11
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.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": "critical",
"name": "Community & Adoption",
"value": 24,
"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": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.974
},
"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 97% of commits",
"points": 0.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 97
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 72,
"inputs": {
"merged_prs": 22,
"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": "22/22 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 22,
"decided": 22
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/28 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": 61,
"inputs": {
"followers": 91,
"owner_type": "User",
"is_verified": null,
"owner_login": "williamokano",
"public_repos": 89,
"account_age_days": 4640
},
"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": "91 followers of williamokano",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 91,
"login": "williamokano"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "89 public repos, account ~12 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 89
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/williamokano/claude-status-line-go"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "11 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 11
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 81,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"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": "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": 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": "22 out of 22 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"topics": [
"anthropic",
"claude",
"claude-code",
"cli",
"developer-tools",
"golang",
"statusline",
"terminal"
],
"has_wiki": true,
"homepage": "https://okano.dev/claude-status-line-go/",
"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": "https://okano.dev/claude-status-line-go/",
"points": 15,
"status": "met",
"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": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"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": 34,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 3.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "22 out of 22 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/28 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"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": 62,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.59,
"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": "23 of 39 human commits state their intent (structured subject or explanatory body)",
"points": 31.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 23,
"sampled": 39
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.051,
"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": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"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": "2 of the last 39 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 2,
"sampled": 39
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 20725,
"source_files_sampled": 17,
"oversized_source_files": 0
},
"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": "0/17 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 17,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T05:01:23.458992Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/williamokano/claude-status-line-go.svg",
"full_name": "williamokano/claude-status-line-go",
"license_state": "standard",
"license_spdx": "MIT"
}