Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 361,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 29822,
"Makefile": 657,
"Dockerfile": 453
},
"pushed_at": "2025-11-24T22:07:49Z",
"created_at": "2014-07-30T20:03:48Z",
"owner_type": "User",
"updated_at": "2026-07-21T06:08:00Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "master",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Brian Goff",
"type": "User",
"login": "cpuguy83",
"company": "@Microsoft",
"location": "Seattle, WA",
"followers": 864,
"avatar_url": "https://avatars.githubusercontent.com/u/799078?v=4",
"created_at": "2011-05-19T20:38:00Z",
"is_verified": null,
"public_repos": 249,
"account_age_days": 5548
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v2.0.7",
"kind": "patch",
"published_at": "2025-04-24T23:52:36Z"
},
{
"tag": "v2.0.6",
"kind": "patch",
"published_at": "2024-12-16T17:51:53Z"
},
{
"tag": "v2.0.5",
"kind": "patch",
"published_at": "2024-09-16T17:39:48Z"
},
{
"tag": "v2.0.4",
"kind": "patch",
"published_at": "2024-03-18T16:08:04Z"
},
{
"tag": "v2.0.3",
"kind": "patch",
"published_at": "2023-10-10T18:09:57Z"
},
{
"tag": "v2.0.2",
"kind": "patch",
"published_at": "2022-04-25T16:25:56Z"
},
{
"tag": "v2.0.1",
"kind": "patch",
"published_at": "2021-07-20T21:16:13Z"
},
{
"tag": "v1.0.10",
"kind": "patch",
"published_at": "2019-03-14T22:56:27Z"
},
{
"tag": "v1.0.9",
"kind": "patch",
"published_at": "2019-03-14T22:54:36Z"
},
{
"tag": "v1.0.8",
"kind": "patch",
"published_at": "2018-02-06T03:54:54Z"
},
{
"tag": "v1.0.7",
"kind": "patch",
"published_at": "2017-08-30T17:27:33Z"
},
{
"tag": "v1.0.6",
"kind": "patch",
"published_at": "2016-09-07T16:50:40Z"
}
],
"recent_commits": [
{
"oid": "061b6c7cbecd6752049221aa15b7a05160796698",
"body": "Table rendering fix",
"is_bot": false,
"headline": "Merge pull request #141 from kolyshkin/fix-long-tables",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2025-04-24T23:51:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcb0114b0ff4c37852ea42cf3b78d69bf4b41a06",
"body": "Currently, when a long cell in the table is not the last (rightmost),\ndue to extra \\n the rendering is broken, resulting in an extra row.\n\nThe fix is easy -- do not add \\n after T} unless it's the last cell.\n\nAdd a test case, which (before the fix) is rendered like this:\n\n\t...\n\n\t│ robin \n[…]\nweinchen a.k.a. │ Varies. │\n\t│ guinea pig │ │\n\t└────────────────────────┴────────────────────────┘\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Table rendering fix",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-24T23:43:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "75548be5c87663dc0b6d032d4163518942405648",
"body": "Make CI green again, bump golangci-lint to v2",
"is_bot": false,
"headline": "Merge pull request #142 from kolyshkin/golangci-v2",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2025-04-24T22:50:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "993ceebfde48c38d44329552add10a8dd5f7d468",
"body": "Those are not enabled by default but can be useful.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": ".golangci.yml: add some more linters",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-24T21:53:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68539cccdb1c880e64b5e667da7c6a4104b09a9f",
"body": "This fixes the following unparam warning:\n\n> md2man/roff_test.go:448:45: execRecoverableTestSuite - tests is unused (unparam)\n> func execRecoverableTestSuite(t *testing.T, tests []string, params TestParams, suite func(candidate *string)) {\n> ^\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "md2man: remove unused parameters",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-24T21:52:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfd185f7158e7b7d6edb0f56d371d67d878099cc",
"body": "There should be no space between // and nolint.\n\nA space after nolint: is optional, but remove it as well.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Fix nolint directives",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-24T21:49:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc51eb36effdd4b63a075c36802032546ba398e3",
"body": "Configuration was initially converted by golangci-lint migrate, when\nheavily edited to minimize/optimize.\n\nWe are excluing staticcheck QF1008 as it is too opinionated:\n\n> md2man/roff.go:136:24: QF1008: could remove embedded field \"LinkData\" from selector (staticcheck)\n> \t\tif !bytes.Equal(node.LinkDa\n[…]\ntaticcheck)\n> \t\tescapedLink := strings.ReplaceAll(string(node.LinkData.Destination), \"-\", \"\\\\-\")\n> \t\t ^\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "golangci-lint: use v2",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-24T21:37:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "50e20fb6b50ce56816a74f50c88909e2d7d0f258",
"body": "Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "gha: switch to ubuntu-24.04, modern Go versions",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-24T21:36:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d95447a1a6ac892fef54279d681d772f50ecac30",
"body": "This fixes the following golangci-lint v2 warning:\n\n> WARN [runner/nolint_filter] Found unknown linters in //nolint directives: golint\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "md2man: rm unused nolint directive",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-24T21:30:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d0f4c53e41a26f285c90f1c48979af76f0958e2",
"body": "This fixes the following staticcheck warnings:\n\n> md2man/debug.go:1:1: ST1000: at least one file in a package should have a package comment (staticcheck)\n> package md2man\n> ^\n> md2man/md2man.go:3:1: ST1000: at least one file in a package should have a package comment (staticcheck)\n> package md2man\n> ^\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "md2man: add package overview",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2025-04-24T21:29:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80d4cc24f1867a8174b6b15a8a9535a14124d4d4",
"body": "Update usage instructions and fix module path",
"is_bot": false,
"headline": "Merge pull request #139 from huiyifyj/v2-and-go-tool",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2025-03-21T23:00:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c34600393ae65837f1dc3041341b2fb9783e871b",
"body": "…gci/golangci-lint-action-6.5.2\n\nBump golangci/golangci-lint-action from 6.5.0 to 6.5.2",
"is_bot": false,
"headline": "Merge pull request #138 from cpuguy83/dependabot/github_actions/golan…",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2025-03-21T20:50:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f875ad2b6bcb84f1750b8d4b9d10be2053b58875",
"body": "Add usage instructions for using go-md2man with the `go tool`.\nrefer to\nhttps://go.dev/doc/go1.24#go-command\nhttps://go.dev/ref/mod#go-mod-file-tool",
"is_bot": false,
"headline": "Add usage instructions with `go tool` for go 1.24+",
"author_name": "huiyifyj",
"author_login": "huiyifyj",
"committed_at": "2025-03-18T10:00:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1432a71796d47847219c26851381caa780562582",
"body": "Fix the installation instructions to use v2 module as same as the module path in go.mod file.",
"is_bot": false,
"headline": "Update installation instructions to v2 module path",
"author_name": "huiyifyj",
"author_login": "huiyifyj",
"committed_at": "2025-03-18T09:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9657ca0aa83b3c288492cb7e6bded672070a6c66",
"body": "Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.5.0 to 6.5.2.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.5.0...v6.5.2)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golangci/golangci-lint-action from 6.5.0 to 6.5.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-03-17T22:36:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae8f92a626e8922695dbf0fb24cf0241e056082c",
"body": "…gci/golangci-lint-action-6.5.0\n\nBump golangci/golangci-lint-action from 6.1.1 to 6.5.0",
"is_bot": false,
"headline": "Merge pull request #135 from cpuguy83/dependabot/github_actions/golan…",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2025-02-17T22:31:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e455f037f0650d929525eee9e46d3e2752eb795f",
"body": "Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.1 to 6.5.0.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.1.1...v6.5.0)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golangci/golangci-lint-action from 6.1.1 to 6.5.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-02-17T22:22:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "441631534462b74c098953dbd8d5f6210994b0bf",
"body": "update minimum go version to go1.12, and test in gh",
"is_bot": false,
"headline": "Merge pull request #129 from thaJeztah/gha_go_1.11",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-12-16T17:50:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73f3da7af783f783978a184b644bb01c756c6c8c",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "update minimum go version to go1.12, and test in gha",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2024-12-16T17:49:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5edcd73e97dfa4801c553e9920fef9d5cd4fa5e6",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "README: update instructions for installing and running",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2024-12-16T17:49:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae728a9d73c452dbe77e9fe60818a91847e4561b",
"body": "Preserve compatibility with go <= 1.17",
"is_bot": false,
"headline": "Merge pull request #130 from thaJeztah/keep_go111_compat",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-12-16T17:49:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90cf377169b35ee18f1a3ab06b80d0b1bbf8401d",
"body": "Signed-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "md2man: use local copy of bytes.Copy for compat with go < 1.17",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2024-12-16T17:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44f94ace7287b4310afd66831f961132546821b1",
"body": "This reverts commit 76076049c2eabc4093673224cdb3dbccd2b5db1d.\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "Revert \"md2man.go: rename ioutil to io\" for compat with go <= 1.17",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2024-12-16T17:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb5af6e686d570d53e1868a2568a856f57824c55",
"body": "gha: update golangci-lint to v1.62.2",
"is_bot": false,
"headline": "Merge pull request #131 from thaJeztah/bump_golangci_lint",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-12-16T17:44:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "469a148ca776ee8f1fa36105ced401bce1024294",
"body": "README change binary name in usage example",
"is_bot": false,
"headline": "Merge pull request #126 from mikelolasagasti/readme-change-name",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2024-12-15T19:51:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67f97ff2094e4dbc2852761df15cdbf3892b7823",
"body": "Also format the example.\n\nSigned-off-by: Mikel Olasagasti Uranga <mikel@olasagasti.info>",
"is_bot": false,
"headline": "README change binary name in usage example",
"author_name": "Mikel Olasagasti Uranga",
"author_login": "mikelolasagasti",
"committed_at": "2024-12-15T19:48:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ab67051a10afd90e6174586df16948baca7a9ee",
"body": "Fix typo, add links, and formatting",
"is_bot": false,
"headline": "Merge pull request #128 from grahammiln/patch-1",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2024-12-15T19:39:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3509795ecda8ea7104552b44307859e89915fed7",
"body": "The current version is not compatible with go1.23\n\nSigned-off-by: Sebastiaan van Stijn <github@gone.nl>",
"is_bot": false,
"headline": "gha: update golangci-lint to v1.62.2",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2024-12-15T19:21:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "994a3246e616655cf84df33cdc06484fb706d620",
"body": "…gci/golangci-lint-action-6.1.1\n\nBump golangci/golangci-lint-action from 6.1.0 to 6.1.1",
"is_bot": false,
"headline": "Merge pull request #127 from cpuguy83/dependabot/github_actions/golan…",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-11-21T23:24:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc32f30721a9213e88a0c121888763a59bc1b203",
"body": null,
"is_bot": false,
"headline": "Fix typo and add links",
"author_name": "Graham Miln",
"author_login": "grahammiln",
"committed_at": "2024-11-04T14:37:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f63c5a702437478417b56828e4025675501503d7",
"body": "Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.1.0 to 6.1.1.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.1.0...v6.1.1)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golangci/golangci-lint-action from 6.1.0 to 6.1.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-10-07T22:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b14773d4db11046c50d0d1c05955839604aae991",
"body": "…gci/golangci-lint-action-6.1.0\n\nBump golangci/golangci-lint-action from 6.0.1 to 6.1.0",
"is_bot": false,
"headline": "Merge pull request #120 from cpuguy83/dependabot/github_actions/golan…",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-09-16T17:36:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54d2e5ca21e31920e10fd0a5eee4294f8732cd9e",
"body": "Fix rendering of lists",
"is_bot": false,
"headline": "Merge pull request #122 from corhere/fix-multi-paragraph-lists",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-09-16T17:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "149c3522edfb89f51d0e568250134ca579f9c6cd",
"body": "List items are already indented paragraphs. There is no need to also\nincrease the relative inset unless the list is nested inside another\nlist.\n\nSigned-off-by: Cory Snider <csnider@mirantis.com>",
"is_bot": false,
"headline": "Stop over-indenting lists that are not nested",
"author_name": "Cory Snider",
"author_login": "corhere",
"committed_at": "2024-09-12T21:03:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f486e72e6c89eb4315d4746a2d57f8bb62985161",
"body": "The AST hierarchy for a list item is always List > Item > Paragraph.\nEmit newlines when visiting the Paragraph node instead of the Item and\nList so that Items with multiple Paragraphs and nested Lists correctly\nrender with just the right number of line breaks.\n\nSigned-off-by: Cory Snider <csnider@mirantis.com>",
"is_bot": false,
"headline": "Support multi-paragraph definition lists",
"author_name": "Cory Snider",
"author_login": "corhere",
"committed_at": "2024-09-12T20:48:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6350b8a1829627c8df80ad009398bd547f05decc",
"body": "Emit a NAME section properly formatted for whatis parsing",
"is_bot": false,
"headline": "Merge pull request #124 from corhere/fix-whatis",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-09-12T18:50:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d7d26807986e3b12a02b7be6ea1df4c4883ea3b",
"body": "Reduce the amount of state the renderer needs to track",
"is_bot": false,
"headline": "Merge pull request #121 from corhere/less-renderer-state",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-09-12T18:44:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4013a6973475372930f5586d9ada7f28551653f4",
"body": "md2man.go: rename ioutil to io",
"is_bot": false,
"headline": "Merge pull request #125 from kurth4cker/master",
"author_name": "Sebastiaan van Stijn",
"author_login": "thaJeztah",
"committed_at": "2024-09-12T18:42:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e881648deccbfcb80fb668591dcd996a80b926c",
"body": "Add debugging output for renderer",
"is_bot": false,
"headline": "Merge pull request #123 from corhere/ast-debug",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-09-12T18:41:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76076049c2eabc4093673224cdb3dbccd2b5db1d",
"body": null,
"is_bot": false,
"headline": "md2man.go: rename ioutil to io",
"author_name": "kurth4cker",
"author_login": "kurth4cker",
"committed_at": "2024-09-09T19:55:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "426206cccccc8bddf41b690d9abec3eece500e94",
"body": "This is the required format for man-page parsers across the ecosystem to\nsuccessfuly parse out whatis information.\n\nSigned-off-by: Cory Snider <csnider@mirantis.com>",
"is_bot": false,
"headline": "Backslash-escape first hyphen in NAME section",
"author_name": "Cory Snider",
"author_login": "corhere",
"committed_at": "2024-08-09T18:46:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f2f6ebbe9a579a87b7b57d2235ceb21e1ed97c2",
"body": "Paragraph tags following headers are not necessary and confuse semantic\nparsers such as lexgrog.\n\nSigned-off-by: Cory Snider <csnider@mirantis.com>",
"is_bot": false,
"headline": "Suppress tag on first paragraph after header",
"author_name": "Cory Snider",
"author_login": "corhere",
"committed_at": "2024-08-09T18:46:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40e51c9edcdcd3964f77fab3e1211c1223a772ac",
"body": "Documentation on the shape of the markdown AST produced by the\nblackfriday parser is rather sparse. Add a decorator for renderers which\ndumps the visited AST nodes to stderr, interleaved with the renderer\noutput, to help with debugging the roff renderer.\n\nSigned-off-by: Cory Snider <csnider@mirantis.com>",
"is_bot": false,
"headline": "Add debugging output for renderer",
"author_name": "Cory Snider",
"author_login": "corhere",
"committed_at": "2024-08-07T23:15:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8e68c2170e0db96c283eab4e2b540adf199cb5f",
"body": "It is effectively a constant.\n\nSigned-off-by: Cory Snider <csnider@mirantis.com>",
"is_bot": false,
"headline": "Drop extensions field from renderer",
"author_name": "Cory Snider",
"author_login": "corhere",
"committed_at": "2024-08-07T22:10:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23074eca7d9bbeb81d2b4d3226fccbba0feebce1",
"body": "The same result can be derived directly from the AST by interrogating the\nnode's siblings.\n\nSigned-off-by: Cory Snider <csnider@mirantis.com>",
"is_bot": false,
"headline": "Drop firstDD state flag",
"author_name": "Cory Snider",
"author_login": "corhere",
"committed_at": "2024-08-07T22:06:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8506aa378c22ce91e00371b27b16bd457aa2ef40",
"body": "Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.0.1 to 6.1.0.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.0.1...v6.1.0)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golangci/golangci-lint-action from 6.0.1 to 6.1.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-07-29T22:35:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a436f587c3300451dc8b958e9bea9d5018ebc252",
"body": "…gci/golangci-lint-action-6.0.1\n\nBump golangci/golangci-lint-action from 4.0.0 to 6.0.1",
"is_bot": false,
"headline": "Merge pull request #119 from cpuguy83/dependabot/github_actions/golan…",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-05-13T22:16:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d885a482a7557be8d5e7cb154f99c226b569f58a",
"body": "Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 4.0.0 to 6.0.1.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v4.0.0...v6.0.1)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golangci/golangci-lint-action from 4.0.0 to 6.0.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-05-13T22:03:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6816bfbea7506064a28119f805fb79f9bc5aeec",
"body": "Fix escape characters for content with newline",
"is_bot": false,
"headline": "Merge pull request #112 from cpuguy83/fix_newline_escape",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-03-18T16:06:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e915fda27e18636458c4b479174d8838e62bb1a",
"body": "Fix trailing newline in code blocks",
"is_bot": false,
"headline": "Merge pull request #113 from cpuguy83/fix_codeblock_newline",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-03-18T16:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd6bc094ed445b6954a67df55e75d7db95fa8879",
"body": "Given this input:\n\n> ```\n> some code\n> ```\n\nWe were adding an additional newline character before the code close\ntag even though the code block by definition already includes that\nnewline.\n\ne.g., blackfriday is hadning us `some code\\n` as the literal content of\nthe code block.\n\nSigned-off-by: Brian Goff <cpuguy83@gmail.com>",
"is_bot": false,
"headline": "Fix trailing newline in code blocks",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-03-17T15:53:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2c0656178869720a1d9b013ed881db8b7a191ae",
"body": "Prepend table preprocessor",
"is_bot": false,
"headline": "Merge pull request #111 from cpuguy83/tbl_preprocessor",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-02-26T16:59:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b597a58d812cc56504ee13ad8bcdafaac7b2ac83",
"body": "…gci/golangci-lint-action-4.0.0\n\nBump golangci/golangci-lint-action from 3.7.0 to 4.0.0",
"is_bot": false,
"headline": "Merge pull request #114 from cpuguy83/dependabot/github_actions/golan…",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-02-14T18:53:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6902dc70a31921916d114e3390185834c44fa146",
"body": "Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.7.0 to 4.0.0.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.7.0...v4.0.0)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golangci/golangci-lint-action from 3.7.0 to 4.0.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-12T22:58:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "592b328f86a28a7a6d90e46195463781c58156dc",
"body": "…ns/setup-go-5\n\nBump actions/setup-go from 4 to 5",
"is_bot": false,
"headline": "Merge pull request #108 from cpuguy83/dependabot/github_actions/actio…",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-02-05T01:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0c61427f3324b610404f1146b53639380e43dbd",
"body": "Given an input like so:\n\n```markdown\n'foo'\n'bar'\n```\n\nWe should be escaping both opening `'`.\nBefore this change only the first was escaped because we only look at\nthe first character of a `[]byte` and did not account for newlines.\n\nSigned-off-by: Brian Goff <cpuguy83@gmail.com>",
"is_bot": false,
"headline": "Fix escape characters for content with newline",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-02-05T01:00:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2627605dd89bdd693096c48f7c6b284935e9ecd",
"body": "When a table is present we need to instruct the groff to enable the\ntable preprocessor.\nThis surpresses warnings from groff.\n\nSigned-off-by: Brian Goff <cpuguy83@gmail.com>",
"is_bot": false,
"headline": "Prepend table preprocessor",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-02-04T23:44:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f21233efdcf2f75dac9934813192c9b6aebc3184",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v4...v5)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-go from 4 to 5",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2024-02-04T22:30:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b19b556f7e001ff03c925f80a18589c1439dbb46",
"body": "Clean up build stuff",
"is_bot": false,
"headline": "Merge pull request #77 from cpuguy83/update_builds",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-02-04T22:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bf89fd00f75ff1f7b764642fea52bee93c1c5fe",
"body": "Signed-off-by: Brian Goff <cpuguy83@gmail.com>",
"is_bot": false,
"headline": "Passthrough buildkit platform args",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-02-04T22:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c6c57fd05b9646d26911e6c9be24f56b53bf7c0",
"body": "Signed-off-by: Brian Goff <cpuguy83@gmail.com>",
"is_bot": false,
"headline": "Remove vendor dir which is unused",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-02-04T22:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afc095d7673d93211b55f5baba49e23c8419dfa3",
"body": "Signed-off-by: Brian Goff <cpuguy83@gmail.com>",
"is_bot": false,
"headline": "Remove LINTER_BIN from Makefile",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-02-04T22:28:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21f901d9f38ede08f22fdf733166b0283ae4bde2",
"body": "1. Uses modern go in Dockerfile\n2. Fix `make build` pre-reqs\n3. Remove interim BUILDFLAGS handling\n\nSigned-off-by: Brian Goff <cpuguy83@gmail.com>",
"is_bot": false,
"headline": "Clean up build stuff",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2024-02-04T22:28:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f67b5f6400a3ea2156517041a329ae5f5935395c",
"body": "Silence \"warning: cannot select font 'C'\" with GNU roff 1.23",
"is_bot": false,
"headline": "Merge pull request #105 from debarshiray/wip/rishi/issues-99",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2023-10-10T18:05:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d85280db9b54b5747fe8cf9380a9f278e1a352d3",
"body": "It's difficult to portably ask the man(7) macro package for a monospaced\nfont (whether it's referred to as C, CW or CR) without any extra\nconfiguration. That's what leads to:\n warning: cannot select font 'C'\n\nThis can be reproduced on Fedora 39, which has GNU roff 1.23, with:\n $ man crun >/dev/nu\n[…]\nBranden Robinson.\n\n[1] https://containertoolbx.org/\n https://github.com/containers/toolbox\n\nhttps://github.com/cpuguy83/go-md2man/issues/99\nhttps://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1049968",
"is_bot": false,
"headline": "Silence \"warning: cannot select font 'C'\" with GNU roff 1.23",
"author_name": "Debarshi Ray",
"author_login": "debarshiray",
"committed_at": "2023-10-10T17:53:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e8098c3637b409791c03e586fa1e070f04e0a2f9",
"body": "Don't warn on top-level comments",
"is_bot": false,
"headline": "Merge pull request #104 from mtrmac/comments",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2023-09-28T16:28:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e2293e7f480f1ba0e6632cbd4a307d32ff3007bd",
"body": "Add comment test cases\n\nSigned-off-by: Miloslav Trmač <mitr@redhat.com>",
"is_bot": false,
"headline": "Don't warn on top-level comments",
"author_name": "Miloslav Trmač",
"author_login": "mtrmac",
"committed_at": "2023-09-25T17:37:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8363f7d579c143863685e37293d54a6e2d1807aa",
"body": "…ns/checkout-4\n\nBump actions/checkout from 3 to 4",
"is_bot": false,
"headline": "Merge pull request #103 from cpuguy83/dependabot/github_actions/actio…",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2023-09-19T00:27:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f921c23e485004a2d54103f1de8a87d6e8d20542",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/checkout\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/checkout from 3 to 4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-09-18T22:07:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "253af8107a69bd9ae8a0acde347dae9f9fe9d74f",
"body": "…gci/golangci-lint-action-3.7.0",
"is_bot": false,
"headline": "Merge pull request #100 from cpuguy83/dependabot/github_actions/golan…",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2023-09-12T05:11:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d36d7692f2e87013416748a3618e89227a210ae5",
"body": "Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.4.0 to 3.7.0.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.4.0...v3.7.0)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golangci/golangci-lint-action from 3.4.0 to 3.7.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-08-21T22:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b5a1d06c20d35ebef39c7870c5aac961378b49b",
"body": "hack/ci/check_mods: simplify",
"is_bot": false,
"headline": "Merge pull request #96 from kolyshkin/hack",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2023-04-27T23:30:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aab16667670ce3af0d9e505042a56af2e6dac78a",
"body": "Use .EX/.EE to typeset code blocks",
"is_bot": false,
"headline": "Merge pull request #95 from kolyshkin/example",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2023-04-27T23:29:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31a4ffb3cf0890c7afb300f12a31ca02d0ea5697",
"body": "Do not typeset table headings in monospaced font",
"is_bot": false,
"headline": "Merge pull request #94 from kolyshkin/no-monospace",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2023-04-27T23:28:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cc2302feef6f8c5e6f705c6724832b13cfd7d6a",
"body": "enable/use gofumpt",
"is_bot": false,
"headline": "Merge pull request #93 from kolyshkin/gofumpt",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2023-04-27T23:27:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1839a3ca64d6e26bbc6b7366c15da1312517a68e",
"body": "Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "hack/ci/check_mods: simplify",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2023-04-18T01:02:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "43fb74760164368fd0c74c84e4f55ec3ab5d752e",
"body": "A pair of man macros named .EX and .EE are specifically created for\nthings like code examples. This is ideally suited to typeset markdown\ncode wrapped into ``` pairs.\n\nAdd a simple test case.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Use .EX/.EE for code examples",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2023-04-18T00:54:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6aaabf8d00ebda3705384809c7879191e33409c2",
"body": "1. Use some standard formatting rules, such as\n - literals are bold;\n - variables are italic;\n - file names are italic (even when literal);\n - use ``` for code blocks.\n\n2. Add an example with shell redirection.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "go-md2man.1.md: more formatting",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2023-04-18T00:52:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e94ef11dcdbf565d0372980c0b5d044f0dd0994",
"body": "There is no need to indent section contents. More to say, this results\nin wrong indentation in the resulting man page.\n\nWhile at it, capitalize section names.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "go-md2man.1.md: rm wrong indentation",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2023-04-18T00:47:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28138319c5f2f609f9bb0f3edc601ee86ba595cb",
"body": "Impose somewhat stricter formatting rules.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "golanci.yml: enable gofumpt",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2023-04-17T23:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "399b9fd183d0f5f0781734e48040942933aae661",
"body": "This is the result of\n\n\tfor f in $(git ls-files | grep .go | grep -v ^vendor/); do gofumpt -w $f; done\n\nusing gofumpt v0.5.0 (go1.20.2).\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Use gofumpt to format code",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2023-04-17T23:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db0619f27f802294d651078f56f23a153bc29185",
"body": "While at it, remove the comment saying that version has to be specified\nwithout patch number -- this is no longer true (as of a few years back).\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "ci: bump golangci-lint to v1.51",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2023-04-17T23:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65a740a5b8948d921db6223577afbe055e892113",
"body": "Table headings typeset in monospaced font look ugly (this can only be\nseen when rendered into Postscript or PDF). Using bold font is enough.\n\nSigned-off-by: Kir Kolyshkin <kolyshkin@gmail.com>",
"is_bot": false,
"headline": "Do not typeset table headings in monospaced font",
"author_name": "Kir Kolyshkin",
"author_login": "kolyshkin",
"committed_at": "2023-04-17T23:55:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88f3fbc0704d60bae269e87c7e71b1db2bbe1a5c",
"body": "…s/setup-go-4\n\nBump actions/setup-go from 3 to 4",
"is_bot": false,
"headline": "Merge pull request #92 from cpuguy83/dependabot/github_actions/action…",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2023-03-27T16:37:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2288b9d3cb755e4ef0cad52891ca0b743c31b600",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 3 to 4.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v3...v4)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-go from 3 to 4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-03-20T22:57:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a5c8b37008b934d557dc81ac3d641d38bf5fdb5",
"body": "…ci/golangci-lint-action-3.4.0\n\nBump golangci/golangci-lint-action from 3.3.1 to 3.4.0",
"is_bot": false,
"headline": "Merge pull request #90 from cpuguy83/dependabot/github_actions/golang…",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2023-02-10T21:58:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb2ea20b41928c144b7e29c7d958f75dbf7e5ab3",
"body": "Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.1 to 3.4.0.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.3.1...v3.4.0)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golangci/golangci-lint-action from 3.3.1 to 3.4.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-01-23T22:02:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ef170e57c3b8f5ed8527eb619ae9241127a94153",
"body": "Improve Link Rendering",
"is_bot": false,
"headline": "Merge pull request #89 from r10r/master",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2023-01-03T19:20:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c84c2460bb27677ed9e742a6761a0b67223292d5",
"body": "…ci/golangci-lint-action-3.3.1\n\nBump golangci/golangci-lint-action from 3.3.0 to 3.3.1",
"is_bot": false,
"headline": "Merge pull request #88 from cpuguy83/dependabot/github_actions/golang…",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2022-12-15T23:06:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66e0792f4bf72fede875e62279870032025ba094",
"body": "Do not render the URL of automatic links twice.\n\nSigned-off-by: Ruben Jenster <r.jenster@drachenfels.de>",
"is_bot": false,
"headline": "improve rendering of automatic links",
"author_name": "Ruben Jenster",
"author_login": "r10r",
"committed_at": "2022-11-30T12:26:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5bd7279ca22057177f0e33f939bb6cf26e0ffc0",
"body": null,
"is_bot": false,
"headline": "escape hyphens in links to avoid word-wrap",
"author_name": "Ruben Jenster",
"author_login": "r10r",
"committed_at": "2022-11-30T12:25:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b43f8bf3b195b108d24d621ff98f52aba254562b",
"body": "Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.3.0 to 3.3.1.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.3.0...v3.3.1)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golangci/golangci-lint-action from 3.3.0 to 3.3.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-11-14T22:02:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d6b5c54af90fb2bb797c666fe1a5fd9ca3bcd14",
"body": "…ci/golangci-lint-action-3.3.0\n\nBump golangci/golangci-lint-action from 3.2.0 to 3.3.0",
"is_bot": false,
"headline": "Merge pull request #87 from cpuguy83/dependabot/github_actions/golang…",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2022-10-25T16:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84082fb2bc281e99fe7f79684b2ee87e665173b1",
"body": "Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.2.0 to 3.3.0.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.2.0...v3.3.0)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golangci/golangci-lint-action from 3.2.0 to 3.3.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-10-24T22:07:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3bd3495261a4c8636f0fa0adaf8e4c3fcd1be67",
"body": "…ci/golangci-lint-action-3.2.0\n\nBump golangci/golangci-lint-action from 3.1.0 to 3.2.0",
"is_bot": false,
"headline": "Merge pull request #86 from cpuguy83/dependabot/github_actions/golang…",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2022-05-16T23:10:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "180486a4e9f7ebd271dc7e9fe97478472df0adf4",
"body": "Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 3.1.0 to 3.2.0.\n- [Release notes](https://github.com/golangci/golangci-lint-action/releases)\n- [Commits](https://github.com/golangci/golangci-lint-action/compare/v3.1.0...v3.2.0)\n\n---\nupdated-dependencies:\n- dependency-name: golangci/golangci-lint-action\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump golangci/golangci-lint-action from 3.1.0 to 3.2.0",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-05-16T22:10:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d97078115282836e16d0dca10b4b42ce60fc70e6",
"body": "Update go in tests and Dockerfile",
"is_bot": false,
"headline": "Merge pull request #85 from cpuguy83/updates",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2022-04-22T22:25:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a927dfce4276973d6f04c6747584f4c4da15091",
"body": "Some other dockerfile changes for cross compilation support and making\nit easier to swap out the build image/go-version.\n\nSigned-off-by: Brian Goff <cpuguy83@gmail.com>",
"is_bot": false,
"headline": "Update go in tests and Dockerfile",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2022-04-22T22:23:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d33c36ca2c7d817ed3cec523637d488b3d7380c9",
"body": "…s/setup-go-3\n\nBump actions/setup-go from 2 to 3",
"is_bot": false,
"headline": "Merge pull request #84 from cpuguy83/dependabot/github_actions/action…",
"author_name": "Brian Goff",
"author_login": "cpuguy83",
"committed_at": "2022-04-14T16:32:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8cf444d874d952c5c9a14cd19ab9a8d7179ba2b",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 2 to 3.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v2...v3)\n\n---\nupdated-dependencies:\n- dependency-name: actions/setup-go\n dependency-type: direct:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "Bump actions/setup-go from 2 to 3",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2022-04-11T22:09:42Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 12,
"commits_last_year": 0,
"latest_release_at": "2025-04-24T23:52:36Z",
"latest_release_tag": "v2.0.7",
"releases_from_tags": false,
"days_since_last_push": 245,
"active_weeks_last_year": 0,
"days_since_latest_release": 459,
"mean_days_between_releases": 292.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/cpuguy83/go-md2man/v2",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/cpuguy83/go-md2man/v2",
"is_deprecated": false,
"latest_version": "v2.0.7",
"repository_url": "https://github.com/cpuguy83/go-md2man",
"versions_count": 8,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2025-04-24T23:51:24Z",
"latest_version_yanked": null,
"days_since_latest_publish": 459
}
]
},
"popularity": {
"forks": 73,
"stars": 270,
"watchers": 10,
"fork_history": {
"days": [
{
"date": "2014-08-16",
"count": 1
},
{
"date": "2015-02-09",
"count": 1
},
{
"date": "2015-04-17",
"count": 1
},
{
"date": "2015-07-01",
"count": 1
},
{
"date": "2015-12-20",
"count": 1
},
{
"date": "2016-02-23",
"count": 1
},
{
"date": "2016-03-30",
"count": 1
},
{
"date": "2016-05-14",
"count": 1
},
{
"date": "2016-06-23",
"count": 1
},
{
"date": "2016-06-25",
"count": 1
},
{
"date": "2017-03-05",
"count": 1
},
{
"date": "2017-03-16",
"count": 1
},
{
"date": "2017-03-18",
"count": 1
},
{
"date": "2017-08-24",
"count": 1
},
{
"date": "2017-11-01",
"count": 1
},
{
"date": "2017-11-02",
"count": 1
},
{
"date": "2017-11-15",
"count": 1
},
{
"date": "2018-01-26",
"count": 1
},
{
"date": "2018-02-05",
"count": 1
},
{
"date": "2018-02-12",
"count": 1
},
{
"date": "2018-04-10",
"count": 1
},
{
"date": "2018-06-18",
"count": 1
},
{
"date": "2019-01-20",
"count": 1
},
{
"date": "2019-03-03",
"count": 1
},
{
"date": "2019-06-17",
"count": 1
},
{
"date": "2019-08-10",
"count": 1
},
{
"date": "2019-08-16",
"count": 1
},
{
"date": "2019-10-10",
"count": 2
},
{
"date": "2019-11-22",
"count": 1
},
{
"date": "2019-11-29",
"count": 1
},
{
"date": "2020-01-22",
"count": 1
},
{
"date": "2020-03-17",
"count": 1
},
{
"date": "2020-03-18",
"count": 1
},
{
"date": "2020-09-04",
"count": 1
},
{
"date": "2020-09-15",
"count": 1
},
{
"date": "2020-09-25",
"count": 1
},
{
"date": "2020-10-17",
"count": 1
},
{
"date": "2020-12-12",
"count": 1
},
{
"date": "2020-12-29",
"count": 1
},
{
"date": "2021-02-24",
"count": 1
},
{
"date": "2021-07-04",
"count": 1
},
{
"date": "2021-09-28",
"count": 1
},
{
"date": "2021-10-09",
"count": 1
},
{
"date": "2021-12-31",
"count": 1
},
{
"date": "2022-01-12",
"count": 1
},
{
"date": "2022-04-21",
"count": 1
},
{
"date": "2022-04-24",
"count": 1
},
{
"date": "2022-11-30",
"count": 1
},
{
"date": "2023-02-02",
"count": 1
},
{
"date": "2023-09-09",
"count": 1
},
{
"date": "2023-09-25",
"count": 1
},
{
"date": "2023-10-10",
"count": 1
},
{
"date": "2023-10-16",
"count": 1
},
{
"date": "2024-02-14",
"count": 1
},
{
"date": "2024-04-16",
"count": 1
},
{
"date": "2024-05-07",
"count": 1
},
{
"date": "2024-06-08",
"count": 1
},
{
"date": "2024-07-02",
"count": 1
},
{
"date": "2024-08-07",
"count": 1
},
{
"date": "2024-09-09",
"count": 1
},
{
"date": "2024-09-27",
"count": 1
},
{
"date": "2025-01-13",
"count": 1
},
{
"date": "2025-02-23",
"count": 1
},
{
"date": "2025-03-18",
"count": 1
},
{
"date": "2025-07-31",
"count": 1
},
{
"date": "2025-08-18",
"count": 1
},
{
"date": "2025-09-23",
"count": 1
},
{
"date": "2025-12-02",
"count": 1
},
{
"date": "2025-12-04",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
},
{
"date": "2026-07-03",
"count": 1
}
],
"complete": true,
"collected": 72,
"total_forks": 73
},
"star_history": null,
"open_issues_and_prs": 9
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 15237,
"source_files_sampled": 5,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 1,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/russross/blackfriday/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.1.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/russross/blackfriday/v2",
"direct": true,
"version": "2.1.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 1,
"direct_count": 1,
"indirect_count": 0
}
},
"maintainership": {
"issues": {
"open_prs": 6,
"merged_prs": 74,
"open_issues": 3,
"closed_ratio": 0.929,
"closed_issues": 39,
"closed_unmerged_prs": 26
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "cpuguy83",
"commits": 118,
"avatar_url": "https://avatars.githubusercontent.com/u/799078?v=4"
},
{
"type": "User",
"login": "kolyshkin",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/4522509?v=4"
},
{
"type": "User",
"login": "thaJeztah",
"commits": 16,
"avatar_url": "https://avatars.githubusercontent.com/u/1804568?v=4"
},
{
"type": "User",
"login": "corhere",
"commits": 7,
"avatar_url": "https://avatars.githubusercontent.com/u/274527?v=4"
},
{
"type": "User",
"login": "estesp",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/1397980?v=4"
},
{
"type": "User",
"login": "AkihiroSuda",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/9248427?v=4"
},
{
"type": "User",
"login": "r10r",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/309304?v=4"
},
{
"type": "User",
"login": "huiyifyj",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/32027253?v=4"
},
{
"type": "User",
"login": "anthonyfok",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1274764?v=4"
},
{
"type": "User",
"login": "debarshiray",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/3208107?v=4"
}
],
"contributors_sampled": 25,
"top_contributor_share": 0.615
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"test.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"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": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 0,
"reason": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 17 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "061b6c7cbecd6752049221aa15b7a05160796698",
"ran_at": "2026-07-28T13:31:58Z",
"aggregate_score": 5.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-02-03T03:28:26Z",
"oldest_open_prs": [
{
"number": 40,
"created_at": "2018-10-14T03:04:13Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 78,
"created_at": "2021-09-28T03:13:29Z",
"last_comment_at": "2022-04-15T02:31:24Z",
"last_comment_author": "kurahaupo"
},
{
"number": 145,
"created_at": "2025-08-18T10:06:07Z",
"last_comment_at": "2025-11-08T23:10:20Z",
"last_comment_author": "cpuguy83"
},
{
"number": 146,
"created_at": "2025-09-08T22:01:23Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 147,
"created_at": "2025-11-10T22:01:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 148,
"created_at": "2025-11-24T22:07:45Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2025-04-24T23:51:25Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 11,
"created_at": "2015-02-10T14:30:51Z",
"last_comment_at": "2015-06-08T09:36:51Z",
"last_comment_author": "bexelbie"
},
{
"number": 80,
"created_at": "2022-01-08T07:50:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 91,
"created_at": "2023-02-16T17:49:33Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/cpuguy83/go-md2man",
"host": "github.com",
"name": "go-md2man",
"owner": "cpuguy83"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": "Abandonment Policy applies a 85% multiplier to weighted overall health.",
"notes": [
{
"code": "abandonment_overall_adjustment",
"params": {
"cap": 0,
"pct": 85
}
}
],
"value": 44,
"inputs": {
"security": 61,
"vitality": 23,
"community": 55,
"governance": 67,
"engineering": 54,
"abandonment_cap": null,
"abandonment_state": "at_risk",
"abandonment_multiplier": 85,
"weighted_overall_before_abandonment": 52,
"overall_after_abandonment_multiplier": 44
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "critical",
"name": "Vitality",
"value": 23,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "critical",
"name": "Development activity",
"note": null,
"notes": [],
"value": 4,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 0.85,
"days_since_last_push": 245,
"active_weeks_last_year": 0
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 245 days ago",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 245
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 52,
"inputs": {
"releases_count": 12,
"latest_release_tag": "v2.0.7",
"releases_from_tags": false,
"days_since_latest_release": 459,
"mean_days_between_releases": 292.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "12 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 12
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 459 days ago",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 459
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~292.8 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 292.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"cap": null,
"state": "at_risk",
"guards": [
"dependencies_clean"
],
"signals": [
"unanswered_contributions",
"scorecard_unmaintained"
],
"red_flag": true,
"multiplier_pct": 85,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": 6,
"unanswered_open_issues": 3,
"days_since_last_merged_pr": 464,
"days_since_last_human_commit": 464,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "no human commit for 464 days; 2 unmet obligation(s): pull requests unanswered, Scorecard reports it unmaintained",
"points": 85,
"status": "partial",
"details": [
{
"code": "abandonment_flagged",
"params": {
"days": 464,
"count": 2,
"signals": "pull requests unanswered, Scorecard reports it unmaintained"
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 55,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"forks": 73,
"stars": 270,
"watchers": 10,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "270 stars",
"points": 39.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 270
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "73 forks",
"points": 15.5,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 73
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "10 watchers",
"points": 5.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 10
}
}
],
"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": 67,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 41,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 25,
"top_contributor_share": 0.615
},
"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 62% of commits",
"points": 8.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 62
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "25 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 25
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 17 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 87,
"inputs": {
"merged_prs": 74,
"open_issues": 3,
"closed_issues": 39,
"issue_closed_ratio": 0.929,
"closed_unmerged_prs": 26
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "93% of issues closed",
"points": 43.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 93
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "74/100 decided PRs merged",
"points": 28.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 74,
"decided": 100
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"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": 70,
"inputs": {
"followers": 864,
"owner_type": "User",
"is_verified": null,
"owner_login": "cpuguy83",
"public_repos": 249,
"account_age_days": 5548
},
"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": "864 followers of cpuguy83",
"points": 21.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 864,
"login": "cpuguy83"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "249 public repos, account ~15 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 249
}
},
{
"code": "account_age_years",
"params": {
"years": 15
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 79,
"inputs": {
"packages": [
"github.com/cpuguy83/go-md2man/v2"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 459
},
"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 459 days ago",
"points": 14,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 459
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "8 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 8
}
}
],
"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": 54,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"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": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 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": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "at_risk",
"name": "Documentation",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": false
},
"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": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 61,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.1
},
"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 is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "0 out of 11 merged PRs checked by a CI test -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 17 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0",
"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": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 1 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 1
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 1,
"unassessed_packages": 0,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 1,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 19
},
"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": 69,
"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.871,
"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": "74 of 85 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 74,
"sampled": 85
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.15
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "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": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "15 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 15,
"sampled": 100
}
}
],
"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": 15237,
"source_files_sampled": 5,
"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/5 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 5,
"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.14.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-28T13:32:24.921354Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/cpuguy83/go-md2man.svg",
"full_name": "cpuguy83/go-md2man",
"license_state": "standard",
"license_spdx": "MIT"
}