JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [
"agentic",
"ai-agents",
"anthropic",
"automation",
"claude",
"claude-code",
"developer-tools",
"devops",
"github-issues",
"github-projects",
"golang",
"orchestration",
"sdlc",
"workflow-automation"
],
"is_fork": false,
"size_kb": 22735,
"has_wiki": false,
"homepage": "https://fabrik.handarbeit.io",
"languages": {
"Go": 3686360,
"Shell": 44374
},
"pushed_at": "2026-07-25T05:44:01Z",
"created_at": "2026-04-01T01:44:21Z",
"owner_type": "Organization",
"updated_at": "2026-07-25T05:08:42Z",
"description": "Drive Claude Code through an SDLC pipeline on your GitHub Project board — Specify → Research → Plan → Implement → Review → Validate. Human in the loop, or on it. A Go CLI for automated, issue-driven development. Docs → fabrik.handarbeit.io",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "handarbeit",
"company": null,
"location": null,
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/282096641?v=4",
"created_at": "2026-05-06T01:09:57Z",
"is_verified": null,
"public_repos": 3,
"account_age_days": 80
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.0.75",
"kind": "patch",
"published_at": "2026-07-24T23:54:28Z"
},
{
"tag": "v0.0.74",
"kind": "patch",
"published_at": "2026-07-20T17:07:30Z"
},
{
"tag": "v0.0.73",
"kind": "patch",
"published_at": "2026-07-16T17:13:51Z"
},
{
"tag": "v0.0.72",
"kind": "patch",
"published_at": "2026-07-16T02:54:46Z"
},
{
"tag": "v0.0.71",
"kind": "patch",
"published_at": "2026-07-14T18:09:29Z"
},
{
"tag": "v0.0.70",
"kind": "patch",
"published_at": "2026-06-20T17:43:40Z"
},
{
"tag": "v0.0.69",
"kind": "patch",
"published_at": "2026-06-16T05:31:45Z"
},
{
"tag": "v0.0.68",
"kind": "patch",
"published_at": "2026-05-28T12:29:26Z"
},
{
"tag": "v0.0.67",
"kind": "patch",
"published_at": "2026-05-25T03:09:03Z"
},
{
"tag": "v0.0.66",
"kind": "patch",
"published_at": "2026-05-24T15:00:21Z"
}
],
"recent_commits": [
{
"oid": "638b18f3f3392e9e2dbb17e108c0dc75fedf8864",
"body": "build: gitignore goreleaser dist/ so release artifacts aren't stamped +dirty",
"is_bot": false,
"headline": "Merge pull request #1073 from handarbeit/fix/gitignore-dist-release",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-25T05:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "107391c16797ef944d9d129f77a4b9d7564c75d6",
"body": "… +dirty\n\ngoreleaser writes its build output to dist/ during the release workflow. Because\ndist/ was not gitignored, Go's buildvcs saw an untracked file and stamped every\nrelease binary vcs.modified=true → reported as vX.Y.Z+dirty. Proven by isolation:\nclean tree builds vcs.modified=false; an untrac\n[…]\nlds vcs.modified=true.\nAffected v0.0.73/74/75. Refs #1069.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\nClaude-Session: https://claude.ai/code/session_01Lcq7UwGXeUtF5PpFDUqdGC",
"is_bot": false,
"headline": "build: gitignore goreleaser dist/ so release artifacts aren't stamped…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-25T04:47:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8ce4f20fc9aa897780fcc39219700f418478911d",
"body": "WaitForProjectStatus(..., \"Done\", ...) can miss a landed member: the test\nboard's native archive-on-close automation removes a closed issue's board\nitem from gh project item-list almost instantly, so status can flip\nQueued -> \"\" without ever being observed as \"Done\" between poll ticks.\nAdd WaitForMe\n[…]\npy-path, bisect, and restart-safety scenarios through it.\nmergetrain_runaway_test.go needs no change - it already asserts the\nnegative (status != \"Done\") via the archive-tolerant projectStatus helper.",
"is_bot": false,
"headline": "fix(e2e): assert merge-train landing on durable Done-or-closed signal",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-25T01:36:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e170077e85cffefe3d554d97098f47a97c532d22",
"body": null,
"is_bot": false,
"headline": "Release notes for v0.0.75",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-24T23:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f67b096daa4029b16fd8874079353435ba21473a",
"body": "Per Gemini review: cachedPRNum != 0 is implied by pi.LinkedPRNumber == 0\ncombined with the enclosing pi.LinkedPRNumber != cachedPRNum check.",
"is_bot": false,
"headline": "fix: simplify redundant condition in base-label drift suppression guard",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-24T05:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60bbbe226ab63bf2d184b1c63ec42448c358e6b4",
"body": "Extends the Linkage drift step of the per-poll probe description to cover\nthe new base-labeled 0-vs-nonzero suppression case, and regenerates the\nllms-full.txt bundle.",
"is_bot": false,
"headline": "docs(state-machine): document base:<branch> linkage-drift suppression",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-24T05:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67e7981eb44862b4e0a24495a8aa6928a18b7677",
"body": "Adds TestRunProbeAndDeepFetch_BaseLabeledItem_ZeroProbeSuppressesDrift\n(suppressed case) and\nTestRunProbeAndDeepFetch_BaseLabeledItem_GenuineDriftStillInvalidates\n(different nonzero PR still invalidates).",
"is_bot": false,
"headline": "test(engine): cover base-labeled probe-0-vs-cached-N drift suppression",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-24T05:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f3a7a443356032a16f5f9e3ce4dd3029ce48d74",
"body": "…ch> items\n\nProbe.LinkedPRNumber is structurally always 0 for items whose linked PR\ntargets a non-default base branch (closedByPullRequestsReferences is only\npopulated for default-branch PRs). Recognize this via itemHasBaseLabel on\nthe cached state and leave the warm deep cache untouched instead of\ninvalidating it every poll cycle.",
"is_bot": false,
"headline": "fix(engine): suppress false linkage-drift invalidation for base:<bran…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-24T05:14:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6880b4c2d8b869f4986c86b8c34d2d1f2b84e62f",
"body": "FetchPRReviews returned the full REST review history (every submission,\nunlimited per author), unlike GraphQL's latestReviews which returns one\nreview per author (their most recent). This let a reviewer's stale\nnon-DISMISSED review (e.g. an earlier COMMENTED submission) outlive the\ndismissal of their actual current review and falsely satisfy the\nreview-gate's hasReviews check on base:<branch> repos.\n\nAddresses Gemini review finding on PR #1052.",
"is_bot": false,
"headline": "fix: collapse REST-sourced PR reviews to latest per author",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-24T01:14:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de2a11de7167e2cc4e8189ef2d21e5bf9bad20fe",
"body": "Closes the §5.7/§6.1 'known follow-up limitation' gap left open by #1047:\ndescribes the additive checkReviewGate branch that fetches reviews/requested\nreviewers via REST when closedByPullRequestsReferences is structurally empty.\nRegenerates docs/llms-full.txt per the docs-drift bundle requirement.",
"is_bot": false,
"headline": "docs(state-machine): document base:<branch> review-gate REST data feed",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-24T01:14:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "38899b9e33c94be15183c1b45b3d181950330583",
"body": "…EST data feed\n\nCovers gate-clearing on a submitted REST-sourced review, outstanding-reviewer\nblocking, conservative no-data fallback on a partial REST fetch failure, and\nconfirmation that default-branch items never invoke the new REST helpers.",
"is_bot": false,
"headline": "test(engine): add non-default-base regression tests for review-gate R…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-24T01:14:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65006edfe06500ac9105bf3d4b0b9a096f686e75",
"body": null,
"is_bot": false,
"headline": "chore: partial Implement stage progress (incomplete)",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-24T01:14:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9ca887016a718291e2d6b670701f65bf5e863c3a",
"body": "Base-independent counterparts to the closedByPullRequestsReferences-nested\nreview data, keyed on PR number. Wired through GitHubClient, ReadClient,\nGitHubAdapter, and CacheImpl (always-delegate, no caching — review data is\ntime-sensitive). Mocks updated for compilation; not yet consumed by\ncheckReviewGate.",
"is_bot": false,
"headline": "feat(github): add FetchPRReviews/FetchPRReviewRequests REST helpers",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-24T01:14:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f3ce658156f47c74ca1ff1227fc130135e63d8c",
"body": "Treat FetchPRClosingIssues errors as non-fatal in handleBrokenReviewLinkage\ninstead of falling through to a false-positive pause, matching the\nerror-handling pattern already used in verifyAndHealLinkageByBody.\nSimplify itemHasBaseLabel's non-empty-suffix check to a length comparison.",
"is_bot": false,
"headline": "fix: address Gemini review findings on base:<branch> linkage checks",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-23T23:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba9ffd1e1e13d6e39d304711d5de9351c6a1c2f0",
"body": "Update §5.7 and the FR-013/FR-014 review-gate section to describe the\nadditive base:<branch> branch (verifyAndHealLinkageByBody /\nhandleBrokenReviewLinkage's itemHasBaseLabel path), including the known\nfollow-up limitation that the broader review-gate data feed remains\nunavailable via GraphQL on such repos. Regenerate docs/llms-full.txt per\nCLAUDE.md's docs-drift requirement.",
"is_bot": false,
"headline": "docs(state-machine): document non-default-base linkage verification path",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-23T23:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9582b4b019746d5c5d1783cb10683d31d2e66d13",
"body": "…inkage",
"is_bot": false,
"headline": "test(engine): add non-default-base regression tests for review-gate l…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-23T23:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f04168ada6c4151e1a3e2978ba031e817b93d224",
"body": "…ch> repos\n\nhandleBrokenReviewLinkage now branches on itemHasBaseLabel: when the item\ntargets a non-default base branch, confirm linkage via FetchPRClosingIssues\n(PR body regex) before concluding it's broken, instead of relying solely on\nclosedByPullRequestsReferences (structurally empty for such PRs). The\ndefault-branch message/behavior is unchanged.",
"is_bot": false,
"headline": "fix(engine): confirm review-gate linkage via body regex on base:<bran…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-23T23:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb805e5065787c95ae6e0231dbfc786cba01b880",
"body": "…Linkage",
"is_bot": false,
"headline": "test(engine): add non-default-base regression tests for verifyAndHeal…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-23T23:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4c9728a2f4c9b37378951e6caa2d213346bb25c",
"body": "Extract heal mechanics into attemptLinkageHeal (behavior-preserving) and add\nverifyAndHealLinkageByBody, which confirms/re-verifies linkage via\nFetchPRClosingIssues instead of closedByPullRequestsReferences — a field\nGitHub only populates for PRs targeting the repository default branch.\nverifyAndHealLinkage now branches to the body-based path when the item\ncarries a base:<branch> label; the default-branch path is unchanged.",
"is_bot": false,
"headline": "fix(engine): confirm PR linkage via body regex on base:<branch> repos",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-23T23:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adf448eb0fb6bbe86f1d54e9345ea20bb3f39229",
"body": null,
"is_bot": false,
"headline": "feat(engine): add itemHasBaseLabel helper for non-default-base detection",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-23T23:10:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ac0cc19178fb9899084dbe3635bbb0dd2331810",
"body": "- [HIGH] Drop the projects_v2_item/\"archived\" webhook echo registration\n after ArchiveProjectItem: boardcache/delta.go's \"deleted\"/\"archived\"\n case never calls matchEchoFn (only \"edited\" does), so the echo would\n always expire unmatched and could spuriously trip\n WebhookStreamUnhealthy on burst-\n[…]\nrminal item).\n- [LOW] Document the single-cleanup-stage assumption shared with\n settleClosedItemsToDone.\n\nNew tests: NoWebhookEchoRegistered, FetchBudgetCappedPerPoll.\nRegenerated docs/llms-full.txt.",
"is_bot": false,
"headline": "fix: address adversarial review findings on Done-item archive scan",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-22T14:58:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "094c1b4f87579bf33f87e1a55cbbef274a45b3cc",
"body": "The test only verifies ArchiveProjectItem is called, not that the cache/\nwebhook write-through happens (that's covered separately by\nTestRemoveItemRemovesCachedItem at the boardcache level, matching\nsettleClosedItemsToDone's existing test-depth convention).",
"is_bot": false,
"headline": "fix: correct misleading test name in archive_done_settle_test.go",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-22T14:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0e538001202b9caa36a36474326aef7ef05da4c",
"body": "…168h\n\nOperator decision: keep completed work glanceable on the board for a full\nweek rather than a day, favoring visibility over bloat-reduction. Updates\nthe archiveAfter() default and all warning messages, the Config field\ncomment, ADR-068, docs/USER_GUIDE.md, README.md, docs/state-machine.md,\ndoc\n[…]\nl.txt, and the archiveAfter default-value test cases.\nSettle-scan design, FetchLabelAppliedAt timing, CooldownAt cost-bounding,\nRemoveItem write-through, and FABRIK_ARCHIVE_DONE opt-out are unchanged.",
"is_bot": false,
"headline": "Apply user feedback: change FABRIK_ARCHIVE_AFTER default from 24h to …",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-22T14:58:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "053706bf74275bfc175e174201efd5003bf7b5df",
"body": null,
"is_bot": false,
"headline": "chore: partial Implement stage progress (incomplete)",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-22T14:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e32698b1c82c2e8606dc1728b34a48ec16d4ce94",
"body": "Documents the FetchLabelAppliedAt + CooldownAt-cache decision for\nsettleArchiveDoneItems, and why it avoids the two prior failed attempts'\ndistinct correctness gaps (original: no grace period; #687/#688: an\nUpdatedAt restart-fallback that could reintroduce premature archival).",
"is_bot": false,
"headline": "docs(adr): add ADR-068 for Done-item archive timing",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-22T14:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31546aaa2e33e371811f3cf0ea4032a69f2585d7",
"body": null,
"is_bot": false,
"headline": "chore: partial Implement stage progress (incomplete)",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-22T14:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3efc6147162c3352e89a519d1b6dd9a64287a02d",
"body": "Adds settleArchiveDoneItems, a per-poll settle scan that archives board\nitems once they've sat in the Done column with their completion label for\nat least ArchiveAfter (default 24h). Timing is anchored to the GitHub-side\nstage:<Done>:complete label-applied timestamp (FetchLabelAppliedAt), the\nsame r\n[…]\nible-at time is cached in\nitemstate.CooldownAt so the REST lookup runs at most once per item per\nengine lifetime instead of once per poll.\n\nWired into poll() immediately after settleClosedItemsToDone.",
"is_bot": false,
"headline": "feat(engine): add Done-item auto-archive settle scan (ADR-068)",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-22T14:58:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "24d80dcf4aa45530fbecbff73204a1e0a39f4fe0",
"body": "…veItem\n\nAdds ArchiveAfter/ArchiveDone to engine.Config and a new CacheImpl.RemoveItem\nwrite-through method (wraps store.RemoveByItemID, mirroring the webhook\ndelta path's deleted/archived handling) that the archive-done settle scan\nwill use to keep the cache consistent after ArchiveProjectItem calls.",
"is_bot": false,
"headline": "feat(engine,boardcache): add archive config fields and CacheImpl.Remo…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-22T14:58:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa86168b74cfea92a599d7c0e0aa89b53d37ee29",
"body": "…nding\n\nThe comment claimed runMergeTrainWorker's top-level defer clears the\nin-flight marker here, but this path is only reached via\nreconstructTrainState returning true inside prepareTrainWorker (before\nrunMergeTrainWorker's own defer is ever registered) -- it's actually\nprepareTrainWorker's own-failure defer that fires. Functionally\nharmless (finishTrain is idempotent), but the comment undermined the\nsingle auditable invariant ADR-067 establishes.",
"is_bot": false,
"headline": "fix: correct misleading defer-ownership comment in completeDeferredLa…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f0c34f9cb9a7d1d13e30c9ed97195d275ff1ba11",
"body": "Addresses a github-code-quality review finding on PR #1043: the\ndeferred Close() on the stage log file ignored its error. Logs a\nwarning on failure instead of silently dropping it.",
"is_bot": false,
"headline": "fix: log logFile.Close() error in openStageLog caller",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db9c737db67b0f9bcfb52c72510bc4fd828477dd",
"body": "Lost during the poll.go -> terminal.go move; documents the\nProbe-mutations-must-not-touch-Labels invariant, which isn't obvious\nfrom the code alone.",
"is_bot": false,
"headline": "fix: restore dropped doc comment on runProbeAndDeepFetch",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8e9b537182dd39669ab7f758f622dde770d2368",
"body": "…ifecycle comments.go line\n\nFix the remaining stale engine/poll.go citations for effectiveIdleCap,\nreconcileLoop, the reconcileTicker goroutine, and the hasAwaitingLabel\npre-filter line range — all now point to backoff.go/reconcile.go or the\npost-split poll.go line numbers. Update docs/stage-lifecyc\n[…]\nitation to comments.go:168 (processComments split moved\nthe FABRIK_STAGE_COMPLETE gating line; the described regression prose is\nleft unchanged, per Plan). Regenerate docs/llms-full.txt per CLAUDE.md.",
"is_bot": false,
"headline": "docs(state-machine): finish poll.go split citation fixes; fix stage-l…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3e3c1a2158998f20aa498aa8f591029d50898eeb",
"body": null,
"is_bot": false,
"headline": "chore: partial Implement stage progress (incomplete)",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "082209eceea5a47c8567df2c1288d96aa711ecf0",
"body": "Move TestRunProbeAndDeepFetch_*/TestColdStart_*/TestWebhookModeStartup_*/\nTestProbeNewItem_* into the existing terminal_test.go; move\nTestRunStartupTransientLabelScan_*/TestCheckAllowAutoMerge_* into the\nexisting startup_test.go; move TestLayer1StatusRefresh_*/\nTestReconcileLoop_RunsWithoutWebhookMa\n[…]\ns TestPoll_*/TestCatchupLoop_*/TestYoloCatchup*/\nTestCruiseCatchUp*/TestHandleMergeTrainBatch_*/TestGroupQueuedByRepo* and\nworker-lifecycle tests, per ADR-010's test-mirrors-implementation\nconvention.",
"is_bot": false,
"headline": "test(engine): split poll_test.go to mirror poll.go's file split",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7223633e64451baf8efbaec790080e15cd07c755",
"body": null,
"is_bot": false,
"headline": "chore: partial Implement stage progress (incomplete)",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b78f4d2ff6167143279f53f7aad9724f9f98599c",
"body": "…le.go\n\nPure code motion per ADR-010: rate-limit/idle backoff math moves to\nbackoff.go; probe/deep-fetch terminal predicates (plus the startup\nterminal scan, grouped with the tests that already exercise them in\nterminal_test.go) move to terminal.go; the reconcile ticker and layer-1\nstatus refresh mo\n[…]\n into the\nexisting upgrade.go; git-meta/advisory startup checks merge into the\nexisting startup.go. poll.go itself now holds only Run/poll/dispatch and\nthe merge-train batch routing. No logic changes.",
"is_bot": false,
"headline": "refactor(engine): split poll.go into backoff.go, terminal.go, reconci…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fad5a2a308ad2f557dc2040f7224ba0c8d17317b",
"body": "Split runMergeTrainWorker into prepareTrainWorker (setup through member\nresolution) + the re-form loop, and replace 16 scattered\nmergeTrainInFlight.Delete calls with two defer-based finishTrain calls so\nno future early-return can forget to clear the marker and wedge a repo's\ntrain permanently. Documented as ADR-067; adds a regression test covering\nprepareTrainWorker's own-failure cleanup path.",
"is_bot": false,
"headline": "refactor(engine): centralize merge-train in-flight marker cleanup",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96cefebb1580be9abc0ae2b75b31a5e5c19d303f",
"body": null,
"is_bot": false,
"headline": "chore: partial Implement stage progress (incomplete)",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d700000ccf88bce5a70ac844bd5cf1a0840d693",
"body": "Move applyProjectItem/applyShallowItem/applyProbeItem/stateFrom into\nproject_apply.go and the key/string utilities into keys.go, per ADR-010's\none-concern-per-file convention. Pure code motion, no behavior change.",
"is_bot": false,
"headline": "refactor(itemstate): split store.go into project_apply.go and keys.go",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d477e9fc991ade6e26f68648e79d451a4c40d1d9",
"body": "Extract handleBrokenReviewLinkage, reviewGateOutstanding, reviewGateAllBots,\ncheckBotPhase2Timeout, and checkAwaitingReviewTimeout from checkReviewGate,\nleaving it as an orchestrator over the bot-reviewer escalation ladder. Pure\ncode-motion — behavior unchanged.",
"is_bot": false,
"headline": "refactor(engine): split checkReviewGate into named helpers",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4711ddcfc385a5350fb39cb54a3096a1da01b021",
"body": "…eableState\n\nExtract the check-runs and mergeable-state classification branches (each with\ntheir own CIWaitTimeout handling and fabrik:awaiting-ci mutation) into named\nhelpers, leaving checkCIGate as an orchestrator. Also hoists the repeated\n30-minute-default CIWaitTimeout resolution into ciWaitTimeout(). Pure\ncode-motion — behavior unchanged.",
"is_bot": false,
"headline": "refactor(engine): split checkCIGate into classifyCIFromCheckRuns/Merg…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76228e923ecc2ed6819d55a673fbe17d78c3593f",
"body": "Replace the repeated ctx/stopCh/backoff select block with sleepOrStop, and\ncompute the elapsed/probeTimeout/stderr-shape signals once per subprocess\nexit via classifyExit instead of re-deriving them in each downstream branch.\nPure code-motion — behavior unchanged.",
"is_bot": false,
"headline": "refactor(engine): extract classifyExit + sleepOrStop from supervise",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8671f963e3eacd0a6d1ae74b7e660caf4d4f137e",
"body": "…enStageLog\n\nExtract the log-file setup and the post-exit parse/classify logic from\nrunClaude into named helpers, with a table-driven test for\ninterpretClaudeResult now that it's isolated from process invocation.\nPure code-motion — behavior unchanged.",
"is_bot": false,
"headline": "refactor(engine): decompose runClaude into interpretClaudeResult + op…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6390e856417c3b9bd3d4c4d383c2a50fe4236ce6",
"body": "Extract acknowledgeComments, runCommentExtensionLoop, publishCommentOutput,\nand finalizeComments from processComments, reducing it to an orchestrator.\nPure code-motion — behavior unchanged.",
"is_bot": false,
"headline": "refactor(engine): decompose processComments into named helpers",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca8fc050e9618438658552d884173c1d1307bc3c",
"body": "Hoist the GraphQL query to a package const, promote the anonymous result\nstruct to fetchItemDetailsResult/fetchItemDetailsNode, and split the mapping\nlogic into applyLabels/applyBlockedBy/applyComments/applyLinkedPRs. Pure\ncode-motion — behavior unchanged.",
"is_bot": false,
"headline": "refactor(github): decompose FetchItemDetails into named apply* helpers",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T23:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82f87ff946ca87e54ac023a931e734d106788e9a",
"body": "…ntText\n\nGemini flagged bytes.Split's upfront allocation of the full line slice.\nSwitch to bufio.Scanner, with an explicit buffer sized to the whole input\nso a single oversized NDJSON line (e.g. a large tool_use/tool_result\nblock) can't silently truncate scanning under Scanner's default 64KB\nmax-token-size.",
"is_bot": false,
"headline": "Fix review finding: scan NDJSON output line-by-line in forEachAssista…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d3e9754734e39bb998878979d7bdbec6fd49b2d",
"body": "… signature\n\nThe FR-4 idempotency note quoted hasLabel(item, \"...\") which no longer\nmatches the code after the hasLabel signature change in this branch.",
"is_bot": false,
"headline": "docs(state-machine): update hasLabel call syntax to match slice-based…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a203f6d91deba56156e003e2f02a448e43d53fba",
"body": "Both functions silenced an unused ctx parameter with _ = ctx. Removes\nthe parameter and updates all production and test call sites.",
"is_bot": false,
"headline": "chore(engine): drop unused ctx param from ejectMember and dissolveBatch",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "88b3085dfe716ff4cd95a62b3b26baab807fb490",
"body": "…_train.go\n\nbuildTrainConflictComment never used its baseBranch parameter, and\nresolveConflictWithClaude never read InvokeForComments' output value.",
"is_bot": false,
"headline": "chore(engine): drop unused baseBranch param and output local in merge…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3aaccc5d63255d7b13b736ec81d988d6603a5f45",
"body": "…te debuglog.go\n\nThe seenItems duplicate-scan and 5 debugLog(...) calls in the hot\ndispatch loop were debug scaffolding, POSTing to a hardcoded\nlocalhost:9876 debug server that no-ops otherwise. Removing them leaves\ndebugLog/debugf with zero production callers, so delete debuglog.go\nand its test.",
"is_bot": false,
"headline": "chore(engine): remove debug scaffolding from dispatchCandidates, dele…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcb3e4d2a6253befbf3b0582b535abed17f0b7f8",
"body": "…hange\n\nThe counter was only ever silenced via _ = matched and never read.",
"is_bot": false,
"headline": "chore(engine): remove dead matched counter in PushUnblockObserver.OnC…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b444c8c0a5c7ded880508a98eb3dd72f908776bb",
"body": "Wraps the two RefreshPlugin() error returns in upgrade.go and the\nwatch.Run() return in watch.go with fmt.Errorf context, per the repo's\nerror-wrapping convention. The fset.Parse error in upgrade.go is\ndeliberately left unwrapped: TestRunUpgrade_HelpFlag and main.go's\nflag.ErrHelp handling depend on identity/errors.Is propagation of\nflag.ErrHelp, which the flag package's own ContinueOnError already\nreports with full context.",
"is_bot": false,
"headline": "fix(cmd): wrap bare error returns in upgrade.go and watch.go",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a75fcf374abbb379f431c0c2d14f9b469fa01fc",
"body": null,
"is_bot": false,
"headline": "chore: partial Implement stage progress (incomplete)",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f63efe8212aa079f375e52e0a7bdaeca2878c943",
"body": "The 4 error-returning paths for branch/worktree creation, removal, and\nbranch deletion wrapped raw command output; align with the other\nerror-wrapping sites in the file by trimming with strings.TrimSpace.",
"is_bot": false,
"headline": "refactor(engine): trim git command output in worktree.go error wraps",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc18cf3ab0b5d40167773c31a0f6d38b390e8bf7",
"body": "…anupComplete\n\nerrors.Is(nil, x) is always false, so the errors.Is check was fully\nsubsumed by the trailing snapErr != nil — simplify to the equivalent\ncondition and drop the now-unused errors import.",
"is_bot": false,
"headline": "fix(engine): drop redundant errors.Is guard in janitorIsOffBoardOrCle…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0dd13d71b92c2a19a6eda4286e0b3ca2e73591e",
"body": "…Duration\n\nMaxWallTime, KillGrace.SigInt, and KillGrace.SigTerm each duplicated the\nsame parse-then-reject-negative logic differing only in field name and\nerror text. Collapse onto one parameterized helper; error messages are\nunchanged.",
"is_bot": false,
"headline": "refactor(stages): collapse duration-parse blocks via parseNonNegative…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df7575ae2d214feb718b19b5bcd93ec802748665",
"body": "The 7 delta handlers in delta.go returned silently on json.Unmarshal\nfailure, discarding evidence of malformed webhook payloads. Log via\nthe existing c.logFn convention before returning.",
"is_bot": false,
"headline": "fix(boardcache): log before silently dropping malformed delta payloads",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95f147a696b1a1032781219753b83250837a713e",
"body": "…yIssueLabelMutationDelta\n\nThe two cases in applyIssuesDelta were identical apart from the action\nname, mutation type, and log tag. Extracts the shared echo/ensure/apply/\nbump sequence into one helper parameterized by the mutation.",
"is_bot": false,
"headline": "refactor(boardcache): collapse labeled/unlabeled delta cases via appl…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a64088c9d2f73df2cbfbcb51ec7cfe87fe9bccc",
"body": "…deLog\n\nAligns claude.go's error/warning logging with the claudeLog convention\ninstead of writing directly to os.Stderr, and threads issueNumber into\nsaveSessionIDDirect so its warnings carry the correct issue context.",
"is_bot": false,
"headline": "refactor(engine): route saveDebugLog/saveSessionIDDirect through clau…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8eeda07499e7388b874d4b4c1696964217220f15",
"body": null,
"is_bot": false,
"headline": "chore: partial Implement stage progress (incomplete)",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ab06a03062572efe272642d7ffb729b76c71bfa",
"body": "… unused getOrCreate param\n\nReplaces the mutex-guarded observer ID counter with atomic.AddUint64.\nHoists captureObservers() above the per-item loops in applyBoardReconciled\nand the reset-notification path instead of calling it once per item.\nDrops the unused Mutation param from getOrCreate.",
"is_bot": false,
"headline": "refactor(itemstate): atomic observer ID, hoist captureObservers, drop…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "258d5d295298b4ca7ad69e8515173df4e95064f3",
"body": "Replaces copyTimeMap/copyBoolMap/copyIntMap/copyStringMap with a single\ngeneric copyMap[K comparable, V any] in internal/itemstate/snapshot.go.",
"is_bot": false,
"headline": "refactor(itemstate): collapse per-type map copiers into generic copyMap",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "164b00187327d363c7f97023e518adf1cb39c6ec",
"body": "… through isWorkerStale\n\nCollapses the two near-identical label-scan passes in runStartupCleanup\ninto forEachStaleUnworkedItem, and routes runWorkerDetectorScan's\nPID/heartbeat decision through the existing isWorkerStale predicate\ninstead of reimplementing it inline.",
"is_bot": false,
"headline": "refactor(engine): add forEachStaleUnworkedItem, route worker detector…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57e02d8b33ece771ae5ef4d55abe90b81e85a773",
"body": "…through it\n\nhasLabel now takes []string instead of gh.ProjectItem so it can be reused\nby non-ProjectItem label sources. Updates all ~45 call sites to pass\n.Labels, and replaces the 3 hand-rolled label-scan loops in poll.go and\n2 in merge_gate.go with calls to the helper.",
"is_bot": false,
"headline": "refactor(engine): make hasLabel slice-based, route hand-rolled loops …",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T16:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bb2ef20679d9b7bf6522826b6c4c81ba0dbd956",
"body": "…eReexecPluginRefresh from Execute\n\nReplaces the ~17 most uniform flag>env>config.yaml precedence blocks in\nExecute with calls to three typed resolver helpers, and collapses the two\nnear-identical re-exec plugin-refresh blocks (auto-upgrade, SIGHUP restart)\ninto a single parameterized helper. Pure code motion, no behavior change;\nadds focused direct-call tests for the new resolvers.",
"is_bot": false,
"headline": "refactor(cmd): extract resolveBool/resolveInt/resolveDuration + handl…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T15:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "740960cac0e7c01f4cf2a40fac93e34fddf5bf57",
"body": "…patchCandidates\n\nExtracts the deep-fetch pre-filter loop and the dispatch loop out of poll(),\nleaving both as named helpers in poll.go (no file-level split, per scoped\nrequest). Pure code motion, no behavior change; adds focused direct-call\ntests for the new helpers.",
"is_bot": false,
"headline": "refactor(engine): decompose poll into selectDeepFetchCandidates + dis…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T15:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b93d8c8723390a69fc1b45fbd39fb5ae84ebce2",
"body": "Extracts handleCleanupStage, acquireLockAndVerify, runInvocationWithExtension,\nand finalizeStageOutcome from processItem, leaving it as an orchestrator.\nPure code motion, no behavior change; adds focused direct-call tests for the\nnew helpers that were not independently testable before.",
"is_bot": false,
"headline": "refactor(engine): decompose processItem into named helpers",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T15:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3723ed570d1cf9f4819f6932285944dcbb4b492",
"body": "…kage success path\n\ngemini-code-assist flagged that the success path acquired and immediately\nreleased c.mu without writing anything under it — needless lock contention\non the webhook-delta hot path. Only the storeErr!=nil branch actually\nwrites to recentMissCache, so only that branch needs the lock.",
"is_bot": false,
"headline": "Fix review finding: avoid unnecessary c.mu lock on resolveOrHealPRLin…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T09:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9294ac43080b83faf4b9b1333f84ad7d0bca596",
"body": "Documents the do() REST core and uniform sentinel mapping, the\npaginateGraphQL/retryOnEmpty split and why it's two generics instead of one,\napplyKeyedMutation's deliberate 5-of-6 scope, and resolveOrHealPRLinkage's\nscope boundary plus the AST lock-invariant test extension. Follows\nADR-065's structure as the immediately-preceding code-health precedent.",
"is_bot": false,
"headline": "docs: add ADR-066 for consolidated GitHub request helpers",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T09:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "239b01fc34bfd07df506ff1f7e16461495ccece2",
"body": "…andlers\n\napplyPullRequestDelta, applyPullRequestReviewDelta,\napplyPullRequestReviewCommentDelta, and applyCheckRunDelta each repeated a\n~20-line block: resolvePRLinkage -> not-found negative-cache record + drop\nlog -> store.Get confirmation outside c.mu -> confirm-failure negative-cache\nrecord. Ext\n[…]\nache_test.go, which captured the raw format string instead of\nformatting it with args — a latent bug this refactor exposed once the\n\"dropped ...\" message moved from the format string into an argument.",
"is_bot": false,
"headline": "refactor(boardcache): extract resolveOrHealPRLinkage, route 4 delta h…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T09:32:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "667edefcb75c6efcea33a7464d210907a4cec96d",
"body": "…rough it\n\nUpdateItemStatus, ApplyLabelAdded, ApplyLabelRemoved, ApplyIssueClosed, and\nApplyCommentAdded shared an identical parseItemKey -> invalid-key log ->\nphantom-guard -> store.Apply -> bump-sequence preamble. ApplyStatusBatch is\nexcluded — it resolves its key from the mutation's returned snap\n[…]\n per map\nentry rather than from an input key, so it doesn't fit the same shape.\n\nStandardizes the invalid-key log wording to \"invalid\" across all 5 (only\nUpdateItemStatus previously said \"not found\").",
"is_bot": false,
"headline": "refactor(boardcache): extract applyKeyedMutation, route 5 mutators th…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T09:32:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf86fd8358708d8a2204d052d4e5cb791a1ae099",
"body": "Adds operation context to bare error returns in labels.go, comments.go,\nstatus.go, and project.go's AddBlockedByIssue per .claude/rules/golang.md.\nerrors.Is sentinel checks (ErrNotFound, ErrUnprocessableEntity) are\npreserved since fmt.Errorf's %w keeps the unwrap chain intact.",
"is_bot": false,
"headline": "refactor(github): wrap bare error returns with %w context",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T09:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86857782a99f226b4f5986d7eebd70f4d03556d0",
"body": "…ueEntry\n\nThe comment GraphQL selection (id databaseId author{login} body createdAt\nreactionGroups{...}) was hand-written 5 times across FetchItemDetails and\nfetchNodeComments. Extract it as a Go const fragment concatenated into each\nquery string. MergeQueueEntry construction (State/Position/optional\nEnqueuer.Login) was duplicated at 2 sites; extract toMergeQueueEntry and a\nnamed mergeQueueEntryData type (replacing the two inline anonymous structs\nthat decoded the same shape).\n\nPart of #1028.",
"is_bot": false,
"headline": "refactor(github): extract commentSelectionFragment const + toMergeQue…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T09:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b3179d8293cb7fcdf15d79c34fce1109fbb541d",
"body": "fetchProjectBoardOnce, probeProjectBoardOnce, and FetchProjectItemStatusBatch\neach hand-rolled the cursor loop, totalCount tracking, and hasNextPage/\nendCursor validation. fetchProjectBoard and probeProjectBoard each hand-rolled\nan identical 3-attempt retry-on-empty wrapper.\n\nExtract two generics: p\n[…]\nmpty[T]\n(the backoff/retry policy). probeProjectBoard's two return values are\ncarried through retryOnEmpty via a small probeBoardResult wrapper since the\nhelper is single-result-typed.\n\nPart of #1028.",
"is_bot": false,
"headline": "refactor(github): extract paginateGraphQL + retryOnEmpty generics",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T09:32:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0775a78ad1e83d1c0a5f26e1c0bb8ad6a27948a5",
"body": "…gh it\n\nMarkPRReady, EnablePullRequestAutoMerge, EnqueuePullRequest, and\nDequeuePullRequest each copied the same ~28-line \"fetch PR node id via\nGraphQL\" block before their one-line mutation. Extract c.prNodeID and\nroute all four call sites through it.\n\nPart of #1028.",
"is_bot": false,
"headline": "refactor(github): extract prNodeID helper, route 4 PR mutations throu…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T09:32:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "450a51abc2b0d30ff89b67d46f866679cfc96a37",
"body": "restRequest, restGetJSON, restGet, restPostWithResponse, restPutWithResponse,\nand restDelete each hand-rolled NewRequest -> headers -> Do -> Close ->\nupdateRestStats -> status handling. Introduce c.do(method, url, body)\nreturning (*http.Response, []byte, error) and route all six through it as\nthin d\n[…]\n-health audit); do()\nnow applies all three uniformly to every REST verb. This is additive only —\nno caller that ignored a sentinel is affected, and no on-wire request\nbehavior changes.\n\nPart of #1028.",
"is_bot": false,
"headline": "refactor(github): extract shared do() REST core, unify sentinel mapping",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T09:32:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c0db512094a6ad465a9f341c934d11af8a4e7cc9",
"body": "dispatchCIFixReinvoke/dispatchReviewReinvoke/dispatchRebaseReinvoke's\ndoc comments still described the old inline goroutine scaffold that\nwas extracted into dispatchReinvoke (engine/reinvoke.go); update them\nto describe the thin-wrapper delegation instead.",
"is_bot": false,
"headline": "docs(engine): correct stale reinvoke-dispatcher doc comments",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T08:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a11bbef1aa643653d286d8c8b72865e4f490a3ae",
"body": null,
"is_bot": false,
"headline": "chore: partial Implement stage progress (incomplete)",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T08:30:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60cd436154949d9ef647ea06bf602ac20305d05b",
"body": "handleReviewGate and the two handleMergeAndCIGates blocks (rebase, ci-fix)\neach repeated: read snapshot -> bail if in-flight -> read <Kind>Cycles ->\ncompare to max -> pause or increment+dispatch+mark-advanced. Extract\ndispatchWithCycleLimit, parameterized by the cycle accessor, an optional\nshort-cir\n[…]\nplicit param so it can't be\nsilently dropped from CI-fix or leak into review/rebase), the increment\nevent, the dispatch func, and the pause func. All three blocks now route\nthrough it.\n\nPart of #1027.",
"is_bot": false,
"headline": "refactor(engine): extract shared cycle-limit dispatch helper",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T08:30:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "425c34adcca19213066a9133a1bbb2d7de0b2c6a",
"body": "dispatchCIFixReinvoke, dispatchReviewReinvoke, and dispatchRebaseReinvoke\nshared ~60 lines of identical worker scaffolding (WorkerEntered, semaphore\nacquire, ensureRepoReady+ErrSkipItem, lock registration, heartbeat,\nonPIDReady, processComments). Extract dispatchReinvoke (engine/reinvoke.go),\nparame\n[…]\n\nrebase's auto-merge re-enablement). All three dispatchers, including rebase\n(not named in the issue text but sharing the identical duplication), now\nroute through it as thin wrappers.\n\nPart of #1027.",
"is_bot": false,
"headline": "refactor(engine): extract shared reinvoke goroutine scaffold",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T08:30:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "76fffa8e45dacb3f732f711dc0c4ff1a6679e8b9",
"body": "…pers\n\nrecordNoWorkNeededRetry/recordChildPlacementRetry/recordMergeTrainMemberCloseRetry\nand their matching clear*Marker/escalate*Failure functions were line-for-line\nidentical modulo a synthetic stage constant. Extract recordSettleRetry,\nclearSettleMarker, and escalateSettle (engine/settle.go); ea\n[…]\nment hook (escalateChildPlacementFailure keeps its CreatedAt-omitting\nraw AddComment and notifyParentOfStalledChild divergence at its own call\nsite, not leaked into the shared helper).\n\nPart of #1027.",
"is_bot": false,
"headline": "refactor(engine): extract shared settle-scan retry/clear/escalate hel…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T08:30:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "32ca0fe51dd7b719e162bc9647f9bf5e62d8768b",
"body": null,
"is_bot": false,
"headline": "chore: partial Review stage progress (incomplete)",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T07:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e13f639dc3812e189987e5dd884a02e06ce1f11c",
"body": null,
"is_bot": false,
"headline": "docs: document pauseOpts.labelFirst ordering axis in ADR-065",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T07:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "058462c871588ea5ca722394ed69872bdc19658a",
"body": "…t sites\n\npauseIssue always posted the pause comment before applying fabrik:paused,\nbut the original hand-inlined code at escalatePRCreationFailure,\nescalateFailedStage, and pauseForBrokenLinkage added the label first. The\nissue's scope explicitly disallows changing when labels/comments happen, so\nadd a pauseOpts.labelFirst flag to reproduce each call site's original\nordering, and add order-asserting tests for all three pauseOpts patterns.",
"is_bot": false,
"headline": "fix: preserve label-before-comment order in pauseIssue's 3 label-firs…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T07:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23147fd4abf05d6e1d0aa3896a979a4eb83f2189",
"body": "Documents the addLabel/removeLabel/postItemComment/pauseIssue/cache()\nidiom in engine/mutate.go: why the repo-key derivation is centralized,\nwhy pauseIssue needs a pauseOpts struct rather than a single bool\n(three distinct pre-existing echo/awaiting-input/react patterns across\nthe 13 pause/escalate call sites), and the sanctioned ErrNotFound cache-\nsync fix vs. the preserved-not-unified pauseFor*/escalate* echo\nasymmetry. Cross-references ADR-042 (mutation echo-check).",
"is_bot": false,
"headline": "docs: add ADR-065 for consolidated GitHub-mutation helpers",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T07:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d23c8eec8c3ffec428da395537ae8e9370b3fbee",
"body": "…lDeltaAt\n\nUpdateItemStatus, ApplyLabelAdded, ApplyLabelRemoved, ApplyIssueClosed,\nApplyCommentAdded, ApplyStatusBatch, and RegisterItemID each re-inlined\nthe now := time.Now(); c.mu.Lock(); c.localDeltaAt[key] = now; c.mu.Unlock()\nsequence instead of calling the existing bumpLocalDeltaAt helper\n(delta.go), which was already used correctly 23 times elsewhere. Same\ncleanup as the engine-side mutation helpers, applied to this\ncache-internal idiom.",
"is_bot": false,
"headline": "refactor(boardcache): collapse inline localDeltaAt writes to bumpLoca…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T07:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aee53108cdad77a0f3d9b6448f1501c45471ca69",
"body": "Replaces the remaining raw if cacheImpl, ok := e.readClient.(*boardcache.CacheImpl); ok\nassertions in poll.go, merge_train.go, pr_terminal_advance.go, stages.go,\nworker_liveness.go, and closed_item_advance_settle.go with the e.cache()\naccessor. These sites keep their surrounding control flow (which \n[…]\nnto reconcileLoop/runProbeAndDeepFetch) is left\nas-is: it isn't a single mutate-then-cache-then-echo call site, so\ncollapsing it would require restructuring the function rather than a\nmechanical swap.",
"is_bot": false,
"headline": "refactor(engine): sweep remaining CacheImpl assertions to cache()",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T07:44:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6b40dffd3438070a9bddc84fe35d8351e08053d2",
"body": "Routes the ApplyCommentAdded comment-post blocks (and any remaining raw\nlabel/cache sites) in comments.go, dependencies.go, engine.go, pr.go,\nand the merge-train-member-close/no-work-needed/spawn settle files\nthrough postItemComment/postComment/addLabel/removeLabel/cache().\n\nPer the sanctioned excep\n[…]\nnd the spawn_settle.go escalation comment (which omits CreatedAt on\nits cache write, unlike every other site) are kept on the lower-level,\nnon-echoing/react-preserving path to stay fully conservative.",
"is_bot": false,
"headline": "refactor(engine): route comment-post blocks through postComment helpers",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T07:44:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c5c6451976191d0fdd25aa50c429a832e3865c78",
"body": "Routes the non-pauseFor* label, comment, and cache-assertion sites in\nthese four files through the mutate.go helpers (applyLabelAdd/Remove,\npostComment, cache()). The pauseFor* functions themselves were already\nrouted through pauseIssue in a prior commit and are untouched here.",
"is_bot": false,
"headline": "refactor(engine): route merge_gate/ci/reviews/prcreate mutation sites",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T07:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aebdead771557617f39882b13c4a7ec29f8b485e",
"body": "Adds Engine.syncLabelAdd (symmetric to syncLabelRemoval) so sites that\nmust perform the GitHub mutation directly (lock/in-progress label\nacquisition gated on success, retry loops) can still share the cache\nwrite-through + echo tail instead of re-typing it.\n\nRoutes the remaining raw (*boardcache.Cach\n[…]\nthe cache on\nErrNotFound (previously skipped), per the sanctioned removeLabel fix,\nand centralizes blockOnInput/unblockAwaitingInput/handleStopRequest's\nrepo resolution through the item-based helpers.",
"is_bot": false,
"headline": "refactor(engine): route item.go/spawn.go mutation sites through helpers",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T07:44:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "07e4c99b26046224f39050aee2d4dddb94199d3d",
"body": null,
"is_bot": false,
"headline": "chore: partial Implement stage progress (incomplete)",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T07:44:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ce834246aab935f165e32a69405fe7c4aaca93a5",
"body": "Routes all 11 pauseFor* functions (merge_gate.go x4, ci.go x4, reviews.go x2,\nprcreate.go x1) and the 2 escalate* functions (item.go) through the new\npauseIssue helper, passing a literal pauseOpts per call site matching its\nexact pre-existing echo/awaiting-input/react behavior (Pattern A/B/C from th\n[…]\nliterals through the new postComment -> postItemComment / pauseIssue funnel,\nsince the checker previously only understood direct e.client.AddComment call\nsites.\n\nFull go build/vet/test -race is green.",
"is_bot": false,
"headline": "refactor(engine): route pauseFor*/escalate* functions through pauseIssue",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T07:44:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "27778d688b1bca624aa67e9ef6a212d4caded561",
"body": "Introduces e.cache(), e.addLabel/removeLabel, e.postComment/postItemComment,\nand e.pauseIssue — the three-beat idiom (GitHub mutation -> cache\nwrite-through -> webhook echo) currently hand-copied at ~115 label sites, 44\ncomment sites, and 170+ cache-cast sites. Repo resolution is centralized via\nite\n[…]\nct (not a single\nbool) since the 13 pauseFor*/escalate* call sites fall into three distinct\necho/awaiting-input/react patterns, not two.\n\nNo call sites routed yet — that follows in subsequent commits.",
"is_bot": false,
"headline": "feat(engine): add consolidated mutation helpers (label/comment/pause)",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T07:44:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4a59dda27966e4c3fe0d353b82aa9abc1b614a66",
"body": "…tems removal",
"is_bot": false,
"headline": "docs: update state-machine.md for reconcileCache/archiveDoneCompleteI…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T06:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45036c9776edd74d5d1e2c46250840b78d3faa2f",
"body": null,
"is_bot": false,
"headline": "chore: partial Implement stage progress (incomplete)",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T06:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7d147096cb339fc856d9a9c17df2932d7e3c204",
"body": null,
"is_bot": false,
"headline": "refactor(tui): delete dead applyOSC8 helper",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T06:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2ea79081b7d61b4e41b6d1b8270838bc431adec5",
"body": "…lls wrapper",
"is_bot": false,
"headline": "refactor(engine,cmd): delete dead TrainWorktreeDir and checkPluginSki…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T06:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3756aa7d85f387ca0a163e28cb24f3ad42e91236",
"body": "…eepFieldsFromState)",
"is_bot": false,
"headline": "refactor(boardcache): delete dead copyDeepFields (superseded by copyD…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T06:09:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08af8d6390e89cbc2a96d6bf408e716db280e9a5",
"body": "…AwaitingReviewLabel\n\nGemini flagged that the fix #4 ErrNotFound branches (and the pre-existing\nsuccess branches) still keyed the cache write-through on item.Repo, which is\nempty for default-repo items — the same bug class fix #2/#3 already\naddressed elsewhere. owner/repo are already function parame\n[…]\nl_ErrNotFound to construct the\nitem with an empty Repo (relying on the defaultRepo() fallback) so the test\nactually observes the key mismatch — confirmed it now fails before this fix\nand passes after.",
"is_bot": false,
"headline": "Fix review finding: use resolved owner/repo, not item.Repo, in remove…",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T04:28:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d09def8a5913813be3079ee5ce9ed2b32db5fdd1",
"body": "os.WriteFile's error was previously discarded, so a failed write to\n.git/info/exclude (e.g. permissions, disk full, or the ENOTDIR case\ncovered by the new regression test) was silently ignored and runInit\nreported success regardless.",
"is_bot": false,
"headline": "fix(cmd): check writeGitExclude error before reporting init success",
"author_name": "arbeithand",
"author_login": "arbeithand",
"committed_at": "2026-07-21T04:28:47Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 10,
"commits_last_year": 2459,
"latest_release_at": "2026-07-24T23:54:28Z",
"latest_release_tag": "v0.0.75",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 17,
"days_since_latest_release": 0,
"mean_days_between_releases": 6.8
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 87,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "github.com/handarbeit/fabrik",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/handarbeit/fabrik",
"is_deprecated": false,
"latest_version": "v0.0.75",
"repository_url": "https://github.com/handarbeit/fabrik",
"versions_count": 75,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-24T23:53:12Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 1,
"stars": 19,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-07-23",
"count": 1
}
],
"complete": true,
"collected": 1,
"total_forks": 1
},
"star_history": null,
"open_issues_and_prs": 43
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": true,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 109920,
"source_files_sampled": 264,
"oversized_source_files": 6,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 20457
},
"dependencies": {
"manifests": [
"docs/Gemfile",
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.38.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5024"
],
"fixed_version": "0.44.0",
"advisory_count": 1,
"oldest_advisory_days": 63
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.3.8",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 10
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 2
},
"advisory_count": 2,
"affected_count": 2,
"assessed_count": 25,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 3,
"direct_affected_count": 0
},
"ecosystems": [
"go",
"rubygems"
],
"dependencies": [
{
"name": "gopkg.in/yaml.v3",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v3.0.1"
},
{
"name": "github.com/charmbracelet/bubbles",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.0.0"
},
{
"name": "github.com/charmbracelet/bubbletea",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.3.10"
},
{
"name": "github.com/charmbracelet/lipgloss",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.1.0"
},
{
"name": "github.com/charmbracelet/x/ansi",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.11.6"
},
{
"name": "github.com/joho/godotenv",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v1.5.1"
},
{
"name": "github.com/mattn/go-isatty",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.0.20"
},
{
"name": "github.com/muesli/termenv",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.16.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/charmbracelet/bubbles",
"direct": true,
"version": "v1.0.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/bubbletea",
"direct": true,
"version": "v1.3.10",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/lipgloss",
"direct": true,
"version": "v1.1.0",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/ansi",
"direct": true,
"version": "v0.11.6",
"ecosystem": "go"
},
{
"name": "github.com/joho/godotenv",
"direct": true,
"version": "v1.5.1",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-isatty",
"direct": true,
"version": "v0.0.20",
"ecosystem": "go"
},
{
"name": "github.com/muesli/termenv",
"direct": true,
"version": "v0.16.0",
"ecosystem": "go"
},
{
"name": "gopkg.in/yaml.v3",
"direct": true,
"version": "v3.0.1",
"ecosystem": "go"
},
{
"name": "github.com/aymanbagabas/go-osc52/v2",
"direct": false,
"version": "v2.0.1",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/colorprofile",
"direct": false,
"version": "v0.4.1",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/cellbuf",
"direct": false,
"version": "v0.0.15",
"ecosystem": "go"
},
{
"name": "github.com/charmbracelet/x/term",
"direct": false,
"version": "v0.2.2",
"ecosystem": "go"
},
{
"name": "github.com/clipperhouse/displaywidth",
"direct": false,
"version": "v0.9.0",
"ecosystem": "go"
},
{
"name": "github.com/clipperhouse/stringish",
"direct": false,
"version": "v0.1.1",
"ecosystem": "go"
},
{
"name": "github.com/clipperhouse/uax29/v2",
"direct": false,
"version": "v2.5.0",
"ecosystem": "go"
},
{
"name": "github.com/erikgeiser/coninput",
"direct": false,
"version": "v0.0.0-20211004153227-1c3628e74d0f",
"ecosystem": "go"
},
{
"name": "github.com/lucasb-eyer/go-colorful",
"direct": false,
"version": "v1.3.0",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-localereader",
"direct": false,
"version": "v0.0.1",
"ecosystem": "go"
},
{
"name": "github.com/mattn/go-runewidth",
"direct": false,
"version": "v0.0.19",
"ecosystem": "go"
},
{
"name": "github.com/muesli/ansi",
"direct": false,
"version": "v0.0.0-20230316100256-276c6243b2f6",
"ecosystem": "go"
},
{
"name": "github.com/muesli/cancelreader",
"direct": false,
"version": "v0.2.2",
"ecosystem": "go"
},
{
"name": "github.com/rivo/uniseg",
"direct": false,
"version": "v0.4.7",
"ecosystem": "go"
},
{
"name": "github.com/xo/terminfo",
"direct": false,
"version": "v0.0.0-20220910002029-abceb7e1c41e",
"ecosystem": "go"
},
{
"name": "golang.org/x/sys",
"direct": false,
"version": "v0.38.0",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": false,
"version": "v0.3.8",
"ecosystem": "go"
},
{
"name": "github-pages",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "jekyll-feed",
"direct": false,
"version": null,
"ecosystem": "rubygems"
},
{
"name": "jekyll-seo-tag",
"direct": false,
"version": null,
"ecosystem": "rubygems"
}
],
"collected": true,
"truncated": false,
"total_count": 28,
"direct_count": 8,
"indirect_count": 20
}
},
"maintainership": {
"issues": {
"open_prs": 8,
"merged_prs": 468,
"open_issues": 35,
"closed_ratio": 0.936,
"closed_issues": 511,
"closed_unmerged_prs": 21
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "arbeithand",
"commits": 2459,
"avatar_url": "https://avatars.githubusercontent.com/u/282098327?v=4"
},
{
"type": "User",
"login": "jmatthewpryor",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/850570?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.999
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"docs-drift.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "7 out of 7 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": 1,
"reason": "Found 1/8 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 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 10 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 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": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "638b18f3f3392e9e2dbb17e108c0dc75fedf8864",
"ran_at": "2026-07-25T05:54:09Z",
"aggregate_score": 4.7,
"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-25T05:09:47Z",
"oldest_open_prs": [
{
"number": 1016,
"created_at": "2026-07-20T15:31:21Z",
"last_comment_at": "2026-07-22T22:09:53Z",
"last_comment_author": "arbeithand"
},
{
"number": 1048,
"created_at": "2026-07-23T21:19:30Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 1054,
"created_at": "2026-07-24T01:45:42Z",
"last_comment_at": "2026-07-24T06:43:58Z",
"last_comment_author": "gemini-code-assist"
},
{
"number": 1063,
"created_at": "2026-07-25T00:02:51Z",
"last_comment_at": "2026-07-25T05:46:29Z",
"last_comment_author": "verveguy"
},
{
"number": 1064,
"created_at": "2026-07-25T00:11:43Z",
"last_comment_at": "2026-07-25T00:16:28Z",
"last_comment_author": "arbeithand"
},
{
"number": 1068,
"created_at": "2026-07-25T01:54:28Z",
"last_comment_at": "2026-07-25T05:44:57Z",
"last_comment_author": "verveguy"
},
{
"number": 1075,
"created_at": "2026-07-25T05:03:07Z",
"last_comment_at": "2026-07-25T05:07:30Z",
"last_comment_author": "arbeithand"
},
{
"number": 1076,
"created_at": "2026-07-25T05:44:28Z",
"last_comment_at": "2026-07-25T05:44:36Z",
"last_comment_author": "gemini-code-assist"
}
],
"last_merged_pr_at": "2026-07-25T05:08:32Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 765,
"created_at": "2026-05-23T19:28:56Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 768,
"created_at": "2026-05-23T19:29:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 770,
"created_at": "2026-05-23T19:29:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 771,
"created_at": "2026-05-23T19:29:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 772,
"created_at": "2026-05-23T19:29:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 774,
"created_at": "2026-05-23T19:29:48Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 815,
"created_at": "2026-05-25T02:33:55Z",
"last_comment_at": "2026-05-25T02:38:15Z",
"last_comment_author": "arbeithand"
},
{
"number": 816,
"created_at": "2026-05-25T02:35:39Z",
"last_comment_at": "2026-05-26T14:21:47Z",
"last_comment_author": "arbeithand"
},
{
"number": 825,
"created_at": "2026-05-25T13:53:32Z",
"last_comment_at": "2026-05-25T13:58:18Z",
"last_comment_author": "arbeithand"
},
{
"number": 884,
"created_at": "2026-06-17T04:16:37Z",
"last_comment_at": "2026-06-17T12:19:16Z",
"last_comment_author": "arbeithand"
},
{
"number": 921,
"created_at": "2026-06-20T14:16:10Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 925,
"created_at": "2026-06-20T16:10:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 933,
"created_at": "2026-06-20T22:21:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 957,
"created_at": "2026-07-01T15:57:32Z",
"last_comment_at": "2026-07-13T04:12:56Z",
"last_comment_author": "arbeithand"
},
{
"number": 969,
"created_at": "2026-07-10T18:26:29Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 971,
"created_at": "2026-07-12T18:26:28Z",
"last_comment_at": "2026-07-13T05:38:13Z",
"last_comment_author": "arbeithand"
},
{
"number": 973,
"created_at": "2026-07-12T20:41:24Z",
"last_comment_at": "2026-07-19T05:20:21Z",
"last_comment_author": "arbeithand"
},
{
"number": 976,
"created_at": "2026-07-12T21:37:03Z",
"last_comment_at": "2026-07-22T22:09:52Z",
"last_comment_author": "arbeithand"
},
{
"number": 980,
"created_at": "2026-07-13T04:05:34Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 987,
"created_at": "2026-07-14T17:18:10Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/handarbeit/fabrik",
"host": "github.com",
"name": "fabrik",
"owner": "handarbeit"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"security": 58,
"vitality": 82,
"community": 54,
"governance": 54,
"engineering": 77
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 82,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 76,
"inputs": {
"commits_last_year": 2459,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 17
},
"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": "17/52 weeks with commits",
"points": 11.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 17
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "2459 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 2459
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 10 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 10,
"latest_release_tag": "v0.0.75",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 6.8
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "10 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 10
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~6.8 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 6.8
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 54,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"forks": 1,
"stars": 19,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "19 stars",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 19
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "1 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 1
}
}
],
"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 (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 54,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 12,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.999
},
"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": "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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"merged_prs": 468,
"open_issues": 35,
"closed_issues": 511,
"issue_closed_ratio": 0.936,
"closed_unmerged_prs": 21
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "94% of issues closed",
"points": 43.8,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 94
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "468/489 decided PRs merged",
"points": 36.6,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 468,
"decided": 489
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/8 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"followers": 3,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "handarbeit",
"public_repos": 3,
"account_age_days": 80
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "3 followers of handarbeit",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "handarbeit"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "3 public repos, account ~0 yr old",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 3
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/handarbeit/fabrik"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "75 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 75
}
}
],
"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": 77,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "7 out of 7 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"agentic",
"ai-agents",
"anthropic",
"automation",
"claude",
"claude-code",
"developer-tools",
"devops",
"github-issues",
"github-projects",
"golang",
"orchestration",
"sdlc",
"workflow-automation"
],
"has_wiki": false,
"homepage": "https://fabrik.handarbeit.io",
"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://fabrik.handarbeit.io",
"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": "14 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 14
}
}
],
"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": 58,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 47,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 4.7
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "7 out of 7 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 1/8 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "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 10 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 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": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 25 resolved dependencies against OSV; 3 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). 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_unassessed",
"params": {
"count": 3
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 2,
"assessed_packages": 25,
"unassessed_packages": 3,
"affected_by_severity": "unknown 2",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 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": 1
},
"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": 74,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"has_llms_txt": true,
"legible_history_share": 0.99,
"agent_instruction_files": [
"CLAUDE.md"
],
"agent_instruction_max_bytes": 20457
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": "llms.txt present",
"points": 15,
"status": "met",
"details": [
{
"code": "llms_txt_present",
"params": {}
}
],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "99 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 99,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "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": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 109920,
"source_files_sampled": 264,
"oversized_source_files": 6
},
"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": "6/264 source files over 60KB",
"points": 53.8,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 264,
"oversized": 6
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-07-25T05:54:25.543462Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/h/handarbeit/fabrik.svg",
"full_name": "handarbeit/fabrik",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}