JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1328,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 217473,
"Shell": 4331,
"Makefile": 3343
},
"pushed_at": "2026-07-25T13:12:53Z",
"created_at": "2026-05-24T14:58:54Z",
"owner_type": "User",
"updated_at": "2026-07-25T13:12:56Z",
"description": null,
"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": "David Gethings",
"type": "User",
"login": "dgethings",
"company": "Deutsche Bank",
"location": "Cambridge, UK",
"followers": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/2744746?v=4",
"created_at": "2012-11-07T17:31:53Z",
"is_verified": null,
"public_repos": 24,
"account_age_days": 5010
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2026-07-25T11:04:07Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2026-07-23T19:17:05Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2026-07-23T18:11:40Z"
},
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2026-07-20T04:15:27Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-07-19T16:03:45Z"
},
{
"tag": "v0.9.2",
"kind": "patch",
"published_at": "2026-07-19T15:28:48Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2026-07-19T14:28:27Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-07-19T13:06:05Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-07-18T16:12:21Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-07-18T14:45:25Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-06-28T18:38:06Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-06-20T16:51:37Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-06-20T11:38:51Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-06-14T17:35:43Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-06-03T12:48:00Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-06-03T12:19:38Z"
}
],
"recent_commits": [
{
"oid": "be3d6c97e87ef955f87cc6d7ef909fb90e7c1135",
"body": null,
"is_bot": false,
"headline": "chore: update beads tracking",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-25T13:12:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d02f8a065efa0da231d960d19ea62ddef103063",
"body": "DidClose: handler now accepts DidCloseTextDocumentParams{TextDocument:\n{URI}} per LSP spec instead of a bare TextDocumentIdentifier (B6).\n\nVersion mismatch: iterate all top-level children; first comment matching\nrunningVersionRe wins; add Code \"version-mismatch\" to the emitted\ndiagnostic (B7).\n\n-rac\n[…]\nmachine + sync handlers) using a stub\nFeature so the CGO parser stays out of the server test binary. server.New\nno longer auto-registers the CGO feature; cmd/serve.go registers it.\n\nCloses chunter-ayr",
"is_bot": false,
"headline": "fix: LSP conformance, version-mismatch hardening, and test coverage",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-25T13:12:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e355392b0f0142b07da78c1b3141d597c518ab1d",
"body": "command_line nodes now resolve their leading keyword via longest-prefix\nmatch against the keyword DB: tokens [name, arg1, ...] are joined and\nprobed longest-first (up to 4 tokens), so multi-word commands like\n\"ip access-group\" and \"switchport access vlan\" resolve correctly\ninstead of falling back to the bare \"ip\"/\"switchport\" token (which\nhas no DB entry). Parenthetical DB entries are excluded from probing.\n\nCloses chunter-y42",
"is_bot": false,
"headline": "feat: longest-prefix keyword extraction for wrong-section Hint pass",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-25T13:12:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3616bb605daa572aed7049f9293bdfb7e1ea9efd",
"body": null,
"is_bot": false,
"headline": "bd init: initialize beads issue tracking",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-25T11:42:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e56bdbc25cf2ee7b11eeb539e5dd5a2fef57a2f4",
"body": null,
"is_bot": false,
"headline": "fix: resolve reaming failing tests",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-25T11:02:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3cffea2c79eed50e67a378cbc726ce5700345a5f",
"body": "Add a new diagnostic pass (runSyntaxDiagnostics) that walks the\ntree-sitter AST and surfaces parse-level problems:\n\n- ERROR nodes -> SeverityError (code syntax-error), anchored on the\n offending span with the first line quoted as the message.\n- MISSING nodes -> SeverityError (code missing-<kind>), \n[…]\nsection header, e.g.\n section \"interface Gi0/0\" is missing its terminating \"!\".\n\nGated on root.HasError() so clean files pay a single boolean check.\nDocuments the new diagnostic family in the README.",
"is_bot": false,
"headline": "feat: syntax diagnostics for tree-sitter ERROR and MISSING nodes",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-23T19:15:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a693da1fe80437378a89f6c2ff97c79c3dad6dd1",
"body": "hostname_statement was not extracted as a Symbol, so the duplicate-\ndefinition diagnostic pass had nothing to compare and silently missed\ncopy-paste errors like two `hostname foo` lines. Promote hostname\nto a first-class Symbol kind (KindHostname) with a flat extractor\nreading the hostname_value field, and wire it into DocumentSymbol.",
"is_bot": false,
"headline": "fix: detect duplicate hostname definitions",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-23T18:48:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04370f0e1e73fff500061cd847fd7730bdd2bd21",
"body": null,
"is_bot": false,
"headline": "fix: send empty list if there are no diagnostics",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-23T18:10:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "171d15f908d892d0f5bb3fcd5015578fc777a894",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feature/section-hierarchy/05-section-diagnostics'",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-23T06:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7b1c02b55cb13e860e5c49565bd7d60dbd14ddd",
"body": "… mode\n\nAdd a new diagnostic pass that flags a known command whose keyword is\ndocumented but not valid in the enclosing config section (e.g. speed, an\ninterface command, pasted inside router bgp). Only documented keywords in\nthe wrong section are flagged; unknown commands and global keywords are\nleft alone.\n\n- keyword.Set: add byNameSection index plus IsValidInSection and\n LookupSection helpers\n- cisco_ios_jinja2: runWrongSectionDiagnostics wired into runDiagnostics\n as a SeverityHint pass",
"is_bot": false,
"headline": "feat: wrong-section diagnostic Hint for commands outside their config…",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-23T06:00:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb05ea4cfbbe0d1c173b9673c41166b6cf96edda",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feature/section-hierarchy/04-multi-section-keywords'",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-23T05:42:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afcfdb39c1270e23870e8e4aa34ba3469619c7bc",
"body": "Keyword count: 5,929 → 7,030 (+1,101 from commands now indexed in\nall their valid config modes, not just the first).",
"is_bot": false,
"headline": "feat: regenerate keywords.go with multi-section support",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-23T05:42:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c27e9fe13faa2187622b6dfa30d3c5a7beb8c449",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feature/section-hierarchy/03-wire-sections'",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-23T05:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7e793312567b1d1aa245a86438194a939bb357e",
"body": "Maps new grammar section types (address_family_section,\npolicy_map_class_section) to keyword sections (config-router-af,\nconfig-pmap-c) in both completion and symbol extraction.",
"is_bot": false,
"headline": "feat: wire address_family and policy_map_class sections",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-23T05:37:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9763d204f3465b236c3589f9e79cd13752f21910",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feature/section-hierarchy/03c-nacl-split'",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-23T05:27:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9131585d72d3261558b9162abdf9cd518568d49e",
"body": "Reads ip_access_list_header's type field from the AST to resolve\nconfig-std-nacl vs config-ext-nacl for completion scoping.",
"is_bot": false,
"headline": "feat: context-aware ACL section detection (standard vs extended)",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-23T05:27:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2483465cd338febd99cd10625a0c07e820e58709",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feature/section-hierarchy/02-completion-fallback'",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-23T05:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34f22c4c634302a7ddd55e8051c7f430a8bdca23",
"body": "When the grammar detects a section with no keywords in the data, walk up\nthe section hierarchy to find the nearest ancestor that has keywords.",
"is_bot": false,
"headline": "feat: completion fallback to nearest ancestor section via SectionTree",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-23T05:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d28ca1751d01d26bfc91e02b9b1ec20cf566fd4d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feature/section-hierarchy/01-section-tree'",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-23T05:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a3f2d1fe557c8cad4cdf376446bc25d40a5d6b9",
"body": "Builds the section hierarchy at runtime from flat section strings using\nprogressive segment-stripping. Enables completion fallback and future\nsection-validation diagnostics.",
"is_bot": false,
"headline": "feat: add SectionTree for IOS config-mode hierarchy",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-23T05:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26e6a01d04f2fbca539680a5fcebaf47ecf599fd",
"body": null,
"is_bot": false,
"headline": "feat: resolve several issue with the lsp",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-23T05:08:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b699c24c2703b4bde8d9cec3556f3bb3de3eb28",
"body": null,
"is_bot": false,
"headline": "fix: don't add completion when entering variables",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-20T04:14:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51092ad925c1641f7f2d2dbef66da445f97ffdd5",
"body": null,
"is_bot": false,
"headline": "Merge branch 'test/completion-section-aware'",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T15:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b18a60adbb9a1d9092df01d700993d57ccb4ea26",
"body": "Five new test functions across two files pin the behavior introduced\nby the prior three changes:\n\n- keyword/keyword_test.go (new): InSection exact-match and\n Section:\"\" universality.\n- completion_test.go: section-aware filtering (interface vs top-level),\n empty-Section keywords appearing in every context, Documentation\n emitted as MarkupContent honoring Description.Format, and\n Documentation omitted when Description.Value is empty.",
"is_bot": false,
"headline": "test(completion): pin section-aware behavior and MarkupContent docs",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T15:59:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "850f0126ba8f14be91e0c4fc67ba1b024f0c5956",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feat/completion-markup-content'",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T15:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02ff9b427f3f54d4464bab8a4ad792b6b35f3699",
"body": "The LSP spec permits documentation to be either a string or a\nMarkupContent object. The previous `string` typing silently dropped\nDescription.Format on the way out, which would have rendered Markdown\ndescriptions as plain text once any are added.\n\nCompletionItem.Documentation is now `any`, and compl\n[…]\n) so clients don't render an empty documentation\npanel for the handful of keywords with no Value.\n\nNo keyword currently uses Markdown; this is future-proofing that also\nfixes the latent type mismatch.",
"is_bot": false,
"headline": "feat(protocol): widen CompletionItem.Documentation to MarkupContent",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T15:55:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b39c46f9129f067f8b8fede07ae7f1958ecf61db",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feat/completion-section-map'",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T15:54:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63cf5be5aae8f3837eafa66cfe028d4f9ef056cf",
"body": "Replace the hard-coded 3-case switch (interface/router only) with a\ntable-driven lookup covering every *_section node kind the grammar\nemits: interface, router, route-map, class-map, policy-map, vlan, line,\nand ip-access-list. Innermost section wins when nested.\n\nThis makes the keywords tagged for t\n[…]\nhe first time. The data file carries ~600 distinct\nSection values; the remaining ones (config-pmap-c, config-archive,\nconfig-vpdn, …) stay unreachable until the grammar grows matching\n*_section nodes.",
"is_bot": false,
"headline": "feat(completion): map tree-sitter sections to keyword Section values",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T15:54:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fe710e436c43acfde89cc66080691697e786a5eb",
"body": null,
"is_bot": false,
"headline": "Merge branch 'feat/keyword-universal-empty-section'",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T15:50:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23d7f5e32c44051dcd8c033acf64f63307b7c105",
"body": "Keywords tagged with Section:\"\" (do, exit (global), etc.) represent\ncross-section commands that apply in every config mode. InSection now\nreturns them alongside section-specific matches so completion surfaces\nthem regardless of context.",
"is_bot": false,
"headline": "feat(keyword): treat empty Section as universal",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T15:50:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0e6cf57e63b507158fa925266c966296283f389",
"body": "Replace the legacy keyword table with an improved dataset that tags each\nkeyword with its true config-mode section (e.g. activation-character is\nnow correctly config-line, not config). The new file was appended in a\nbroken state with a duplicate package block; this commit splices it\ncleanly and fixe\n[…]\nel is updated to use\ndownward-compatible-config (a true config-section keyword with both\npositive and no forms) since activation-character is no longer reachable\nfrom the default config section query.",
"is_bot": false,
"headline": "feat(keywords): migrate to section-tagged keyword data",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T15:49:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b3548e4644279d024791fa77d5259b544929514d",
"body": null,
"is_bot": false,
"headline": "Merge branch 'fix/completion-duplicates'",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T15:12:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1e22a259e4f18d41d3fdeb49a03b824c0439a05",
"body": "createItems emitted one CompletionItem per snippet but gave every item\nthe same Label (the keyword), so a keyword with both a positive form\nand a `no <kw>` form produced two indistinguishable entries. This\ncompounded with ~900 exact-duplicate records in keywords.go: a single\nkeyword like `remote-spa\n[…]\nr), so\n`activation-character` and `no activation-character` become distinct,\nfilterable entries. A seen-label map skips duplicates, which also\nabsorbs the data-file dupes without touching keywords.go.",
"is_bot": false,
"headline": "fix(completion): dedupe items by snippet-derived label",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T15:11:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "424478f86363b036740edf09be5567c70b0fe56d",
"body": "When NEXT == VERSION and the VERSION tag already exists, a previous\n`make release` pushed the tag but died before goreleaser ran. Resume\nby setting RELEASE_TAG = VERSION and skipping the tag step instead of\nerroring out. When NEXT == VERSION and the tag does not exist, the\ntarget still errors out as before.",
"is_bot": false,
"headline": "fix(make): resume release when tag already pushed",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T15:10:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaf57609b884ddeb1c06a93bb0274d4c7b1a5b8b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'fix/completion-placeholder'",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T14:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c285441808cd83d8936fbba5e57d107c7d311d7",
"body": "The IOS keyword DB ships snippets like `hostname ${1:name}` where the\nplaceholder default (`name`) is meant as a hint for what to type. When\nblink.cmp accepted such an item on Neovim 0.12, vim.snippet's\n`select_tabstop` queued the keys `<Esc>...vo<c-g><c-r>_` to select the\nplaceholder, but the trail\n[…]\nact `hostname ${1}` output.\n\nVerified end-to-end in Neovim 0.12.4 + blink.cmp: typing `host`,\naccepting the hostname completion, then typing `r1` now yields\n`hostname r1` instead of `hostname r1name`.",
"is_bot": false,
"headline": "fix(completion): drop placeholder defaults to keep cursor in INSERT mode",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T14:21:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "41fed4017cb331f6df1ae4e596553ff453333d2f",
"body": null,
"is_bot": false,
"headline": "chore: make release bails if NEXT and VERSION are the same",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T13:10:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb7598bf67063dce324a9aa4b845ff7d09562bbd",
"body": null,
"is_bot": false,
"headline": "feat: release v0.9.0",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T13:05:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6003e7ab50496e77dc4af7c852793512b0ab373c",
"body": "…nt nodes\n\nPhase B of PLAN-IP-ACCESS-LIST.md. Phase A in the sibling grammar repo\n(commit ab0d95a) introduced two new AST node types that replace the flat\ncommand_line shapes the symbols package previously had to special-case:\n\n - ip_access_list_section / ip_access_list_header for named ACLs\n (`\n[…]\nall pass), and a\nsmoke test confirms the canonical ACL resolution demo produces exactly one\ndiagnostic (undefined acl \"ACL-MISSING\") with both ACL-VOICE (named) and\n101 (numbered) resolving correctly.",
"is_bot": false,
"headline": "refactor(symbols): use ip_access_list_section and access_list_stateme…",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-19T07:53:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "744f27081471d9715d591c217e7cbab4407ae979",
"body": "README.md was a stub (literally just \"# chunter\"). Rewrote it as a\nfull user-facing document covering:\n\n - What chunter is (LSP for Cisco IOS + Jinja2 templated configs).\n - Feature table mapping LSP methods to user-visible behavior.\n - The three diagnostic families (version mismatch, undefined r\n[…]\nkage\nand routes both ACL forms through the clean sectionSpec table. Uses\nthe same `_cmd_arg` lexer-commit workaround Phase 1 already proved\nout for route-map/vlan/class-map/policy-map/line/redundancy.",
"is_bot": false,
"headline": "docs: rewrite README and add ip_access_list plan",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-18T22:21:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2f40f0255f979117d8ce456020d4f9934bf345ec",
"body": "Phases 6 and 7 of the definition-aware diagnostics plan. Both are\nplumbing over the Phase 2-5 symbol table; neither adds new analysis.\n\nReferences (textDocument/references):\n - Feature.References(ctx, doc, pos, includeDeclaration) added to the\n Feature interface.\n - CiscoIOSFeature.References r\n[…]\nndsPresent (10 symbols across 9\n kinds incl. both ACL forms), EmptyDocument, LSPKindMapping\n (every Kind -> expected SymbolKind), SelectionRangeInsideRange.\n\nmake test-lsp green; make vet clean.",
"is_bot": false,
"headline": "feat(lsp): add References and DocumentSymbol features",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-18T16:07:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f398526573275d51d9fc0df7978e242b01246abf",
"body": "Phase 5 of the definition-aware diagnostics plan. Replaces the\ndefinition.go stub (which returned the previous line) with a real\nsymbol-table-backed resolver wired to the Phase 2/3 index.\n\nResolution rules, in order:\n 1. Cursor on a definition's NameRange (e.g. on FOO in\n `route-map FOO permit \n[…]\ndefinition-itself, cursor-on-non-reference-token returning\nempty, unresolved references returning empty, the LookupAny fallback\nfor ambiguous forms, and numbered-ACL resolution now working\nend-to-end.",
"is_bot": false,
"headline": "feat(lsp): real Go-To-Definition for IOS named entities",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-18T16:01:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a3fd9c480d90c45dbc727ea00b42952171a05706",
"body": "Phase 4 of the definition-aware diagnostics plan. Consumes the symbol\ntable (Phase 2) and reference walker (Phase 3) to emit two new families\nof diagnostics, in addition to the existing version-mismatch rule.\n\nProtocol additions (internal/protocol/types.go):\n - SeverityError/Warning/Information/Hin\n[…]\nhunter] undefined acl \"MISSING\"\n !r1.cfg:6:22: [chunter] undefined route-map \"NOPE\"\n !r1.cfg:9:19: [chunter] undefined acl \"ACL-VOICE\"\n !r1.cfg:13:11: [chunter] duplicate route-map definition \"RM1\"",
"is_bot": false,
"headline": "feat(diagnostics): flag undefined references and duplicate definitions",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-18T15:54:25Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9a7d23bbee66ebd8eef2e9b6b7b1ec8925f2e297",
"body": "Phase 3 of the definition-aware diagnostics plan. Adds reference\nextraction parallel to symbol extraction so Phase 4 (diagnostics) can\ndetect unresolved references.\n\nReference walker:\n - New Reference type {Kind, Name, URI, Range} parallel to Symbol.\n - Data-driven refSpec table maps a command's l\n[…]\n false\npositives on unrelated body commands (description/shutdown/speed/\nhostname/no service pad), an integration case, and the Table reference\naccessors. Phase 2 tests unchanged. make test-lsp green.",
"is_bot": false,
"headline": "feat(symbols): extract references to named definitions",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-18T15:49:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "082d37a0d1517839a6f7ee95fa10533cbc937357",
"body": "New internal/symbols package extracts definition sites from a parsed\ntree-sitter AST and indexes them per-URI for downstream LSP features\n(Definition, References, DocumentSymbol, diagnostics).\n\nCoverage:\n - Hierarchical sections (Phase 1 grammar work): interface, router,\n route-map, class-map, p\n[…]\nition), and\nPhase 7 (DocumentSymbol) will read from it.\n\nTable-driven tests cover each section kind, both ACL forms, the\nintegration case, NameRange non-zero invariant, and the Table lookup\nsemantics.",
"is_bot": false,
"headline": "feat(symbols): add per-URI symbol table for IOS named definitions",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-18T15:39:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6fc593de62a1fd04d2e3f2b42c4c68a5df1fa370",
"body": "Multi-phase plan to add definition/reference tracking for IOS named\nentities (route-map, access-list, class-map, policy-map, vlan, interface,\nline) and surface unresolved/duplicate/unused references as LSP\ndiagnostics. Also covers real Definition, References, and DocumentSymbol\nfeatures. Single-file scope; cross-file is deferred.\n\nPhase 1 (grammar sections) is complete in the upstream tree-sitter repo.",
"is_bot": false,
"headline": "docs: add definition-aware diagnostics plan",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-18T15:33:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59d01d9ae6dbd06d143a33c013d459cd566e47af",
"body": "`line` is now a prec-2 named keyword token (line_kw) because line_section\nis a hierarchical section in the upstream grammar. Update the\nTestFindNodeAtPosition line/keyword case to expect line_kw instead of\nidentifier.",
"is_bot": false,
"headline": "chore(ts-cisco_ios): update line test for new line_section grammar",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-18T15:32:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aaeefe677c91dd7308934cf4c2476212a9372f7",
"body": null,
"is_bot": false,
"headline": "chore: Makefile gets token from gh command",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-18T14:48:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "309953d4b7978c4a9856c1e5fda8e717dbb6e401",
"body": null,
"is_bot": false,
"headline": "feat: move to integrated cisco-ios-jinja2 parser",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-18T14:41:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd30b426b9cbfa42c63f1d7370d98d93b6cc10e1",
"body": null,
"is_bot": false,
"headline": "fix: resolve bug adding jinja2 parser",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-07-04T21:49:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb91cbafd805c31df6da24cf023b52a0588add8a",
"body": "previously was hardcoded and loaded at server start.\nNow loads on DidOpen",
"is_bot": false,
"headline": "refactor: load treesitter lang based on language ID",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-06-28T19:27:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b26d4853443f0d499b2d43ddf114587e2acb492",
"body": null,
"is_bot": false,
"headline": "feat: accept log level from cli",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-06-28T18:33:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a90401ac5cdaf8872e87ddb17923b8e02d65accf",
"body": "don't include completion for snippets",
"is_bot": false,
"headline": "fix: make completion work correctly",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-06-26T12:52:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fbcde67869997de2487b073491012c30ce04cab0",
"body": null,
"is_bot": false,
"headline": "chore: add make test, test-lsp, test-ts targets",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-06-25T05:41:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c39908e833686d7331c6b706908e706e4af8527e",
"body": null,
"is_bot": false,
"headline": "chore(ts-cisco_ios): update tests to match new grammar",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-06-25T05:02:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da8432567d097fc3a5b27f217d872eb8eaa86773",
"body": null,
"is_bot": false,
"headline": "chore: rebuild lsp cmd on all go file changes",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-06-25T05:00:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e756b81826ea6d16c2321c5fa718ff1729674eaf",
"body": null,
"is_bot": false,
"headline": "fix(lsp): improve ensuring diagnostics are shown",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-06-22T17:55:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1e864c84837576f9b41c29b7b2f00ef7e445059",
"body": null,
"is_bot": false,
"headline": "feat(lsp): per section auto completion",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-06-22T12:06:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "471997984c3707fda30c18db98b8069f5111c0e8",
"body": null,
"is_bot": false,
"headline": "feat(lsp): use log/slog as logger",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-06-20T16:50:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0addae50ee3af6b98ffc980c6cc0d63d8cf516a",
"body": null,
"is_bot": false,
"headline": "chore: update gitignore",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-06-20T11:33:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c44015a9e836e800a969d536f8459fba4fbdc90",
"body": null,
"is_bot": false,
"headline": "feat(lsp): add completion support",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-06-20T11:32:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adbc83aa1b36619011f5bf7aa767dfe5eac63d0b",
"body": null,
"is_bot": false,
"headline": "refactor(lsp): generalise how hover functionality works for keywords",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-06-14T20:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "712422986058a6e3ea10a34d047220384dd47baf",
"body": null,
"is_bot": false,
"headline": "feat(lsp): add hover for hostname keyword",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-06-14T17:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1de9c2e51b705d4cde987dda4b901e4ed8acb697",
"body": null,
"is_bot": false,
"headline": "chore: add cross-compilation for linux via zig",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-06-03T12:46:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cab04909cf6b0e7ad8880fc73552584482e30aed",
"body": null,
"is_bot": false,
"headline": "chore: add gitignore",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-06-03T12:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1821d95901134cb97cda9fa5a0bf23b47005363d",
"body": null,
"is_bot": false,
"headline": "feat: repo layout restructure",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-06-03T11:34:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d049882dccc117cea66ee19e35fad77deb4b885",
"body": null,
"is_bot": false,
"headline": "chore(lsp): add goreleaser",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-05-30T16:25:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6039d099c7e62e2d9111d77847f310c9cda44ec0",
"body": null,
"is_bot": false,
"headline": "feat(lsp): eroor diagnostic for running and configured version mismatch",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-05-30T11:11:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a06e067692b28f797674cf6e2613d4c97c7e3fa",
"body": null,
"is_bot": false,
"headline": "feat(ts-cisco_ios): add version fields",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-05-30T10:16:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b23959baa3c091e34e8c41141b1a71a00015e0cf",
"body": null,
"is_bot": false,
"headline": "fix: correct tree-sitter-cisco_ios module url",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-05-30T07:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ab59a91eaaa3248174abc56e247b04bf6ddc26a6",
"body": null,
"is_bot": false,
"headline": "feat: initial version of cisco_ios tree-sitter parser",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-05-30T07:09:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce08da52ca66329bb7c9024207e694626585f0ce",
"body": null,
"is_bot": false,
"headline": "feat: add tree-sitter grammar setup",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-05-28T13:50:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "043adccfa2d97f79e713ff0e37eb06f205df4618",
"body": null,
"is_bot": false,
"headline": "initial commit",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-05-26T08:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "975c8672b355385d4d0c0edb48bc9acd66708a58",
"body": null,
"is_bot": false,
"headline": "Initial commit",
"author_name": "David Gethings",
"author_login": "dgethings",
"committed_at": "2026-05-24T14:58:55Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 16,
"commits_last_year": 74,
"latest_release_at": "2026-07-25T11:04:07Z",
"latest_release_tag": "v0.12.1",
"releases_from_tags": false,
"days_since_last_push": 2,
"active_weeks_last_year": 9,
"days_since_latest_release": 2,
"mean_days_between_releases": 0.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/dgethings/chunter",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/dgethings/chunter",
"is_deprecated": false,
"latest_version": "v0.12.1",
"repository_url": "https://github.com/dgethings/chunter",
"versions_count": 17,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-25T11:02:53Z",
"latest_version_yanked": null,
"days_since_latest_publish": 2
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 4221627,
"source_files_sampled": 62,
"oversized_source_files": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4361
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/creachadair/jrpc2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.5"
},
{
"name": "github.com/dgethings/tree-sitter-cisco-ios-jinja2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.0-00010101000000-000000000000"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "github.com/tree-sitter/go-tree-sitter",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.25.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "dgethings",
"commits": 74,
"avatar_url": "https://avatars.githubusercontent.com/u/2744746?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"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": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "no dependencies found",
"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": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "No tokens found",
"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": "be3d6c97e87ef955f87cc6d7ef909fb90e7c1135",
"ran_at": "2026-07-28T07:52:29Z",
"aggregate_score": 2.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/dgethings/chunter",
"host": "github.com",
"name": "chunter",
"owner": "dgethings"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"security": 24,
"vitality": 71,
"community": 24,
"governance": 35,
"engineering": 34
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 71,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"commits_last_year": 74,
"human_commit_share": 1,
"days_since_last_push": 2,
"active_weeks_last_year": 9
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "9/52 weeks with commits",
"points": 6.2,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 9
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "74 commits in the last year",
"points": 16.8,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 74
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 16,
"latest_release_tag": "v0.12.1",
"releases_from_tags": false,
"days_since_latest_release": 2,
"mean_days_between_releases": 0.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "16 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 16
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 2 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 2
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 35,
"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": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"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": 44,
"inputs": {
"followers": 2,
"owner_type": "User",
"is_verified": null,
"owner_login": "dgethings",
"public_repos": 24,
"account_age_days": 5010
},
"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": "2 followers of dgethings",
"points": 3.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 2,
"login": "dgethings"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "24 public repos, account ~13 yr old",
"points": 22.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 24
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/dgethings/chunter"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 2
},
"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 2 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 2
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "17 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 17
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 34,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"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": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "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": "critical",
"name": "Security",
"value": 24,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "critical",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 24,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 13,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 5,
"scorecard_aggregate": 2.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "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 workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 79,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.797,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 4361
},
"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": "59 of 74 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 59,
"sampled": 74
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 74",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 74
}
}
],
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 4221627,
"source_files_sampled": 62,
"oversized_source_files": 1
},
"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": "1/62 source files over 60KB",
"points": 54.1,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 62,
"oversized": 1
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-28T07:52:33.636391Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/dgethings/chunter.svg",
"full_name": "dgethings/chunter",
"license_state": "standard",
"license_spdx": "MIT"
}