Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"cli",
"codex",
"codex-cli",
"golang",
"openai",
"panel",
"statusline",
"terminal",
"tui"
],
"is_fork": false,
"size_kb": 357,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 81788,
"Shell": 8285,
"Python": 7113
},
"pushed_at": "2026-07-19T15:31:40Z",
"created_at": "2026-07-03T12:24:16Z",
"owner_type": "User",
"updated_at": "2026-07-19T15:34:39Z",
"description": "The OpenAI Codex CLI panel whose context % actually matches Codex.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "SeungBeen Wee",
"type": "User",
"login": "WinningBean",
"company": "Bucheon University",
"location": "Seoul, Republic of Korea",
"followers": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/53260922?v=4",
"created_at": "2019-07-24T11:15:34Z",
"is_verified": null,
"public_repos": 25,
"account_age_days": 2560
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.18",
"kind": "patch",
"published_at": "2026-07-19T15:32:24Z"
},
{
"tag": "v0.1.17",
"kind": "patch",
"published_at": "2026-07-06T08:35:37Z"
},
{
"tag": "v0.1.16",
"kind": "patch",
"published_at": "2026-07-05T12:22:51Z"
},
{
"tag": "v0.1.15",
"kind": "patch",
"published_at": "2026-07-05T12:12:11Z"
},
{
"tag": "v0.1.14",
"kind": "patch",
"published_at": "2026-07-05T11:52:47Z"
},
{
"tag": "v0.1.13",
"kind": "patch",
"published_at": "2026-07-05T11:46:46Z"
},
{
"tag": "v0.1.12",
"kind": "patch",
"published_at": "2026-07-05T11:40:28Z"
},
{
"tag": "v0.1.11",
"kind": "patch",
"published_at": "2026-07-05T11:22:06Z"
},
{
"tag": "v0.1.10",
"kind": "patch",
"published_at": "2026-07-05T11:01:11Z"
},
{
"tag": "v0.1.9",
"kind": "patch",
"published_at": "2026-07-05T10:43:27Z"
},
{
"tag": "v0.1.8",
"kind": "patch",
"published_at": "2026-07-05T09:47:47Z"
},
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2026-07-05T09:41:37Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2026-07-05T09:36:44Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2026-07-05T07:48:38Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2026-07-05T07:28:34Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-07-04T17:48:29Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-07-04T17:20:32Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-07-04T16:39:10Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-04T16:10:58Z"
}
],
"recent_commits": [
{
"oid": "2df09f5cfb507543296a9c45506b0541f873c77a",
"body": "Codex dropped its 5h rolling window and now reports only a weekly\nlimit in the primary slot. The old code hard-mapped primary->5H and\nsecondary->7D, so the surviving weekly limit was mislabeled \"5H\" and\nthe panel showed a phantom empty gauge.\n\nChoose each gauge's icon/label/color from RateLimit.Wind\n[…]\nodex build\nthat -context-mode patched compensated for no longer exists.\n\nCo-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01UcEnehuFKwEJ9modAyNAMm",
"is_bot": false,
"headline": "Render rate-limit gauges by window length, not slot",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-17T10:12:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "78c020695559d34a47e5389091b43f17308f7601",
"body": "Fill the gaps left by the recent bug fixes:\n\n- CalculatePatchedContextUsage: assert the legitimately-full case still\n clamps to 100% after dropping the cache double-count, plus the\n non-positive window guard.\n- displayWidth / frameRows: an emoji + VS16 (U+FE0F, zero width) still\n measures two columns, a lone ESC is ignored, and a blank line counts as\n one physical row.\n\nTest-only; no behavior change.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Cover patched clamp/zero-window and wrap-math edge cases",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-06T11:42:05Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f01a993eac00bbe6057092f03bfdaf5ae499110d",
"body": "The tick loop moved the cursor up by the logical line count (newline count)\nbefore clearing. A line wider than the terminal wraps onto extra physical\nrows, so the cursor was moved up too little and stale rows accumulated over\ntime, making the gauges appear to climb.\n\nCompute physical rows from the t\n[…]\nI escapes stripped and\nemoji/CJK runes as width two. Fall back to the logical count when the width\nis unknown (e.g. piped output).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Redraw the live panel by physical rows so wrapped lines don't pile up",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-06T08:33:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d573fa37f9b23544516300068f5c7d71b5ff5aa2",
"body": "cached_input_tokens is the cached portion of input_tokens, not a separate\nbucket, so the patched formula used = input_tokens + cached_input_tokens\ndouble-counted the cache. On a resumed or already-large session almost all\ntokens are cached, so used approached 2x the real fill and saturated the\ngauge\n[…]\neal usage.\n\nUse input_tokens alone, which already reflects the full context occupancy.\nUpdate the tests and both READMEs to match.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Fix patched context gauge reading 100% by not double-counting cache",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-06T08:33:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c6f94e97b13a52ef1f7c6a841f81e30e4766d88f",
"body": "Running Codex inline inside tmux with the default `mouse off` leaves scroll\nhandling to the terminal, which sends arrow keys for a full-screen app — so\nthe wheel only cycles Codex's input history instead of scrolling the\nconversation. Document `set -g mouse on` in both READMEs and have the tmux\nscripts print a hint when mouse is off (without mutating the user's config).\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: note tmux mouse-on requirement for conversation scrollback (#3)",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T17:08:35Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "686a0704c9f6a2ea3ae54263c3a8efe396dd62f6",
"body": "…d mode\n\nSelectModel already prefers config.toml when it changed more recently than the\nlast turn (which is exactly what /model does — Codex persists the choice to\nconfig.toml). But patched mode bypassed that and always returned the stale\nper-turn model, so /model only showed up after the next promp\n[…]\nop the\nbypass so the model follows /model within a second.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Reflect /model live by not pinning the model to the session in patche…",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T12:22:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5c50b27dd76dd5b217abbb89fdd93fc0877a37c7",
"body": "Codex writes session_meta on the first turn, so the path line was missing at\nstartup. LoadSnapshot now falls back to the panel's own working directory\n(which is the session's directory) so the path shows from the first frame.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Show the working directory before the session's rollout exists",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T12:11:33Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8a363e05ae7903e5dba4e3ed193af2330c741489",
"body": "Once you send a prompt, the current session's rollout becomes the newest, so\ncarryRateLimits saw \"latest == current\" and skipped — leaving 5h/weekly blank\nuntil Codex replied. It now scans recent rollouts, skips the current one, and\nborrows limits from the most recent other session that reported them.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Carry limits from another session, not the current pre-token_count one",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T11:52:04Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bc2ad938107b3ed6dca6ac48125c8da21449b5ac",
"body": "The 5h/weekly rate limits are account-wide, but they only arrive with a\ntoken_count, so on a fresh session the gauges were blank until Codex replied.\nLoadSnapshot now borrows the most recent account limits from any session when\nthe current one hasn't reported them yet, so all gauges render immediate\n[…]\n0%, limits at their real values) and then update in place.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Carry over 5h/weekly limits so those gauges show from the start",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T11:46:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "810ba2504733166e1b109979771a3cf56dc34fac",
"body": "A cwd match alone still surfaced a previous session in the same directory\nuntil the new one wrote its rollout. The launcher now passes its launch time\nas CODEX_VITALS_SINCE, and selection ignores rollouts written before then, so\na fresh panel starts clean (context 0%) and only follows the session it\n[…]\ndalone runs (no launch time) keep the cwd/global fallback.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Bind the panel to sessions started at/after its launch",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T11:39:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "78fb47b98143aa2122bfb9da6190c749163c382b",
"body": "The panel read the globally newest rollout by mtime, so a second, more\nactive Codex session would hijack a panel paired with a different one (it\nkept showing that session's context). Now it prefers the most recent\nrollout whose session_meta cwd matches the panel's working directory,\nfalling back to the global latest only when nothing matches.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Tie the panel to its own session by working directory",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T11:21:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "94b506a6c0df119a609f7311426c236b82893557",
"body": "…rom 0%\n\nCodex streams a turn to the rollout, so a mid-write last line is often\nhalf-written; the parser now skips unparseable lines instead of aborting,\nwhich stopped the panel from blanking during a turn. The context gauge also\nrenders at 0% before the first token_count so it doesn't pop in later.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Keep the panel steady: tolerate partial rollout lines, show context f…",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T11:00:27Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "fe4b2f6477ce505aa7fcd35083f756678ee4cbe6",
"body": "Codex's composer starts at column 2 (LIVE_PREFIX_COLS). -margin N (env\nCODEX_VITALS_MARGIN) indents every rendered line by N spaces; the codex\nlauncher passes -margin 2 by default so the panel lines up with the input.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Add -margin to indent the panel and align with Codex's input",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T10:42:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c3311c2da69d75a7657850bfa31ca9fc8df8eff6",
"body": "Show each size (xs→xl) with the gauges filling from 0 to their targets;\nkeep the static all-sizes preview.svg in the Sizes section.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Add animated demo GIF as README hero",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T10:36:44Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "74c2c932a22eced4028997c36253882b0dac59d7",
"body": "Cover the previously untested paths: duration/token/bar/reset formatters,\ngit dirty status (temp repo), DefaultCodexHome, the rollout file and\nLoadSnapshot loaders, error messages, and the -size resolution precedence\n(extracted from main into a testable resolveSize). Add .github/workflows/\ntest.yml so gofmt/vet/test run on every push and PR.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Expand test coverage and add a test CI workflow",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T10:04:57Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a2c6ced6acedae7d9b1317aea3d628d92a858c97",
"body": "The context mode that matches a patched Codex build is now `patched`\n(`-context-mode codex|patched`); `current-hud` still parses as a back-compat\nalias. Renames the internal identifiers, updates the READMEs and the codex\nlauncher, and leaves only the claude-hud project credit in the docs.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Rename current-hud context mode to patched",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T09:47:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5c5d094f685d4906d29bb0d32e857a5027d897a2",
"body": "In the xs size the 🚀/📅 icons stand alone (like 🧠 for context), without\nthe \"5H\"/\"7D\" text. README example and preview.svg updated to match.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Drop 5H/7D text labels from xs, keep only icons",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T09:40:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ecd8da938515b429e64a21784146cee83d3f3079",
"body": "Prefix the 5H and 7D labels with 🚀/📅 in the xs and s sizes, and in m set\nthe context bar width to 30 + the 5H percentage width so its end lines up\nwith the 7D bar's end on the usage line. README examples and preview.svg\nfollow.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Add 5H/7D icons to xs/s, align m context bar to 7D bar",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T09:36:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2d84105034ea9eebde6d1fbe7f09dfe7efdc51e6",
"body": "Pad \"Context\" to match \"Usage 5H\"/\"Usage 7D\" in the m/l/xl examples and the\npreview SVG so the bars start at the same column, matching the binary output.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Align Context bar in README examples and preview",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T09:26:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0cab3d03cebb60e78b4341ba0d9d96d4afe25c2a",
"body": "Read the default size from ~/.config/codex-vitals/size on every render, so a\nrunning panel switches size within a second when the file changes — no\nrestart, no shell reload. install.sh writes that file (bash -s -- <size>)\ninstead of exporting to the shell rc, and the codex launcher drops -size so\nth\n[…]\nlves live. Precedence: -size flag > config file > env > m.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Resolve panel size from a live config file",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T07:47:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e6817c506e69ad7ff7883f3457a982b2e379efd6",
"body": "Pad the Context / Usage 5H / Usage 7D labels to a common width so their\nbars start at the same column in m/l/xl. Standardize the tool's own name\nas \"panel\" (keeping the -context-mode current-hud flag) and keep the\nstyle credit only in Acknowledgements. Rename scripts/tmux-hud.sh →\ntmux-panel.sh, add\n[…]\nxplicitly), and ship the transparent per-size\npreview.svg.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Align usage bars, rename HUD→panel, add codex launcher",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-05T07:14:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c8b2543196dc7412bcc2eb9cc83853607d4a392d",
"body": "Let `install.sh | bash -s -- xl` pick a default HUD size in one shot: it\nwrites `export CODEX_VITALS_SIZE=<size>` to the shell rc (idempotent). The\nbinary reads CODEX_VITALS_SIZE as the -size default (flag > env > m), and\nthe tmux helper sizes its pane from the same env. Also ship the preview\ngenera\n[…]\nts/gen-preview.py) and a transparent per-size preview.svg.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Add install-time default size and CODEX_VITALS_SIZE env",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-04T17:46:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2e5b4ee2fee4a3de949ed21e6fd350b379d5468c",
"body": "Replace the three render styles (compact, current-hud, answer-footer)\nwith a single -size knob inspired by CC-statusline. Sizes scale the HUD\nfrom xs (2 lines, tiny bars) to xl (5 lines, 40-wide bars); m is the\ndefault. Break git dirty status into +added/!modified/-deleted/?untracked\ncounts, and auto-fit the tmux pane height to the chosen size.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01TDi88GiJmwuJgfz2mu4g3t",
"is_bot": false,
"headline": "Add -size presets (xs/s/m/l/xl), replace -style",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-04T17:18:51Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e88b827aa6b6deb34be2b258e049473f34cff168",
"body": "Replace the ⭐ marker on the 'Usage 7D' line with 📅 (calendar), which reads\nmore clearly as a weekly/period indicator. Single code point, so it renders\nreliably in terminals. Updated render.go, the render test, both READMEs, and\nthe preview SVG.",
"is_bot": false,
"headline": "Use calendar emoji for the weekly (7D) usage line",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-04T16:33:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f48a429da6428de6f2faecfe798632c0879d05c2",
"body": null,
"is_bot": false,
"headline": "docs: tighten line spacing in preview.svg (32px -> 24px)",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-04T16:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec2dcebdeede55b98969482aaf52e0bb49db1f8f",
"body": "Silences the 'Dependencies file is not found ... go.sum' warning; the project\nhas zero external dependencies, so there is nothing to cache.",
"is_bot": false,
"headline": "ci: disable setup-go cache (no third-party deps, so no go.sum to key on)",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-04T16:14:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04fbeb32af4ce8593b08cfd87684c9c17c4bfa28",
"body": "- Remove the now fully-checked Roadmap (all items shipped; releases/commits\n serve as the record).\n- Rename Credits to Acknowledgements and drop the defensive\n 'no source code is copied' line — just credit the inspirations.",
"is_bot": false,
"headline": "docs: drop completed roadmap, soften Credits to Acknowledgements",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-04T16:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0e18a4e49d2142400dc5c7eab614871a1630d66",
"body": "- scripts/tmux-hud.sh: split a bottom pane in the current tmux window running\n the HUD (default answer-footer, 1s refresh), returning focus to the original\n pane.\n- main.go: on each tick, move the cursor up over the previous frame and clear\n before reprinting (emitted in one write), so multi-line styles redraw in\n place instead of scrolling. Single-line behavior is unchanged.\n- Document the helper in both READMEs; check off the last roadmap item.",
"is_bot": false,
"headline": "Add tmux HUD helper and fix in-place redraw for multi-line live output",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-04T16:01:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e32ea35f83e8b3665d6f2804c1fdd1aa95976189",
"body": ".github/workflows/release.yml builds codex-vitals for darwin/linux x\narm64/amd64 with CGO_ENABLED=0, runs tests, and attaches the binaries plus\na checksums.txt to the GitHub Release when a v* tag is pushed. Asset names\n(codex-vitals-<os>-<arch>) match what install.sh downloads.\n\nRoadmap: check off release binary automation.",
"is_bot": false,
"headline": "Add release workflow (cross-compile + upload binaries on tag)",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-04T15:56:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad467ff30566a7d7020733f6a1e7fc96aa37f54e",
"body": "- install.sh: detect OS/arch, download the matching prebuilt binary from the\n latest GitHub release into ~/.local/bin, with a go install fallback and macOS\n quarantine handling.\n- Document the one-line curl install in both READMEs.\n- Roadmap: check off install script and SVG preview asset.",
"is_bot": false,
"headline": "Add install.sh (one-line install) and check off roadmap items",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-04T15:55:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e93902c6eb491ca9b6f147c84c7842ecf7275d0",
"body": "- Make README.md the English default with a language selector (English / 한국어)\n- Move the Korean version to README.ko.md\n- Add assets/preview.svg (answer-footer render with real colors + gradient bars)\n- Credit the HUD concept/style origin (jarrodwatts/claude-hud) alongside the\n CC-statusline visual reference",
"is_bot": false,
"headline": "docs: English README as default, Korean as README.ko.md, add SVG preview",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-04T15:49:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be2d2b79234639bdb3d78d164a324f545b489a6a",
"body": "For contextWindow <= baselineTokens the effective window is <= 0, so\nCalculateContextUsage returned an empty ContextUsage (a misleading 0%\nfor small models with real usage, e.g. 4000/8000 -> 0%). Fall back to\nthe raw bounded ratio used/window in that case.\n\nLarge-window behavior is unchanged (73305/258400 -> 25%). Add small and\nboundary regression cases (8000/0, 8000/4000, window==baseline,\nwindow==baseline+1) and fix the prior test that pinned the buggy 0%.",
"is_bot": false,
"headline": "Handle small context windows with a raw bounded ratio",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-04T15:41:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "476cb36f682e4c2dea18d0ac9690de4dfa16e24c",
"body": null,
"is_bot": false,
"headline": "Expand Korean README",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-04T15:38:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47e3917474ca5aafaf235b6aeffa4d307bfd772e",
"body": "Document that the default -context-mode codex matches stock Codex, and\nthat users on a patched Codex build whose TUI uses a different formula\nshould use -context-mode current-hud. Include both formulas and a\ncomparison table.\n\nFixes #2",
"is_bot": false,
"headline": "docs: explain context modes for matching stock vs patched Codex",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-04T06:18:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb3e8b9fe92d3e176eb6adae220ad71d9963a065",
"body": "Codex includes rate_limits only on some token_count events; the latest\nevent frequently has primary/secondary null. applyTokenCount overwrote\nsnapshot.Tokens wholesale, so the 5H/7D lines vanished once the latest\nevent lacked rate-limit data.\n\nRetain the last non-nil primary/secondary so the lines persist after\nthey have appeared in the session. Context % still reflects the latest event.\n\nFixes #1",
"is_bot": false,
"headline": "Carry forward rate limits when latest token_count omits them",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-04T06:17:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f03a5b034ad51a476232e2a4ce5b448fa2b527ae",
"body": null,
"is_bot": false,
"headline": "Match codex HUD footer layout",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-03T14:40:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2444e263a40f584b811380bb87cfa3ea88dbe1aa",
"body": null,
"is_bot": false,
"headline": "Improve answer footer layout bars",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-03T14:19:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e55b3347ffeed5ad4ce40dbba85754f4723154c6",
"body": null,
"is_bot": false,
"headline": "Add answer footer render style",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-03T14:12:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46fda7f0ced230b9ea5ac1d31b96c941a285e0bf",
"body": null,
"is_bot": false,
"headline": "Match current HUD render style",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-03T13:56:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eead02dd2323f0d4843c7855c1dc3b4e5d09568d",
"body": null,
"is_bot": false,
"headline": "Add current HUD context mode",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-03T13:36:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7bf9969ef374333345de26fa8b88a325894648b",
"body": null,
"is_bot": false,
"headline": "Initial codex-vitals MVP",
"author_name": "SeungBeen Wee",
"author_login": "WinningBean",
"committed_at": "2026-07-03T11:43:21Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 19,
"commits_last_year": 41,
"latest_release_at": "2026-07-19T15:32:24Z",
"latest_release_tag": "v0.1.18",
"releases_from_tags": false,
"days_since_last_push": 8,
"active_weeks_last_year": 3,
"days_since_latest_release": 8,
"mean_days_between_releases": 1.6
},
"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/WinningBean/codex-vitals",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/WinningBean/codex-vitals",
"is_deprecated": false,
"latest_version": "v0.1.18",
"repository_url": "https://github.com/WinningBean/codex-vitals",
"versions_count": 19,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T10:12:27Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": 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": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 18405,
"source_files_sampled": 15,
"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": [],
"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": 3,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 2,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "WinningBean",
"commits": 41,
"avatar_url": "https://avatars.githubusercontent.com/u/53260922?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yml",
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": "3 out of 3 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/29 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 3 contributing companies or organizations -- score normalized to 10",
"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": 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": "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": "2df09f5cfb507543296a9c45506b0541f873c77a",
"ran_at": "2026-07-27T19:40:27Z",
"aggregate_score": 3.2,
"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-19T15:32:28Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-06T11:42:05Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/WinningBean/codex-vitals",
"host": "github.com",
"name": "codex-vitals",
"owner": "WinningBean"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 32,
"vitality": 64,
"community": 24,
"governance": 61,
"engineering": 65
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 64,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"commits_last_year": 41,
"human_commit_share": 1,
"days_since_last_push": 8,
"active_weeks_last_year": 3
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 8 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "3/52 weeks with commits",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 3
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "41 commits in the last year",
"points": 14.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 41
}
}
],
"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": 19,
"latest_release_tag": "v0.1.18",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 1.6
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "19 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 19
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~1.6 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 1.6
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"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": 61,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 20,
"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 3 contributing companies or organizations -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"merged_prs": 3,
"open_issues": 0,
"closed_issues": 2,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "3/3 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 3,
"decided": 3
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/29 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": 54,
"inputs": {
"followers": 32,
"owner_type": "User",
"is_verified": null,
"owner_login": "WinningBean",
"public_repos": 25,
"account_age_days": 2560
},
"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": "32 followers of WinningBean",
"points": 10.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 32,
"login": "WinningBean"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "25 public repos, account ~7 yr old",
"points": 22.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 25
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/WinningBean/codex-vitals"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 10
},
"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 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "19 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 19
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 65,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "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": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"topics": [
"cli",
"codex",
"codex-cli",
"golang",
"openai",
"panel",
"statusline",
"terminal",
"tui"
],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"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": 0,
"status": "missed",
"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": "9 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 9
}
}
],
"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": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 17,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 1,
"scorecard_aggregate": 3.2
},
"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": "3 out of 3 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/29 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 3 contributing companies or organizations -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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 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": "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": 4
},
"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": 58,
"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": 0.829,
"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": "34 of 41 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 34,
"sampled": 41
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.561,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "23 of the last 41 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 23,
"sampled": 41
}
}
],
"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": 18405,
"source_files_sampled": 15,
"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/15 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 15,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-27T19:40:33.899740Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/w/WinningBean/codex-vitals.svg",
"full_name": "WinningBean/codex-vitals",
"license_state": "standard",
"license_spdx": "MIT"
}