Informe JSON sin procesar legible por máquina
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1139,
"has_wiki": false,
"homepage": "https://abpai.github.io/agent-kanban/",
"languages": {
"CSS": 25409,
"HTML": 32549,
"Shell": 70,
"Dockerfile": 1132,
"JavaScript": 2976,
"TypeScript": 963564
},
"pushed_at": "2026-07-18T01:33:53Z",
"created_at": "2026-02-20T06:19:43Z",
"owner_type": "User",
"updated_at": "2026-07-18T01:33:25Z",
"description": "Agent-friendly kanban board CLI",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "TypeScript",
"significant_languages": [
"TypeScript"
]
},
"owner": {
"blog": "https://andyp.ai",
"name": "Andy Pai",
"type": "User",
"login": "abpai",
"company": null,
"location": "Dorado, PR",
"followers": 39,
"avatar_url": "https://avatars.githubusercontent.com/u/4070686?v=4",
"created_at": "2013-04-05T16:18:46Z",
"is_verified": null,
"public_repos": 30,
"account_age_days": 4856
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2026-07-18T01:33:53Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2026-07-07T16:08:44Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2026-07-07T14:56:40Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2026-06-24T14:52:42Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2026-06-13T19:43:15Z"
},
{
"tag": "v0.6.5",
"kind": "patch",
"published_at": "2026-06-10T22:49:03Z"
},
{
"tag": "v0.6.4",
"kind": "patch",
"published_at": "2026-06-09T16:34:56Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2026-06-09T02:31:32Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-06-09T00:22:54Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-05-31T03:14:45Z"
},
{
"tag": "v0.3.7",
"kind": "patch",
"published_at": "2026-05-12T04:35:39Z"
},
{
"tag": "v0.3.6",
"kind": "patch",
"published_at": "2026-05-11T23:20:29Z"
},
{
"tag": "v0.3.4",
"kind": "patch",
"published_at": "2026-04-27T01:22:32Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2026-04-26T17:51:05Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-04-26T01:35:29Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-04-22T19:35:44Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-04-06T23:10:07Z"
}
],
"recent_commits": [
{
"oid": "e23f9a8a615698f70f0f294f0bab9ce499920db4",
"body": "chore: version packages",
"is_bot": false,
"headline": "Merge pull request #90 from abpai/changeset-release/main",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-07-18T01:33:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b03ec6d912c4320ae25c30d106eeef03bdcc4b7",
"body": null,
"is_bot": true,
"headline": "chore: version packages",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-18T01:16:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ea211f44f05442c3e4a23af75211b976138ae22",
"body": null,
"is_bot": false,
"headline": "Merge pull request #89 from abpai/feat/update-task-labels",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-07-18T01:16:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7da199486f2e3ad6934f8969772b6fcc20e9a267",
"body": "…pdates\n\nrequireTask returns the raw row (labels = stored JSON string); reusing\nit unparsed double-encoded labels on any update that omitted them\n('[]' -> '\"[]\"' -> ['[]']) and made the activity-log comparison always\nunequal. Caught by the new label-replacement suite under the CI\nPostgres service (local runs skip without DATABASE_URL).\n\nClaude-Session: https://claude.ai/code/session_01NuXSKtAFbZstixkxGTAV2J",
"is_bot": false,
"headline": "fix(postgres-local): parse stored labels before reuse on label-less u…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-07-18T00:53:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc59deaa4c295699bf4ebd7a4b3bc990f54ee668",
"body": "…ted resolveLinearLabelIds)\n\nClaude-Session: https://claude.ai/code/session_01NuXSKtAFbZstixkxGTAV2J",
"is_bot": false,
"headline": "merge origin/main (keep resolveLabelIdsForUpdate; take main's unexpor…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-07-18T00:49:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4efb1d1dff4b3c6ebae4a9396ad05c40e5411c6d",
"body": "Revert the manual 0.10.0 version/CHANGELOG edits; the Version Packages\nPR owns both. The changeset declares the minor bump.\n\nClaude-Session: https://claude.ai/code/session_01NuXSKtAFbZstixkxGTAV2J",
"is_bot": false,
"headline": "chore: route the labels release through changesets",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-07-18T00:46:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b03be992a38ab6d1cfe6206e4f3dd2b1b3cd5617",
"body": "…capability\n\nUpdateTaskInput.labels?: string[] — when present the task's labels\nbecome exactly this array (including clearing to []); absent leaves\nlabels untouched. Implemented in local SQLite, Postgres-local, Linear\n(resolveLabelIdsForUpdate, [] clears), and Jira (fields.labels written\nwhenever in\n[…]\n2 retires intake-blocking draft\nmarkers on Jira tickets after disposition binding; 0.9.0 had no way to\nmutate labels on update.\n\nClaude-Session: https://claude.ai/code/session_01NuXSKtAFbZstixkxGTAV2J",
"is_bot": false,
"headline": "feat: exact-replacement labels on UpdateTaskInput + labelReplacement …",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-07-17T22:53:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "17a424bae384713e002ea2d6dc2b19919e48cc5a",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: version packages (#88)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-07T16:08:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77e78f1f5c6c03fa1bbe9ab2f84f16681f721728",
"body": "…ge Band) (#84)\n\nagent-kanban is a reusable, provider-agnostic tracker tool. Drop\nGarage-Band-specific naming from the shipping code comments and living docs\nso they read for any external consumer.\n\n- AGENTS.md, .env.example, UBIQUITOUS_LANGUAGE.md, docs/webhook-events.md,\n src/webhook-events.ts, s\n[…]\n (accurate to the\n real src/mcp API surface); cross-link from docs/mcp.md\n- CHANGELOG history and test fixtures left unchanged\n\nClaude-Session: https://claude.ai/code/session_01BcrRfrTYW1hAp39fUyxGXP",
"is_bot": false,
"headline": "chore: genericize consumer references (any software factory, not Gara…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-07-07T16:07:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "06b76cc17c8239dd77dd878a0d39c263969bca42",
"body": "The Jira provider already verifies signatures on ingest but the receipts\ntable kept no trace of the outcome — a valid delivery and an unverified\none were indistinguishable, forcing downstream audit surfaces to guess.\nWebhookResult now carries signatureStatus (valid | invalid | missing |\nnot_configur\n[…]\nmputed alongside the existing authorization check and\npersisted into webhook_events.detail. Verification behavior is unchanged.\n\nClaude-Session: https://claude.ai/code/session_01V7m5GzjzgCHoApc2trk7LX",
"is_bot": false,
"headline": "feat: persist webhook signature verdict on receipts (#83)",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-07-07T16:03:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8225235c152c21dd9c5fc93bce87dae2d6008e75",
"body": null,
"is_bot": false,
"headline": "chore: version packages (#87)",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-07-07T14:56:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d07661715d1b2c008890ae376ff3193f1c96803",
"body": null,
"is_bot": true,
"headline": "chore: version packages",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-07-07T14:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "754d5a9281d5574a9a31c8aed201950511fc503f",
"body": "… parity, scanner) (#86)",
"is_bot": false,
"headline": "feat(harness): close bounded autonomous-readiness gaps (bootstrap, PG…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-07-07T14:54:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26b2d3fc23bb9c30583dce54a5528796290c1a67",
"body": null,
"is_bot": false,
"headline": "docs: add harness readiness contract (#85)",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-07-07T14:54:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd2b2f896dda7b8cca811002f1671efd37de5208",
"body": "Resolves the scanner's unused-export warnings properly rather than muting them.\n\n- Add knip (knip.json + `knip` script) configured for both the root package and\n the `ui` workspace, with the published `exports`-map subpaths and `bin` as the\n public API surface. Unlike the earlier ts-prune pass, kn\n[…]\nengineering/commands.md.\n\nVerified: `bun run check`, `bun run knip`, and `bun test` (475 pass / 27 pg-skip\n/ 0 fail) all green.\n\nClaude-Session: https://claude.ai/code/session_01BAcekbAhmRZ7aDj2BjkRsL",
"is_bot": false,
"headline": "chore(harness): add knip config + CI gate, trim internal export surface",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-07-07T04:35:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f174bad86c4311f91ce5718b0aa8ac7764e80d31",
"body": "- test:pg now derives its default port from KANBAN_PG_PORT (matching pg:up), so\n an override user can no longer silently run against a different Postgres on\n 5432 — a false-parity trap. Proven: KANBAN_PG_PORT=5433 pg:up + test:pg runs\n the PG suites (502 pass) against the 5433 container. Explicit\n[…]\ne published package.json script surface and the\n internal KanbanStorageMode removal, per the repo's Changesets release policy.\n\nClaude-Session: https://claude.ai/code/session_01BAcekbAhmRZ7aDj2BjkRsL",
"is_bot": false,
"headline": "fix(harness): address codex deep-review findings on the gaps PR",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-07-07T03:54:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4dc2419599602bc5fcd790fac4564218376badbd",
"body": "… parity, scanner)\n\nFollow-up to the harness v1.5 adoption (#85), addressing the bounded gaps the\ndogfood pass surfaced. Browser/screenshot UI proof is intentionally left as\nhuman-gate by-design and out of scope here.\n\nGap 1 — one-command bootstrap:\n- Add `bootstrap` (root + UI install) and `smoke` \n[…]\nspec; reclassify the completed triage + QA ledger as\n historical records in the todos INDEX (not laundered into active specs).\n\nClaude-Session: https://claude.ai/code/session_01BAcekbAhmRZ7aDj2BjkRsL",
"is_bot": false,
"headline": "feat(harness): close bounded autonomous-readiness gaps (bootstrap, PG…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-07-07T03:47:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4e774c2e560a8e5d77f6940241ead0e8204fae16",
"body": null,
"is_bot": false,
"headline": "docs: add harness readiness contract",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-07-07T02:16:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b148d8f817083b256e6ea30d03456dff13dd1fc",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: version packages (#82)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-24T14:52:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4beede3591719b8cd95a2173d1eba9143916fa0",
"body": "The serve-hardening and CLI work since v0.7.0 (PRs #76, #77, #78, #79) merged\nwithout changesets, so the Release workflow had nothing to consume and the\npackage is still published at 0.7.0. Add the missing changesets so the next\nrelease captures this work.\n\n- serve-api-webhook-hardening (patch): #76\n[…]\nor -> 0.8.0. #80 (pure internal refactor) and the README link fix\nare intentionally omitted as they have no user-facing change.\n\nClaude-Session: https://claude.ai/code/session_01X9j5Rs6kXK8BuHguhy3x33",
"is_bot": false,
"headline": "chore: add changesets for unreleased 0.7.0 -> 0.8.0 work (#81)",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-24T14:15:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c73ddcb3401dd02a4cc33a3ea57ebbd1687d2239",
"body": "* fix(cli): honor default task column\n\n* docs(cli): document task label aliases\n\n* test(cli): add task lifecycle quality matrix\n\n* test(cli): make task-lifecycle matrix env-robust + drop generated ledger artifacts\n\nReview fixups on top of the task-lifecycle-quality work (production code in\n31a739b v\n[…]\nthe custom-columns-without-backlog parity\ncase. Full suite 560 pass / 27 skip / 0 fail; bun run check (lint + typecheck)\nclean.\n\nClaude-Session: https://claude.ai/code/session_01X9j5Rs6kXK8BuHguhy3x33",
"is_bot": false,
"headline": "[codex] Harden local CLI task lifecycle quality (#78)",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-24T14:10:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "11a8eb8d1959cbd64105d295c7c5ea8eab8bca6d",
"body": "…redundant trim (#80)\n\nReview findings F4/F5 (no behavior change).\n\nparsePositiveInt routed a pre-trimmed string through parseBoundedInt inside a\ntry/catch, then re-framed ANY thrown error as \"must be a positive integer\". Two\nsmells:\n- F4: the bare `catch {}` was type-blind — a future non-validation\n[…]\ns already returns null past MAX_SAFE_INTEGER, so the\nold upper-bound check is preserved). Suite 499 pass / 0 fail, check clean.\n\nClaude-Session: https://claude.ai/code/session_01LQjR5poSV2M3nxt8h5hNad",
"is_bot": false,
"headline": "refactor(serve): simplify parsePositiveInt — drop type-blind catch + …",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-23T17:17:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "da1f4cd5a740fb499bfa5c0c9f5d78bfe19a7b36",
"body": "…mitive (#79)\n\nFollow-up to #77 (review findings F3 + F2).\n\nF3 — JIRA_BOARD_ID used Number.parseInt, which silently coerced trailing\ngarbage and signs into a plausible-but-wrong board id ('12abc'→12, '-5'→-5,\n'1e3'→1) that was then pinned via Number.isFinite. Now resolved through a\nstrict loader: un\n[…]\n.\n\n+4 tests (parseDecimalDigits unit coverage; JIRA_BOARD_ID accept/omit/reject).\nSuite 499 pass / 0 fail, bun run check clean.\n\nClaude-Session: https://claude.ai/code/session_01LQjR5poSV2M3nxt8h5hNad",
"is_bot": false,
"headline": "harden(serve): strict JIRA_BOARD_ID parse + share one digits-only pri…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-23T16:53:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4fc4fdc472eab470f3875f18aad70d33f34d760d",
"body": "…g (OBS-1/2/3) (#77)\n\n* harden(serve): close webhook-secret fail-open, tighten env interval, share int parser\n\nFollow-up to the serve+webhooks QA work (PR #76), addressing the three\nout-of-scope observations the xhigh code-review recorded (OBS-1/2/3).\n\nOBS-2 (security): assertTunnelSecurity hardcode\n[…]\nhe helper reads exactly the env name the map declares\nand never a sibling provider's env. Suite 495 pass / 0 fail, check clean.\n\nClaude-Session: https://claude.ai/code/session_01LQjR5poSV2M3nxt8h5hNad",
"is_bot": false,
"headline": "harden(serve): close webhook-secret fail-open + tighten config parsin…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-23T09:54:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1b947dd29b2a627b828f06e46dc3d0da8cb9959a",
"body": "…) (#76)\n\n* qa(serve+webhooks): Phase 0 plan approved by reviewer\n\nEnumerated, finite QA scope for the serve HTTP API + webhook ingestion\n(F01-F55), falsifiable exit criteria (EC1-EC8), severity rubric, and\ncircuit breakers. Approved at gate G0.3 by separate codex reviewer after\ntwo revision rounds.\n[…]\nps://claude.ai/code/session_01LQjR5poSV2M3nxt8h5hNad\n\n* docs(qa): record D9/D10 + xhigh code-review pass (OBS-2/OBS-3 deferred)\n\nClaude-Session: https://claude.ai/code/session_01LQjR5poSV2M3nxt8h5hNad",
"is_bot": false,
"headline": "qa: harden serve API + webhook ingestion (10 defects fixed, +66 tests…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-23T04:52:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "81772968aa468358ca13298119bba54d9b48e65b",
"body": null,
"is_bot": false,
"headline": "Fix README documentation links",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-23T01:09:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfcf4b5a9d48e6a2434f53bd64808b68c6eef932",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: version packages (#74)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-13T19:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5c5e5c70b35539cb9035d236467e78402fa08aa",
"body": "Remove the `./src/*` -> `./src/*.ts` back-compat bridge so the only\npublic entry points are the declared subpaths (`.`, `./types`,\n`./providers/types`, `./provider-runtime`). Folds into the unreleased\n0.7.0 so no bridged intermediate is ever published.\n\nVerified via packed-tarball consumer: declared subpaths resolve\n(openKanbanRuntime present); raw `src/*` paths are correctly blocked\n(ERR_MODULE_NOT_FOUND).",
"is_bot": false,
"headline": "chore: drop the src/* exports bridge (clean public surface) (#75)",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-13T19:32:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f41a981ad62c7c9a8aeeb9707f833de27682ab5d",
"body": "Declare `.`, `./types`, `./providers/types`, and `./provider-runtime`\nas public entry points so consumers stop importing raw `src/*` paths.\nA `./src/*` -> `./src/*.ts` bridge preserves existing deep imports\n(non-breaking), to be dropped in a future major after migration.\n\nVerified via packed-tarball external consumer: all declared subpaths\nand the bridge resolve under bun, and `openKanbanRuntime` is reachable\nthrough both the clean and bridged runtime paths.",
"is_bot": false,
"headline": "feat: add public exports map with stable subpaths (#73)",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-13T19:28:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb3802e935c3d55234e07e46bd9260e474c50a46",
"body": "Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: version packages (#71)",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-10T22:42:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d41e1b225cc5d4985f932a0e1de75cf8a8396ab1",
"body": null,
"is_bot": false,
"headline": "chore: add changeset for 0.6.5 (provider state + cache fixes) (#70)",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T22:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "200407b8f8ebe9f0ad9c7e5acf8d80c8e0020949",
"body": "…cript\n\nfix(linear): resolve separator-collapsed state names; harden MCP smoke script",
"is_bot": false,
"headline": "Merge pull request #69 from abpai/fix/linear-state-resolution-smoke-s…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T21:15:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2fbfbbe88ad8247263ab3cbfc1ed038f213b277",
"body": "Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(linear): cover the exact-name ambiguity branch",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T21:14:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "445a4f98bb10f458121e20576918acdb8fc80379",
"body": "…lution-smoke-script",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into fix/linear-state-reso…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T21:14:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2893afa1f2de94b2f07131bac503963579d9dc21",
"body": "Live e2e testing showed 'task list -c in-progress' failing with\nCOLUMN_NOT_FOUND on Linear while the identical reference resolves on\nJira: #60 gave Jira's column resolution a separator-insensitive\nfallback, but Linear's resolveState only lowercased. Extract\nresolveLinearState mirroring resolveJiraCo\n[…]\nndler can't hit a closed database.\n\nVerified live against both providers: slug list/move on Linear, warm and\ncold (32s sync) smoke runs on Jira.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(linear): resolve separator-collapsed state names like Jira does",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T21:09:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e65b7b0381fe7d5bda2ad94664da27feecb7e682",
"body": "…#68)\n\nMirrors the harness-doctor release flow for @andypai/agent-kanban:\n- Add Changesets (config with GitHub changelog + public access) and the\n version/release scripts (changeset version / changeset publish).\n- Add a Release workflow that runs on pushes to main: pending changesets open\n a 'Vers\n[…]\ngeset publish OIDC exchange, id-token: write,\n and automatic provenance (repo is public). prepack still builds ui/dist.\n\nNo manual 'npm publish' or OTP once the npmjs Trusted Publisher is configured.",
"is_bot": false,
"headline": "ci: automate npm releases with Changesets + OIDC trusted publishing (…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T21:04:45Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b6454c50815effd79f5a1b6d6827d748fed6b812",
"body": "Close UI capability defaults",
"is_bot": false,
"headline": "Merge pull request #67 from abpai/feedback-07-ui-capability-taskdetail",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T19:11:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a06d7fdea52d7b4da5d49f9248300b01702287f",
"body": "- EditableSelectField: take isEditing and a zero-arg onStartEdit instead\n of drilling field/value/editingField through the component\n- freeze defaultCapabilities since the store holds it by reference, and\n document the closed-by-default rationale\n- rename the defaults test to match what it covers and assert per-key so\n a flipped default names itself in the failure\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(ui): trim capability-default polish items",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T19:10:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "6b3b935de14f63f366b681c546ed772bedd56726",
"body": "…lity-taskdetail",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into feedback-07-ui-capabi…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T19:06:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9df59eefceff470783aaa87cc4d848ccb7623015",
"body": "Refactor local providers through shared core",
"is_bot": false,
"headline": "Merge pull request #66 from abpai/feedback-06-local-provider-core",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T19:06:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a81642ee4c1d1deb180ceaca389e54c12af25d6",
"body": "- make getTaskVersion required on LocalStorePort and drop the dead\n getTask fallback (both stores and the test fake implement it)\n- drop the ready() alias for initialize()\n- import the shared Exec type from postgres-batch instead of keeping a\n duplicate alias in postgres-local\n- cover the real Postgres getTaskVersion path with a stale-version\n CONFLICT test (the core conflict tests run against a fake store)\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(local): tighten shared local-core surface",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T19:05:02Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "598cc7ba0823bfcba76f1d939d876b8b8b413341",
"body": "…vider-core",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into feedback-06-local-pro…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T19:02:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0eff9bab52ec66aa4ec39c859f42d48798119f37",
"body": "Batch Postgres provider cache writes",
"is_bot": false,
"headline": "Merge pull request #65 from abpai/feedback-05-postgres-cache-atomicity",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:24:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d27bf8cc2aa5e1e7bd46d4e7d1e71a4d3eab759",
"body": "A sync batch can repeat an issue id (an issue updated while pagination\nis in flight appears on two pages; Linear's updatedAt-ordered,\nnon-deduping pagination makes this realistic), and the batched\nINSERT ... ON CONFLICT DO UPDATE errors on intra-statement duplicates\nwhere the old row-by-row writes a\n[…]\np sql.begin around single-statement\nupserts (a lone INSERT is already atomic), and remove the no-op\nWHERE true filler from the batch statements.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(postgres): tolerate duplicate issue ids in batched cache upserts",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:22:41Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "6ff4488182a7d8da1fb8d4ebc8fa7d709e778a10",
"body": "…cache-atomicity",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into feedback-05-postgres-…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:17:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "956a7e4e7097f154dddfa6e1ab0928acbda3fa62",
"body": "Refactor runtime and transport provider surface",
"is_bot": false,
"headline": "Merge pull request #64 from abpai/feedback-04-runtime-cli-api-surface",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:16:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5cd21c143b852fcae8ede704bfddb37c56719c1f",
"body": "- mcp-smoke-live: pass a real TrackerConfig to createProvider; the old\n positional call crashed against the exhaustive factory switch and had\n always silently smoke-tested LocalProvider instead of jira/linear\n- index: route serve/mcp arg-parse failures through the structured\n error envelope instead of an uncaught stack trace\n- factory: reference capability constants directly instead of two\n exported lookup tables nobody imports\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(cli): polish runtime surface follow-ups",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:15:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5219ad592c4ca2e37f99d93d140bfd97b91da699",
"body": "…li-api-surface",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into feedback-04-runtime-c…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:12:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebed049147325138c1c22aee3be6d99514bc430c",
"body": "Share remote provider sync helpers",
"is_bot": false,
"headline": "Merge pull request #63 from abpai/feedback-03-provider-sync-core",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:11:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6cf121b58f63199e54a1b3c395d3e9972988b9cf",
"body": "- ingestTeamHistory: use plain Promise.all inside its persistence\n windows; the inner mapWithConcurrency call was a no-op since each\n window is already at most the concurrency limit\n- SyncGate: test lastSyncAtMs > 0 in both branches instead of mixing\n truthiness and a numeric comparison\n- restore explicit Promise<ProviderSyncStatus> annotations dropped from\n getSyncStatus, matching the other public provider methods\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(providers): polish shared sync helpers",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:10:23Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0eb3b8f1dab1f791c8b61ebc27cb9c206debabe3",
"body": "…sync-core",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into feedback-03-provider-…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:07:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21561d48a2885326c40dfb58df059a06b7512451",
"body": "Share provider cache task mappers",
"is_bot": false,
"headline": "Merge pull request #62 from abpai/feedback-02-cache-task-mappers",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "416809818c61e5fbc8496473aaece029f5618be6",
"body": "parseTaskLabels and the two priority mappers have no importers outside\nthe module; only the row-to-Task mappers are the shared surface.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(providers): keep cache-task-mapper internals file-private",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:06:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d134b5255b759af174ae66a43884782b42e94e7a",
"body": "…k-mappers",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into feedback-02-cache-tas…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:05:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "312ffeac35e67524245eff5e981e99f3788a6c0c",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into feedback-02-cache-task-mappers",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:05:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "980b436451b014d5f236812630b3498d88facefc",
"body": "Triage provider feedback and dedupe small helpers",
"is_bot": false,
"headline": "Merge pull request #61 from abpai/feedback-01-provider-dedupe-hardening",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:02:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77693f94b30dc31eea1b6d0a7934400608adceab",
"body": "Verb-phrase the dispatch-and-record wrapper to match the module's other\nexports (recordWebhookEvent, extractWebhookMeta).\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(webhooks): rename recordedWebhook to withWebhookRecording",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:01:53Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e5c26a7687ceed5d81bd741a92cab722e8b9e2ac",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into feedback-01-provider-dedupe-hardening",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:00:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bdb63a2a7474cfb45428d4de1b5312ae4d31b487",
"body": "fix(jira): stop silently dropping tickets whose status doesn't map to the trigger column",
"is_bot": false,
"headline": "Merge pull request #60 from abpai/fix/jira-status-ingestion",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T18:00:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0f6d683ea406acd9df1ba33f5afea7c2b3cba27",
"body": "Replace the instance-scoped dedup Set added by this branch with the\nprocess-wide warnOnce helper that #59 extracted, so the codebase keeps a\nsingle once-only-warning mechanism. Also dedupe normalizeColumnName by\nexporting the column-roles implementation, and strengthen the dedup test\nto assert both reads actually synced.\n\nCo-Authored-By: Claude Fable 5 <noreply@anthropic.com>",
"is_bot": false,
"headline": "refactor(jira): reuse shared warnOnce for unmapped-status warnings",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T17:59:11Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "63e55c1d14520bf637bc8688a0283622adb22c85",
"body": "…tion",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into fix/jira-status-inges…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T17:55:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "251927a4f33c055886ccfb6a743e44dbfae6bd11",
"body": null,
"is_bot": false,
"headline": "refactor: close ui capability defaults",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T17:53:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "658ad1100258e6ebc2dea6e8dc78bfedd19191dd",
"body": null,
"is_bot": false,
"headline": "refactor: share local provider core",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T17:44:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22b0aa9b614d1ad38c08180712893275efb3fede",
"body": null,
"is_bot": false,
"headline": "refactor: batch postgres provider cache writes",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T17:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b48f6824dc9c00414492e63847c752bd8bcfd841",
"body": null,
"is_bot": false,
"headline": "refactor: simplify runtime cli api surface",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T16:08:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30bb86feb85fdf278c6a5de5fa0e2ba411e93c74",
"body": null,
"is_bot": false,
"headline": "refactor: share remote provider sync helpers",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T15:49:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "267b8856e6a55a87c0a35fa12797d18bc30bf1b2",
"body": null,
"is_bot": false,
"headline": "refactor: share provider cache task mappers",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T15:03:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d84b49d01ebf719bc26bb86580c5e5a23d375d9c",
"body": null,
"is_bot": false,
"headline": "chore: triage provider architecture feedback",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-10T14:51:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c2ab1cf0b1a6e973d27df97853b4a903aadba69",
"body": null,
"is_bot": false,
"headline": "chore: release 0.6.4",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T16:18:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce75624c26677b43a56cbc4db855a62f39b5bd59",
"body": "Both Jira and Linear webhook handlers guarded the open-dev-mode warning\nwith a module-level boolean so it fires once per process. Extract that\nduplicated pattern into a keyed warnOnce(key, message) helper in\nsrc/providers/warn-once.ts and call it from both cores.",
"is_bot": false,
"headline": "refactor(providers): extract shared warnOnce helper (#59)",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T13:54:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0043fd2b17b2b43bb8cc27b91f231c079daa1fca",
"body": "The board/tasks projection buckets issues by status-id membership in a column's\nstatus_ids. An issue whose status id is present on the issue but in no column —\na status missing from the project status catalog (status-fallback mode) or not\nadded to the configured board (board mode) — is cached in jir\n[…]\n invisible. Behaviour is otherwise\nunchanged — the issue is still cached; it is now observable instead of silently\ndropped. Lives in the shared sync() so both the sqlite and postgres providers\nget it.",
"is_bot": false,
"headline": "fix(jira): surface issue statuses that map to no column",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T13:44:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9dce1438285ca3c9f2448d62eb8dea877c3ecf7c",
"body": "…olumn\n\nDispatch's trigger column is the literal 'Todo', but the Jira-Cloud default\nstatus is named 'To Do'. resolveJiraColumnId only matched by exact id, exact\ncase-insensitive name, or raw status id, so 'Todo' resolved to neither the\n'To Do' status column (lowercases to 'to do') nor a status id — \n[…]\n separator-only column name; and a normalized match that collapses\ntwo distinct columns is rejected as ambiguous rather than guessed. Shared by\nboth the sqlite and postgres providers via getColumns().",
"is_bot": false,
"headline": "fix(jira): resolve separator-collapsed column names to their status c…",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T13:44:06Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9ba2b51e37d9fab956a717c56b50fa2d4df328d7",
"body": null,
"is_bot": false,
"headline": "chore: release 0.6.3",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T04:02:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d243c87370e4fa38aa093e1fefcaca59bdcfe6d",
"body": "refactor(metrics): extract a shared board-metrics spec",
"is_bot": false,
"headline": "Merge pull request #58 from abpai/feedback/18-metrics-shared-spec",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T03:37:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddce208af5860dbcf193cbb6eec78ba9ae5f241d",
"body": "getBoardMetrics (SQLite) and getMetrics (Postgres) each re-implemented\nthe derived-metric logic — done/in-progress column classification,\ncompleted/in-progress sums, completion percent, and priority ordering —\nwith comments admitting they had to be kept \"in lockstep\" by hand. They\nhad already drifte\n[…]\nicate column names can no longer inflate it.\n\nAdds metrics-spec unit tests covering priority normalization, role-based\nsums, completion percent, and column-role classification.\n\nAddresses finding #18.",
"is_bot": false,
"headline": "refactor(metrics): extract a shared board-metrics spec",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T03:34:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "843daea417239582edc578455e13c68f61ad4093",
"body": "perf(postgres): push list filters, sort, and limit into SQL",
"is_bot": false,
"headline": "Merge pull request #57 from abpai/feedback/17-postgres-list-pushdown",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T03:31:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1069271300c3c6a96e79af063fa9b93fdf004a62",
"body": "The Postgres local provider's listTasks() loaded the entire tasks table\nplus a full comments GROUP BY, then filtered, sorted, and limited the\nresults in JS. That scans every row regardless of how narrow the query\nis and diverges from the SQLite path.\n\nPush the work into SQL instead: WHERE (column/pr\n[…]\ns rather than a\nfull-table group-by loaded into a Map.\n\nThe 'updated' sort matches SQLite's ascending order for cross-backend\nparity (previously the JS path sorted descending).\n\nAddresses finding #17.",
"is_bot": false,
"headline": "perf(postgres): push list filters, sort, and limit into SQL",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T03:27:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7ec53d31d862b7ddcf8acbba9375fb74097c68e5",
"body": "perf(linear): hydrate a single issue after writes instead of full sync",
"is_bot": false,
"headline": "Merge pull request #56 from abpai/feedback/16-linear-hydration",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T03:24:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc36f5e122b06b635a1378fd1d0111da120b1d46",
"body": "updateTask and moveTask previously called sync(true), forcing a\nwhole-team reconcile (users + projects + all issues, with comment-count\nfollow-ups and history ingest) just to return the one row the caller\nmutated. Replace that with a targeted hydrateIssue() that re-fetches\nonly the mutated issue via\n[…]\nated issue could skip concurrent\nupdates to other issues on the next poll.\n\nAlso factors a shared toCacheIssue() mapping helper out of the inline\nsync/createTask upsert blocks.\n\nAddresses finding #16.",
"is_bot": false,
"headline": "perf(linear): hydrate a single issue after writes instead of full sync",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T03:20:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ddd026922a35b029621eb8e5b31282c2e7e0ba82",
"body": null,
"is_bot": false,
"headline": "chore: ignore .workflow/",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T03:18:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c12fb0513daf3e75811c4750314eddd2e68a7ec9",
"body": "fix(linear): count comments beyond the inline first page (#13)",
"is_bot": false,
"headline": "Merge pull request #55 from abpai/feedback/15-linear-comment-count",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T03:07:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df21c22deba575c2eb90ed6c995f0b609e6be23f",
"body": "commentCount was set to comments(first: 250).nodes.length, and the fetched\npageInfo was ignored — so an issue with more than 250 comments reported 250\n(a page length) as if it were an exact total. Linear connections expose no\ntotalCount, so there is no scalar count field to use.\n\nUse the previously-\n[…]\n pageInfo: when the inline comment page is truncated,\ncontinue paging the id-only comment cursor to compute an accurate count. Issues\nwith <=250 comments cost no extra request.\n\nAddresses finding #13.",
"is_bot": false,
"headline": "fix(linear): count comments beyond the inline first page",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:58:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ede69b771b8747c552def2568d7aa3082d294ba6",
"body": "fix(linear): paginate user and project catalogs (#3)",
"is_bot": false,
"headline": "Merge pull request #54 from abpai/feedback/14-linear-pagination",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:54:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c1016056c3e2a3d40aab7353f0b6541ae402a57",
"body": "listUsers() and listProjects() fetched a single unpaginated page while\nlistIssues()/listIssueLabels() already looped over pageInfo. Write resolvers\ntreat the cached catalog as authoritative, so a user or project beyond the\nfirst page could not be resolved for assignee/project writes.\n\nPaginate both with first:100 + pageInfo cursors, matching listIssueLabels.\n\nAddresses finding #3 (Linear half; Jira assignable-user pagination tracked\nseparately by finding #3's Jira note).",
"is_bot": false,
"headline": "fix(linear): paginate user and project catalogs",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:52:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ceb9308c2a8aa4851e17dbaf5a63b6c3ea34d29",
"body": "fix(postgres): record local activity parity with SQLite (#5)",
"is_bot": false,
"headline": "Merge pull request #53 from abpai/feedback/13-postgres-activity",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:47:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1231ae56d5318996f2b1fd9b9b9c783932f904f",
"body": "Postgres-local updateTask logged only title/assignee/priority changes, omitting\nproject, description, and metadata; comment add/update wrote no activity at all.\nSQLite logs all of these (and tests assert comment activity + rollback), so local\nboard history diverged across storage backends despite bo\n[…]\nn/metadata changes (matching SQLite).\n- comment/updateComment: write comment activity inside the same transaction so\n the comment and its activity commit or roll back together.\n\nAddresses finding #5.",
"is_bot": false,
"headline": "fix(postgres): record local activity parity with SQLite",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:45:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e3541237a6e665ef3424a1e017895c1563fab510",
"body": "fix(postgres): advertise columnCrud/bulk as unsupported (#8)",
"is_bot": false,
"headline": "Merge pull request #52 from abpai/feedback/12-capability-flags",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:43:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a8f2a265fdf4d9a4137e1f62f757371384a12398",
"body": "fix(postgres): advertise configEdit:false and refuse config edits (#7)",
"is_bot": false,
"headline": "Merge pull request #51 from abpai/feedback/11-postgres-configedit",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:41:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19225925241c38153224664ac1bc4f6c65a64333",
"body": "ProviderCapabilities columnCrud and bulk were true for Postgres-local (via\nshared LOCAL_CAPABILITIES), but the Postgres provider has no column-CRUD or\nbulk path — the CLI implements those against a raw SQLite Database and blocks\nthem under KANBAN_STORAGE=postgres. The capability advertised features \n[…]\nSTGRES_LOCAL_CAPABILITIES so clients\ndon't offer board-admin operations Postgres can't fulfill. (Promoting column/\nbulk into provider interfaces is deferred as a larger change.)\n\nAddresses finding #8.",
"is_bot": false,
"headline": "fix(postgres): advertise columnCrud/bulk as unsupported",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:39:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "299668a7d9f8617fe609096680d361e6a1895bec",
"body": "fix(db): bump revision on bulk move (#9)",
"is_bot": false,
"headline": "Merge pull request #49 from abpai/feedback/10-bulk-move-revision",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:39:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2b2de465ee21fed7adc7f6644b3f42f458186a9",
"body": "fix(postgres): migrate pre-existing tasks tables for project/revision (#14)",
"is_bot": false,
"headline": "Merge pull request #48 from abpai/feedback/09-postgres-migrations",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:39:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "634e668c5c5f21eee1382957a3dbe97827049d48",
"body": "fix(ui): support labels when creating a task (#16)",
"is_bot": false,
"headline": "Merge pull request #47 from abpai/feedback/08-ui-create-labels",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80dd1d2fb0e861ce6a474438704a83a874354825",
"body": "fix(config): reject duplicate default column names (#18)",
"is_bot": false,
"headline": "Merge pull request #46 from abpai/feedback/07-column-dedupe",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:39:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb110c5248b12f383844fa1e0f8b3dfc55d1b0c6",
"body": "fix(mcp): advertise the package version in MCP metadata (#17)",
"is_bot": false,
"headline": "Merge pull request #45 from abpai/feedback/06-mcp-version",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:39:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "577e98c3b494a1b7b05add051e1e79bb5d98b2ce",
"body": "fix(ui): normalize non-JSON and failed responses into ApiError (#12)",
"is_bot": false,
"headline": "Merge pull request #44 from abpai/feedback/05-ui-json",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:39:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f68ebc19ead28a7f3b0172781df4f67e1f534627",
"body": "fix: validate limit inputs at the transport boundary (#10)",
"is_bot": false,
"headline": "Merge pull request #43 from abpai/feedback/04-limit-parsing",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:39:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35340a1aa9307b90e986fc6b41c5ac9184b12db3",
"body": "fix(api): route malformed JSON bodies through the error envelope (#11)",
"is_bot": false,
"headline": "Merge pull request #42 from abpai/feedback/03-json-envelope",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:38:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "434bd93bc2fde2f093313a42f969e29762cf71e1",
"body": "fix(linear): reject unresolved assignee/project names (#4)",
"is_bot": false,
"headline": "Merge pull request #50 from abpai/feedback/02-linear-resolver",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "771ca353d938f4121bc36fca02979e938dce998f",
"body": "Postgres-local advertised configEdit:true (via shared LOCAL_CAPABILITIES) but\nits patchConfig merged and returned without persisting — a silent no-op over\nHTTP, while the CLI already blocked it. getConfig is reconstructed from task\ndata, so there is no config repository to write to.\n\nAdd POSTGRES_LO\n[…]\npatchConfig throw UNSUPPORTED_OPERATION instead of\nsilently no-op'ing. The HTTP API now fails through the provider, matching the\nCLI's existing block (clarified with a comment).\n\nAddresses finding #7.",
"is_bot": false,
"headline": "fix(postgres): advertise configEdit:false and refuse config edits",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:36:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f61b26032b16e9ed0282cb70e637665dc394769b",
"body": "fix(mcp): gate getBoard reads through policy seam (#1)",
"is_bot": false,
"headline": "Merge pull request #40 from abpai/feedback/01-mcp-board-policy",
"author_name": "Andy Pai",
"author_login": "abpai",
"committed_at": "2026-06-09T02:34:27Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 17,
"commits_last_year": 254,
"latest_release_at": "2026-07-18T01:33:53Z",
"latest_release_tag": "v0.10.0",
"releases_from_tags": false,
"days_since_last_push": 5,
"active_weeks_last_year": 15,
"days_since_latest_release": 5,
"mean_days_between_releases": 5.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "@andypai/agent-kanban",
"exists": true,
"license": "MIT",
"keywords": [
"agent",
"kanban",
"cli",
"bun",
"sqlite",
"linear",
"automation"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@andypai/agent-kanban",
"is_deprecated": false,
"latest_version": "0.10.0",
"repository_url": "https://github.com/abpai/agent-kanban",
"versions_count": 24,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 5769,
"first_published_at": "2026-03-28T03:03:25.242000Z",
"latest_published_at": "2026-07-18T01:33:52.076000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"tsconfig.json",
"ui/tsconfig.json"
],
"toolchain_manifests": [],
"largest_source_bytes": 52886,
"source_files_sampled": 136,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1946
},
"dependencies": {
"manifests": [
"package.json",
"ui/package.json"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"npm"
],
"dependencies": [
{
"name": "@modelcontextprotocol/sdk",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^1.29.0"
},
{
"name": "postgres",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^3.4.4"
},
{
"name": "react",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^18.3.1"
},
{
"name": "react-dom",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^18.3.1"
},
{
"name": "zustand",
"manifest": "ui/package.json",
"ecosystem": "npm",
"version_constraint": "^5.0.3"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 89,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "abpai",
"commits": 247,
"avatar_url": "https://avatars.githubusercontent.com/u/4070686?v=4"
},
{
"type": "User",
"login": "cursoragent",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/199161495?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.996
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"deploy-pages.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [
"eslint.config.js"
],
"has_editorconfig": true,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"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": 7,
"reason": "15 out of 20 merged PRs checked by a CI test -- score normalized to 7",
"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": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 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": 4,
"reason": "security policy file 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": 0,
"reason": "45 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "e23f9a8a615698f70f0f294f0bab9ce499920db4",
"ran_at": "2026-07-23T11:01:07Z",
"aggregate_score": 3.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-18T01:33:58Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-18T01:33:21Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/abpai/agent-kanban",
"host": "github.com",
"name": "agent-kanban",
"owner": "abpai"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"security": 35,
"vitality": 84,
"community": 48,
"governance": 56,
"engineering": 82
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 84,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"commits_last_year": 254,
"human_commit_share": 0.94,
"days_since_last_push": 5,
"active_weeks_last_year": 15
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "15/52 weeks with commits",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 15
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "254 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 254
}
}
],
"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": 17,
"latest_release_tag": "v0.10.0",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 5.3
},
"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 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~5.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 5.3
}
}
],
"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": "at_risk",
"name": "Community & Adoption",
"value": 48,
"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": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 63,
"inputs": {
"packages": [
"@andypai/agent-kanban"
],
"dependents": null,
"ecosystems": "npm",
"total_downloads": null,
"monthly_downloads": 5769
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "5,769 downloads/month across npm",
"points": 50.1,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 5769,
"ecosystems": "npm"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 56,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.996
},
"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.1,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"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": "good",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 71,
"inputs": {
"merged_prs": 89,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "89/90 decided PRs merged",
"points": 37.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 89,
"decided": 90
}
}
],
"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": 56,
"inputs": {
"followers": 39,
"owner_type": "User",
"is_verified": null,
"owner_login": "abpai",
"public_repos": 30,
"account_age_days": 4856
},
"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": "39 followers of abpai",
"points": 11.5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 39,
"login": "abpai"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "30 public repos, account ~13 yr old",
"points": 22.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 30
}
},
{
"code": "account_age_years",
"params": {
"years": 13
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"@andypai/agent-kanban"
],
"ecosystems": "npm",
"any_deprecated": false,
"min_days_since_publish": 5
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "24 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 24
}
}
],
"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": 82,
"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": true,
"has_linter_config": true,
"has_precommit_config": false
},
"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": "eslint.config.js",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "15 out of 20 merged PRs checked by a CI test -- score normalized to 7",
"points": 14,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": "https://abpai.github.io/agent-kanban/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://abpai.github.io/agent-kanban/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": 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": "at_risk",
"name": "Security",
"value": 35,
"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": 35,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.5
},
"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": "15 out of 20 merged PRs checked by a CI test -- score normalized to 7",
"points": 1.8,
"status": "partial",
"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": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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 detected",
"points": 2,
"status": "partial",
"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": "45 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 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": "moderate",
"name": "AI Readiness",
"value": 69,
"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.883,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 1946
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "83 of 94 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 83,
"sampled": 94
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [
"tsconfig.json",
"ui/tsconfig.json"
],
"agent_commit_share": 0.1,
"toolchain_manifests": [],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "eslint.config.js",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "eslint.config.js"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "tsconfig.json, ui/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "tsconfig.json, ui/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "10 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 10,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "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": "TypeScript",
"largest_source_bytes": 52886,
"source_files_sampled": 136,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "TypeScript (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "TypeScript"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/136 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 136,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "critical",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index npm:@andypai/agent-kanban@0.10.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T11:01:23.340424Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/abpai/agent-kanban.svg",
"full_name": "abpai/agent-kanban",
"license_state": "standard",
"license_spdx": "MIT"
}