JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1923,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 298277,
"Just": 791,
"Shell": 387
},
"pushed_at": "2026-07-11T19:34:47Z",
"created_at": "2025-11-24T00:19:57Z",
"owner_type": "User",
"updated_at": "2026-06-22T20:47:55Z",
"description": "Swiss army tool for go test results.",
"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": "Russ Egan",
"type": "User",
"login": "ansel1",
"company": "@Thales",
"location": "Austin, TX",
"followers": 17,
"avatar_url": "https://avatars.githubusercontent.com/u/107825?v=4",
"created_at": "2009-07-23T02:05:20Z",
"is_verified": null,
"public_repos": 24,
"account_age_days": 6214
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-07-11T19:34:47Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-05-25T21:57:35Z"
},
{
"tag": "v0.0.1",
"kind": "patch",
"published_at": "2026-05-10T03:11:56Z"
}
],
"recent_commits": [
{
"oid": "b05fc789bb91f2a98822a8655db1e5e2f3472400",
"body": null,
"is_bot": false,
"headline": "chore: update Go version",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-06-22T20:44:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94382636f9e0f32b982de07325212aa356a85483",
"body": null,
"is_bot": false,
"headline": "ci: add GitHub Actions workflow",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-06-22T20:44:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9c061691a45f6d6e1366f7f66c1e52467a10fb0",
"body": "which() is now behind the lists feature flag, as of 1.53.0",
"is_bot": false,
"headline": "chore: update just flags",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-06-22T20:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5804a02b8e3ba410a4d3c3831fd599cdb6b124c2",
"body": "`-textfile <file>` saves simple text output (in the style of\n`go test`) to a file. Does not affect what is printed to stdout.\n`-v` flag will make this output verbose as well.",
"is_bot": false,
"headline": "feat: add textfile output flag",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-06-22T13:54:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a9fbc33d76c0eb06e5c1623f93ac684e1977559",
"body": "…ndling\n\nUnify the two non-verbose failure-emission paths (normal per-fail-event and\ninterrupted-crash) behind a single renderFailedTest helper, and remove the\nduplicated package summary-line classification by sourcing it from the\ncollector (pkgSummaryText) instead of re-detecting and stashing it in\n[…]\n and by the\nexisting notty/live equivalence test. Adds trailing-newline, two-package\nflush, and renderFailedTest regression tests.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor: simplify SimpleOutput failure rendering and summary-line ha…",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-06-16T22:12:11Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "29b827835107e3db726fd192669c9c1816dce5da",
"body": "There was a bug when a test failed due to a runtime error. The runtime\nerror stack would be printed in the summary, but would be omitted from the\nSimpleOutput.",
"is_bot": false,
"headline": "fix: simple output shows runtime error in real time",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-06-16T21:44:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad8e45b67eac023c8e8bcfe3a49536514f1f2286",
"body": "Events are sent to a SimpleOutput in either mode: in notty mode, this\nis streamed directly to the terminal. In tui mode, this is buffered,\nand printed out between runs. This ensures the output that remains on\nscreen after a run ends is exactly identical regardless of mode. Also\nmakes verbose mode completely orthogonal: this is a mode that SimpleOutput\nis in, and is not related to the tui/notty mode.",
"is_bot": false,
"headline": "refactor: always use SimpleOutput",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-06-16T21:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad00ee6ec84e835b6c2e1447911615de2423212f",
"body": "In right aligning counter blocks, in the live mode, or in the summary,\nany counts (passed, failed, skipped, etc) are hidden if the are zero. \nThis makes the other counters easier to see.",
"is_bot": false,
"headline": "feat: hide zero counters",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-05-25T21:54:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4cb39e474f9ec5f19a5dfd9d0892dc376ef7336",
"body": null,
"is_bot": false,
"headline": "inline log lines",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-30T04:50:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df0090027e3308db0c3b3e2a1bc4f4adcff2de5b",
"body": "dialing back the colors to make it a little less busy looking",
"is_bot": false,
"headline": "just use green for the spinner in the tui",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-28T18:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54ff2ed0a16da12a1947d75e70e1a47b22e4a286",
"body": null,
"is_bot": false,
"headline": "fix sample/run.sh to use just",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-28T18:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cae6a135875bcb4dee6683bd384c219c9606771b",
"body": "Counts and summary handle cases where count>1, where the\nsame test is executed multiple times in the same run, and\nmay have different outcomes (some pass, some fail, some slow\netc).",
"is_bot": false,
"headline": "track-test-executions: handle -count=n correctly",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-28T18:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1908dba3ea41fbfb99489c7397d4e41605230830",
"body": null,
"is_bot": false,
"headline": "fix to justfile",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-23T20:29:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d196b7e1dda15042f69cecedeb5eabfe741c34f",
"body": null,
"is_bot": false,
"headline": "linter findings",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-23T20:17:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "374078ea31b8fd857283ec66affe84cf00bd8ee7",
"body": null,
"is_bot": false,
"headline": "fix tests",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-23T20:15:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2db53ecb3b15673a9bdb2edff8fdd3be2b440cb6",
"body": null,
"is_bot": false,
"headline": "switch from make to just",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-23T20:06:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e177e9aeea1d61d7f2b78935765a7a4680cd5d8",
"body": "The bare \"coverage: X% of statements\" line from 'go test' duplicates\nthe coverage info already in the package SummaryLine and the final\nsummary table. Filter it out in classifyPackageOutput so it no longer\nappears as per-package output in the summary.",
"is_bot": false,
"headline": "drop redundant coverage: lines from package output",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-23T19:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf993adfb2b7f858715c88e39c4d9220a8152ceb",
"body": null,
"is_bot": false,
"headline": "use faint for log lines",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-23T19:18:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b3d4aa9b492041bc7437f81378ac60a3ab1442d",
"body": null,
"is_bot": false,
"headline": "REVIEW: using faint in summary instead of bright black",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-23T16:34:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "357bb71bd01a5a9f49e41491be9838ed434a6166",
"body": null,
"is_bot": false,
"headline": "no color on finished packages",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-23T16:19:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a159f40cf340ff698796b751e83ea410d7853cf",
"body": null,
"is_bot": false,
"headline": "align packages in tui",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-23T16:17:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca83e65944b874f1aed587231ed3322212fb7637",
"body": null,
"is_bot": false,
"headline": "todos",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-20T20:42:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc124a459aaa0959b537d1689925b72f92f4e7d6",
"body": "Previously, build events arriving before any test event were buffered\nin pendingBuildEvents and flushed when the first test event created a\nrun. If a `go test` invocation failed to compile every package and\nemitted no test events, those build events were silently dropped on\nEOF and no Run appeared i\n[…]\nbuild event, with the same lifecycle\nas a test-triggered run. Net effect: build-only failures become\nfirst-class runs, and the buffer + flush logic goes away.\n\nResolves the question raised in TODO.md.",
"is_bot": false,
"headline": "collector: start run on first build event instead of buffering",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-20T02:17:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "65952a3df1708c4b17660f99d49d3a9f36f5da9c",
"body": "Pressing ctrl-c in TUI mode left tang running for several seconds\nafter the TUI exited. Bubbletea puts the terminal in raw mode, so\nctrl-c never becomes a SIGINT - it's delivered as a key press only\nto tang. Forwarding SIGINT to the go test process alone did not\nreach the test binary go test spawns \n[…]\ndinator\nso signal forwarding, JUnit output, and the final summary all run\non the same path used by the os signal handler. Removes the os.Exit\nin the signal handler that previously skipped the summary.",
"is_bot": false,
"headline": "fix slow shutdown when interrupting tang test in tui mode",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-20T02:05:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "87ce533e07977afd6c6b506ef8508cdd2d27459c",
"body": "Restructure how package-level output is collected and rendered so that the\nsummary contains everything interesting from a run, eliminating the need to\nprint buffered SimpleOutput above the summary in live (TUI) non-verbose mode.\n\nModel:\n- PackageResult.Output split into SummaryLine (the 'ok\\\\tpkg\\\\t\n[…]\nFAIL' lines\n are kept (also matches 'go test').\n\nOther:\n- New testutil.PkgOutputLines helper. Existing PkgOutput now targets\n SummaryLine.\n- Added sample/badtestmain to exercise TestMain panic flow.",
"is_bot": false,
"headline": "make summary the authoritative report; remove duplicate output paths",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-18T00:07:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "aa25d0cf8f039e1be07843fa24a04eb5a77d5430",
"body": null,
"is_bot": false,
"headline": "skip printing test output in tui/non-verbose mode",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-16T21:23:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a84f3ca57cb7ffe46fbbaa9446334535228ea59",
"body": null,
"is_bot": false,
"headline": "add \"test\" subcommand to run go test from tang",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-16T19:29:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59bd53dcfd052c8cc7cdb702041b23ab948be5e9",
"body": null,
"is_bot": false,
"headline": "print out error messages which occur before tests start",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-15T02:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0506f200e99e6d403fa04559dc08b6c1c4f370f9",
"body": null,
"is_bot": false,
"headline": "added -no-color flag and NOCOLOR support",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-15T02:38:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "763de55770e9e96c62118bacfa086f2f17de4e88",
"body": null,
"is_bot": false,
"headline": "change the format of the counters",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-08T03:01:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60092400a01106a1c232013b108c427a0bb1c575",
"body": "In live mode, paused tests will scroll off the top of the screen like finished tests. When they continue, they will be reshuffled to the bottom of the screen, as if they had just started. Also, the elapsed time will stop while the test is paused, so it will reflect only the time the test was actually active.",
"is_bot": false,
"headline": "live mode: change the order and visibility of paused tests",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-06T14:15:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5281ce105095cf2b2d4d7baf474519bae1fc63eb",
"body": "A test run may be interrupted by a timeout, some other panic,\nor a fatal runtime error. Make sure all interrupted tests\nare properly counted, and the interruption cause is printed\nin the summary.",
"is_bot": false,
"headline": "handling for other cases of test interruption",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-04T15:03:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5765ab9520640f85396d190846f63c342fe21a6",
"body": null,
"is_bot": false,
"headline": "better indentation of logs and tests under summary",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-04T13:48:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b497e305df8ebc88b53afe8f9dfc1a8854696bb8",
"body": null,
"is_bot": false,
"headline": "respect the COLUMNS env var",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-04T04:03:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02eab578c0285891bc317af011886e06f38cccdc",
"body": null,
"is_bot": false,
"headline": "rename \"tui\" mode to \"live\" mode",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-04T01:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b5868c521432a0b5f91ae730f879e5231daac8b",
"body": null,
"is_bot": false,
"headline": "fix: indentation in log lines in summary",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-03T20:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54c417bd5b16299b4b9941d7497590dfb9805772",
"body": null,
"is_bot": false,
"headline": "renamed -junitfile flag",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-03T17:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dff6d6c8bdb76971cb61cc4c919afdad29af03a0",
"body": "…ream",
"is_bot": false,
"headline": "fix: duplicate, out-of-order output with multiple runs in a single st…",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-04-02T20:38:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24adf163b906c672d8ba33e5952758ba4692b379",
"body": "…tput",
"is_bot": false,
"headline": "fix: order of parent and subtest results were wrong in non-verbose ou…",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-24T21:54:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9df81ecc2169fbd0bd20b1152d8cf8746c4ea7a3",
"body": null,
"is_bot": false,
"headline": "Print normal test output before the summary in tui mode",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-24T02:22:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "15e262de422b8a832dc8549441331e3d9b434aa6",
"body": null,
"is_bot": false,
"headline": "incrementally printed output in -notty mode",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-23T13:38:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b718efa8a48c674e89591fdda1c4c87b9a0504a",
"body": null,
"is_bot": false,
"headline": "make -notty -v match the output of go test -v",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-23T04:09:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc0a0e305bb3cde562bcf0d6339dead572117250",
"body": "Push smkunopvzlxq",
"is_bot": false,
"headline": "Merge pull request #1 from ansel1/push-smkunopvzlxq",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-13T21:27:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a295073b41ed5815ed3125f3c45d5f391c5d24df",
"body": null,
"is_bot": false,
"headline": "configurable slow threshold",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-10T22:09:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13b2a3c20fd377ecbced0c89bd4430c95818ee0f",
"body": null,
"is_bot": false,
"headline": "indent 2 spaces in summary",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-08T03:49:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b97aeac07249f63e09b3dd0cdb7be2deada9c72e",
"body": null,
"is_bot": false,
"headline": "use brighter colors for running lines in the tui",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-08T03:20:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "689f87f75d0f5ea49a95fbeab61f47c211162c80",
"body": null,
"is_bot": false,
"headline": "hide slow and skipped tests by default, enable with flags",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-08T02:58:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4adc178ba03af774c998073d11c6c928243b415",
"body": null,
"is_bot": false,
"headline": "handle panics and timeouts",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-08T02:39:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1efe593b665dfb6ad3ad74e8bed02b6fd05c9306",
"body": null,
"is_bot": false,
"headline": "added -slow-threshold flag",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-07T20:41:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cfd7a7ebfad683c6fef05218ab48f55700f01933",
"body": "…uild failed",
"is_bot": false,
"headline": "omit duration from package summary if package was cached, empty, or b…",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-07T20:38:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c52134fe61e2d1f48ccc0ce03cf0b1a979863850",
"body": null,
"is_bot": false,
"headline": "changed format of the durations in the summary to look more like go test",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-07T20:38:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02cbdaf5da16885c98bca16ff2bbe2d0e658f89c",
"body": "Bubbletea's inline renderer leaves a blank line when the final frame is\nempty. Instead of printing the summary after the TUI exits, compute the\nsummary text and send it as a FinishMsg so the TUI renders it as its\nlast frame. This keeps the cursor positioned correctly with no gap.\n\nAlso conditionalize the newline separator before the summary so it only\nappears when there is non-test output or test details, and remove the\nunused DisplaySummary method.",
"is_bot": false,
"headline": "render summary as TUI final frame to eliminate blank line",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-07T20:38:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cba7eae8b70f4cab395644da8e485040de6b5626",
"body": null,
"is_bot": false,
"headline": "more concise total summary",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-06T21:55:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9274b33876b2b9e0c9718510a27b391bd59c3df0",
"body": null,
"is_bot": false,
"headline": "color code package names in the tui",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-06T20:02:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83d9540f1a05b50f114df3bc0d6a82cc83716c7b",
"body": null,
"is_bot": false,
"headline": "include total summary counts in the top summary line",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-06T19:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b857b5860cb52e756b9f99af20da684597a0b827",
"body": null,
"is_bot": false,
"headline": "add total to the summary count lines",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-06T19:10:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b00f8f5806cb4969a80483bc21f61f7a58dd4cc9",
"body": null,
"is_bot": false,
"headline": "new summary layout",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-06T05:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f73041e43ed96349e33484bed316603c5bad4dc3",
"body": null,
"is_bot": false,
"headline": "clear the output before printing the summary",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-06T04:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "710095983444fa05602d227c8c396b573f23fbe7",
"body": null,
"is_bot": false,
"headline": "added a more elaborate sample project",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-03T04:52:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94d461d4c8b596ab4d14ae861e7ef663fb74c2c1",
"body": null,
"is_bot": false,
"headline": "fix linter findings",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-03T03:21:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1aac2cc981917e5c4fedde861ce4a4493cc29b4",
"body": null,
"is_bot": false,
"headline": "different approach to detecting multiple runs",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-03-03T03:21:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "014a113746b6a0b39b814a9a8e51dcc2c09f4f19",
"body": null,
"is_bot": false,
"headline": "added a golden image based test framework for the tui",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-02-26T20:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2356de624024d10c7a9258b77e6ed946df2cebc9",
"body": null,
"is_bot": false,
"headline": "updated to bubbletea v2",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-02-26T20:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4885a6543dbcd2851dc6d473659e65557b874485",
"body": "- Remove outdated spec files and replace with CLAUDE.md for agent guidance\n- Move project tracking to TODO.md instead of distributed spec files\n- Improve Makefile with better structure and help system\n- Refactor collector.go to strengthen thread safety and state management\n- Update Go dependencies",
"is_bot": false,
"headline": "Consolidate documentation and refactor collector thread safety",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-02-25T16:36:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbe3517214108698276461ba758f9fa83ecaf9c3",
"body": "…ety to collector",
"is_bot": false,
"headline": "refactor TUI to passive view: move event loop to main, add thread saf…",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-02-18T19:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8bf98b053e0e1973c982d5f8ad7500b2144493b",
"body": null,
"is_bot": false,
"headline": "update .gitignore and trim AGENTS.md",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-02-18T19:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae32b36532cecbc24fe1b1bf0e032567a1a03367",
"body": null,
"is_bot": false,
"headline": "remove test artifacts and scratch files",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-02-18T19:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8e838ec80a09985fccd6fc477a980003c38bd0d",
"body": null,
"is_bot": false,
"headline": "simplify TUI quit handling and begin refactoring event processing",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2026-02-18T19:10:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65194fae4aa74b881b8b75135179973993c1fb84",
"body": null,
"is_bot": false,
"headline": "junit output support",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-12-21T20:30:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6622e9e7920c89a98f20c05c585fcdf238f630fa",
"body": null,
"is_bot": false,
"headline": "more gutter icons and handling of pause/cont actions",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-12-16T05:11:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "323ac024d7c3d6a541351df06333c91d624cc971",
"body": null,
"is_bot": false,
"headline": "handle multiple runs in the input stream",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-12-16T04:30:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a73dd84f3aa0f900aac683227b98e0e7652cc476",
"body": "… down processing when there was a lot of log output lines.",
"is_bot": false,
"headline": "process events in batches to speed up tui. tui rendering was slowing…",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-12-15T23:02:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99aaa7fe8d80f57159d995973d4edf2ec750746b",
"body": null,
"is_bot": false,
"headline": "refactor to have simpler synchronization logic",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-12-15T22:36:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea6c6fd42824fc633ec103104b505209bde16236",
"body": null,
"is_bot": false,
"headline": "refactor printing summary sections",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-12-14T21:44:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c7cdb576f14756bde0b9003c282d7ed5af5ae9c",
"body": null,
"is_bot": false,
"headline": "tweak the summary layout",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-12-13T18:58:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f6e8db93654f4581e404cf51511774eeb3ee230",
"body": null,
"is_bot": false,
"headline": "bold active lines in the tui",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-12-13T18:49:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f57ea3ba944c4eb83300b06aa6c47a95829e5181",
"body": null,
"is_bot": false,
"headline": "refactoring and simplification. speeds things up a lot",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-12-13T00:45:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa6c665881385414475c12f606b2e97aa0fe74af",
"body": "… a rate",
"is_bot": false,
"headline": "fixes issues with simulated elapsed times when using replay mode with…",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-12-10T21:12:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af84ac39cab168066e7056cd2d726219ad54dfd3",
"body": null,
"is_bot": false,
"headline": "major re-arch",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-12-02T04:28:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82219c8d928d66e1bc418a744eb8a1867d11cea7",
"body": null,
"is_bot": false,
"headline": "make the lines in the summary use the full terminal width",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-11-29T16:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1dab5e11febeac90e679c22a78e897d919baa192",
"body": null,
"is_bot": false,
"headline": "color code the overall results icons",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-11-29T15:50:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a9eb7e870bf0f3a8ec1177d1362e235016bb614",
"body": null,
"is_bot": false,
"headline": "make the timestamp format consistent in the summary",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-11-28T00:48:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "930b133131dda040de7ef99d28d7b7b993a1cd2c",
"body": "…ctions",
"is_bot": false,
"headline": "remove the package stats from the summary, and reordered the other se…",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-11-27T06:05:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53241a4f69f9d417204610df3dd159533b3d0961",
"body": null,
"is_bot": false,
"headline": "Fixed escape sequence bleed in summary",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-11-27T06:01:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4581a94f6e231c624ec14c2ceec584186c6acef8",
"body": "…he layout\n\naccumulating changes for the summary view",
"is_bot": false,
"headline": "Implements the summary view, but still need to make some changes to t…",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-11-27T05:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5448f2ff45f182ca8e488c8be093fcc755320b03",
"body": null,
"is_bot": false,
"headline": "final summary",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-11-24T18:08:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e757e31b880e9412345f71f4c709ec26f2aa3ad",
"body": null,
"is_bot": false,
"headline": "Fix some tests",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-11-24T18:08:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12923ba646298d659fa8fecd806edfb686ebef5d",
"body": null,
"is_bot": false,
"headline": "show the full, final package output for finished packages",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-11-24T05:49:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7013c1a2e6c177378055ef0f71fa400add4ec23",
"body": "pause symbol instead of spinner for paused tests",
"is_bot": false,
"headline": "spinners next to running packages and tests",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-11-24T05:30:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f0e4b105fd7db7f982b97296a125801b9bb7def",
"body": null,
"is_bot": false,
"headline": "add an elapsed time to the final summry line",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-11-24T03:57:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cd79f2f3f9cf4c8b51247fc9c7f01d3d0f4ad19",
"body": null,
"is_bot": false,
"headline": "add an elapsed time to the final summry line",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-11-24T00:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c28639483c6185889d85669d072122776856438",
"body": null,
"is_bot": false,
"headline": "in replay mode, make elapsed times reflect original times",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-11-24T00:57:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f083bbceee97f0370e6b2e7ff4bf973399a96b27",
"body": null,
"is_bot": false,
"headline": "initial version",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-11-24T00:39:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2735a3866b6ac6e85e156653dad3772b09d7e7ee",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "Russ Egan",
"author_login": "ansel1",
"committed_at": "2025-11-24T00:19:57Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 94,
"latest_release_at": "2026-07-11T19:34:47Z",
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_last_push": 16,
"active_weeks_last_year": 19,
"days_since_latest_release": 16,
"mean_days_between_releases": 31.3
},
"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/ansel1/tang",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/ansel1/tang",
"is_deprecated": false,
"latest_version": "v0.2.0",
"repository_url": "https://github.com/ansel1/tang",
"versions_count": 3,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-06-22T20:44:57Z",
"latest_version_yanked": null,
"days_since_latest_publish": 35
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"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": [
"sample"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"justfile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod",
"sample/go.mod",
"testdata2/go.mod"
],
"largest_source_bytes": 30269,
"source_files_sampled": 65,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1112
},
"dependencies": {
"manifests": [
"go.mod",
"sample/go.mod",
"testdata2/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": "charm.land/bubbles/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.0"
},
{
"name": "charm.land/bubbletea/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.0"
},
{
"name": "charm.land/lipgloss/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.0"
},
{
"name": "github.com/charmbracelet/colorprofile",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.4.3"
},
{
"name": "github.com/charmbracelet/x/ansi",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.11.6"
},
{
"name": "github.com/charmbracelet/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.2.2"
},
{
"name": "github.com/stretchr/testify",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.11.1"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 1,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "ansel1",
"commits": 94,
"avatar_url": "https://avatars.githubusercontent.com/u/107825?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml"
],
"has_docs_dir": false,
"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": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 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": 7,
"reason": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 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": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "b05fc789bb91f2a98822a8655db1e5e2f3472400",
"ran_at": "2026-07-28T15:39:10Z",
"aggregate_score": 4.5,
"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-06-22T20:48:54Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-03-13T21:27:44Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/ansel1/tang",
"host": "github.com",
"name": "tang",
"owner": "ansel1"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"security": 45,
"vitality": 80,
"community": 24,
"governance": 53,
"engineering": 56
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 80,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"commits_last_year": 94,
"human_commit_share": 1,
"days_since_last_push": 16,
"active_weeks_last_year": 19
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 16 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 16
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "19/52 weeks with commits",
"points": 13.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 19
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "94 commits in the last year",
"points": 17.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 94
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 7,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.2.0",
"releases_from_tags": false,
"days_since_latest_release": 16,
"mean_days_between_releases": 31.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 16 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 16
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~31.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 31.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 35,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 35 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 35
}
}
],
"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": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"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": 53,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"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 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": 1,
"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": "1/1 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 1,
"decided": 1
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 52,
"inputs": {
"followers": 17,
"owner_type": "User",
"is_verified": null,
"owner_login": "ansel1",
"public_repos": 24,
"account_age_days": 6214
},
"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": "17 followers of ansel1",
"points": 9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 17,
"login": "ansel1"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "24 public repos, account ~17 yr old",
"points": 22.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 24
}
},
{
"code": "account_age_years",
"params": {
"years": 17
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/ansel1/tang"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 35
},
"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 35 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 35
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"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": 56,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 45,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 15,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 3,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 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": "9 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 7",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"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": 63,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "moderate",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.223,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1112
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "21 of 94 human commits state their intent (structured subject or explanatory body)",
"points": 11.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 21,
"sampled": 94
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"justfile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.011,
"toolchain_manifests": [
"go.mod",
"sample/go.mod",
"testdata2/go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "justfile"
}
}
],
"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": "1 of the last 94 commits agent-authored or agent-credited",
"points": 2.1,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 94
}
}
],
"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": 30269,
"source_files_sampled": 65,
"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/65 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 65,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"sample"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "sample",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "sample"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T15:39:14.582609Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/ansel1/tang.svg",
"full_name": "ansel1/tang",
"license_state": "standard",
"license_spdx": "MIT"
}