JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"cli",
"developer-tools",
"devops",
"golang",
"tui",
"dev-environment",
"agents",
"productivity",
"marketplace",
"toolchain"
],
"is_fork": false,
"size_kb": 32473,
"has_wiki": false,
"homepage": "https://nassiharel.github.io/klim-web",
"languages": {
"Go": 3104533,
"CSS": 11402,
"HTML": 53889,
"Shell": 10562,
"Makefile": 1796,
"PowerShell": 15681
},
"pushed_at": "2026-07-22T05:55:22Z",
"created_at": "2026-04-03T09:37:49Z",
"owner_type": "User",
"updated_at": "2026-06-29T17:49:45Z",
"description": "Ultimate Dev Tools Manager",
"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": "Nassi Harel",
"type": "User",
"login": "nassiharel",
"company": null,
"location": null,
"followers": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/9460060?v=4",
"created_at": "2014-10-30T08:43:21Z",
"is_verified": null,
"public_repos": 8,
"account_age_days": 4283
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2026-06-24T18:32:23Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2026-06-23T18:43:46Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2026-06-11T15:20:42Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2026-05-25T14:41:20Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-05-13T12:02:47Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-05-07T15:40:13Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-05-07T08:30:51Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-05-06T18:46:08Z"
}
],
"recent_commits": [
{
"oid": "e5e8518e605680119a673038bf5233e94ebc092d",
"body": "* feat(tui): improve agent session transcript viewer and search\n\nTwo related improvements to the Agents > Sessions experience.\n\nTranscript viewer (the `v` key / `klim agent session view`):\n- Model the transcript as messages instead of pre-truncated lines.\n Each message keeps its full text (capped a\n[…]\n — verified it fails\nwithout the allowlist entry.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(tui): agent session viewer, search, delete, and costs fixes (#105)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-06-24T18:28:52Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e6ded048aede30bb6e2d2522188d721e683456ad",
"body": "The mark's chevron pointed right (|>lim). Flip its vertex toward the\nstem so it reads as a proper \"k\" (|<lim), and animate the canonical\nmarks/wordmarks to flip back and forth between the two.\n\n- Static avatars/marks now point left (reads as k)\n- Canonical klim.svg, klim-{dark,light}.svg and wordmar\n[…]\nndalone animated variants (klim-animated-*, klim-wordmark-animated-*)\n- Add klim-k-preview.html showing all variants on light/dark\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Flip logo chevron to read as \"k\" + add animated variants (#104)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-06-24T07:27:46Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6dad78154814c682a7a194426cb5a8fccea8d304",
"body": "…#102)\n\nThe release workflow failed with:\n\n ⨯ release failed error=dist is not empty, remove it before running\n goreleaser or use the --clean flag\n\nGoReleaser runs in this order: clean dist/ (--clean) → run `before`\nhooks → assert dist/ is empty. The `go run ./cmd/gen-docs -o dist/extras`\nbe\n[…]\n\nVerified with `goreleaser release --snapshot --clean`: release now\nsucceeds and the archives still contain completions/ and man/.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: generate release docs outside dist/ so GoReleaser doesn't fail (…",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-06-23T17:21:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8a60913dcb885e3ba6669d7170d7596037336995",
"body": "* Remove Health PATH issue checks and the Health → PATH tab\n\nRemoves the PATH-category health diagnostics and the interactive\nHealth → PATH sub-tab, leaving the Health tab as a single Issues list.\n\ndoctor:\n- Drop the four PATH-category checks: checkDuplicatePATH, checkBrokenPATH\n (Missing / Inacces\n[…]\nders\" (the TUI PATH view was removed in this PR).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Remove Health PATH issue checks and the Health → PATH tab (#101)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-06-23T17:13:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b9c300e115e6db85ef7ecb20bd18e01aa2ef610b",
"body": "…100)\n\nBumps the actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).\n\n\nUpdates `actions/checkout` from 6.0.3 to 7.0.0\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits\n[…]\npe: version-update:semver-major\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci: bump actions/checkout from 6.0.3 to 7.0.0 in the actions group (#…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-22T11:25:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "491d28c3b0ac2bd4023a563f8b0830f345ac4839",
"body": "* refactor(cli): reorganize commands into noun-first groups\n\nRestructure the flat ~30-command CLI into clear command groups so every\ncommand has a logical home and the tool scales more cleanly.\n\nNew structure:\n tool search/install/upgrade/remove/info/why/graph/list/try/onboard/watch/catalog\n \n[…]\nan apply`, `share link open`, …) is\n unaffected.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(cli): reorganize commands into noun-first groups (#99)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-06-21T18:56:03Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a8a8eadf3bfdd4a95187f2828a1736376c541ae8",
"body": "* fix(assets): tighten i kerning in the wordmark\n\nThe hand-built \"i\" (separate stem rect + cyan dot) sat ~16px too far right,\nso the gap between \"l\" and \"i\" was visibly wider than \"i\"→\"m\" and the wordmark\nread as \"l im\". Move the i stem (x 148→133), its dot (cx 155→140), and \"m\"\n(x 170→156) left so \n[…]\nrms 27.0 vs 27.5px at 4× (equal\nwithin rounding).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: tighten i kerning in the wordmark (#98)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-06-21T12:04:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "51f263c7b044d6cc6352c9146dfc2ba8ad5a0a78",
"body": "…h (#97)\n\n* feat: adoption quick wins — positioning, contributor flywheel, release polish\n\nReposition the README around the cross-platform installer story (install-first\n\"What it does\" + \"Grows with you\" + comparison table) and refresh stale counts\n(238 tools / 27 packs).\n\nLower the contributor barr\n[…]\ns false (skip), matching the documented behavior.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Adoption quick wins: positioning, contributor flywheel, release polis…",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-06-21T12:03:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "18cc1303976f68dd7ddd8d7d02db9ca28936d009",
"body": "Bumps the go-deps group with 3 updates: [charm.land/lipgloss/v2](https://github.com/charmbracelet/lipgloss), [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/term](https://github.com/golang/term).\n\n\nUpdates `charm.land/lipgloss/v2` from 2.0.3 to 2.0.4\n- [Release notes](https://git\n[…]\npe: version-update:semver-minor\n dependency-group: go-deps\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "deps: bump the go-deps group with 3 updates (#95)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-21T08:38:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fd284cbf24e5a870ebed1aa2844bb967541d4f30",
"body": "* docs: add design for marketplace tools additions\n\nSpec for adding ~85 new tools across AI, cloud platforms, containers,\nsecurity, database/migrations, languages, build, and networking, plus\n3 new packs (edge-platforms, db-migrations, supply-chain-security)\nand several new tags.\n\n* docs: add markte\n[…]\nh\n tools); remove it from the db-migrations pack\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "Feat/marketplace tools additions (#96)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-06-17T10:01:15Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "be63b04c6ba07353011d623affe889d48c74d0d5",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-06-15T13:46:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e923f2ee4cb379d0118ff8a7c3fa186ce65d394d",
"body": null,
"is_bot": false,
"headline": "update README",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-06-15T06:47:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d2cf94260d2b729a1e2b956890fa52975a7aad9",
"body": "…xes (#94)\n\n* fix(agents/copilotcli): match Copilot CLI 1.x event vocabulary\n\nThe Copilot session-event translator and search/cost walkers were\npinned to the pre-1.0 schema. On 1.x installs the per-session\nevents.jsonl still existed and Sessions() listed every session, but\nnearly every enrichment fi\n[…]\nby count desc then name asc for\n stable rendering, capped at 10 entries with \"(+N more)\" overflow.\n\nOut of scope (per user direction): no tile-chip change, no CLI\ndashboard change, no listing column.",
"is_bot": false,
"headline": "feat(agents/sessions): per-session invocations + Copilot 1.x vocab fi…",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-06-14T07:06:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d0a71037c1e676f08c8a20fe2678ad55a121aa6c",
"body": "* feat(agents/sessions): rich session dashboard (CLI + TUI)\n\nBuilds out `klim agents sessions` from a flat tabwriter list into a\nglanceable dashboard inspired by ghcpCliDashboard. Adds shared\nenrichment (live state, recent activity, branch, project group,\ncopy-paste resume command, tool/MCP counts),\n[…]\n.`, `golangci-lint run`, and `typos .` all clean.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(agents/sessions): rich session dashboard (CLI + TUI) (#93)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-06-11T15:16:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7501111ddc0a7f5eb5cb90ab0e451187af258862",
"body": "Bumps the go-deps group with 1 update: [charm.land/bubbletea/v2](https://github.com/charmbracelet/bubbletea).\n\n\nUpdates `charm.land/bubbletea/v2` from 2.0.6 to 2.0.7\n- [Release notes](https://github.com/charmbracelet/bubbletea/releases)\n- [Commits](https://github.com/charmbracelet/bubbletea/compare/\n[…]\npe: version-update:semver-patch\n dependency-group: go-deps\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "deps: bump charm.land/bubbletea/v2 in the go-deps group (#91)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-10T11:40:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ae41b38e419843b9fd7ff9696fd94d84ef718cfd",
"body": "Bumps the actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [crate-ci/typos](https://github.com/crate-ci/typos) and [github/codeql-action](https://github.com/github/codeql-action).\n\n\nUpdates `actions/checkout` from 6.0.2 to 6.0.3\n- [Release notes](https://github.\n[…]\npe: version-update:semver-patch\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci: bump the actions group with 3 updates (#92)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-10T11:40:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f8b35556390bd3b83ebe03c4fe02e3dcb6b6f48c",
"body": "Bumps the go-deps group with 1 update: [github.com/mattn/go-runewidth](https://github.com/mattn/go-runewidth).\n\n\nUpdates `github.com/mattn/go-runewidth` from 0.0.23 to 0.0.24\n- [Commits](https://github.com/mattn/go-runewidth/compare/v0.0.23...v0.0.24)\n\n---\nupdated-dependencies:\n- dependency-name: gi\n[…]\npe: version-update:semver-patch\n dependency-group: go-deps\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "deps: bump github.com/mattn/go-runewidth in the go-deps group (#89)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-07T09:33:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a1dcca173a013069b000bdbaa61b591d45a55a09",
"body": "Bumps the actions group with 1 update: [crate-ci/typos](https://github.com/crate-ci/typos).\n\n\nUpdates `crate-ci/typos` from 1.46.3 to 1.47.0\n- [Release notes](https://github.com/crate-ci/typos/releases)\n- [Changelog](https://github.com/crate-ci/typos/blob/master/CHANGELOG.md)\n- [Commits](https://git\n[…]\npe: version-update:semver-minor\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci: bump crate-ci/typos from 1.46.3 to 1.47.0 in the actions group (#90)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-07T09:32:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "17e20074da3b33a3dc74428a65d597a9fff26a5e",
"body": null,
"is_bot": false,
"headline": "add social-preview",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-06-07T09:29:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a16e0db15b49456ef8d5395d81e31f38a8e9687",
"body": "* docs: add website and docs links; drop 'deterministic'\n\n* docs: 'humans' -> 'developers' in intro",
"is_bot": false,
"headline": "docs: add website and docs links; drop 'deterministic' (#88)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-27T08:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa67b52b48a49dfaaa6af3bb2270d00ffc62314c",
"body": "* docs: simplify README\n\nConsolidate duplicated install verbiage, merge the three feature\ndescriptions (\"What Klim gives you\", \"Core workflows\" table, \"Feature\nmap\") into a single grouped Features section, compress the agent\nframing to a short note, and drop the duplicated demo video. All\ncapabiliti\n[…]\n the cramped Scoop one-liner into two\nreadable lines.\n\nCo-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: simplify README (#87)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-27T07:48:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d9fa81382593606e6ca7b9a105158316c4501863",
"body": "* Spec: Agents tab — design\n\nAdds the design spec for a new top-level Agents tab in the TUI plus a\n\\klim agents ...\\ CLI umbrella. Covers Marketplaces, Plugins, Skills,\nMCPs, and Sessions across Claude Code and GitHub Copilot CLI in v1,\nwith a Provider interface that extends to Cursor / Windsurf / C\n[…]\no-switching, removing the separate <h1>klim</h1>.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "logo: add wordmark variants and use in README (#86)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-25T14:34:08Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "804cbfd727fc081a8a97beb9493d459330f0345f",
"body": "* Spec: Agents tab — design\n\nAdds the design spec for a new top-level Agents tab in the TUI plus a\n\\klim agents ...\\ CLI umbrella. Covers Marketplaces, Plugins, Skills,\nMCPs, and Sessions across Claude Code and GitHub Copilot CLI in v1,\nwith a Provider interface that extends to Cursor / Windsurf / C\n[…]\n (3) = 72 cols minimum for two-column help layout\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "fix: agents TUI stuck spinners, sort, and health scrolling (#84)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-25T14:14:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bd688a9a116966a936be972d002c0506ae3bad50",
"body": "…p (#82)\n\nBumps the go-deps group with 1 update: [golang.org/x/sys](https://github.com/golang/sys).\n\n\nUpdates `golang.org/x/sys` from 0.44.0 to 0.45.0\n- [Commits](https://github.com/golang/sys/compare/v0.44.0...v0.45.0)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/sys\n dependency-vers\n[…]\npe: version-update:semver-minor\n dependency-group: go-deps\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "deps: Bump golang.org/x/sys from 0.44.0 to 0.45.0 in the go-deps grou…",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-25T07:32:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9b3afe33a09031600db021fbfa2709716ea867ee",
"body": "Bumps the actions group with 5 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) | `9.2.0` | `9.2.1` |\n| [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) | `7.2.1` | `7.2.2` |\n| [cr\n[…]\npe: version-update:semver-minor\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "ci: Bump the actions group with 5 updates (#83)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-25T07:31:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1422ea6ecfac6b6b91ec1b6404f0ed7f57d6a6fc",
"body": "* feat: boot splash, agents dir, costs nav, footer alignment\n\n* Boot splash subtitle updated to 'Reignite Dev Experience' and stays\n visible for a minimum of 5s so cache-hit launches don't flash past it.\n* All agents YAMLs moved under ~/.klim/agents/ (cache, catalog,\n costs, search-index, per-sour\n[…]\nall/test blocks (handled automatically by casks).\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: TUI polish, YAML output, agents dir, footer alignment (#81)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-24T17:54:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "63824386ef64f3177c8e57b4a754090c9980bbe3",
"body": "Bumps the go-deps group with 1 update: [github.com/spf13/pflag](https://github.com/spf13/pflag).\n\n\nUpdates `github.com/spf13/pflag` from 1.0.9 to 1.0.10\n- [Release notes](https://github.com/spf13/pflag/releases)\n- [Commits](https://github.com/spf13/pflag/compare/v1.0.9...v1.0.10)\n\n---\nupdated-depend\n[…]\npe: version-update:semver-patch\n dependency-group: go-deps\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "deps: Bump github.com/spf13/pflag in the go-deps group (#79)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-20T11:00:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ceac71930e5aa979056b06d4c163b09bbad8cc3d",
"body": "Bumps the actions group with 2 updates: [crate-ci/typos](https://github.com/crate-ci/typos) and [github/codeql-action](https://github.com/github/codeql-action).\n\n\nUpdates `crate-ci/typos` from 1.46.1 to 1.46.2\n- [Release notes](https://github.com/crate-ci/typos/releases)\n- [Changelog](https://github\n[…]\npe: version-update:semver-patch\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "ci: Bump the actions group with 2 updates (#80)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-20T11:00:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "827ae3d6d7bbd76724f388d2c290b51f2ae07cdc",
"body": "* Spec: Agents tab — design\n\nAdds the design spec for a new top-level Agents tab in the TUI plus a\n\\klim agents ...\\ CLI umbrella. Covers Marketplaces, Plugins, Skills,\nMCPs, and Sessions across Claude Code and GitHub Copilot CLI in v1,\nwith a Provider interface that extends to Cursor / Windsurf / C\n[…]\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\nCo-authored-by: nassiharel <nassiharel@github.com>",
"is_bot": false,
"headline": "feat: add klim badge and klim graph delight commands (#78)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-17T20:26:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "646483783860813e353a32bae38810c3210a2736",
"body": "* Spec: Agents tab — design\n\nAdds the design spec for a new top-level Agents tab in the TUI plus a\n\\klim agents ...\\ CLI umbrella. Covers Marketplaces, Plugins, Skills,\nMCPs, and Sessions across Claude Code and GitHub Copilot CLI in v1,\nwith a Provider interface that extends to Cursor / Windsurf / C\n[…]\n\ngo build / vet / gofmt / full go test all clean.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(agents): new Agents tab + `klim agents …` CLI (#77)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-16T11:21:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b77cf45520a30ff0bbed85b98ea0c5ce163b6105",
"body": null,
"is_bot": false,
"headline": "docs",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-14T19:12:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14e5f72207007a79ff01aabdf7a75435fcee2b00",
"body": null,
"is_bot": false,
"headline": "docs",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-14T19:07:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "336385f167471047577d454fcc6b97ada34b2179",
"body": "The prior commit (9aaa3ac) was intended to delete website/ and docs/\nbut instead committed their full node_modules + dist + .astro build\nartifacts (over 14k files) because the cleanup edit to .gitignore\ninadvertently removed the node_modules/ ignore pattern.\n\nThis commit:\n- Deletes the entire websit\n[…]\nores the node_modules/ ignore in .gitignore\n\nThe website and docs site continue to live at\nhttps://github.com/nassiharel/klim-web.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Remove accidentally committed website/ and docs/ trees",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-14T06:31:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ad66f35d8c7eedd433528f7abca295cebdd88bd9",
"body": "The marketing website and Starlight documentation site have been\nextracted into a dedicated repository at https://github.com/nassiharel/klim-web\nso the klim repo is focused on the CLI itself.\n\n- Remove website/, docs/, and .github/workflows/deploy-pages.yml\n- Move docs/cli-conventions.md to CLI-CONV\n[…]\n patterns\n\nGitHub Pages on klim is no longer used; klim-web hosts both the website\n(at the site root) and the docs (under /docs/).\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Move website + docs site to nassiharel/klim-web",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-13T20:28:40Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8d7ae0fc766930cd0601ecdea660ee3a244fbaef",
"body": "* Cyber TUI Phase 1: foundation + HUD + tab bar + boot splash\n\nThe first slice of the Jarvis-style TUI overhaul. Establishes the\nvisual identity (electric-cyan palette, bracket framing, ambient\nanimations) and replaces the three most-visible surface elements:\nthe title bar, the tab strip, and the co\n[…]\nst render an empty modal the user has to dismiss.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "Cyber TUI Phase 1: foundation + HUD + tab bar + boot splash (#76)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-13T10:17:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "762eed25d2c636bce0c4938e7e2ef71d60f56c38",
"body": "* add tools\n\n* add tools\n\n* fix(tui): keep apply progress visible during env apply on My Profile tab\n\nAddress Copilot reviewer feedback on PR #72: the My Profile tab's\nunconditional renderEnvSubview() call would obscure the per-tool\nimport progress UI during an env apply (which sets viewingEnv=false\n[…]\nbranch, toolVersionMsg final dispatch, and\n healthPathRefreshedMsg). The handlers now call\n clampScrollOffsets() before returning so the in-memory state\n stays consistent with what renderView (…",
"is_bot": false,
"headline": "Add Health tab with PATH conflict visualization (#75)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-12T19:35:57Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9f39bd5771a0e113f57eab7eb03f532b4f75db6b",
"body": "Bumps the go-deps group with 2 updates: [golang.org/x/sys](https://github.com/golang/sys) and [golang.org/x/term](https://github.com/golang/term).\n\n\nUpdates `golang.org/x/sys` from 0.43.0 to 0.44.0\n- [Commits](https://github.com/golang/sys/compare/v0.43.0...v0.44.0)\n\nUpdates `golang.org/x/term` from\n[…]\npe: version-update:semver-minor\n dependency-group: go-deps\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "deps: Bump the go-deps group with 2 updates (#73)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-12T05:17:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d7f9b5216d373ecd390c8ec6c8bb17a198e2842d",
"body": "Bumps the actions group with 4 updates: [crate-ci/typos](https://github.com/crate-ci/typos), [github/codeql-action](https://github.com/github/codeql-action), [actions/dependency-review-action](https://github.com/actions/dependency-review-action) and [actions/labeler](https://github.com/actions/label\n[…]\npe: version-update:semver-minor\n dependency-group: actions\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "ci: Bump the actions group with 4 updates (#74)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-12T05:16:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a2a029e3ec403005d74e80b76eead67414564562",
"body": "* add tools\n\n* add tools\n\n* fix(tui): keep apply progress visible during env apply on My Profile tab\n\nAddress Copilot reviewer feedback on PR #72: the My Profile tab's\nunconditional renderEnvSubview() call would obscure the per-tool\nimport progress UI during an env apply (which sets viewingEnv=false\n[…]\nthe\n code already accounts for via subtabRows().\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "More fixes (#72)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-10T11:33:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "829dc4ba3ab120312bc0d33507e42060acd8c0c4",
"body": "* finder: detect winget GUI apps under %LOCALAPPDATA%\\Programs\n\nFreelens (and other winget-installed GUI apps) live under\n%LOCALAPPDATA%\\Programs\\<App>\\<App>.exe and never expose a binary on\nPATH, so klim's PATH-only scan reported them as ''not installed''\neven when `winget list` showed them present\n[…]\n175728472+Copilot@users.noreply.github.com>\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: nassiharel <9460060+nassiharel@users.noreply.github.com>",
"is_bot": false,
"headline": "finder: detect winget GUI apps under %LOCALAPPDATA%\\Programs (#71)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-07T19:59:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3d40833e73ae3021944456abe69e2de021642167",
"body": "* test: add tests for 7 zero-coverage packages (28%->32.5% total)\n\nPhase 1 of the coverage-lift work. Each of the 7 packages below\nwent from 0% statement coverage to substantial coverage; the\noverall repo number nudges from 28.0% to 32.5%. The headline gap\nremaining is internal/tui at 4.8% (11.7k Lo\n[…]\n failing assertion message reads like English.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "test: add tests for 7 zero-coverage packages (28%->32.5% total) (#69)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-07T17:21:53Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "75109f73c5b348c30363a408327b04f39e80b416",
"body": "…llapsible advanced options (#70)\n\nThe previous Quick install was a single bash code block listing 7\ninstall methods sequentially. Three problems:\n\n- mixes bash and powershell in one fenced block (no shell-aware\n syntax highlighting; reader has to context-switch line by line)\n- visually flat — no s\n[…]\nging that\nin this PR), @v0.1.2 for go install, and the brew/scoop/winget\nnative syntax. No claims that don't reflect current code.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "readme: restructure Quick install with platform-grouped sections + co…",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-07T16:33:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "608365fe0e8a26c079948e480f2a871f6f6573d9",
"body": "… recoverable (#68)\n\nWhen the v0.1.2 release first failed (winget PR creation, due to\nthe WINGET_PAT lifetime policy), every asset had already been\nuploaded successfully. Re-running the workflow on the same tag\nthen failed earlier in the pipeline with `422 already_exists` for\neach asset, before gore\n[…]\nagain.\n\nThis is purely about idempotency on retries; a successful first run\nbehaves identically. Verified with `goreleaser check`.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "release: replace existing artifacts on re-run so partial releases are…",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-07T15:30:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "d46cb01f7aad2af74884248693dd4f4d4b412041",
"body": "…pplies (#67)\n\nReported on the deployed site:\n https://nassiharel.github.io/getting-started/quickstart/ => 404\n\nStarlight's hero \\\u0007ctions[].link\\ is used verbatim as the rendered\n\\href\\ — it does NOT auto-prefix with \\\base\\. The two hero buttons\nwere absolute paths (\\/getting-started/installation\n[…]\ncs/getting-started/quickstart/\\.\n\nLinkCard hrefs in the body of the page were already templated through\n\\\\\\ and were not affected.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "docs(index): use relative paths for hero buttons so the base prefix a…",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-07T15:21:32Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ed5d8ca7887df09427f429db974d84e1db3da289",
"body": "…fig dir (#66)\n\n* breaking: store all klim state under ~/.klim instead of OS-native config dir\n\nSwitch from `os.UserConfigDir() + \"klim\"` to `os.UserHomeDir() + \".klim\"`\nso the entire klim user state lives at one predictable path on every\noperating system, matching the convention of git, npm, kubect\n[…]\nross the whole repo. Docs build (51 pages) clean.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "breaking: store all klim state under ~/.klim instead of OS-native con…",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-07T15:00:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "45e1293751ec8671ec557e44643a95733e97d024",
"body": "…badges (#65)\n\n* docs+website+readme: surface Scoop and winget install paths, refresh badges\n\nNow that v0.1.1 is shipping through every channel, document them\neverywhere users land.\n\nREADME\n- Quick install code block: add `scoop bucket add nassiharel ... && scoop install klim`\n and `winget install \n[…]\nm_<v>_linux_<arch>.rpm (<arch> is amd64 or arm64)\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "docs+website+readme: surface Scoop and winget install paths, refresh …",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-07T10:41:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "793dde1c61ea9a49cd13e54bddc3d348f795fc13",
"body": "* release: publish to Scoop bucket and submit winget PR on each tag\n\nTwo new install paths for Windows users so klim ships through the\npackage managers Windows developers actually use day-to-day.\n\n.goreleaser.yml additions:\n\n- scoops: writes a Scoop manifest (bucket/klim.json) to\n nassiharel/scoop-\n[…]\nbom`\n still emits the manifest triple correctly.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "release: publish to Scoop bucket and submit winget PR on each tag (#64)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-07T08:28:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "47af2467376f6ad7a7ba7687d89cc40131429114",
"body": "GoReleaser declares `sboms:` which delegates to syft for CycloneDX\ngeneration per archive. The runner doesn't have syft installed, so\nthe v0.1.0 release run failed at the SBOM step with:\n release failed after 1m32s error=exec: \"syft\": executable file not found in $PATH\n\nFix: drop in anchore/sbom-action/download-syft@v0 before the\ngoreleaser step. No .goreleaser.yml change needed.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "ci(release): install syft so the SBOM step can run",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-06T18:35:59Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "7e76e8dc8af2fe79afda90367a961c5613d83f82",
"body": "…(#63)\n\n* docs+website+readme: drop \"control plane\" framing, fix README badges\n\nReposition consistently as \"productivity booster for dev tools\". The\n\"control plane\" framing was overclaiming; the productivity-booster\nphrasing is enough on its own.\n\nWording changes\n- README.md: lead sentence + \"intera\n[…]\nternal / internal grouping.\n\nNo behaviour change.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "docs+website+readme: drop 'control plane' framing, fix README badges …",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-06T18:27:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "906ea2ce707cc9a74c414b3f6a1c4ee0e3ae4daa",
"body": "* docs+website: expand feature coverage and fix internal links\n\nDocs site (docs/src/content/docs/):\n\n- Rewrite landing page (index.mdx) using Starlight LinkCard components\n with base-aware hrefs (\\\\\\-prefixed).\n Surfaces 28 capabilities across get-started, what-klim-does,\n security/compliance, di\n[…]\n\"go install\"\nwithout re-assigning ARCH to itself.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "docs+website: expand feature coverage and fix internal links (#62)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-06T17:08:36Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5d7397d1b877a9f05ab1dc4a8388f661ba9792e5",
"body": "…dev (#61)\n\n* fix(website): docs links point to /<base>/docs/ instead of docs.klim.dev\n\nHeader nav, Hero 'Read the Docs' button, and Footer all hardcoded\n\nhttps://docs.klim.dev. There's no DNS record for that subdomain yet, so\n\nthe deployed site at https://nassiharel.github.io/klim/ had three\n\nbroke\n[…]\nr, *UsageError)\n\n used across the cli package.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(website): docs links point to /<base>/docs/ instead of docs.klim.…",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-06T17:01:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c44c88c1e87fdd02c33cea05e9e7194b6e7f24a5",
"body": "* ci: combine website + docs into a single Pages deploy\n\nPages can only host one site per repo, so deploy-website.yml and\n\ndeploy-docs.yml were racing each other (last-deploy-wins). Replaced\n\nboth with a single deploy-pages.yml that:\n\n- builds website -> dist root\n\n- builds docs -> dist/docs/ (ba\n[…]\nde with their own SetPMAvailableFunc + t.Cleanup.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>\n\n---------\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "ci: combine website + docs into a single Pages deploy (#60)",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-06T16:20:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ebd46b3c1f93565163d0c9448f1efb3def6731e4",
"body": "Squashed 98 prior commits into one. The full development log is no longer\npresent on this branch — see the reflog or any out-of-tree clone for the\nprior history.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
"is_bot": false,
"headline": "klim: initial squashed history",
"author_name": "Nassi Harel",
"author_login": "nassiharel",
"committed_at": "2026-05-06T14:27:19Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 8,
"commits_last_year": 53,
"latest_release_at": "2026-06-24T18:32:23Z",
"latest_release_tag": "v0.1.7",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 8,
"days_since_latest_release": 28,
"mean_days_between_releases": 7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/nassiharel/klim",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/nassiharel/klim",
"is_deprecated": false,
"latest_version": "v0.1.7",
"repository_url": "https://github.com/nassiharel/klim",
"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": "2026-06-24T18:28:52Z",
"latest_version_yanked": null,
"days_since_latest_publish": 28
}
]
},
"popularity": {
"forks": 0,
"stars": 2,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"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": 120716,
"source_files_sampled": 386,
"oversized_source_files": 2,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 16134
},
"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": 29,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "charm.land/bubbles/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.1.0"
},
{
"name": "charm.land/bubbletea/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.7"
},
{
"name": "charm.land/lipgloss/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.0.4"
},
{
"name": "github.com/atotto/clipboard",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.1.4"
},
{
"name": "github.com/mattn/go-runewidth",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.24"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "github.com/spf13/pflag",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.10"
},
{
"name": "golang.org/x/sys",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.46.0"
},
{
"name": "golang.org/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.44.0"
},
{
"name": "gopkg.in/natefinch/lumberjack.v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.2.1"
},
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "charm.land/bubbles/v2",
"direct": true,
"version": "v2.1.0",
"ecosystem": "go"
},
{
"name": "charm.land/bubbletea/v2",
"direct": true,
"version": "v2.0.7",
"ecosystem": "go"
},
{
"name": "charm.land/lipgloss/v2",
"direct": true,
"version": "v2.0.4",
"ecosystem": "go"
},
{
"name": "github.com/atotto/clipboard",
"direct": true,
"version": "v0.1.4",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-runewidth",
"direct": true,
"version": "v0.0.24",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.10.2",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": true,
"version": "v1.0.10",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": true,
"version": "v0.46.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": true,
"version": "v0.44.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/natefinch/lumberjack.v2",
"direct": true,
"version": "v2.2.1",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": true,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/colorprofile",
"direct": false,
"version": "v0.4.3",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/harmonica",
"direct": false,
"version": "v0.2.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/ultraviolet",
"direct": false,
"version": "v0.0.0-20260525132238-948f4557a654",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/ansi",
"direct": false,
"version": "v0.11.7",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/term",
"direct": false,
"version": "v0.2.2",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/termios",
"direct": false,
"version": "v0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/windows",
"direct": false,
"version": "v0.2.2",
"ecosystem": "go"
},
{
"name": "github.com/clipperhouse/displaywidth",
"direct": false,
"version": "v0.11.0",
"ecosystem": "go"
},
{
"name": "github.com/clipperhouse/uax29/v2",
"direct": false,
"version": "v2.7.0",
"ecosystem": "go"
},
{
"name": "github.com/cpuguy83/go-md2man/v2",
"direct": false,
"version": "v2.0.6",
"ecosystem": "go"
},
{
"name": "github.com/inconshreveable/mousetrap",
"direct": false,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/lucasb-eyer/go-colorful",
"direct": false,
"version": "v1.4.0",
"ecosystem": "go"
},
{
"name": "github.com/muesli/cancelreader",
"direct": false,
"version": "v0.2.2",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": false,
"version": "v0.4.7",
"ecosystem": "go"
},
{
"name": "github.com/russross/blackfriday/v2",
"direct": false,
"version": "v2.1.0",
"ecosystem": "go"
},
{
"name": "github.com/xo/terminfo",
"direct": false,
"version": "v0.0.0-20220910002029-abceb7e1c41e",
"ecosystem": "go"
},
{
"name": "go.yaml.in/yaml/v3",
"direct": false,
"version": "v3.0.4",
"ecosystem": "go"
},
{
"name": "golang.org/x/sync",
"direct": false,
"version": "v0.20.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 29,
"direct_count": 11,
"indirect_count": 18
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 103,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "nassiharel",
"commits": 47,
"avatar_url": "https://avatars.githubusercontent.com/u/9460060?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"codeql.yml",
"dependency-review.yml",
"labeler.yml",
"marketplace-livecheck.yml",
"marketplace.yml",
"pr-labels.yml",
"release-dispatch.yml",
"release.yml",
"stale.yml",
"winget.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": true,
"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": 10,
"reason": "16 out of 16 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/24 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"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": 10,
"reason": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 6,
"reason": "dependency not pinned by hash detected -- score normalized to 6",
"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": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e5e8518e605680119a673038bf5233e94ebc092d",
"ran_at": "2026-07-22T19:19:17Z",
"aggregate_score": 5.7,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": true,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T05:55:26Z",
"oldest_open_prs": [
{
"number": 109,
"created_at": "2026-07-13T04:31:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 110,
"created_at": "2026-07-13T04:32:19Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-06-24T18:28:53Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/nassiharel/klim",
"host": "github.com",
"name": "klim",
"owner": "nassiharel"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"security": 66,
"vitality": 76,
"community": 43,
"governance": 55,
"engineering": 90
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 76,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"commits_last_year": 53,
"human_commit_share": 0.887,
"days_since_last_push": 0,
"active_weeks_last_year": 8
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "8/52 weeks with commits",
"points": 5.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 8
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "53 commits in the last year",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 53
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 8,
"latest_release_tag": "v0.1.7",
"releases_from_tags": false,
"days_since_latest_release": 28,
"mean_days_between_releases": 7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "8 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 8
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 28 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 28
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 7
}
}
],
"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": "at_risk",
"name": "Community & Adoption",
"value": 43,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 2,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "2 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 2
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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": 6.3,
"status": "met",
"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": 55,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"merged_prs": 103,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 4
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "103/107 decided PRs merged",
"points": 36.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 103,
"decided": 107
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/24 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": 43,
"inputs": {
"followers": 5,
"owner_type": "User",
"is_verified": null,
"owner_login": "nassiharel",
"public_repos": 8,
"account_age_days": 4283
},
"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": "5 followers of nassiharel",
"points": 5.6,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 5,
"login": "nassiharel"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "8 public repos, account ~11 yr old",
"points": 18.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 8
}
},
{
"code": "account_age_years",
"params": {
"years": 11
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/nassiharel/klim"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 28
},
"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 28 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 28
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 90,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "11 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 11
}
}
],
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "16 out of 16 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"cli",
"developer-tools",
"devops",
"golang",
"tui",
"dev-environment",
"agents",
"productivity",
"marketplace",
"toolchain"
],
"has_wiki": false,
"homepage": "https://nassiharel.github.io/klim-web",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://nassiharel.github.io/klim-web",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "10 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 10
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 66,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 5.7
},
"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": "16 out of 16 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/24 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"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": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 6",
"points": 3,
"status": "partial",
"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 detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "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 29 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": 29
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 29,
"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": 29,
"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
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "excellent",
"name": "AI Readiness",
"value": 85,
"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.894,
"agent_instruction_files": [
"AGENTS.md"
],
"agent_instruction_max_bytes": 16134
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.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": "42 of 47 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 42,
"sampled": 47
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 96,
"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.642,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.113
},
"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": "34 of the last 53 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 34,
"sampled": 53
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "6 of the last 53 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 6,
"sampled": 53
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 6",
"points": 6,
"status": "partial",
"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": 120716,
"source_files_sampled": 386,
"oversized_source_files": 2
},
"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": "2/386 source files over 60KB",
"points": 54.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 386,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-22T19:19:30.702475Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/nassiharel/klim.svg",
"full_name": "nassiharel/klim",
"license_state": "standard",
"license_spdx": "MIT"
}