Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"cli",
"cobra",
"go",
"golang",
"tcell",
"tview",
"developper-tools",
"productivity",
"shell",
"snippets",
"tui"
],
"is_fork": false,
"size_kb": 179,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 110095,
"Shell": 9592,
"Makefile": 152
},
"pushed_at": "2026-07-18T04:16:57Z",
"created_at": "2024-07-28T04:24:19Z",
"owner_type": "User",
"updated_at": "2026-07-18T04:17:00Z",
"description": "🍾 A TUI-based shell snippet manager with fuzzy search and dynamic arguments",
"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": "muleyuck",
"type": "User",
"login": "muleyuck",
"company": null,
"location": "Tokyo, Japan",
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/89084713?v=4",
"created_at": "2021-08-17T13:28:02Z",
"is_verified": null,
"public_repos": 12,
"account_age_days": 1799
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-07-17T11:16:02Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-04-11T05:53:08Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-03-04T12:36:13Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-02-14T12:28:03Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2026-01-12T02:37:45Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2025-12-21T08:05:05Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2025-05-04T02:34:19Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2025-04-27T03:49:26Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2025-03-30T04:40:01Z"
},
{
"tag": "v0.1.7",
"kind": "patch",
"published_at": "2025-03-29T19:20:18Z"
},
{
"tag": "v0.1.6",
"kind": "patch",
"published_at": "2025-03-29T19:10:41Z"
},
{
"tag": "v0.1.5",
"kind": "patch",
"published_at": "2025-03-29T19:05:20Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2025-03-29T18:57:52Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2025-03-29T18:48:18Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2025-03-29T18:41:14Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2025-03-29T18:10:11Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2025-03-29T17:56:01Z"
}
],
"recent_commits": [
{
"oid": "f45935a78e3efe6e4dc3e75022bdf19af079984a",
"body": null,
"is_bot": true,
"headline": "chore(deps): bump actions/setup-go in the dependencies group (#52)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-18T04:16:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56850d7e14af861bb81ec13823986edcaa07d4ae",
"body": "* chore(main): release 0.5.0\n\n* docs: add missing Bug Fixes entry to CHANGELOG for v0.5.0\n\nPR #51 was squash-merged with the fix commit body-embedded, so\nrelease-please's conventional-commit parser (which only reads the\nsubject line) didn't pick up the fix: entry.\n\n---------\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>\nCo-authored-by: muleyuck <takuty.008.awenite.1121@gmail.com>",
"is_bot": true,
"headline": "chore(main): release 0.5.0 (#46)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-17T11:10:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90b6c150460e497d65f036578c5d1733c26a7282",
"body": "…#51)\n\n* chore(deps): bump github.com/gdamore/tcell/v2 from 2.8.1 to 2.13.10\n\nAdapts test helpers to tcell's new Get() API since GetContent() is\nnow deprecated in this version.\n\n* fix: handle Ctrl+H as backspace in input field",
"is_bot": false,
"headline": "chore(deps): bump github.com/gdamore/tcell/v2 from 2.8.1 to 2.13.10 (…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-07-17T10:51:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83ef984229ef8efe45318ae35b183e7209cf33f7",
"body": "…#50)\n\n* feat: add text drawing helpers for tcell-only widget layer\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01UpyuC12BGyLcxCLVsoc11r\n\n* feat: add Primitive interface and Box base widget\n\nCo-Authored-By: Claude Sonnet 5 <noreply@anthropi\n[…]\nmethod bodies to multi-line form\n\n* fix: reserve a column of space between Form labels and fields without growing it on every redraw\n\n---------\n\nCo-authored-by: Claude Sonnet 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: replace tview with an in-house tcell widget layer for the TUI (…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-07-17T10:10:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3efe3ca442199864e6b0a7f13d3493e121fba6d8",
"body": "…encies-5d65eb5e87",
"is_bot": false,
"headline": "Merge pull request #49 from muleyuck/dependabot/github_actions/depend…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-07-04T03:36:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b711b459ef832337c2f040d21479b4848763cdd0",
"body": "Bumps the dependencies group with 2 updates: [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).\n\n\nUpdates `goreleaser/goreleaser-action` from 7.2.2 to 7.2.3\n- [Release notes](https://g\n[…]\non\n dependency-version: 9.3.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump the dependencies group with 2 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-04T03:32:30Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f0e05598219178c18146f549c0be2704cdb29b2d",
"body": "…encies-9b7bde0b82\n\nchore(deps): bump actions/setup-go from 6.4.0 to 6.5.0 in the dependencies group",
"is_bot": false,
"headline": "Merge pull request #48 from muleyuck/dependabot/github_actions/depend…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-06-27T07:20:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23e24d0019ca3609824cd7a30bc15e9067b023e1",
"body": "Bumps the dependencies group with 1 update: [actions/setup-go](https://github.com/actions/setup-go).\n\n\nUpdates `actions/setup-go` from 6.4.0 to 6.5.0\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/v6.4.0...v6.5.0)\n\n---\nupdated-\n[…]\ngo\n dependency-version: 6.5.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/setup-go in the dependencies group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-27T03:32:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ea06d8e3330063119ee43c29ce1034a9408f0945",
"body": "…encies-2217aebe03",
"is_bot": false,
"headline": "Merge pull request #47 from muleyuck/dependabot/github_actions/depend…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-06-20T08:17:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d519ac16a9b6fdc5b1ed509c6c37a4cf26e8c9c",
"body": "Bumps the dependencies 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- [Commits](https://github.com/actions/checkout/compare/v6.0.3...v7)\n\n---\nupdated-depe\n[…]\nut\n dependency-version: 7.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout in the dependencies group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-20T03:32:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "acf8b3d0364eea49d1c141bc941e10be938a7d06",
"body": "feat: write JSON with indented formatting",
"is_bot": false,
"headline": "Merge pull request #45 from muleyuck/feature/write-json-indent",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-06-13T01:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b64ba6d610ba192b2f22f81219cf2cfbdd5f2732",
"body": null,
"is_bot": false,
"headline": "feat: write JSON with indented formatting",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-06-13T01:14:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c1c3dae4b06dc16fab7120d34b370415ffc4132",
"body": "…encies-6a98abd9ac",
"is_bot": false,
"headline": "Merge pull request #44 from muleyuck/dependabot/github_actions/depend…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-06-06T05:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a589bba45fa59a48b6b2e8dff5adcc0fff892e50",
"body": "Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout).\n\n\nUpdates `actions/checkout` from 6.0.2 to 6.0.3\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Commits](https://github.com/actions/checkout/compare/v6.0.2...v6.0.3)\n\n---\nupdated-\n[…]\nut\n dependency-version: 6.0.3\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/checkout in the dependencies group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-06T03:32:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c676b8c20331d3229287181607c2542fe3e33686",
"body": "…encies-57ac9850e0",
"is_bot": false,
"headline": "Merge pull request #43 from muleyuck/dependabot/github_actions/depend…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-05-23T05:51:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19caa20b87badbe83e3297d60fa998ec1725a5ff",
"body": "Bumps the dependencies group with 2 updates: [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action) and [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action).\n\n\nUpdates `goreleaser/goreleaser-action` from 7.2.1 to 7.2.2\n- [Release notes](https://g\n[…]\non\n dependency-version: 9.2.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump the dependencies group with 2 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-23T03:32:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b4f2e8f8b465201e43dee7395e6ae8ce8e67f695",
"body": "…encies-9f1c31c749",
"is_bot": false,
"headline": "Merge pull request #42 from muleyuck/dependabot/github_actions/depend…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-05-16T04:19:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "788939cf8041d4f42d19df4b2e94c7c662ac9737",
"body": "Bumps the dependencies group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token).\n\n\nUpdates `actions/create-github-app-token` from 3.1.1 to 3.2.0\n- [Release notes](https://github.com/actions/create-github-app-token/releases)\n- [Changelog](https://gith\n[…]\nen\n dependency-version: 3.2.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/create-github-app-token",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-16T03:32:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "38bd2c4e529278ad8fe3310202970aa9c275bc19",
"body": "…encies-d679900459",
"is_bot": false,
"headline": "Merge pull request #41 from muleyuck/dependabot/github_actions/depend…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-05-02T08:12:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be4b28b177d08c096aaf62cee709cd6f46734b47",
"body": "Bumps the dependencies group with 1 update: [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action).\n\n\nUpdates `goreleaser/goreleaser-action` from 7.1.0 to 7.2.1\n- [Release notes](https://github.com/goreleaser/goreleaser-action/releases)\n- [Commits](https://github.com/gorelea\n[…]\non\n dependency-version: 7.2.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump goreleaser/goreleaser-action in the dependencies group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-02T03:34:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "594142e67badcd549979713f305028c52ae116a2",
"body": "… cooldown",
"is_bot": false,
"headline": "ci: group tcell/tview as tui-dependencies in dependabot and add gomod…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-04-25T11:43:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45dffce8d1acc3deaa7ed30763cd8746db8f5e85",
"body": "…encies-be5d5dbee0\n\nchore(deps): bump the dependencies group with 2 updates",
"is_bot": false,
"headline": "Merge pull request #39 from muleyuck/dependabot/github_actions/depend…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-04-25T11:35:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "288f6c47eecd37c87eab3477e7b918c399a3a96c",
"body": "Bumps the dependencies group with 2 updates: [googleapis/release-please-action](https://github.com/googleapis/release-please-action) and [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action).\n\n\nUpdates `googleapis/release-please-action` from 4.4.1 to 5.0.0\n- [Release notes]\n[…]\non\n dependency-version: 7.1.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump the dependencies group with 2 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-25T03:32:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "411278f1c8e105907c3baa849683b09981c85f8b",
"body": "…encies-2b1a1e6258\n\nchore(deps): bump the dependencies group with 2 updates",
"is_bot": false,
"headline": "Merge pull request #37 from muleyuck/dependabot/github_actions/depend…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-04-18T06:23:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4f238fadf6030b57bf4809b5e1611b9c3e2c927",
"body": "Bumps the dependencies group with 2 updates: [googleapis/release-please-action](https://github.com/googleapis/release-please-action) and [actions/create-github-app-token](https://github.com/actions/create-github-app-token).\n\n\nUpdates `googleapis/release-please-action` from 4.4.0 to 4.4.1\n- [Release \n[…]\nen\n dependency-version: 3.1.1\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump the dependencies group with 2 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-18T03:32:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "52c02d4cf990b32cf1237c7b9b37a517f1b09893",
"body": null,
"is_bot": false,
"headline": "Merge pull request #34 from muleyuck/release-please--branches--main",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-04-11T05:20:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b78d18ff8a8569d834072ae29798eb3225e4466e",
"body": null,
"is_bot": true,
"headline": "chore(main): release 0.4.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-11T04:20:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e0696a48a758abf48f3e2524b6c6023bea9eeb3",
"body": "…encies-886dbc5e4f\n\nchore(deps): bump actions/create-github-app-token from 3.0.0 to 3.1.0 in the dependencies group",
"is_bot": false,
"headline": "Merge pull request #35 from muleyuck/dependabot/github_actions/depend…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-04-11T04:19:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75454b483865c68d0b54aad1e88a501d5746efaa",
"body": "…s deprecated",
"is_bot": false,
"headline": "ci: use client-id on create-github-app-token actions because app-id i…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-04-11T04:17:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "426197b36ae5c8ed9d0ab2afdaa9d7e8316b3564",
"body": "Bumps the dependencies group with 1 update: [actions/create-github-app-token](https://github.com/actions/create-github-app-token).\n\n\nUpdates `actions/create-github-app-token` from 3.0.0 to 3.1.0\n- [Release notes](https://github.com/actions/create-github-app-token/releases)\n- [Commits](https://github\n[…]\nen\n dependency-version: 3.1.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump actions/create-github-app-token",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-11T04:17:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b01d7194a6e9b4b81227f57bcbd3bb91ea733d60",
"body": "feat: improve modal text display with snippet preview and layout adjustments",
"is_bot": false,
"headline": "Merge pull request #36 from muleyuck/feature/modal-indicate-text",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-04-11T03:53:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8b9c150b55e619f156572f39ef618a91b5769ad",
"body": null,
"is_bot": false,
"headline": "feat: show snippet preview with resolved args in modal text",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-04-11T03:45:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "196f3599d9155e9752f6083928c0511ee8631974",
"body": null,
"is_bot": false,
"headline": "refactor: change AddTextView to accept text instead of label",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-04-11T03:43:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41082c6b3b8819b23d0550db824521a943f7e920",
"body": null,
"is_bot": false,
"headline": "feat: align modal text to left and adjust padding",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-04-11T03:43:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aaa4d15985a97add0641910ae82a167681ee859a",
"body": "…-args\n\nfeat: select all text in input fields when they receive focus",
"is_bot": false,
"headline": "Merge pull request #33 from muleyuck/feature/selection-all-when-input…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-04-11T00:54:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65ff9e7bb596b2ed06fefe09f0e3891a36e0bf2f",
"body": null,
"is_bot": false,
"headline": "feat: select all text in input fields when they receive focus",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-04-11T00:49:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c8e476901d577194cc8364e46f9601bc476130d",
"body": "…encies-9be5b10d6a\n\nchore(deps): bump the dependencies group with 4 updates",
"is_bot": false,
"headline": "Merge pull request #32 from muleyuck/dependabot/github_actions/depend…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-04-09T10:02:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1433d2f138617d5fa3548d2be1756a595b0748be",
"body": "Bumps the dependencies group with 4 updates: [actions/checkout](https://github.com/actions/checkout), [actions/setup-go](https://github.com/actions/setup-go), [actions/create-github-app-token](https://github.com/actions/create-github-app-token) and [goreleaser/goreleaser-action](https://github.com/g\n[…]\non\n dependency-version: 7.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: dependencies\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump the dependencies group with 4 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-07T11:22:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "268373b82995a3036107b451ff1839bd5b07053e",
"body": null,
"is_bot": false,
"headline": "ci: add github-actions ecosystem and enhance gomod dependabot config",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-04-07T11:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9488ed9053aca234affe75f25eea982f044475ee",
"body": "…er trigger",
"is_bot": false,
"headline": "ci: consolidate release-please into release workflow and fix goreleas…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-03-29T08:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a93b060ec22549ed5696407c11cf47aaea502afa",
"body": null,
"is_bot": false,
"headline": "ci: fix last-release-sha to use commit reachable from main branch",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-03-29T06:56:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7273a57546f3a730400da7dc8d2d844f06964d31",
"body": null,
"is_bot": false,
"headline": "ci: use last-release-sha to fix release-please changelog base commit",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-03-29T06:44:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3437cd4ee01f29c02517283857546c42636d249",
"body": null,
"is_bot": false,
"headline": "ci: fix release-please bootstrap and disable goreleaser changelog",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-03-29T06:34:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5a52b025cfaa15f830fecec0c16d9784fe63fdc9",
"body": null,
"is_bot": false,
"headline": "ci: add bootstrap-sha to fix release-please changelog starting point",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-03-29T06:21:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2dfeea36713415f01aeaa6e9f8c8b3175b88619a",
"body": null,
"is_bot": false,
"headline": "ci: add release-please workflow for automated releases",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-03-29T06:08:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad3cf8a532ef2e52b5f95988c54033bcdde055bd",
"body": null,
"is_bot": false,
"headline": "docs: add CHANGELOG.md with release history",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-03-29T06:04:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6b30cd6dfab1e498c035c722b937049c16daff8",
"body": null,
"is_bot": false,
"headline": "docs: improve README clarity and add Features section",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-03-21T06:21:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb5b7780a6e4c2cd9593d004adf400874c65b9ef",
"body": "* upgrade: bump Go to 1.26.1 and golangci-lint to 2.11.1\n\n* update: update copyright year from 2025 to 2026",
"is_bot": false,
"headline": "upgrade: bump Go to 1.26.1 and golangci-lint to 2.11.1 (#27)",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-03-07T03:39:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f999d588889f6bcdf905c7dbb78f91b7c9fad1b2",
"body": "…mod-tidy hooks (#26)",
"is_bot": false,
"headline": "add: prek pre-commit configuration with gofmt, golangci-lint, and go-…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-03-04T12:33:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db6722653c43faf2241c592e06a70511e2b61ab2",
"body": "…fault}}) (#25)",
"is_bot": false,
"headline": "feat: add default value support for snippet arguments (${{arg_name:de…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-02-22T23:27:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c88d1e3d618d71c66e676d05bed3c263c1be44a",
"body": null,
"is_bot": false,
"headline": "fix: close modal and return to list on cancel or Escape",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-02-22T04:12:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5301316a555632ecdc3041d6c6acefed037ae60a",
"body": null,
"is_bot": false,
"headline": "fix: Disable the textView scrollbar so that it doesn’t accept tabIndex",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-02-22T04:02:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6fd321ec676aab9ef80971c583c01489eff56127",
"body": "* update: Refine the score calculation logic\n\n* update: Cancel fuzzy search when input is chaged\n\n* test: add fuzzy search unit test\n\n* test: fuzzy search benchmark test",
"is_bot": false,
"headline": "Refine fuzzy search scoring algorithm and add cancellation support (#24)",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-02-14T12:23:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b694bfc8f899677c1b815be444ed822d35de090c",
"body": null,
"is_bot": false,
"headline": "ci: add vulnerability-check workflow (#23)",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-02-14T11:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9a632431da89dbe86702356822c91276b7718d9",
"body": null,
"is_bot": false,
"headline": "fix: Disable accept-line when selected snippet has no contents",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-02-14T10:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b3327e009aa5536aa694aafe19cfeeed82a8af5",
"body": "* fix: no release for windows by goreleaser\n\n* add: install shell script",
"is_bot": false,
"headline": "Exclude Windows from releases and add install shell script (#22)",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-02-14T04:59:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81d4a84d810947b1c4ddfea8f60aea110a88f6ba",
"body": "* chore: use make instead of task\n\n* ci: actions version upgrade\n\n* update: LISENCE year",
"is_bot": false,
"headline": "Replace Taskfile with Makefile and update CI dependencies (#21)",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-02-07T04:40:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c36ac79085a3765a6a0a810a8b79841ffce9981b",
"body": null,
"is_bot": false,
"headline": "fix: ensure correct validation of line ending in snippet (#18)",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2026-01-12T02:34:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02057fd0f77739a4d94d2665d65b407740d4aeb7",
"body": "…sh (#15)",
"is_bot": false,
"headline": "fix: change comparision operator from \">=\" to \"-ge\" in initializer.ba…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-12-21T07:59:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "108bfb519dfd815a24cedf39862ad68dc6fcec59",
"body": "Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.10.1 to 1.10.2.\n- [Release notes](https://github.com/spf13/cobra/releases)\n- [Commits](https://github.com/spf13/cobra/compare/v1.10.1...v1.10.2)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/spf13/cobra\n dependency-ver\n[…]\nirect:production\n update-type: version-update:semver-patch\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": "chore(deps): bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#11)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-12-06T10:24:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8710d1e544a557aed7f3a2d3e46f82e012066974",
"body": "* Add demo gif to README\n\n* add: demo tape",
"is_bot": false,
"headline": "Add demo tapes (#8)",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-11-08T03:21:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64de59b6985bf258272e76ac48c46773aab3e1b2",
"body": "* fix: indicate filtered item in list\n\n* update: --list flag shorthand",
"is_bot": false,
"headline": "indicate filtered item in list (#7)",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-09-27T01:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b07c15ffdef3716e2a978413cb3b730d338664db",
"body": null,
"is_bot": false,
"headline": "chore: go version update to 1.25.1 (#6)",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-09-27T01:01:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "392e388926612d5f849b1917221eeabd5c19e93a",
"body": "Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.9.1 to 1.10.1.\n- [Release notes](https://github.com/spf13/cobra/releases)\n- [Commits](https://github.com/spf13/cobra/compare/v1.9.1...v1.10.1)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/spf13/cobra\n dependency-versi\n[…]\nirect:production\n update-type: version-update:semver-minor\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": "chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.1 (#5)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-09-06T03:45:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3d45210255147cc9e9f82246331d2e317936a23c",
"body": "Bumps [github.com/rivo/tview](https://github.com/rivo/tview) from 0.0.0-20250322200051-73a5bd7d6839 to 0.42.0.\n- [Release notes](https://github.com/rivo/tview/releases)\n- [Commits](https://github.com/rivo/tview/commits/v0.42.0)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/rivo/tview\n de\n[…]\nirect:production\n update-type: version-update:semver-minor\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": "chore(deps): bump github.com/rivo/tview (#3)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-31T12:54:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "88fdf9cc0f576d72b9b7edc27cf358abc979bab3",
"body": "…spf13/cobra-1.9.1\n\nchore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1",
"is_bot": false,
"headline": "Merge pull request #2 from muleyuck/dependabot/go_modules/github.com/…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-08-10T06:14:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddd02fdfb0388a0cf26b12fd8dbcbf147ffdec11",
"body": "Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.8.1 to 1.9.1.\n- [Release notes](https://github.com/spf13/cobra/releases)\n- [Commits](https://github.com/spf13/cobra/compare/v1.8.1...v1.9.1)\n\n---\nupdated-dependencies:\n- dependency-name: github.com/spf13/cobra\n dependency-version: 1.9.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/spf13/cobra from 1.8.1 to 1.9.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-10T06:13:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67468ca6d8d88765de306e7c0fbb8478ceece0ec",
"body": "…gdamore/tcell/v2-2.8.1\n\nchore(deps): bump github.com/gdamore/tcell/v2 from 2.7.1 to 2.8.1",
"is_bot": false,
"headline": "Merge pull request #1 from muleyuck/dependabot/go_modules/github.com/…",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-08-10T06:12:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3096c3e0fac35b8feafe7e0aeea5d625f380c91",
"body": "Bumps [github.com/gdamore/tcell/v2](https://github.com/gdamore/tcell) from 2.7.1 to 2.8.1.\n- [Release notes](https://github.com/gdamore/tcell/releases)\n- [Changelog](https://github.com/gdamore/tcell/blob/main/CHANGESv2.md)\n- [Commits](https://github.com/gdamore/tcell/compare/v2.7.1...v2.8.1)\n\n---\nup\n[…]\ny-name: github.com/gdamore/tcell/v2\n dependency-version: 2.8.1\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps): bump github.com/gdamore/tcell/v2 from 2.7.1 to 2.8.1",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2025-08-10T01:08:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8ec4c036211240e8dbfdcf05d53f6b3606193aea",
"body": null,
"is_bot": false,
"headline": "add: dependabot",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-08-10T01:07:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "714acba2a5e04e11106646245b505b17bfd087d7",
"body": null,
"is_bot": false,
"headline": "docs: README",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-07-12T14:14:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59f821a0f6a61bae3b7c4d8f5dafc92ba848bb1d",
"body": null,
"is_bot": false,
"headline": "update: calculate fuzzsy search score",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-05-04T02:30:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3de7c8f381ecca7ba86e83b7210f1b84be6ad7aa",
"body": null,
"is_bot": false,
"headline": "add: mise.toml",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-04-30T03:49:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4634cfaac0330d23a5a0151274a5812869b47c3",
"body": null,
"is_bot": false,
"headline": "fix: typo",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-04-29T05:39:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ed9f9a19e4d4a91eb7381a2937b485c3b6731eb",
"body": null,
"is_bot": false,
"headline": "fix: multiple args",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-04-29T05:38:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b777e34515ef29834187e03a4e4f4f2591f4576d",
"body": null,
"is_bot": false,
"headline": "fix: data file path when env_value is set",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-04-29T05:37:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c164874afaa2a0ebeb7c7d981386480582f0945",
"body": null,
"is_bot": false,
"headline": "ci: golangci-lint actions version up",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-04-29T04:29:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65774a93fb45d4d424e1be88ac733d3eb999054c",
"body": null,
"is_bot": false,
"headline": "ci: update golangci-lint",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-04-29T04:25:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f4d9de250e8a72d82f9828d382a120e981c639d",
"body": null,
"is_bot": false,
"headline": "ci: update golangci-lint",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-04-29T04:17:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18948a03397d48623c524c0345d09a3b08254a91",
"body": null,
"is_bot": false,
"headline": "refactor: by golangci-lint upgrade",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-04-29T04:15:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ba711596122c7837982fe51786ef3f3032917da",
"body": null,
"is_bot": false,
"headline": "fix: skipworktree app_version",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-04-29T01:34:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4fe1fccc39de8c3767388c7563dc7a8166a281b",
"body": null,
"is_bot": false,
"headline": "fix: stop to tracking app_version",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-04-29T01:25:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb9e0bd4cd84bd3a7518d811c1ae9d8f2ee46fb1",
"body": null,
"is_bot": false,
"headline": "change: manage versions by file",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-04-29T01:13:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f1a328553610a3f261f6e4fa3982571f089d01e7",
"body": null,
"is_bot": false,
"headline": "ci: check version",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-04-27T04:09:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a94a835137700a80e1bec1311b67990d929e57d",
"body": null,
"is_bot": false,
"headline": "update: set color to char matched by fuzzy search",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-04-27T03:45:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3419fcd8bede54adc6ac81b50d2a350e93e756a0",
"body": null,
"is_bot": false,
"headline": "fix: version",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-03-30T04:38:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f949a2d657ba916c6fdf80e9b04e9006b91a7c56",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-03-30T04:34:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aedb549538f6daffd8008dd7445527ba7242e685",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-03-30T03:15:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "417aad353d849bc75477fa5d3014c176d5b6e973",
"body": null,
"is_bot": false,
"headline": "ci: generate-token specify repositories",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-03-29T19:18:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16262aa653fca3532f0ab703bf6e09f6ad29234c",
"body": null,
"is_bot": false,
"headline": "ci: update deprecated args",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-03-29T17:58:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22c1f8089bfd63674d251a59076f17cddce6722b",
"body": null,
"is_bot": false,
"headline": "add: initial script",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-03-29T17:46:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "83d2dde4491c0205ef33e59b7d37c0bcd3d902b3",
"body": null,
"is_bot": false,
"headline": "update: comment",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-03-29T17:46:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "606dd09453e1624d1983278846fbd734296398b5",
"body": null,
"is_bot": false,
"headline": "fix: set ID on changing select index",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-03-29T17:46:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2483baa709038c40370d870372289a553e15be3f",
"body": null,
"is_bot": false,
"headline": "ci: release workflow",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-03-23T09:23:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3b09437f99722885cfd219c1cac68030d12daf7",
"body": null,
"is_bot": false,
"headline": "refactor: commentation",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-03-23T02:12:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdfbebd3bd33d14a7299b6d540a78d4851e532da",
"body": null,
"is_bot": false,
"headline": "add: flag command",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-03-23T02:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd61a7354ca246942a70844e6a8c5f633f5fbb7b",
"body": null,
"is_bot": false,
"headline": "remove: list command to flag command",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-03-23T02:10:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af5ae528b330143c5f8318194836be8d32715d8f",
"body": null,
"is_bot": false,
"headline": "docs: README",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-03-23T01:32:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95f0af43f060b1f9cc08df87d7bff2016944c5ac",
"body": null,
"is_bot": false,
"headline": "feat: crud snippet",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-03-23T01:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ae1a38eddf3415b0db0bc03c33ac297db53b4ec",
"body": null,
"is_bot": false,
"headline": "refactor: typo",
"author_name": "muleyuck",
"author_login": "muleyuck",
"committed_at": "2025-03-23T01:22:20Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 70,
"latest_release_at": "2026-07-17T11:16:02Z",
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 26,
"days_since_latest_release": 4,
"mean_days_between_releases": 52.7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/muleyuck/linippet",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/muleyuck/linippet",
"is_deprecated": false,
"latest_version": "v0.5.0",
"repository_url": "https://github.com/muleyuck/linippet",
"versions_count": 19,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-17T11:10:18Z",
"latest_version_yanked": null,
"days_since_latest_publish": 4
}
]
},
"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
},
"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",
"mise.toml"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 14829,
"source_files_sampled": 37,
"oversized_source_files": 0,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.38.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 60
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.31.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 7
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 2
},
"advisory_count": 2,
"affected_count": 2,
"assessed_count": 11,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/google/uuid",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.6.0"
},
{
"name": "github.com/spf13/cobra",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.10.2"
},
{
"name": "github.com/gdamore/tcell/v2",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v2.13.10"
},
{
"name": "github.com/rivo/uniseg",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.4.7"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/gdamore/tcell/v2",
"direct": true,
"version": "v2.13.10",
"ecosystem": "go"
},
{
"name": "github.com/google/uuid",
"direct": true,
"version": "v1.6.0",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": true,
"version": "v0.4.7",
"ecosystem": "go"
},
{
"name": "github.com/spf13/cobra",
"direct": true,
"version": "v1.10.2",
"ecosystem": "go"
},
{
"name": "github.com/gdamore/encoding",
"direct": false,
"version": "v1.0.1",
"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.3.0",
"ecosystem": "go"
},
{
"name": "github.com/spf13/pflag",
"direct": false,
"version": "v1.0.9",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": false,
"version": "v0.37.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.31.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 11,
"direct_count": 4,
"indirect_count": 7
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 36,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 1,
"closed_unmerged_prs": 15
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "muleyuck",
"commits": 91,
"avatar_url": "https://avatars.githubusercontent.com/u/89084713?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yml",
"unit-test.yml",
"vulnerability-check.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"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": 5,
"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/4 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": "23 commit(s) and 0 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": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "f45935a78e3efe6e4dc3e75022bdf19af079984a",
"ran_at": "2026-07-21T22:51:23Z",
"aggregate_score": 5.3,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-18T04:17:30Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-18T04:16:56Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/muleyuck/linippet",
"host": "github.com",
"name": "linippet",
"owner": "muleyuck"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"security": 62,
"vitality": 82,
"community": 24,
"governance": 51,
"engineering": 76
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 82,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"commits_last_year": 70,
"human_commit_share": 0.81,
"days_since_last_push": 3,
"active_weeks_last_year": 26
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "26/52 weeks with commits",
"points": 18,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 26
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "70 commits in the last year",
"points": 16.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 70
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "23 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "good",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 83,
"inputs": {
"releases_count": 17,
"latest_release_tag": "v0.5.0",
"releases_from_tags": false,
"days_since_latest_release": 4,
"mean_days_between_releases": 52.7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "17 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 17
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 4 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 4
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~52.7 days",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 52.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": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 4,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 4 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 4
}
}
],
"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": "moderate",
"name": "Sustainability & Governance",
"value": 51,
"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": 74,
"inputs": {
"merged_prs": 36,
"open_issues": 0,
"closed_issues": 1,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 15
},
"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": "36/51 decided PRs merged",
"points": 27,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 36,
"decided": 51
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/4 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": 38,
"inputs": {
"followers": 1,
"owner_type": "User",
"is_verified": null,
"owner_login": "muleyuck",
"public_repos": 12,
"account_age_days": 1799
},
"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": "1 followers of muleyuck",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "muleyuck"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "12 public repos, account ~4 yr old",
"points": 18,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 12
}
},
{
"code": "account_age_years",
"params": {
"years": 4
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/muleyuck/linippet"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 4
},
"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 4 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 4
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "19 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 19
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 76,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "3 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 3
}
}
],
"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": 9.6,
"status": "met",
"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": "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": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [
"cli",
"cobra",
"go",
"golang",
"tcell",
"tview",
"developper-tools",
"productivity",
"shell",
"snippets",
"tui"
],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "11 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 11
}
}
],
"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": 62,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": null,
"notes": [],
"value": 53,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 5.3
},
"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": 3.8,
"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/4 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": "23 commit(s) and 0 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 not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"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 11 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": 11
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 2,
"assessed_packages": 11,
"unassessed_packages": 0,
"affected_by_severity": "unknown 2",
"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": 11,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"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": 73,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.975,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "79 of 81 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 79,
"sampled": 81
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 88,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Makefile",
"mise.toml"
],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.17
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Makefile, mise.toml",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Makefile, mise.toml"
}
}
],
"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": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "17 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 17,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 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": 14829,
"source_files_sampled": 37,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/37 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 37,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [],
"report_type": "repository",
"generated_at": "2026-07-21T22:51:38.433054Z",
"schema_version": "0.25.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/m/muleyuck/linippet.svg",
"full_name": "muleyuck/linippet",
"license_state": "standard",
"license_spdx": "MIT"
}