Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 540,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 473238,
"Shell": 9085,
"Batchfile": 233,
"PowerShell": 5236,
"Go Template": 14465
},
"pushed_at": "2026-07-27T19:39:11Z",
"created_at": "2026-03-15T13:10:34Z",
"owner_type": "User",
"updated_at": "2026-07-20T07:38:50Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": "fredrikaverpil.github.io",
"name": "Fredrik Averpil",
"type": "User",
"login": "fredrikaverpil",
"company": "@einride",
"location": "Sweden",
"followers": 494,
"avatar_url": "https://avatars.githubusercontent.com/u/994357?v=4",
"created_at": "2011-08-21T14:11:42Z",
"is_verified": null,
"public_repos": 124,
"account_age_days": 5454
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.10.1",
"kind": "patch",
"published_at": "2026-07-20T07:38:20Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-07-19T21:27:52Z"
},
{
"tag": "v0.9.1",
"kind": "patch",
"published_at": "2026-06-22T07:41:22Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-05-14T14:31:35Z"
},
{
"tag": "v0.8.2",
"kind": "patch",
"published_at": "2026-05-07T21:04:03Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2026-04-25T21:24:25Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-04-25T20:58:11Z"
},
{
"tag": "v0.7.3",
"kind": "patch",
"published_at": "2026-04-25T19:40:51Z"
},
{
"tag": "v0.7.2",
"kind": "patch",
"published_at": "2026-04-25T18:59:09Z"
},
{
"tag": "v0.7.1",
"kind": "patch",
"published_at": "2026-04-25T11:28:34Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-04-16T19:36:03Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-03-23T08:57:22Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-03-23T06:39:47Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2026-03-21T23:32:11Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2026-03-21T23:14:19Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-03-21T23:07:50Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-03-21T22:52:18Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-03-20T05:26:07Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-19T07:51:47Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-03-18T21:02:04Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-03-15T14:02:18Z"
}
],
"recent_commits": [
{
"oid": "94daeca636298cd24ffb97fe024c121ab1efa509",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.10.1 (#127)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-20T07:38:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94de509dcbaaf184e05a06b0198daefd334547ca",
"body": "* fix(pk): report scoped no-ops and missing git root\n\n* refactor(pk): collapse git root discovery into single error-returning GitRoot\n\nThe previous commit kept GitRoot() as a fallback wrapper returning \".\"\nalongside the new error-returning FindGitRoot(). Nothing outside this\nrepo consumes repopath, \n[…]\nshort path (e.g. RUNNER~1), so the\nGetwd-based discovery returns the short form while the test's\nEvalSymlinks-based expectation is the long form. Resolve both sides\nwith EvalSymlinks before comparing.",
"is_bot": false,
"headline": "fix(pk): report scoped no-ops and missing git root (#117)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-07-19T23:29:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "df804ff81ee93fb26e10939e7becf2416aa3dbe8",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.10.0 (#114)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-19T21:27:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fae800f3a2f4def50a129fe37ca618ee96e2027b",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update dependency oven-sh/bun to v1.3.14 (#94)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T21:21:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca804f685e163e64c0186f31e9621d106f21f5b7",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update dependency tree-sitter/tree-sitter to v0.26.11 (#98)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T20:26:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "68ca0ad7cbd56fa0f098626bc2711bb9705e8fda",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update dependency prettier to v3.9.5 (#102)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T20:03:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ffbfc0191cac65420dc587b494a8ee83822b6ba",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "feat(deps): update dependency johnnymorganz/stylua to v2.5.2 (#96)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T18:43:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f7ec2086b4e5b9e02b506c98c4398a0a936b07c",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update dependency astral-sh/uv to v0.11.29 (#93)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T17:19:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4625ab8cfc6df6b5ab1e2eef0a3836389c9ad790",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update dependency zensical to v0.0.50 (#95)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T17:09:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b72e985c7ca9db7865a573b4446ab8c32b80bb5",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "feat(deps): update dependency goreleaser/goreleaser to v2.17.0 (#99)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T16:51:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9968c176fda28022d5ce100a1f166cb71705094",
"body": null,
"is_bot": false,
"headline": "ci(gha): bump versions (#125)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-07-19T16:48:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "037865ce10fc64020cd70b0bf900288c4f63c559",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update module golang.org/x/sync to v0.22.0 (#124)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T16:43:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69406ece29a28d5d1ed62c909828f4380d3b20a2",
"body": "Co-authored-by: Fredrik Averpil <fredrik.averpil@proton.me>",
"is_bot": true,
"headline": "fix(deps): update module golang.org/x/sync to v0.22.0 (#100)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T16:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ace0bc767c7d37f3785f6fe892fae8de9715afb",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update module golang.org/x/term to v0.45.0 (#101)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T16:28:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1172b0933561761afc82825f2933d1262f7bb22d",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "feat(deps): update module golang.org/x/vuln to v1.6.0 (#115)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T15:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c965f4566571ff106dda0d820481e6a6ca254c6a",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update dependency neovim/neovim to v0.12.4 (#121)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-07-19T10:30:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "36addd4af21d8de77c39366975a3f0bef0ea6eac",
"body": "* feat(tool): add rumdl\n\n* feat(mdformat): switch out prettier for rumdl",
"is_bot": false,
"headline": "feat: use rumdl as markdown formatter (#118)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-07-19T10:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84c495029a16146b1014886016fd2a48e440176f",
"body": null,
"is_bot": false,
"headline": "chore: bump shims (#120)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-07-19T10:17:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d692ea4afd978f44dea1971990d6d2314820b92",
"body": null,
"is_bot": false,
"headline": "chore(go): bump to latest (#119)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-07-19T10:10:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28321d2885f59b0844018839af90b60c345cb08a",
"body": "* fix(run): handle Windows Path environment variable\n\n* refactor(run): simplify PATH prepend handling\n\n* fix(run): honor last PATH entry",
"is_bot": false,
"headline": "fix(run): handle Windows Path environment variable (#116)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-07-07T14:16:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2987d73e254773c1b4669c92f9f26f272dbc6307",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update dependency neovim/neovim to v0.12.3 (#109)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-06-22T08:01:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e0b3780c684ecc58f58fcad0a5cdd42db4cafa9",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.9.1 (#104)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-22T07:41:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39c204694622c8831315144299fbe42c6cd5fe37",
"body": null,
"is_bot": false,
"headline": "fix(pk): use per-occurrence path filter resolutions (#113)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-06-22T07:33:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbb48b353563b6b858596062e1010669d6247c59",
"body": null,
"is_bot": false,
"headline": "docs(pk): fix task execution flow docs (#112)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-06-22T07:21:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5d25f5b4f8f5717fb62a81b9f4ed8ddef9edf263",
"body": "mapToStruct silently mishandled a map value whose type was not convertible\nto the destination field: a pointer field was set to a non-nil zero-value\npointer (turning \"not set\" into \"explicitly zero\") and the value was\ndropped, while a non-pointer field was left zero with no signal at all.\n\nCompute t\n[…]\nd, so e.g. *time.Duration (registered as int64) still\nresolves.\n\npk/run had no tests; add table-driven coverage for mapToStruct including\nthe two non-convertible cases that previously failed silently.",
"is_bot": false,
"headline": "fix(pk): error on non-convertible flag values in mapToStruct (#111)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-06-22T05:56:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3a1c190cc9d5d96bea0cd646fcb5ef371200aebf",
"body": "CLI flag overrides were stored in context as a bare map and applied by\nevery task in the invoked subtree that declared a same-named flag. A\ncomposed child task with a flag named like a parent's CLI flag silently\ninherited the override.\n\nCarry the overrides in a cliFlagOverrides{target, flags} struct\n[…]\n longer inherit them while the\ndirectly-invoked task (whose effective name equals the typed name) still\ngets its own. ctxkey.CLIFlags is internal, so the carrier-type change is\nnot a public API break.",
"is_bot": false,
"headline": "fix(pk): scope CLI flag overrides to the invoked task (#110)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-06-14T07:12:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "74214237790357a9bf1dd77cd9a882f35c16a349",
"body": "The plan walk never descends into Task.Body, so a pathFilter created by\npk.WithPath/WithDetect/WithOptions there was never resolved and silently\niterated zero paths at runtime — the wrapped runnable never ran.\n\nValidate Body subtrees during plan building and fail with a clear error\npointing users to\n[…]\nmposition level. The check\nrecurses through Serial/Parallel and into nested Task bodies. Do and\ncommand runnables remain valid leaves; no existing task nests a\npathFilter in a Body, so nothing breaks.",
"is_bot": false,
"headline": "fix(pk): reject pathFilter inside Task.Body at plan time (#108)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-06-13T05:44:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0a2c48c59c91d2130ade5e6ebb1b8c26c215b524",
"body": "Plan building wrote resolved paths onto the user's pathFilter node\n(`v.resolvedPaths = resolved`). When the same WithOptions value was\nreferenced from multiple tree positions, the second walk overwrote the\nfirst's resolution and both runtime references used last-wins paths.\n\nMove per-pathFilter reso\n[…]\nmost enclosing pathFilter's resolution, now\ncarried in taskCollector.currentResolved instead of the removed field.\n\nAdd e2e regression tests for a reused WithPath scope and a reused\ndetect-func scope.",
"is_bot": false,
"headline": "fix(pk): store pathFilter resolution off shared composition nodes (#107)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-06-13T05:21:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "763f3ed16aab290b7ecce71533a86ed5875f9104",
"body": "… (#106)\n\nWhen pathFilters nested, the inner filter re-iterated all of its own\nresolved paths on every pass of the outer filter's iteration, executing\nthe inner runnable as an NxM cross product. Per-path deduplication\nnormally masked this, but WithForceRun disables dedup and ran tasks\nonce per combi\n[…]\n is in its resolved set, not at all otherwise.\nUnresolved filters (e.g. inside a Task body) keep their previous\nnever-run behavior, since narrowing against an empty set yields\nnothing, same as before.",
"is_bot": false,
"headline": "fix(pk): narrow nested path scopes to the enclosing scope's directory…",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-06-12T18:53:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "884230819efb46d6a1a52f4e5dfbba2e14f323a8",
"body": "* fix(pk): check path exclusion before marking task as executed\n\ntask.run recorded deduplication state before checking whether the task\nis excluded from the current path. Global tasks deduplicate by name\nonly, so an occurrence at an excluded path marked the task as done and\nsilently skipped it at ev\n[…]\nnever running.\n\nSwap the order so the path-exclusion check runs first; deduplication is\nnow only recorded for paths where the task is actually eligible to run.\n\n* chore: regenerate shims for go 1.26.4",
"is_bot": false,
"headline": "fix(pk): check path exclusion before marking task as executed (#105)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-06-12T18:40:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "15794d0bb283b7d06e431721e2dee7a50693ef39",
"body": "* fix(pk): union paths when a task is referenced in multiple scopes\n\nPreviously, referencing the same task under multiple path scopes left the\nplan in an inconsistent state: taskInstances kept the first occurrence's\nresolved paths while pathMappings kept the last occurrence's. The runtime\nmembership\n[…]\nfix: the same\ntask referenced under multiple path scopes runs in the union of all scopes'\npaths, and conflicting WithFlags overrides across scopes fail plan building\nwith WithNameSuffix as the remedy.",
"is_bot": false,
"headline": "fix(pk): union paths when a task is referenced in multiple scopes (#103)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-06-12T18:28:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "42242b20bb10da21bf2ffc136920aba128846ecb",
"body": null,
"is_bot": false,
"headline": "chore: formatting",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-05-18T06:31:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a3fbfb9f7e0a473ef2aad8776542cccd457694f",
"body": null,
"is_bot": false,
"headline": "docs: add missing renovate task package to CLAUDE.md",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-05-15T13:12:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4fd4b7cc256b73db68c3b288ecdc95d3f464e6f",
"body": "Document --json, exec, and exec --schema commands with an ad-hoc\npipe example.",
"is_bot": false,
"headline": "docs: add JSON execution commands to CLAUDE.md",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-05-15T13:11:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbceaeb044752b158fe7227d3100dcb301450e8e",
"body": "It's a distinct concept from JSON Execution and shouldn't be nested\nunder it.",
"is_bot": false,
"headline": "docs: promote Programmatic Plan Access to its own section",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-05-15T13:08:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f802ec8f8eff54b61778042686b5f58592762113",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.9.0 (#92)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-14T14:31:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db4386ce6e7ce6a8f5058ed2a1d2b2a3442b153c",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update module golang.org/x/term to v0.43.0 (#88)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-14T14:30:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61f93ba9f4ba037544e6cd9c9d97efda67e8e7e5",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update dependency zensical to v0.0.41 (#89)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-14T14:21:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a12f2e37b4930e501d75b5f39eeaa816c4a2cfa",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update dependency astral-sh/uv to v0.11.13 (#86)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-14T14:21:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c41bf781f879e62aa0dc00c80664601944e6e805",
"body": "…2.2 (#87)\n\n* fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.12.2\n\n* build: update gomodguard linter config\n\n---------\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>\nCo-authored-by: Fredrik Averpil <fredrik.averpil@gmail.com>",
"is_bot": true,
"headline": "fix(deps): update module github.com/golangci/golangci-lint/v2 to v2.1…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-14T14:20:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "986d0e592f4d9110fb6a7d7832cfa4be054632d5",
"body": "* feat(pk): add JSON-driven task execution for agents\n\nAdds a JSON entry point so agents can author and run task compositions\nwithout writing Go config:\n\n- New `pok exec` builtin reads a v1 JSON document from stdin, validates\n strictly (unknown fields, kind-key cardinality, empty arrays, name on\n \n[…]\nJSON trees with plan\n\n* feat(pk): serialize JSON execution options\n\n* fix(pk): satisfy JSON exec lint\n\n* feat(pk): add -j in complement to --json\n\n* test(pk): avoid Windows file lock in JSON exec test",
"is_bot": false,
"headline": "feat(pk): add JSON-driven task execution for agents (#90)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-05-14T14:09:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1bf472d80326b704ef391e1f4a1b5e5194a4b48d",
"body": null,
"is_bot": false,
"headline": "chore: regen shim (#91)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-05-14T11:58:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51416535e5495b9d4b4c40b444693da280234729",
"body": null,
"is_bot": true,
"headline": "chore(main): release 0.8.2 (#85)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-05-07T21:03:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "afee65128d57180a6857d14081ef69d6ca985f90",
"body": null,
"is_bot": false,
"headline": "fix(renovate): use fix semantic commit type for custom regex deps (#84)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-05-07T21:01:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38ca70328bed84324165396f01c87d8bb232c651",
"body": null,
"is_bot": true,
"headline": "fix(deps): update dependency zensical to v0.0.40",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-07T21:00:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f72dbd7b24d2fad8654d84cbe223469aa016bfc7",
"body": null,
"is_bot": true,
"headline": "chore(deps): update module github.com/dacharyc/skill-validator to v1.5.6",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-07T21:00:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "66b0fb9599bb3df3b5de6606e7215fb5d196ca63",
"body": null,
"is_bot": true,
"headline": "chore(deps): update dependency astral-sh/uv to v0.11.8",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-07T21:00:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4fd400c0e51293875dde810d32e367326789b21",
"body": "….12.1 (#82)",
"is_bot": true,
"headline": "chore(deps): update module github.com/golangci/golangci-lint/v2 to v2…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-07T20:59:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2432d520e087eb9ac0aad92691229df534b400a8",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update module golang.org/x/vuln to v1.3.0 (#78)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-05-07T20:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4c00ca6dc46b1ce2eafb823b6ef94ecda451b5a",
"body": null,
"is_bot": false,
"headline": "chore(go): bump to 1.26.3 (#83)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-05-07T20:34:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5991de08c9cf00bcbbc0b6f3e989afda49a7de0",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.8.1 (#77)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-25T21:24:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dc8e2f5d52bc8c0ede55153c77801ffa5476f50",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update dependency zensical to v0.0.34 (#57)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-25T21:21:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67efffde5223c92c3578baa010e4c10142b7d2c5",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency goreleaser/goreleaser to v2.15.4 (#58)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-25T21:20:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "059b8d9c26879bfd45f05600ccfa3521a6c375a6",
"body": "…et (#76)\n\n* fix(self-update): set GONOSUMDB when using -force flag\n\nWhen GOPROXY=direct is set, sum.golang.org still tries to verify the\nmodule by fetching from GitHub. For freshly-released versions that\nhaven't been indexed yet, this causes a 404/connection error. Setting\nGONOSUMDB for the pocket \n[…]\nXY and\nGONOSUMDB scoped to just the pocket module, making it more surgical\nthan GOPROXY=direct which bypassed the proxy for all resolved modules.\nThis also collapses two ContextWithEnv calls into one.",
"is_bot": false,
"headline": "fix(self-update): use GOPRIVATE to scope proxy and sum bypass to pock…",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-04-25T21:20:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "16d9aaa97fe0bedbba228ed49b9266a6469fa38c",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.8.0 (#75)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-25T20:58:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d9f363e81543fd8c4205e93d466c4fcdbd2b786",
"body": "When set, Parallel runnables run sequentially and skip output buffering,\ngiving real-time streaming output. Useful for debugging or when task\nordering within a Parallel block matters at runtime.",
"is_bot": false,
"headline": "feat: add -s/--serial flag to force sequential task execution (#74)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-04-25T20:57:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ebfe9f67b399b65656efb80b59baf5e334c264c",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.7.3 (#69)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-25T19:40:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5922cf14b337d1cff79bf29e814a4ea9e29998c8",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency astral-sh/uv to v0.11.7 (#60)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-25T19:36:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "370b42e10faa6a6bdd34a40a800fea4629c36b25",
"body": null,
"is_bot": false,
"headline": "ci: serialize release workflow runs (#73)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-04-25T19:36:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0240569f817940c05a56fd1a45f1ad60aed270b",
"body": null,
"is_bot": false,
"headline": "ci: skip cache save after exact hit (#72)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-04-25T19:30:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fdd7cebb564af6b752a0e3d62201e85878a99275",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update googleapis/release-please-action action to v5 (#66)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-25T19:24:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f808e6c811e9dd9ffd9189567dc1e1c8c387fe7",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update dependency prettier to v3.8.3 (#59)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-25T19:24:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f0a30d9106377077143d9fe4d53613e2d2ad50f",
"body": "…5.5 (#63)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update module github.com/dacharyc/skill-validator to v1.…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-25T19:24:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bb54c4d3c2b70b868dff75bffa9f7ed9a5fec17",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency oven-sh/bun to v1.3.13 (#71)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-25T19:23:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "555c41ab73a63c51923e43cd5bc6687f2c8ac8a6",
"body": "* fix(renovate): find other versions not only \"Version\" or \"version\"\n\n* ci: check renovate json as part of ci",
"is_bot": false,
"headline": "fix(renovate): find new neovim/python version (#70)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-04-25T19:20:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "471f809e2fde3d1dd9237a2b4c1725945984bbea",
"body": null,
"is_bot": false,
"headline": "fix(nvim): bump stable to 0.12.2 (#68)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-04-25T19:07:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "914b97e4d81c7253351c1bc9149623f5de32b556",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.7.2 (#65)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-25T18:58:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac4238fdff41022e9cac667380aa731f3df7c2a8",
"body": "* fix(pk): scope auto execution from subdirectory shims\n\n* fix(pk): remove stale lint suppressions",
"is_bot": false,
"headline": "fix(pk): scope auto execution from subdirectory shims (#67)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-04-25T18:57:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdc5b8f58ebc79a2ea8004a8bbe89a093c3f0c33",
"body": "* fix(shim): add generated file headers\n\n* fix(shim): force LF line endings for embedded templates\n\nThe new TestTemplatesIncludeGeneratedHeader reads posixTemplate /\nwindowsTemplate / powershellTemplate directly. Without .gitattributes,\nWindows checkouts of this repo get the *.tmpl files as CRLF, so\n[…]\n run` mode reads templates from the module cache\nwhich preserves LF from the tagged source. This .gitattributes only\nmatters for this repo's own CI and for anyone building pocket from a\nWindows clone.",
"is_bot": false,
"headline": "fix(shim): add generated file headers (#64)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-04-25T18:47:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "85ee924e439328a9d30fd53cfff9b350c16a99bf",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.7.1 (#62)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-25T11:28:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e2149616fc87637da142b3cdfdd8cac9c1c617f",
"body": null,
"is_bot": false,
"headline": "fix(gha): invalid field (#61)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-04-25T11:27:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b6e2ac5fac0960b3ba340d2d6e26bb37b080d25",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.7.0 (#56)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-16T19:35:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ced574d3099360f350d29c6e95bb5f365ff29dcb",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update dependency zensical to v0.0.32 (#47)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-16T19:23:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2357de06cadc1dbd154d2a17b9e5682f9414b877",
"body": "…5.4 (#46)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update module github.com/dacharyc/skill-validator to v1.…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-16T19:23:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adcc3692e5d7dd20996df500ec21c3b8fe043304",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency astral-sh/uv to v0.11.6 (#45)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-16T19:23:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4eeaff886d13cde27e34fdb7784d7690dc2a311",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "fix(deps): update dependency prettier to v3.8.2 (#53)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-16T19:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4264f6c3b7193788e0bbb0e13742e14ded10273",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency johnnymorganz/stylua to v2.4.1 (#51)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-16T19:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52a71cdf022d77bd5075d97d54b63e6df01cee72",
"body": "…#48)\n\nBumps [pygments](https://github.com/pygments/pygments) from 2.19.2 to 2.20.0.\n- [Release notes](https://github.com/pygments/pygments/releases)\n- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)\n- [Commits](https://github.com/pygments/pygments/compare/2.19.2...2.20.0)\n\n---\n[…]\nts\n dependency-version: 2.20.0\n dependency-type: indirect\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 pygments from 2.19.2 to 2.20.0 in /tools/zensical (…",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-04-16T18:46:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "06030e9a678873e7c6c1fc1c478f320ed0315a40",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency tree-sitter/tree-sitter to v0.26.8 (#50)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-16T18:45:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b25c0b7d845e3c4f39317495ff2634a548ed2c55",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update dependency goreleaser/goreleaser to v2.15.2 (#49)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-16T17:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b18cbf024d1a39d2481b71604de1404f1f9ae8ed",
"body": "Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update module golang.org/x/vuln to v1.2.0 (#54)",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-04-16T17:35:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "513ecb913264a3ee80a76816f5a7dcb0f02eedf9",
"body": null,
"is_bot": false,
"headline": "feat(go): bump to 1.26.2 (#55)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-04-16T16:55:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "559214c988c4ee11cb5b8bc3cd02dad3eed0af73",
"body": "…4.0 (#44)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update module github.com/dacharyc/skill-validator to v1.…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-26T06:29:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d08de5a70ea83dc8a1361e6893b28fde737a0f70",
"body": "….11.4 (#43)\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps): update module github.com/golangci/golangci-lint/v2 to v2…",
"author_name": "renovate[bot]",
"author_login": "renovate[bot]",
"committed_at": "2026-03-26T06:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c7d7f597d916d1fdac9180a6df15d953612127c",
"body": null,
"is_bot": false,
"headline": "chore: remove pagefind",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-03-25T21:33:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "564b90f5624fbc068eb7dfce518ba588df4b47ce",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.6.0 (#42)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-23T08:57:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcdfdcd77e24aa3dc5f3eacbacd9c317f3330b1f",
"body": "* fix(pk): propagate WithVerbose through taskInstance for direct execution\n\nWithVerbose only worked when the composition tree was traversed via\npathFilter.run(), but manual tasks invoked via `./pok <task>` go\nthrough taskInstance.execute() which bypassed pathFilter entirely.\n\nStore verbose on taskIn\n[…]\n\ntask.run(). The plan is now the single source of truth for verbose.\n\nAdd Verbose field to Task struct so task authors can declare tasks as\nalways-verbose without needing WithVerbose() in composition.",
"is_bot": false,
"headline": "feat(pk): add WithVerbose option with single propagation path (#41)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-03-23T08:51:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "484b7866d630a711dab563fa849e0d695cb479cd",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.5.0 (#39)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-23T06:39:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13a14c1036f0ccc76912d361b199ff37c57a018d",
"body": "Allows task authors to force verbose (real-time streamed) output for\nspecific tasks regardless of whether the -v CLI flag was passed.\nUseful for tasks like deploy where users always want to see output.",
"is_bot": false,
"headline": "feat(pk): add WithVerbose option to force streamed output (#40)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-03-23T06:38:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fe240135f47413214c27b22865a985d0cb171bc",
"body": "This reverts commit 8d4693cc4a0d66116a4cbcbcf2452e50b321edd5.",
"is_bot": false,
"headline": "Revert \"feat(pk): add WithVerbose option to force streamed output\"",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-03-23T06:33:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d4693cc4a0d66116a4cbcbcf2452e50b321edd5",
"body": "Allows task authors to force verbose (real-time streamed) output for\nspecific tasks regardless of whether the -v CLI flag was passed.\nUseful for tasks like deploy where users always want to see output.",
"is_bot": false,
"headline": "feat(pk): add WithVerbose option to force streamed output",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-03-23T06:30:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b16e86a51e75a9ff1181db2defcb19a1efa3cbbb",
"body": null,
"is_bot": false,
"headline": "docs: add link",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-03-22T00:25:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdb6f58df1063955046fa8f00cd42c66f9b80a0f",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.4.1 (#38)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-21T23:32:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "810054caacd3392447a16c49341504f8daf4e4aa",
"body": "The URL pointed to pagefind_extended which contains a binary named\npagefind_extended, not matching the expected Name constant \"pagefind\".\nThe non-extended archive contains the correctly named binary.",
"is_bot": false,
"headline": "fix(pagefind): use non-extended release archive (#37)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-03-21T23:30:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87faf53104a27a8b49f2060ee3832305d0c588ec",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.4.0 (#36)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-21T23:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cce23fc4c352ca834b58da44a52465c3bc161f97",
"body": "Add tool integration for Pagefind, a static search library for\nwebsites. Uses the extended variant which includes CJK and specialty\nlanguage support. Follows the symlink install pattern.",
"is_bot": false,
"headline": "feat(pagefind): add pagefind tool package (#35)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-03-21T23:13:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7a37814855538093b9c1e91f8314cbedf5db406",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.3.1 (#34)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-21T23:07:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7d837133376ff660c75c63773e7a95cba01162d8",
"body": "* fix(github): skip external workflows during managed file cleanup\n\nWithout this, a file like gh-pages.yml declared in ExternalWorkflows\nwould be deleted during cleanup because it shares a name with a managed\ntemplate, then the existence validation would fail.\n\n* fix(github): skip generation for external workflow files\n\nPrevent Pocket from overwriting an external workflow if its corresponding\ntemplate flag is also enabled.",
"is_bot": false,
"headline": "fix(github): skip external workflows during managed file cleanup (#33)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-03-21T23:02:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b47dadb7924601993869a275b44adff77c0b6bb",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(main): release 0.3.0 (#31)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-21T22:52:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d1639994eac6c5a61a35a580a6afc4c21b4663e",
"body": "Allow declaring non-Pocket-managed workflow filenames (e.g. renovate.yml)\nin WorkflowFlags. The task validates they exist on disk and fails with an\nactionable error if any are missing, so stale entries can be cleaned up.",
"is_bot": false,
"headline": "feat(github): add ExternalWorkflows validation to workflow task (#32)",
"author_name": "Fredrik Averpil",
"author_login": "fredrikaverpil",
"committed_at": "2026-03-21T22:50:54Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 21,
"commits_last_year": 124,
"latest_release_at": "2026-07-20T07:38:20Z",
"latest_release_tag": "v0.10.1",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 11,
"days_since_latest_release": 8,
"mean_days_between_releases": 9.5
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/fredrikaverpil/pocket",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/fredrikaverpil/pocket",
"is_deprecated": false,
"latest_version": "v0.10.1",
"repository_url": "https://github.com/fredrikaverpil/pocket",
"versions_count": 21,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-20T07:38:06Z",
"latest_version_yanked": null,
"days_since_latest_publish": 8
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 5
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
".pocket/go.mod",
"go.mod"
],
"largest_source_bytes": 34939,
"source_files_sampled": 107,
"oversized_source_files": 0,
"agent_instruction_files": [
".claude/CLAUDE.md"
],
"agent_instruction_max_bytes": 4544
},
"dependencies": {
"manifests": [
".pocket/go.mod",
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "click",
"direct": false,
"version": "8.3.1",
"severity": "high",
"ecosystem": "pypi",
"cvss_score": 7.2,
"advisory_ids": [
"PYSEC-2026-2132"
],
"fixed_version": "8.3.3",
"advisory_count": 1,
"oldest_advisory_days": 88
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 25,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/fredrikaverpil/pocket",
"manifest": ".pocket/go.mod",
"ecosystem": "go",
"version_constraint": "v0.6.0"
},
{
"name": "golang.org/x/sync",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.22.0"
},
{
"name": "golang.org/x/term",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.45.0"
},
{
"name": "gotest.tools/v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.5.2"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "golang.org/x/sync",
"direct": true,
"version": "v0.22.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/term",
"direct": true,
"version": "v0.45.0",
"ecosystem": "go"
},
{
"name": "gotest.tools/v3",
"direct": true,
"version": "v3.5.2",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": false,
"version": "v0.5.9",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.47.0",
"ecosystem": "go"
},
{
"name": "prettier",
"direct": false,
"version": "3.9.5",
"ecosystem": "npm"
},
{
"name": "click",
"direct": false,
"version": "8.3.1",
"ecosystem": "pypi"
},
{
"name": "colorama",
"direct": false,
"version": "0.4.6",
"ecosystem": "pypi"
},
{
"name": "deepmerge",
"direct": false,
"version": "2.0",
"ecosystem": "pypi"
},
{
"name": "jinja2",
"direct": false,
"version": "3.1.6",
"ecosystem": "pypi"
},
{
"name": "markdown",
"direct": false,
"version": "3.10.1",
"ecosystem": "pypi"
},
{
"name": "markdown-it-py",
"direct": false,
"version": "4.0.0",
"ecosystem": "pypi"
},
{
"name": "markupsafe",
"direct": false,
"version": "3.0.3",
"ecosystem": "pypi"
},
{
"name": "mdformat",
"direct": false,
"version": "1.0.0",
"ecosystem": "pypi"
},
{
"name": "mdformat-admon",
"direct": false,
"version": "2.1.1",
"ecosystem": "pypi"
},
{
"name": "mdformat-gfm",
"direct": false,
"version": "1.0.0",
"ecosystem": "pypi"
},
{
"name": "mdit-py-plugins",
"direct": false,
"version": "0.5.0",
"ecosystem": "pypi"
},
{
"name": "mdurl",
"direct": false,
"version": "0.1.2",
"ecosystem": "pypi"
},
{
"name": "pocket-zensical",
"direct": false,
"version": "0.1.0",
"ecosystem": "pypi"
},
{
"name": "pygments",
"direct": false,
"version": "2.20.0",
"ecosystem": "pypi"
},
{
"name": "pymdown-extensions",
"direct": false,
"version": "11.0.1",
"ecosystem": "pypi"
},
{
"name": "pyyaml",
"direct": false,
"version": "6.0.3",
"ecosystem": "pypi"
},
{
"name": "tomli",
"direct": false,
"version": "2.4.1",
"ecosystem": "pypi"
},
{
"name": "wcwidth",
"direct": false,
"version": "0.6.0",
"ecosystem": "pypi"
},
{
"name": "zensical",
"direct": false,
"version": "0.0.50",
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 25,
"direct_count": 3,
"indirect_count": 22
}
},
"maintainership": {
"issues": {
"open_prs": 4,
"merged_prs": 119,
"open_issues": 1,
"closed_ratio": 0,
"closed_issues": 0,
"closed_unmerged_prs": 7
},
"bus_factor": 1,
"bot_contributors": 3,
"top_contributors": [
{
"type": "User",
"login": "fredrikaverpil",
"commits": 56,
"avatar_url": "https://avatars.githubusercontent.com/u/994357?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"pocket-pertask.yml",
"pr.yml",
"release.yml",
"stale.yml"
],
"has_docs_dir": true,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum",
"uv.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 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/14 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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 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": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "94daeca636298cd24ffb97fe024c121ab1efa509",
"ran_at": "2026-07-28T11:13:10Z",
"aggregate_score": 4.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-28T01:29:00Z",
"oldest_open_prs": [
{
"number": 128,
"created_at": "2026-07-21T04:04:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 129,
"created_at": "2026-07-22T21:55:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 130,
"created_at": "2026-07-23T23:35:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 131,
"created_at": "2026-07-24T12:03:01Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-20T07:38:06Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 5,
"created_at": "2026-03-15T13:33:30Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/fredrikaverpil/pocket",
"host": "github.com",
"name": "pocket",
"owner": "fredrikaverpil"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"security": 59,
"vitality": 83,
"community": 24,
"governance": 50,
"engineering": 72
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 83,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"commits_last_year": 124,
"human_commit_share": 0.43,
"days_since_last_push": 0,
"active_weeks_last_year": 11
},
"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": "11/52 weeks with commits",
"points": 7.6,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 11
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "124 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 124
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 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": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 21,
"latest_release_tag": "v0.10.1",
"releases_from_tags": false,
"days_since_latest_release": 8,
"mean_days_between_releases": 9.5
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "21 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 21
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 8 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 8
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~9.5 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 9.5
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 50,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "at_risk",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"merged_prs": 119,
"open_issues": 1,
"closed_issues": 0,
"issue_closed_ratio": 0,
"closed_unmerged_prs": 7
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "0% of issues closed",
"points": 0,
"status": "missed",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 0
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "119/126 decided PRs merged",
"points": 36.1,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 119,
"decided": 126
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/14 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 68,
"inputs": {
"followers": 494,
"owner_type": "User",
"is_verified": null,
"owner_login": "fredrikaverpil",
"public_repos": 124,
"account_age_days": 5454
},
"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": "494 followers of fredrikaverpil",
"points": 19.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 494,
"login": "fredrikaverpil"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "124 public repos, account ~14 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 124
}
},
{
"code": "account_age_years",
"params": {
"years": 14
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/fredrikaverpil/pocket"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 8
},
"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 8 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 8
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "21 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 21
}
}
],
"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": 72,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "4 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 4
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "30 out of 30 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": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 59,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 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/14 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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 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 not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"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 25 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": 25
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 25,
"unassessed_packages": 0,
"affected_by_severity": "high 1",
"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": 25,
"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": 3
},
"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": 83,
"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.977,
"agent_instruction_files": [
".claude/CLAUDE.md"
],
"agent_instruction_max_bytes": 4544
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".claude/CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".claude/CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "42 of 43 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 42,
"sampled": 43
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum",
"uv.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
".pocket/go.mod",
"go.mod"
],
"dependency_bot_commit_share": 0.4
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": ".pocket/go.mod, go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": ".pocket/go.mod, go.mod"
}
}
],
"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": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "40 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 40,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 34939,
"source_files_sampled": 107,
"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/107 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 107,
"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-28T11:13:27.915776Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/f/fredrikaverpil/pocket.svg",
"full_name": "fredrikaverpil/pocket",
"license_state": "standard",
"license_spdx": "MIT"
}