Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 48716,
"has_wiki": true,
"homepage": null,
"languages": {
"Go": 208894,
"Shell": 9863,
"Dockerfile": 1234
},
"pushed_at": "2026-07-13T23:38:35Z",
"created_at": "2026-06-23T22:11:25Z",
"owner_type": "User",
"updated_at": "2026-07-13T20:55:50Z",
"description": "Buildkite terminal flight deck – an interactive, live‑updating TUI for monitoring pipelines, builds, jobs, and artifacts.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": "Alex H. Raber",
"type": "User",
"login": "alexhraber",
"company": "✝️ CxO @ Decapod Labs 🦀",
"location": "PNW",
"followers": 32,
"avatar_url": "https://avatars.githubusercontent.com/u/29316054?v=4",
"created_at": "2017-06-09T22:47:03Z",
"is_verified": null,
"public_repos": 528,
"account_age_days": 3333
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-07-12T00:44:41Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-07-11T07:20:21Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-11T07:16:32Z"
}
],
"recent_commits": [
{
"oid": "0389a3ee3e61e07a99c20ec37bf746fa608932dc",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-13T20:55:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b19e237766f2a54f59e894932207cb4e217b5533",
"body": null,
"is_bot": false,
"headline": "fix(tui): extend build detail commit message length (#90)",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-12T00:44:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27cc43efe937794bb54b12697af2b65b25cbf49f",
"body": "The release step may run on a different agent than the tag step, so\ngit tag -l finds nothing in a fresh shallow checkout. Add a 3-tier\nfallback chain: BUILDKITE_TAG, git fetch --tags + git tag -l, and\ngit ls-remote --tags as final fallback.",
"is_bot": false,
"headline": "fix: resolve release tag from remote when missing locally (#89)",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T07:20:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "670cfb9a8262cb917e211fdb1b9d77bdd4cce69a",
"body": "* fix(ci): debug VERSION output, remove --step filters, drop re-upload\n\n- Add echo DEBUG: VERSION='${VERSION}' to see actual value\n- Download builddeck.tag without --step filter (searches all steps)\n- Keep --step release_build as fallback (also no 2>/dev/null)\n- Remove release_build's re-upload of b\n[…]\nt v* tag from local git\n3. Falls back to querying remote tags via git ls-remote\n\nNo more builddeck.tag — only tag step uploads it (for release_build's\nversion detection). Release step doesn't need it.",
"is_bot": false,
"headline": "fix(ci): resolve release tag from git, drop artifact handoff (#87)",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T07:16:32Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e88b2bb73658f0aedcca1ed3b06845901e8745a8",
"body": "Have release_build re-upload builddeck.tag under its own step so the\nrelease step can download from --step release_build (immediate\navailability, no propagation delay). The tag step also uploads it,\ngiving two sources for the release step to try.\n\nThree-tier resolution:\n1. Local file (same agent, fr\n[…]\nattempt cleans up stale files with rm -f before trying the\ndownload, preventing rename-file-exists conflicts.\n\nRemoved 2>/dev/null from all artifact download calls so errors are\nvisible in build logs.",
"is_bot": false,
"headline": "fix(ci): two-step artifact resolution for release version (#86)",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T07:07:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e06015ca06b2b3b75a2b4817636d171f37542b6c",
"body": "…bel for accepted (#85)\n\nRelease step: use local files when present (single-agent), download\nonly when missing. Eliminates the rename-file-exists conflict because\nwe never download over an existing file.\n\nstateLabel: accepted state was falling through to default which\nreturned 'acce'. Add explicit case for 'accepted' -> 'ACPT'.",
"is_bot": false,
"headline": "fix(ci): local-first artifact resolution in release step; fix stateLa…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T06:59:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d58b1ee1c7141bdc22d7d53dfe886643c98336ba",
"body": "* fix(ci): download release assets from release_build step before calling release.sh\n\nThe release step gets a fresh workspace — neither builddeck,\nbuilddeck.sha256, nor builddeck.tag survive from the previous step.\nDownload all three from --step release_build before invoking\nrelease.sh so the GitHub\n[…]\n's artifact download tries to rename a\ntemp file to builddeck, but the existing file blocks the rename.\nRemove stale files (builddeck, builddeck.sha256, builddeck.tag)\nbefore downloading fresh copies.",
"is_bot": false,
"headline": "fix(ci): remove stale checkout files before artifact download (#84)",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T06:51:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a8bcef9de7affeaf94fa48e01ab08997a936a29b",
"body": "…ng release.sh (#83)\n\nThe release step gets a fresh workspace — neither builddeck,\nbuilddeck.sha256, nor builddeck.tag survive from the previous step.\nDownload all three from --step release_build before invoking\nrelease.sh so the GitHub release has real assets to upload.\n\nSame fix for pipeline.release.yml: download from --step build.",
"is_bot": false,
"headline": "fix(ci): download release assets from release_build step before calli…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T06:46:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7016028d1bad5c2295278cab8f534b7c904fe42c",
"body": "…release handoff (#82)\n\nThe release step always got a fresh workspace, so the local\nbuilddeck.tag file from release_build was never available. The\nrelease step always skipped with 'No tag was created'.\n\nFix:\n- release_build now re-uploads builddeck.tag (downloaded from tag\n step) under its own step\n[…]\nard to prevent empty-version crashes.\n- Conditional upload: builddeck.tag is only uploaded from\n release_build if it exists and has content (i.e., a tag was\n created). 'dev' builds are not uploaded.",
"is_bot": false,
"headline": "fix(ci): download builddeck.tag from release_build step for reliable …",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T06:45:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d976c6e6806631e6545b19ee04ecc7c4f8d28fbd",
"body": "…#81)\n\n* fix(ci): stop uploading artifacts from snapshot step to avoid duplicates\n\nBoth snapshot and release_build uploaded files named builddeck and\nbuilddeck.sha256, creating duplicate artifacts in the Buildkite pane.\nSnapshot is build verification only — its binary is never consumed\ndownstream. R\n[…]\n file\n left by release_build on the same agent, with a [[ -s builddeck.tag ]]\n guard to prevent calling release.sh with an empty version.\n\nSame fix applied to pipeline.release.yml for consistency.",
"is_bot": false,
"headline": "fix(ci): release step fails with empty version, duplicate artifacts (…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T06:40:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7b139fd5147cba17fb6691a1c2621d694852d1dd",
"body": "…line (#80)\n\nPR #79 split the pipeline into validation-only (pipeline.yml) and a\nseparate release pipeline (pipeline.release.yml), but the release\npipeline was never wired in Buildkite. Merging to main created a\ntag but no binary or GitHub release.\n\nFix: restore release_build (binary + sha256) and G\n[…]\npipeline remains available as a\nstandalone option for manually pushed tags.\n\nAlso merges build+checksum into one step in pipeline.release.yml\nto match the same-agent optimization done in pipeline.yml.",
"is_bot": false,
"headline": "fix(ci): add release build and GitHub release steps back to main pipe…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T06:33:09Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9aa4cddeea81c0428d74a7e86f3060d9ca9b2102",
"body": "… (#79)\n\n* feat: split CI pipeline — validation + manual release gate + separate release pipeline\n\nInspired by buildkite/cli's pipeline architecture:\n\npipeline.yml (main CI):\n- Add cache volume (hooks/pre-command for GOCACHE/GOMODCACHE/GOLANGCI_LINT_CACHE)\n- Add Snapshot Build step — compiles binary\n[…]\num artifact is uploaded before tagging proceeds.\n\n* fix(ci): checksum step doesn't need to download builddeck — it's on the same agent\n\n* fix(ci): skip commitlint on main — already vetted by PR checks",
"is_bot": false,
"headline": "feat: split CI pipeline, cache volumes, commit lint, checksum restore…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T06:25:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "507a8e5adf5b827a3aff48298acae19f0cb5018b",
"body": "… release pipeline (#78)\n\n* feat: split CI pipeline — validation + manual release gate + separate release pipeline\n\nInspired by buildkite/cli's pipeline architecture:\n\npipeline.yml (main CI):\n- Add cache volume (hooks/pre-command for GOCACHE/GOMODCACHE/GOLANGCI_LINT_CACHE)\n- Add Snapshot Build step \n[…]\n now depends on checksum instead of snapshot directly — the\nchecksum artifact is uploaded before tagging proceeds.\n\n* fix(ci): checksum step doesn't need to download builddeck — it's on the same agent",
"is_bot": false,
"headline": "feat: split CI pipeline — validation + manual release gate + separate…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T06:18:54Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "70c95f6460f3661f5b94658ee5715affe00f81d0",
"body": "Removed Codecov badge from README.",
"is_bot": false,
"headline": "Remove Codecov badge from README",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T05:43:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0944553198c7b102f890bc2dbbc8632f75eee60b",
"body": "…(#69)",
"is_bot": false,
"headline": "fix: replace sunset Go Report Card badge with Codecov coverage badge …",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T05:43:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db53c7fa13342910b995b970f2b366f3d2695eb8",
"body": "* feat: rewrite README with punchy copy, update living specs to match codebase\n\n- README: bold new copy with full feature coverage (emoji system, source ref\n navigation, agent queue view, global search, filter presets, 6 themes,\n tertiary validation, artifact SHA256, semver tags, smart polling)\n- \n[…]\nybinding table: enter/ctrl+s replaces o for opening source refs\n- The log view intercepts keys before general routing, so o does not work there;\n enter/ctrl+s (keys.OpenSource) is the correct binding",
"is_bot": false,
"headline": "docs: rewrite README + sync living specs with codebase (#68)",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T05:36:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bd9dabc59f824ea3d8676cd90490ebc838754516",
"body": "The kitty terminal protocol uses \\x1b_ (DCS/Device Control String)\nnot just \\x1b] (OSC). The previous regex only handled OSC, leaving\nthe payload (bk;t=...\\x07) attached to the file path.\n\nExpands ansiPattern to capture any ESC + non-ESC/non-BEL payload\nsequence terminated by ST (\\x1b\\) or BEL (\\x07), plus orphan BELs.",
"is_bot": false,
"headline": "fix: handle DCS (\\x1b_) escape sequences in ANSI stripping (#67)",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T04:58:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81b59f439d93206ce60ea5dc2c17f8096ad62a50",
"body": "…(#66)\n\n* fix: render searchMsg in log view status bar, clear stale messages, update hints\n\n* fix: strip ANSI escape sequences from log before parsing source refs\n\nANSI/terminal escape sequences (CSI colors, OSC kitty protocol) embedded\nin log output directly before file paths caused the regex to in\n[…]\nI (\\x1b[...m), OSC (\\x1b]...\\x1b\\),\nand other escape sequences. Applied in both parseSourceRefs (for\ncorrect file path extraction) and setLogContent (so display positions\nalign with parsed positions).",
"is_bot": false,
"headline": "fix: strip ANSI escape sequences from log before parsing source refs …",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T04:54:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "087e5a4cffc09fdf29f5ee45edbcb0e190cee3f0",
"body": "…pdate hints (#65)",
"is_bot": false,
"headline": "fix: render searchMsg in log view status bar, clear stale messages, u…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T04:45:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "707ca78f312c3839971eb4c3f221e5bfa2dc6d59",
"body": "…dling (#64)\n\n- Expand refPattern to accept paths with leading /\n- Add altRefPattern for Python File\"path\", line N and JS at path:N:M\n- Add extractRefs helper with dedup by file:line:col\n- Strip leading / from file paths in URL builder\n- Add searchMsg feedback when n/N pressed with no refs\n- Show dimmed hint in status bar when 0 refs detected\n- Fix EndCol/StartCol test expectations",
"is_bot": false,
"headline": "fix: broader ref pattern matching, user feedback, dedup, URL path han…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T04:35:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a60a7e983bc229ba50338bcb9e329e53f851f890",
"body": "* feat: implement log-to-code click-to-source mapping (DX #60)\n\n- Add LogSourceRef type and source ref parser (source_refs.go)\n- Detect file:line patterns in log output with regex\n- Highlight detected source references in log view\n- Add n/N keys to navigate between source references\n- Add Enter/ctrl\n[…]\n gitToHTTPS/openURL for GitHub source links\n- Add sourceRefStyle/sourceRefSelStyle for highlighted refs\n- Add comprehensive unit tests for the parser\n\n* fix: gofmt formatting in update.go and views.go",
"is_bot": false,
"headline": "DX: Implement Integrated Log-to-Code Mapping (Click-to-Source) (#63)",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T03:47:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6c5cefc8682d095702c0993b24c09e03c2e36b14",
"body": null,
"is_bot": false,
"headline": "fix: increase commit message truncation limit in build details",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T00:19:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e28c585fe44ccec5075740e7ac6c0259b0ed5a3",
"body": null,
"is_bot": false,
"headline": "fix: remove tabs from pipeline.yml comments",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T00:14:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7defa2dc0e1ad50cf617b474113ceb62f7045c91",
"body": null,
"is_bot": false,
"headline": "fix: remove tab characters from pipeline.yml",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T00:11:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "311ffcd3923df93bc21be86b55e2fee62f440a1c",
"body": null,
"is_bot": false,
"headline": "fix: update pipeline to use builddeck.tag instead of tag.txt",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T00:05:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ba7a89ef3faf0b69fc8d66e798d232d04cb2a1a3",
"body": null,
"is_bot": false,
"headline": "fix: ensure binary and checksum artifacts are downloaded for release",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-11T00:04:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1f021130c71631ea7a879b13660692e873f6f11",
"body": null,
"is_bot": false,
"headline": "fix: decouple release creation from asset upload",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T23:50:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "809f87b6680bd5eb72e5ce552e46abddbed87ad2",
"body": null,
"is_bot": false,
"headline": "fix: swap tag and sha columns in artifact list",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T23:20:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d4251be810930c6c13c2e751ab5e18bb3530992",
"body": null,
"is_bot": false,
"headline": "fix: render artifact tag",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T23:15:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be187e89fea325308857c167bf723ca6ee1d551e",
"body": null,
"is_bot": false,
"headline": "fix: trigger release v0.0.1",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T23:08:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b2e2aeed6bdbf4d6b9a41f614b0cd4ae841b894",
"body": null,
"is_bot": false,
"headline": "fix: set initial version to v0.0.0 and loosen conventional commit regex",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T23:08:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "295f4cf7c1f4079dae0dce5eb22c813762262529",
"body": null,
"is_bot": false,
"headline": "feat: trigger release v0.2.1",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T23:03:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1146b4097f325fea14268deb0a75d74581b01220",
"body": null,
"is_bot": false,
"headline": "style: run gofmt on update.go",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T23:00:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff9de49d6323ec89fe07db9bf0c0ba266557353e",
"body": null,
"is_bot": false,
"headline": "fix: integrate artifactTagMsg into update loop",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T22:47:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ebeacaaa18401620166796ebc56e6a5a366b82cc",
"body": null,
"is_bot": false,
"headline": "fix: resolve syntax error in version.sh",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T22:43:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "354fe480e024e6cf29edf4c51f92b46edc854cfb",
"body": null,
"is_bot": false,
"headline": "fix: correct error handling in loadTagCmd to satisfy vet and lint",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T22:39:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6110b07aa721bbcad7ee8a35cb8c6072ae94e5a8",
"body": null,
"is_bot": false,
"headline": "fix: add nosec for artifact tag download",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T22:28:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "664345661f7116020e144f9e3a06a0db208b1cd3",
"body": null,
"is_bot": false,
"headline": "fix: resolve final syntax error in update.go",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T22:22:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2022d3625a1e5e39822f6a052485fdfbf59d60f6",
"body": null,
"is_bot": false,
"headline": "feat: replace tag.txt with builddeck.tag and restore separate Tag field",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T22:09:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "841b617b594bc9e7095d1a3e4416598144c69bd9",
"body": null,
"is_bot": false,
"headline": "feat: move tag value to commit field and remove tag field",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T21:59:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3adbac14e49df2651dbd609c28040df7de7b52d",
"body": null,
"is_bot": false,
"headline": "fix: use contains for tag.txt matching",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T21:55:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2225a3f1db517e8a3b48851faf1e9521b5548f00",
"body": null,
"is_bot": false,
"headline": "fix: use suffix match for tag.txt for artifact identification",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T21:48:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6efd235444aef9965d2f360e483b6df96708f3da",
"body": null,
"is_bot": false,
"headline": "fix: paginate through Buildkite artifacts in ListArtifacts",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T21:31:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "955813dea04c4670dd7a8598900338413deb3a7e",
"body": null,
"is_bot": false,
"headline": "fix: rename RUN label to EXEC",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T21:22:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80d1032c59c61752f3c926367b166885960b656f",
"body": null,
"is_bot": false,
"headline": "fix: move whitespace after RUN label (RUN instead of RUN)",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T21:21:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30b6deaec066e75a1221692e39ba992df63d14be",
"body": null,
"is_bot": false,
"headline": "fix: remove Bearer auth from tag artifact download, handle 303 redirects",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T21:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "281613fbbc3817a19692f6b2975a359f4391fe6c",
"body": null,
"is_bot": false,
"headline": "fix: test tag and release pipeline",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:59:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f821d213c93547aa7d111685137e3512130729d4",
"body": null,
"is_bot": false,
"headline": "feat: push to trigger tag",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:57:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "021b7884a55758fbe186ef8555ba76f5cbfe9928",
"body": null,
"is_bot": false,
"headline": "fix: test tag push",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:57:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "664d891287ae1348406745e9a4bef83c79e9827c",
"body": null,
"is_bot": false,
"headline": "feat: trigger release",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:57:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1400c434013cac3421f71bae286bb6c9b525c62",
"body": null,
"is_bot": false,
"headline": "feat: test tag artifact upload",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:53:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db3a193ba18900b0e033acf5023095cb50108d79",
"body": null,
"is_bot": false,
"headline": "fix: add error handling to tag.sh",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f42651dddcfb047c850ac69458c0b47863a6e75",
"body": null,
"is_bot": false,
"headline": "feat: test tag artifact",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09726ce5e025e2fcfa79e7802bf537c01f378ef6",
"body": null,
"is_bot": false,
"headline": "fix: release.sh download all assets and fix upload",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:51:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ce71ac53452460a890cf742e6199892c389946e",
"body": null,
"is_bot": false,
"headline": "feat: release v0.2.0 with proper tag/release pipeline",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:47:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3b105f2eefe9e7c13ca7bac9e461d77a75c6625",
"body": null,
"is_bot": false,
"headline": "fix: version.sh grep patterns",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:47:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "423f2e98173b38755dfa1c3026811f37c66a8d10",
"body": null,
"is_bot": false,
"headline": "fix: ensure tag creation works",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:42:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee208bb1946cdac518bc6a5c55dc3dd0ab4edea2",
"body": null,
"is_bot": false,
"headline": "fix: pipeline YAML indentation for build step",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:38:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07678c330e328d12d53ffd42c9959faf35840d57",
"body": null,
"is_bot": false,
"headline": "fix: fix tag step exit on no conventional commits",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:35:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3576e957619fdcc3c0ee11094015faf5797b5e1",
"body": null,
"is_bot": false,
"headline": "feat: add tag artifact for build details display",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:35:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22937b7b892d4cfe20635475e9415e14d753de49",
"body": null,
"is_bot": false,
"headline": "fix: tag step exits silently when no conventional commits",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:35:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1893bd731894ce0db921b84d0c3e215fe69fc1b8",
"body": "…ed to git tag",
"is_bot": false,
"headline": "release.sh: publish all artifacts with categorized release notes link…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:31:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c6a5502fead96985dca7c571c6bfa5f6e974b7f",
"body": null,
"is_bot": false,
"headline": "feat: add tag display in build details",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:29:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96b20f4ee7cc307e571ee7860fe289fd6a1b73ef",
"body": "…tional commits, tag.sh pushes tag, build uses version.sh, release.sh generates categorized notes with binary+checksum",
"is_bot": false,
"headline": "Refactor tag/release pipeline: version.sh computes semver from conven…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:29:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c756d565e2e9c2fb243717e54b75f72f9ece466a",
"body": null,
"is_bot": false,
"headline": "Add Tag field to build detail pane",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:18:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93a1d769fcab4fc5839c5c8bd11e9e3ddf6a5fb4",
"body": null,
"is_bot": false,
"headline": "fix: fix typo in release notes",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:13:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7431183f29004f02e8241490e4a94bae55ace3cb",
"body": null,
"is_bot": false,
"headline": "feat: add tag display in build details",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:12:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e08633461bc7029dcc66d8d65508ff61456e565c",
"body": "…sh with proper notes",
"is_bot": false,
"headline": "Refactor pipeline: version.sh for semver, tag.sh pushes tag, release.…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a496c8e9f3f526b789fc8bb08216c6358b2ca61",
"body": "Build step now queries GitHub API for tag on commit SHA instead of version.txt artifact",
"is_bot": false,
"headline": "feat: build step queries GitHub tags for version",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9977a8e5a909bb655d3b021154e49c1b3a785338",
"body": "Uses GITHUB_TOKEN secret for authenticated git push in tag step",
"is_bot": false,
"headline": "fix: tag.sh authenticated push using GITHUB_TOKEN secret",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bbebbc8ad7efc288ccb9431b499d522fbb0f264",
"body": "Queries Buildkite API for tags on commit SHA, displays in build detail overlay",
"is_bot": false,
"headline": "feat: add tag display in build details from pipeline tag step",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "05e13b0f2c4bb2da5804986a592b40e330d51749",
"body": "…ategorized commits",
"is_bot": false,
"headline": "release.sh: proper GitHub Release with notes, binary, checksum, and c…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:07:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b9f35b617f92aa84be2138ddd5e3e1485d65e41",
"body": null,
"is_bot": false,
"headline": "Always show Tag field in build details (even when empty)",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:03:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1abecd958e4e976252f0e6bbc5b73e4aaa20df1",
"body": "…build detail overlay",
"is_bot": false,
"headline": "Add tag display in build details: fetch tags for commit SHA, show in …",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T08:00:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc59dd00d2ff38bcabe096f7578a408a99d77721",
"body": "…r GITHUB_TOKEN",
"is_bot": false,
"headline": "pipeline: query GitHub tags for version in build step, use secrets fo…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T07:44:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d00d8c3c431fe5d42f725e0e527e213577e33d8",
"body": null,
"is_bot": false,
"headline": "Fix pipeline: use secrets key for GITHUB_TOKEN Buildkite secret",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T07:39:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3705a8cdcce07441d42c8361bdd7fe843a128b46",
"body": null,
"is_bot": false,
"headline": "Fix tag.sh: use token as username for git push",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T07:35:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5366db240d4a3edf18cd6f1aea338a9b9d3ba495",
"body": null,
"is_bot": false,
"headline": "trigger: test GITHUB_TOKEN in tag step",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T07:33:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "617318ea54ff0734e245988c979f978efa09796c",
"body": null,
"is_bot": false,
"headline": "tag.sh: add debug for GITHUB_TOKEN",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T07:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "777060912ae2b6c279c5841e73693daaaf2408c9",
"body": "…d push/release",
"is_bot": false,
"headline": "pipeline: expose GITHUB_TOKEN to tag and build steps for authenticate…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T07:23:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f344b6cf5ab86c36dec48dce37f5d8d16c5dc49a",
"body": null,
"is_bot": false,
"headline": "tag.sh: use GITHUB_TOKEN for authenticated git push",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T07:20:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5104cb58215310ac4a1f87ba186a72842c36b28",
"body": null,
"is_bot": false,
"headline": "fix: reset version baseline",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T07:15:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f6ca1a35db6e7dd45f6054d084c62cec7e4184d",
"body": "…binary",
"is_bot": false,
"headline": "Restore tag creation in tag.sh (pushes tag), release.sh only uploads …",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T07:13:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a82afa691d5308c2e646c93a57a5523ec96bf479",
"body": "…h handles tag creation",
"is_bot": false,
"headline": "Fix tag step: no git push (uses gh release create instead), release.s…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T07:12:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "465d8eae61938bdc5a3822c4697f7bd0a864365d",
"body": null,
"is_bot": false,
"headline": "Fix tag.sh: git config identity, early exit for non-main/tag builds",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T07:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53ad110c842c961361f285b9ceeb887c23d13dec",
"body": "…stream build step",
"is_bot": false,
"headline": "Fix tag step: inline conditional, always uploads version.txt for down…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T07:07:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77581e2a362a9c72ade4876627479e0c3c6c826a",
"body": null,
"is_bot": false,
"headline": "Fix if condition quoting for tag step",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T07:05:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "27f628b27d80957610b8b6ace67285e32a8bd8bd",
"body": "…ersion",
"is_bot": false,
"headline": "Fix build step: handle both tag step artifact and BUILDKITE_TAG for v…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T07:00:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee22044f5224d0e6bd1ec52675530da427a53c61",
"body": null,
"is_bot": false,
"headline": "Fix pipeline: combine branches+if into single condition",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T06:57:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "989f28dd2999c91a1a1d4e2b50794a652cff6aa7",
"body": "…tional commits",
"is_bot": false,
"headline": "Fix pipeline: tag step indent, add tag.sh for semver bump from conven…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T06:56:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b5c3fee37253ce5725635649e00e88678b5931f0",
"body": "…ag->build->release",
"is_bot": false,
"headline": "Add tag.sh: auto-tag from conventional commits, pipeline fans-in to t…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T06:53:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7995d925b2b195fb73aa6bafa553eb2cd9848174",
"body": "…onventional commits",
"is_bot": false,
"headline": "Pipeline tag step: auto-detect semver bump (major/minor/patch) from c…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T06:50:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77d811e48a60a148df1ac6a731f5e18c6af2cdeb",
"body": "…r release",
"is_bot": false,
"headline": "Pipeline: semver tag step with auto patch bump, build uses version fo…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T06:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b319094a8f2dcab7664448c61eb148ecae9cb4b9",
"body": "…build uses version for release",
"is_bot": false,
"headline": "Add tag step to pipeline: date-based versioning, creates/pushes tag, …",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T06:46:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d3425cbb3337099d8a2c02370f412ecd39029c31",
"body": null,
"is_bot": false,
"headline": "Add Shift+O to help overlays for theme/options",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T06:44:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7a9c5724977d761fd967988bc9d2ab02fba1d29",
"body": "Removed layout section from README.md.",
"is_bot": false,
"headline": "Remove layout example from README",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T06:39:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a19af9eaaba51063eb0db0bbf157593e15ed5706",
"body": null,
"is_bot": false,
"headline": "Update layout section in README.md",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T06:38:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18cced9847da6485e527fb5a8878220d83af2de4",
"body": null,
"is_bot": false,
"headline": "screenshots",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T06:34:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5691be78013dd517220af701079d4aa65309fd81",
"body": null,
"is_bot": false,
"headline": "screenshots",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T06:32:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1571b975a208a8255e8d09f348975be8ba9ff4d5",
"body": "…ns section",
"is_bot": false,
"headline": "Update README: document theme switching (Shift+O), add themes & optio…",
"author_name": "Alex H. Raber",
"author_login": "alexhraber",
"committed_at": "2026-07-10T06:30:11Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 3,
"commits_last_year": 211,
"latest_release_at": "2026-07-12T00:44:41Z",
"latest_release_tag": "v0.1.2",
"releases_from_tags": true,
"days_since_last_push": 12,
"active_weeks_last_year": 4,
"days_since_latest_release": 14,
"mean_days_between_releases": 0.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 42,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/alexhraber/builddeck",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/alexhraber/builddeck",
"is_deprecated": false,
"latest_version": "v0.1.2",
"repository_url": "https://github.com/alexhraber/builddeck",
"versions_count": 3,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-12T00:44:41Z",
"latest_version_yanked": null,
"days_since_latest_publish": 14
}
]
},
"popularity": {
"forks": 0,
"stars": 1,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 9
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod"
],
"largest_source_bytes": 48010,
"source_files_sampled": 24,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md",
"GEMINI.md"
],
"agent_instruction_max_bytes": 6270
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"go"
],
"dependencies": [
{
"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/rivo/uniseg",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.4.7"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 78,
"open_issues": 9,
"closed_ratio": 0.25,
"closed_issues": 3,
"closed_unmerged_prs": 1
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "alexhraber",
"commits": 210,
"avatar_url": "https://avatars.githubusercontent.com/u/29316054?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"decapod-validate.yml"
],
"has_docs_dir": false,
"linter_configs": [
".golangci.yml"
],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "19 out of 19 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0389a3ee3e61e07a99c20ec37bf746fa608932dc",
"ran_at": "2026-07-26T17:19:34Z",
"aggregate_score": 3.2,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-13T20:56:20Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-12T00:44:41Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 61,
"created_at": "2026-07-10T23:45:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 62,
"created_at": "2026-07-10T23:45:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 70,
"created_at": "2026-07-11T05:51:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 72,
"created_at": "2026-07-11T05:53:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 73,
"created_at": "2026-07-11T05:53:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 74,
"created_at": "2026-07-11T05:53:03Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 75,
"created_at": "2026-07-11T05:53:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 76,
"created_at": "2026-07-11T05:53:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 88,
"created_at": "2026-07-11T07:19:46Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/alexhraber/builddeck",
"host": "github.com",
"name": "builddeck",
"owner": "alexhraber"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"security": 32,
"vitality": 65,
"community": 24,
"governance": 49,
"engineering": 70
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 65,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"commits_last_year": 211,
"human_commit_share": 1,
"days_since_last_push": 12,
"active_weeks_last_year": 4
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 12 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 12
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "211 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 211
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 3,
"latest_release_tag": "v0.1.2",
"releases_from_tags": true,
"days_since_latest_release": 14,
"mean_days_between_releases": 0.4
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "3 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 3
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 14 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 14
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~0.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.4
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 24,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 1,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "1 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 1
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 49,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 13,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"merged_prs": 78,
"open_issues": 9,
"closed_issues": 3,
"issue_closed_ratio": 0.25,
"closed_unmerged_prs": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "25% of issues closed",
"points": 11.7,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 25
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "78/79 decided PRs merged",
"points": 37.8,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 78,
"decided": 79
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 57,
"inputs": {
"followers": 32,
"owner_type": "User",
"is_verified": null,
"owner_login": "alexhraber",
"public_repos": 528,
"account_age_days": 3333
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "32 followers of alexhraber",
"points": 10.9,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 32,
"login": "alexhraber"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "528 public repos, account ~9 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 528
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"packages": [
"github.com/alexhraber/builddeck"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 14
},
"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 14 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 14
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "3 published versions",
"points": 12,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 3
}
}
],
"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": 70,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": ".golangci.yml",
"points": 16,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "19 out of 19 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 32,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 32,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.2
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "19 out of 19 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 78,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "good",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.7,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md",
"GEMINI.md"
],
"agent_instruction_max_bytes": 6270
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md, GEMINI.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md, GEMINI.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "70 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 37.3,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 70,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0,
"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": ".golangci.yml",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".golangci.yml"
}
}
],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 48010,
"source_files_sampled": 24,
"oversized_source_files": 0
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "0/24 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 24,
"oversized": 0
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository"
],
"report_type": "repository",
"generated_at": "2026-07-26T17:19:46.078243Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/a/alexhraber/builddeck.svg",
"full_name": "alexhraber/builddeck",
"license_state": "standard",
"license_spdx": "MIT"
}