原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 436,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 215225,
"HCL": 2889,
"Just": 5629,
"Shell": 31255,
"Dockerfile": 15852,
"Go Template": 59172
},
"pushed_at": "2026-07-19T22:42:42Z",
"created_at": "2026-05-08T05:59:57Z",
"owner_type": "User",
"updated_at": "2026-07-18T00:01:35Z",
"description": null,
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go",
"Go Template"
]
},
"owner": {
"blog": "lillevang.dev",
"name": "Jeppe Lillevang Salling",
"type": "User",
"login": "Lillevang",
"company": "Globeteam",
"location": "Copenhagen",
"followers": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/31436900?v=4",
"created_at": "2017-08-29T09:28:10Z",
"is_verified": null,
"public_repos": 44,
"account_age_days": 3250
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-07-18T00:07:19Z"
},
{
"tag": "build-24",
"kind": "other",
"published_at": "2026-05-24T07:34:21Z"
},
{
"tag": "build-23",
"kind": "other",
"published_at": "2026-05-24T07:04:10Z"
},
{
"tag": "build-22",
"kind": "other",
"published_at": "2026-05-24T06:36:25Z"
},
{
"tag": "build-21",
"kind": "other",
"published_at": "2026-05-24T06:20:10Z"
},
{
"tag": "build-20",
"kind": "other",
"published_at": "2026-05-23T11:22:04Z"
},
{
"tag": "build-19",
"kind": "other",
"published_at": "2026-05-23T10:50:20Z"
},
{
"tag": "build-18",
"kind": "other",
"published_at": "2026-05-15T22:57:39Z"
},
{
"tag": "build-17",
"kind": "other",
"published_at": "2026-05-15T22:52:45Z"
},
{
"tag": "build-16",
"kind": "other",
"published_at": "2026-05-15T22:31:00Z"
},
{
"tag": "build-15",
"kind": "other",
"published_at": "2026-05-15T21:59:58Z"
},
{
"tag": "build-14",
"kind": "other",
"published_at": "2026-05-15T21:54:44Z"
},
{
"tag": "build-13",
"kind": "other",
"published_at": "2026-05-15T20:52:08Z"
},
{
"tag": "build-12",
"kind": "other",
"published_at": "2026-05-15T20:45:09Z"
},
{
"tag": "build-11",
"kind": "other",
"published_at": "2026-05-15T20:32:23Z"
},
{
"tag": "build-10",
"kind": "other",
"published_at": "2026-05-15T19:56:35Z"
},
{
"tag": "build-9",
"kind": "other",
"published_at": "2026-05-15T19:43:00Z"
},
{
"tag": "build-7",
"kind": "other",
"published_at": "2026-05-14T14:28:43Z"
},
{
"tag": "build-6",
"kind": "other",
"published_at": "2026-05-13T06:33:52Z"
},
{
"tag": "build-4",
"kind": "other",
"published_at": "2026-05-13T00:55:47Z"
},
{
"tag": "build-3",
"kind": "other",
"published_at": "2026-05-13T00:14:54Z"
},
{
"tag": "build-2",
"kind": "other",
"published_at": "2026-05-12T23:58:29Z"
},
{
"tag": "build-1",
"kind": "other",
"published_at": "2026-05-12T22:42:21Z"
}
],
"recent_commits": [
{
"oid": "d8eb8a77c70dd8e1b2cacc410ce16ff90f7d7bc3",
"body": "Completes the docs/ backlog. Adds:\n\n- engine/templates.md — .tmpl content substitution: the opt-in, the\n {{.ProjectName}} data model, escaping literal braces, and why verbatim\n copy is the default.\n- engine/path-templating.md — {{.ProjectName}} in file paths, and the\n .tmpl workaround that keeps \n[…]\nE, backlog\ncleared; flavor-hooks.md drops the \"(TODO)\" on its common-overlay link.\nCross-doc anchors verified; vet and tests pass.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: write the four remaining engine-capability docs (#87)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-07-18T00:01:18Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b182457e5865132243a7f8cad6bf2a7f4361ccc2",
"body": "Documentation quality pass over the README and docs/ tree. No behavior\nchanges.\n\nREADME:\n- Tighter intro that leads with what the tool is and does; fix \"Claude\n Cowork\" capitalization.\n- New Quickstart section (the two primary commands) near the top.\n- De-duplicate \"What it's for\" against the Quick\n[…]\nuilt binary (list-flavors, the\nunknown-flavor error, the seven-command help). TestHelpFlagsMatchDocs and\nthe full test suite pass.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: polish README and fix staleness across docs/ (#86)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-07-17T23:50:27Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "8affd128063d3b459585516c652ba58c249d701b",
"body": "…(#85)\n\nCloses #65.\n\nThe canonical instructions (.agent/AGENTS.md, symlinked as AGENTS.md /\nCLAUDE.md / .agent/CLAUDE.md) still described machine-wide git excludes as\na *planned, not-yet-exposed* `--gitignore-global` flag. That capability\nshipped as `agent-init init --visibility=global-default` (#52\n[…]\nlready document --visibility (incl.\nglobal-default) with no stale `--gitignore-global` mentions; verified, no\nchange needed there.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs: reconcile --gitignore-global wording with shipped --visibility …",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-07-17T23:13:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c59bf89960fa0682d4f5c631e40157931a44e8ad",
"body": "Closes #59.\n\ngen-codemap.sh built the \"Public API surface\" by grepping for exported\nsymbols, which also matched test functions (Go `TestXxx`, `test_*.py`,\n`*.test.ts`). Test functions aren't public API, and their bulk pushed real\nexported symbols past the per-language `head -100` cap, silently dropp\n[…]\nflavor goldens (go-cli/go-backend scaffolds now correctly omit TestString\n/ TestHealthz from their Go surface). smoke-test passes.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(codemap): exclude test files from the API surface (#84)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-07-17T22:40:42Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "9bf70b49c5ca4c7adfeefd47fc100eb59ca1f702",
"body": "Closes #77.\n\nPR #73's `agent-init upgrade` introduced a net/http path that makes\ngovulncheck report stdlib advisories reachable from selfupdate. #77 asked\nfor go1.26.4 to clear GO-2026-5037/5039; bumping there clears those two\nbut govulncheck then surfaces GO-2026-5856 (crypto/tls Encrypted Client\nH\n[…]\nt, and the full test suite pass. CI reads the version via\n`go-version-file: go.mod`, so no CI/devcontainer pin changes are needed.\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: bump Go toolchain to 1.26.5 to clear stdlib advisories (#83)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-07-17T22:40:31Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "877daf72374faa97964c582937824fd18fb4143f",
"body": "* feat: add self-upgrade subcommand\n\nAdd `agent-init upgrade` to update the binary in place from the latest\nGitHub release. The check is manual-only — no per-invocation network\ncall. `--check` reports whether a newer version exists; `--dry-run`\ndownloads and verifies without replacing; `--force` rei\n[…]\nply-chain surface a self-updating\nbinary exposes.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add self-upgrade subcommand (agent-init upgrade) (#73)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-07-17T22:19:28Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1b5afa343825b8ff9e81149cc284c2cb11c1b6ea",
"body": "* feat(cli): add read-only `agent-init status` subcommand\n\n`status [target]` reports the scaffold's current visibility (shared / local\n/ hidden / shadowed-by-global), the absolute path of the file carrying the\nagent-init ignore block, and the exact sed undo command. When the scaffold\nis committed lo\n[…]\nf\nthe shared FlagSet, not of status specifically.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): add read-only `agent-init status` subcommand (#74)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-07-17T22:01:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a0f9a319ef4f214b2bc1b93abb0ab9dae31b8789",
"body": "Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 3.0.0 to 3.0.1.\n- [Release notes](https://github.com/softprops/action-gh-release/releases)\n- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/so\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci: bump softprops/action-gh-release from 3.0.0 to 3.0.1 (#79)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T22:01:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "921c905b154f8ec58d9b6238ce8b2473930e8f72",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.3 to 7.0.0.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/df4cb1c069e1874edd31b43\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci: bump actions/checkout from 6.0.3 to 7.0.0 (#80)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T22:00:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "941bc66eb069c303d242e75c2f10237dc3caea8e",
"body": "Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 4.1.0 to 4.1.1.\n- [Release notes](https://github.com/actions/attest-build-provenance/releases)\n- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)\n- [Commits](https://g\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci: bump actions/attest-build-provenance from 4.1.0 to 4.1.1 (#81)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T22:00:39Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0eb7b804df641b77bbc43697af53a4c211c8fada",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 6.4.0 to 6.5.0.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/4a3601121dd01d1626a1e23e37211e3254c1c06c...924ae3a1cded613372ab5595356fb5720e22ba16)\n\n---\nupdated\n[…]\nirect:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci: bump actions/setup-go from 6.4.0 to 6.5.0 (#82)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-17T22:00:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4246f46dfa2fb6f6a6e2089d8778cfd5e387a722",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 6.0.3.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/de0fac2e4500dabe0009e67\n[…]\nirect:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci: bump actions/checkout from 6.0.2 to 6.0.3 (#72)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-06-20T06:31:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "13846b6c44b8e325658266ae04b5d6907c0b2792",
"body": "Bring the --visibility=hidden and --visibility=global-default modes\n(plus the --private alias) onto main. These were merged into the\nfeat/visibility-local-51 base branch as #57 and #61 but never reached\nmain: the #54 squash-merge landed only the local mode, so the stacked\nhidden/global-default work \n[…]\nn symlink paths) is left untouched: this change does not\nmodify internal/scaffold/ or the flavor NextSteps literals.\n\nRefs #57 #61\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): land hidden and global-default visibility modes on main (#70)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-26T19:55:48Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "895c014bd9d716af641c1e344988a5d094066006",
"body": "* fix: clean up scaffold link output\n\n* fix: address review feedback\n\n- Decouple 'Done.' message from flavor hooks\n- Add documentation for CLI output changes\n- Use regex for summary test to avoid fragility\n- Add comment to term_other.go re: Windows\n- Remove unreachable fallback in link()\n\n* fix: tidy review feedback changes\n\n---------\n\nCo-authored-by: Ant Assistant <ant@localhost>",
"is_bot": false,
"headline": "fix: clean up scaffold output (#64)",
"author_name": "Pauhe",
"author_login": "Pauhe",
"committed_at": "2026-05-25T09:43:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e1bce57764c5b205ad055c57a23dcc440a5b99a8",
"body": "Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.2 to 7.0.1.\n- [Release notes](https://github.com/actions/upload-artifact/releases)\n- [Commits](https://github.com/actions/upload-artifact/compare/ea165f8d65b6e75b540449e92b4886f43607fa02...043fb46d1a93c77aae656e7c1c\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci: bump actions/upload-artifact from 4.6.2 to 7.0.1 (#56)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-24T23:47:49Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fbdb4fd7e62d38aa5be159f39acc4ad6ac6c3236",
"body": "Bumps [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) from 2.4.0 to 4.1.0.\n- [Release notes](https://github.com/actions/attest-build-provenance/releases)\n- [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md)\n- [Commits](https://g\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci: bump actions/attest-build-provenance from 2.4.0 to 4.1.0 (#55)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-24T23:47:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "28c6de0340183f4b8c04a36b6db5544777c7527e",
"body": "…e (#51) (#54)\n\nAdd a --visibility flag to `init` with the four planned modes\n(shared|local|hidden|global-default). This build ships:\n\n- shared (default): unchanged behavior, scaffold committed normally.\n- local: append a fenced, idempotent block to the committed .gitignore\n so the team sees the sc\n[…]\nr.SupportsVisibility capability\n(set on the four code flavors) and rejected on doc-collab flavors, like\n--agents-only.\n\nCloses #51\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(cli): add --visibility=local to ignore the scaffold in .gitignor…",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-24T23:47:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e90b18fc412c3575b882e8bbbe045e81c03789e2",
"body": "Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 2.6.2 to 3.0.0.\n- [Release notes](https://github.com/softprops/action-gh-release/releases)\n- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/so\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci: bump softprops/action-gh-release from 2.6.2 to 3.0.0 (#46)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-24T18:48:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "06623eb8e16a920e2d9dfd9d1d23c5094a975645",
"body": "Bumps [actions/setup-go](https://github.com/actions/setup-go) from 5.6.0 to 6.4.0.\n- [Release notes](https://github.com/actions/setup-go/releases)\n- [Commits](https://github.com/actions/setup-go/compare/40f1582b2485089dde7abd97c1529aa768e1baff...4a3601121dd01d1626a1e23e37211e3254c1c06c)\n\n---\nupdated\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci: bump actions/setup-go from 5.6.0 to 6.4.0 (#44)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-24T18:48:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0cdcdd615060c38939b11f873ab65da32ce4c793",
"body": "Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.1 to 6.0.2.\n- [Release notes](https://github.com/actions/checkout/releases)\n- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/actions/checkout/compare/34e114876b0b11c390a5638\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci: bump actions/checkout from 4.3.1 to 6.0.2 (#45)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-24T18:48:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "dfd668124124578a2f231756a8a5251ac3b0c38a",
"body": "Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.3.0 to 8.0.1.\n- [Release notes](https://github.com/actions/download-artifact/releases)\n- [Commits](https://github.com/actions/download-artifact/compare/d3f86a106a0bac45b974a628896c90dbdf5c8093...3e5f45b2cfb9172054\n[…]\nirect:production\n update-type: version-update:semver-major\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "ci: bump actions/download-artifact from 4.3.0 to 8.0.1 (#47)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-05-24T18:47:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a47cdfdc6da0a006f3b78f131c26376c6b0d570a",
"body": "Add a main.version var (default \"dev\") wired through cli.Version and\nprinted by the version subcommand alongside commit and buildDate. The\nrelease workflow build step now sets -X main.version=${{ github.ref_name }}\nso release binaries report the human-facing semver tag (e.g. v1.2.3)\ninstead of only \n[…]\nished (the release job is gated on refs/tags/v), so the value\nis harmless. Dev builds (go run) keep the \"dev\" default.\n\nCloses #42\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: embed the release tag as version metadata (#42) (#48)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-24T18:44:59Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a0e5ea7553beb10f51570d2ea1c12e1101af40b4",
"body": "The release job published archives plus a checksums.txt, but checksums\nonly prove integrity against themselves: anyone who can publish a release\ncan regenerate them. Add a signed SLSA build provenance attestation over\nthe published archives so downstream users can verify a binary was built\nby this r\n[…]\n`gh attestation verify <file> --repo Lillevang/agent-init` in\n README, docs/engine/releases.md, and the release body.\n\nCloses #31\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci(release): attest build provenance for published archives (#31) (#49)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-24T18:44:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b27842737cddee882dfa378accbe5e53ca4fbea7",
"body": "The golangci-lint binary cache step added in #40 used the mutable\n`actions/cache@v4` tag, the lone unpinned action after #39 pinned\neverything else in the workflows and composite action. Pin it to the\nv4.3.0 commit SHA to match the repo's supply-chain convention.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: pin actions/cache to a commit SHA (#50)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-24T18:43:31Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "52542e9a777f94e900e7f390a42ffa40bcd07371",
"body": "Pin every third-party and first-party `uses:` reference in pr.yml,\nrelease.yml, and the shared setup composite action to a full 40-char\ncommit SHA, with a trailing comment naming the patch version tag.\n\nA mutable tag like @v4 is a moving pointer: if an action's repo is\ncompromised or a maintainer fo\n[…]\na remote\naction, so it stays unpinned. The golangci-lint `curl | sh` installer\nhardening is handled separately in #33.\n\nCloses #30\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: pin GitHub Actions to commit SHAs (#30) (#39)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-24T08:14:47Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bb00b37a24a6924767d99f683b3b789a12404e6a",
"body": "…(#40)\n\nThe shared check-environment composite action reinstalled golangci-lint\non every run by piping the official install script to sh. That added a\nnetwork round-trip to the done gate's critical path and made the gate a\nhostage to the availability of golangci-lint.run and the release CDN, and\nit \n[…]\nbased, served by the\nexisting Go module cache.\n\nSHA-pinning of action `uses:` references is handled separately in #30.\n\nCloses #33\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: cache golangci-lint binary instead of curl|sh on every run (#33) …",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-24T08:14:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2dc7061d1af2f55035d6a67f2b05dd3a4f16c40a",
"body": "The build job inherited GitHub's default 360-minute job limit while the\ncheck and release jobs both cap at timeout-minutes: 10. A hung step\n(wedged go build, stuck network call, runner issue) could burn up to six\nhours per matrix leg before being killed. Cap the build job at 10 minutes\nto match the other jobs and fail fast.\n\nCloses #32\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci(release): add timeout-minutes to the build job (#32) (#41)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-24T08:12:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c2b5d55b031f8a2b620cffa799e5e179f0577121",
"body": "Releases are now cut from semver tags instead of every push to main.\n\n- Trigger on both `push: branches: [main]` and `push: tags: ['v*']`.\n Main pushes still run the check + build jobs (CI), so dropping the\n old branch-only trigger does not lose main-push CI.\n- Gate the release (publish) job with\n\n[…]\ncs/engine/releases.md, and\n the CLI-surface section of AGENTS.md/CLAUDE.md.\n\nCloses #37. Implements the decision recorded in #28.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci(release): switch release.yml to tag-driven semver trigger (#37) (#43)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-24T08:12:23Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c6d75facb74287dcfb6003f90e4e95737452f2e5",
"body": "Tracker MCP configs no longer ship empty secret literals in the tracked\n.mcp.json. Every env value is now a ${env:VAR} reference, so credentials\nlive in the shell environment (or a gitignored .env), never in a tracked\nfile. gh already used ${env:GITHUB_TOKEN}; jira and ado previously shipped\nempty J\n[…]\nrom the issue: env reference + .gitignore + gh\nreuse. No keychain/vault integration and no read-only/read-write split.\n\nCloses #17\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: reference tracker MCP credentials from the environment (#17) (#38)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-24T07:32:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "18df9d3de982de1156d748e1f1dae4a01c57826b",
"body": "The check jobs in pr.yml and release.yml shared a byte-for-byte\nidentical tool/runtime setup block (setup-go, just, apt tree/shellcheck,\ngolangci-lint/goimports/govulncheck installs). Two copies drift: a\nversion bump or tooling change had to be made in both places, letting\nthe PR gate and the releas\n[…]\ne composite action. The release build job keeps its\nown Go-only setup since it does not need the lint/vuln toolchain.\n\nCloses #29.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: extract shared check-job setup into a composite action (#29) (#36)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-24T07:02:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e4f1c0abc14f0ae72e71b23969fe6c5c9230ae85",
"body": "… (#35)\n\nThe \"Public API surface\" section of .agent/CODEBASE.md was regenerated by\npiping ripgrep straight into `head -100` with no intervening sort. ripgrep's\nparallel directory traversal is not order-stable, so each check.sh run could\nreshuffle the same set of symbols and produce a noisy, meaningl\n[…]\nthe tree and symbol\nset are otherwise unchanged. Running gen-codemap.sh twice on an unchanged tree\nnow produces an identical file.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: sort gen-codemap.sh API surface for deterministic output (#25)…",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-24T06:34:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "07a65eb6328a883759e7f71cc073719583e9eb0b",
"body": "* ci(release): add darwin/arm64 to the release build matrix (#27)\n\nThe release matrix shipped linux/amd64, linux/arm64, and windows/amd64\nbut never published a macOS binary, even though CLAUDE.md guarantees the\nbinary cross-compiles for darwin/arm64 and `just cross-build` exercises\nthat target on ev\n[…]\n\nroutine codemap regeneration from the done gate.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci(release): add darwin/arm64 to the release build matrix (#27) (#34)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-24T06:17:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "debf9a63675a7272e9b50e8bc68b21af59ef7d33",
"body": "…9) (#26)\n\nAdd a Documentation section near the top of the root README that indexes\nevery page under docs/ with a one-line description, link each row of the\nFlavors table to its docs/flavors/<name>.md page, and rework the Usage\nexamples so each block states what it writes, what it leaves untouched,\nand how to verify.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(readme): add Documentation index and self-contained examples (#1…",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-23T11:19:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "12f0780c1cabffc6a87e4ac149f3055c9958dee3",
"body": "Make the binary explain its own usage so users don't have to leave the\nterminal for the README or docs/cli.md.\n\n- Top-level `agent-init --help` / `-h` / `help` lists every subcommand with\n a one-line summary, the global usage form, a pointer to per-command help,\n and the docs URL.\n- Per-subcommand\n[…]\nds against drift between help and docs/cli.md.\n\nDocs/cli.md Help and Error sections and the README Usage section updated to\nmatch.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: self-documenting --help for every subcommand (#20) (#24)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-23T10:47:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1553ec0d7deb4993a6bc7f4612c7c64f3129f493",
"body": null,
"is_bot": false,
"headline": "Update README.md (#16)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-15T22:55:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "26d51d84c4c1b991879c9ca471e347f0f5d422a4",
"body": "That file accumulates per-session permission entries that aren't\nshared collaborative state. Removing it from the index and adding a\nmatching .gitignore rule. Local copies are kept; future sessions\nwon't dirty the working tree by appending to it.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: stop tracking .claude/settings.local.json (#15)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-15T22:50:28Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "af15e748667e4089756c0834a10cd2497f1683e9",
"body": "* feat(go-cli): add --agents-only mode for existing Go projects\n\ngo-cli can now be scaffolded in two modes:\n\n agent-init init go-cli ./my-tool # fresh project (today)\n agent-init init go-cli --agents-only ./my-tool # envelope-only, new\n\nThe --agents-only flag skips the flavor's fre\n[…]\nas still saying \"when that target enters scope\").\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat(go-cli): add --agents-only mode for existing Go projects (#14)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-15T22:28:45Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "c6a52dd4b747c9b9df9057393cd0980ee3f0fade",
"body": "The iac flavor landed without a corresponding README update.\n\n- Adds a Flavors table row describing the combined Terraform + Ansible\n scaffold, its devcontainer toolchain, and the opt-in mount policy.\n- Removes the stale \"Planned: terraform, ansible\" line since both are\n now shipped as a single iac flavor.\n- Updates the \"code flavors\" count from three to four and adds an iac\n entry to the per-flavor additions list.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(readme): add iac flavor row and per-flavor file list (#13)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-15T21:57:43Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "45ae628465d93f30eb0d3f261be832d1b862fb77",
"body": "* feat: add iac flavor for combined Terraform + Ansible projects\n\nShips a single `iac` flavor covering both Terraform and Ansible\ntoolchains rather than the two separate flavors originally rostered\nin CLAUDE.md. Mixed-toolchain platform repos (Terraform for cloud\ninfra, Ansible for OS-level config) \n[…]\npy. Goldens regenerated against the new ordering.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add iac flavor for combined Terraform + Ansible projects (#12)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-15T21:52:30Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "7182a47f0af995ff6e205e27bc3ad3acf1a276f9",
"body": "Adds a windows/amd64 matrix entry to release.yml and switches the\npackaging step to produce .zip for Windows (idiomatic) while keeping\n.tar.gz for Linux. Checksums and the GitHub Release file list now\ncover both formats.\n\nVerified locally with GOOS=windows GOARCH=amd64 go build — the\ncross-build produces a 3.8 MB stripped binary cleanly.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "ci: publish Windows amd64 in the release matrix (#11)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-15T20:49:55Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ed314a3a2deb821f8536eee2b847fd6c487dfb8d",
"body": "…#10)\n\nThe hand-written section in .agent/CODEBASE.md still described a\nsingle-flavor (fullstack-only), no-tracker codebase. Rewrote it to\ncover the current five flavors (fullstack, go-cli, go-backend,\nclaude-cowork, project-management), the tracker subsystem\n(add-tracker, internal/trackers/, MCP me\n[…]\n add things\"\nguide so a new contributor builds an accurate mental model on first\nread. Auto-generated section was already current.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(codebase): rewrite hand-written architecture for current state (…",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-15T20:43:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "bd1563d335ac2a018e58b7a005ee0a7bb648cc3c",
"body": "…d templates (#9)\n\n* chore: add openai/anthropic VS Code extensions to scaffolded devcontainers\n\nAlways include openai.chatgpt and anthropic.claude-code in the devcontainer\nextensions list for every code flavor. Add golang.go for the two Go flavors\nso the Go toolchain LSP is wired up out of the box.\n[…]\ncomparing against\nHEAD instead of pre-tidy state.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: slim devcontainer + align Go 1.26 / golangci v2 across repo an…",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-15T20:30:20Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "48ec3c97b375f8f73712fbe2993b05ad6ba76c83",
"body": "…iners (#8)\n\nAlways include openai.chatgpt and anthropic.claude-code in the devcontainer\nextensions list for every code flavor. Add golang.go for the two Go flavors\nso the Go toolchain LSP is wired up out of the box. Regenerate golden\nsnapshots and codemap accordingly.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore: add openai/anthropic VS Code extensions to scaffolded devconta…",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-15T19:54:37Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "32f3a956a8cac6d025e3e372524a2bb070b65242",
"body": "* fix: update internal imports to Lillevang module path\n\nPR #6 renamed the module in go.mod but missed all the import\nstrings, breaking go build ./... and lint in CI.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n* chore: refresh codemap and local Claude settings\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>\n\n---------\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: update internal imports to Lillevang module path (#7)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-15T19:40:50Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "a82d36e42c3a3a8919ca818ed412571d8a48a2b8",
"body": null,
"is_bot": false,
"headline": "Change module name from mikeschinkel to Lillevang (#6)",
"author_name": "Anders Brams",
"author_login": "Minibrams",
"committed_at": "2026-05-15T19:17:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1ee50ea24eafa16c6111046fa6396d2510be49ea",
"body": "A new flavor for the business side of software projects (epics,\nmeetings, decisions, stakeholders, open questions, time plans) plus a\nnew subcommand for incrementally adding tracker integrations to an\nexisting scaffold.\n\nFlavor (internal/flavors/projectmgmt/):\n- Multi-role AGENTS.md describing five \n[…]\nerence (drains its docs\n backlog entry).\n- .agent/AGENTS.md and root README.md updated for the new flavor +\n subcommand surface.\n\nCo-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "feat: add project-management flavor + add-tracker subcommand (#4)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-14T14:26:38Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "cac96177f981286c447e3c3e7f6c691abaa92b3e",
"body": null,
"is_bot": false,
"headline": "Fixing broken pipelines",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-13T06:32:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a281f567b65d2acb9c6ed04654e94ed3a9f2359e",
"body": "Tier 1 — closes silent-failure paths:\n- pr.yml runs pre-commit hooks before just check\n- new + step in check.sh catches go.mod/go.sum drift\n- now uses -race\n- pr.yml gets concurrency: cancel-in-progress keyed on head_ref\n- both workflows set timeout-minutes: 10\n\nTier 2 — broader quality:\n- shellch\n[…]\n{...}} that the smoke\n test would only catch when actually rendering\n- workflows use go-version-file: go.mod and install golangci-lint via\n taiki-e/install-action (drops curl-from-master dependency)",
"is_bot": false,
"headline": "chore: tighten quality gates (tiers 1 + 2)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-13T06:28:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c4a8300f0079858ab5c2b9e6e2b945dd9d90348a",
"body": null,
"is_bot": false,
"headline": "Added flavor for claude-cowork collborative work on documents (#3)",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-13T00:54:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d862ba8f6997e4ce4330666033699c6ca024c52d",
"body": null,
"is_bot": false,
"headline": ".claude settings",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-13T00:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e26ac809440abb5db98ad49e0a03419ff98241a5",
"body": "Added GO flavors, docs and updated specs. Made sure we limit duplicat…",
"is_bot": false,
"headline": "Merge pull request #2 from Lillevang/feature/go-cli-flavor",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-12T23:57:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a3ed8f05f097f6194285a6d4e5575359f23f8e0",
"body": "ripgrep 14.1.0 was installed in CI and worked for agent-init's own\ncodemap step, but produced empty Go output for scaffolded /tmp/<flavor>\ntrees — even though direct rg invocations on the same files worked\nlocally. The CI-specific behavior was hard to pin down (likely a subtle\ngitignore-parsing or d\n[…]\ne script no\nlonger requires it. Goldens regenerated; the output format is byte-\nidentical to what rg --sort path produced locally.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: switch gen-codemap.sh from rg to grep for deterministic output",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-12T23:55:06Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "aa1255c65b757ff1130fce58ccb84fe480d31759",
"body": "CI uses Ubuntu 24.04 runners which don't ship ripgrep, and the script\nswallowed the \"rg not found\" error silently — producing empty Go output\nthat didn't match goldens generated locally where rg was installed. Fail\nloudly in the script and install rg in both workflows so missing tools\nsurface clearly instead of becoming flaky goldens.\n\nCo-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix: install ripgrep in CI and require rg in gen-codemap.sh",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-12T23:38:40Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "0e49b2f67b4308e9bee778b55eb2ae9c8ea8a81c",
"body": null,
"is_bot": false,
"headline": "Fixing broken test",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-12T23:32:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12195b0aae42b99f3d62ab2ec4ab2048fe777fde",
"body": "…ed code in favor of templated docs",
"is_bot": false,
"headline": "Added GO flavors, docs and updated specs. Made sure we limit duplicat…",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-12T23:26:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22d3eb2e951172ed600df884ca60ef2dfc77da2c",
"body": "Porting project to GO CLI",
"is_bot": false,
"headline": "Merge pull request #1 from Lillevang/feature/go-port",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-12T22:40:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c156c59a39366256a55a99596eda4bd972f83f20",
"body": null,
"is_bot": false,
"headline": "Fixing up the devcontainer and some smaller bugs",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-12T22:37:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e4887759b1065fd4839916354d9ddb6f2dda21e",
"body": null,
"is_bot": false,
"headline": "Porting project to GO CLI",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-12T21:41:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "52fb04ee4e00ee4c901cd32aaa523034fd30a23b",
"body": null,
"is_bot": false,
"headline": "Adjusted project slightly",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-08T06:44:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "419819479a37fc5c9a19668227c03b1e1b87541c",
"body": null,
"is_bot": false,
"headline": "init",
"author_name": "Jeppe Lillevang Salling",
"author_login": "Lillevang",
"committed_at": "2026-05-08T06:00:22Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 23,
"commits_last_year": 60,
"latest_release_at": "2026-07-18T00:07:19Z",
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 5,
"days_since_latest_release": 5,
"mean_days_between_releases": 7
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": false,
"has_contributing": false,
"health_percentage": 28,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "github.com/Lillevang/agent-init",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/Lillevang/agent-init",
"is_deprecated": false,
"latest_version": "v0.1.0",
"repository_url": "https://github.com/Lillevang/agent-init",
"versions_count": 1,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-18T00:01:18Z",
"latest_version_yanked": null,
"days_since_latest_publish": 5
}
]
},
"popularity": {
"forks": 2,
"stars": 3,
"watchers": 0,
"fork_history": {
"days": [
{
"date": "2026-05-14",
"count": 1
},
{
"date": "2026-05-24",
"count": 1
}
],
"complete": true,
"collected": 2,
"total_forks": 2
},
"star_history": null,
"open_issues_and_prs": 13
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": true,
"bootstrap_files": [
"Justfile",
"testdata/golden/fullstack-agents-only/Justfile",
"testdata/golden/fullstack/Justfile",
"testdata/golden/go-backend-agents-only/Justfile",
"testdata/golden/go-backend/Justfile",
"testdata/golden/go-cli-agents-only/Justfile",
"testdata/golden/go-cli/Justfile",
"testdata/golden/iac-agents-only/Justfile",
"testdata/golden/iac/Justfile"
],
"api_schema_files": [],
"has_devcontainer": true,
"typecheck_configs": [],
"toolchain_manifests": [
"go.mod",
"testdata/golden/go-backend/go.mod",
"testdata/golden/go-cli/go.mod"
],
"largest_source_bytes": 33214,
"source_files_sampled": 48,
"oversized_source_files": 0,
"agent_instruction_files": [
".agent/AGENTS.md",
".agent/CLAUDE.md",
"AGENTS.md",
"CLAUDE.md",
"testdata/golden/claude-cowork/AGENTS.md",
"testdata/golden/fullstack-agents-only/.agent/AGENTS.md",
"testdata/golden/fullstack-agents-only/.agent/CLAUDE.md",
"testdata/golden/fullstack-agents-only/AGENTS.md",
"testdata/golden/fullstack-agents-only/CLAUDE.md",
"testdata/golden/fullstack/.agent/AGENTS.md",
"testdata/golden/fullstack/.agent/CLAUDE.md",
"testdata/golden/fullstack/AGENTS.md",
"testdata/golden/fullstack/CLAUDE.md",
"testdata/golden/go-backend-agents-only/.agent/AGENTS.md",
"testdata/golden/go-backend-agents-only/.agent/CLAUDE.md",
"testdata/golden/go-backend-agents-only/AGENTS.md",
"testdata/golden/go-backend-agents-only/CLAUDE.md",
"testdata/golden/go-backend/.agent/AGENTS.md",
"testdata/golden/go-backend/.agent/CLAUDE.md",
"testdata/golden/go-backend/AGENTS.md",
"testdata/golden/go-backend/CLAUDE.md",
"testdata/golden/go-cli-agents-only/.agent/AGENTS.md",
"testdata/golden/go-cli-agents-only/.agent/CLAUDE.md",
"testdata/golden/go-cli-agents-only/AGENTS.md",
"testdata/golden/go-cli-agents-only/CLAUDE.md",
"testdata/golden/go-cli/.agent/AGENTS.md",
"testdata/golden/go-cli/.agent/CLAUDE.md",
"testdata/golden/go-cli/AGENTS.md",
"testdata/golden/go-cli/CLAUDE.md",
"testdata/golden/iac-agents-only/.agent/AGENTS.md",
"testdata/golden/iac-agents-only/.agent/CLAUDE.md",
"testdata/golden/iac-agents-only/AGENTS.md",
"testdata/golden/iac-agents-only/CLAUDE.md",
"testdata/golden/iac/.agent/AGENTS.md",
"testdata/golden/iac/.agent/CLAUDE.md",
"testdata/golden/iac/AGENTS.md",
"testdata/golden/iac/CLAUDE.md",
"testdata/golden/project-management/AGENTS.md"
],
"agent_instruction_max_bytes": 20989
},
"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": [],
"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": 2,
"merged_prs": 51,
"open_issues": 11,
"closed_ratio": 0.694,
"closed_issues": 25,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "Lillevang",
"commits": 47,
"avatar_url": "https://avatars.githubusercontent.com/u/31436900?v=4"
},
{
"type": "User",
"login": "Minibrams",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/8108085?v=4"
},
{
"type": "User",
"login": "Pauhe",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/129009478?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.959
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"pr.yml",
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/19 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 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": 2,
"reason": "dependency not pinned by hash detected -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 10,
"reason": "GitHub workflow tokens follow principle of least privilege",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d8eb8a77c70dd8e1b2cacc410ce16ff90f7d7bc3",
"ran_at": "2026-07-23T22:28:36Z",
"aggregate_score": 5.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-19T22:42:44Z",
"oldest_open_prs": [
{
"number": 88,
"created_at": "2026-07-19T22:42:37Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 89,
"created_at": "2026-07-19T22:42:42Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-18T00:01:18Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 18,
"created_at": "2026-05-23T08:28:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 21,
"created_at": "2026-05-23T08:37:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 22,
"created_at": "2026-05-23T08:39:52Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 62,
"created_at": "2026-05-24T23:08:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 63,
"created_at": "2026-05-24T23:09:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 66,
"created_at": "2026-05-25T00:23:33Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 67,
"created_at": "2026-05-25T00:48:50Z",
"last_comment_at": "2026-05-25T01:00:09Z",
"last_comment_author": "Lillevang"
},
{
"number": 68,
"created_at": "2026-05-25T00:59:42Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 69,
"created_at": "2026-05-25T00:59:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 75,
"created_at": "2026-06-21T11:34:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 78,
"created_at": "2026-06-21T11:50:48Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/Lillevang/agent-init",
"host": "github.com",
"name": "agent-init",
"owner": "Lillevang"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 51,
"vitality": 70,
"community": 26,
"governance": 52,
"engineering": 78
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 70,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"commits_last_year": 60,
"human_commit_share": 0.817,
"days_since_last_push": 3,
"active_weeks_last_year": 5
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "5/52 weeks with commits",
"points": 3.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 5
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "60 commits in the last year",
"points": 16,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 60
}
}
],
"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": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 23,
"latest_release_tag": "v0.1.0",
"releases_from_tags": false,
"days_since_latest_release": 5,
"mean_days_between_releases": 7
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "23 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 23
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 5 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 5
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~7 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 7
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": 26,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"forks": 2,
"stars": 3,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3 stars",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "2 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 2
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 52,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 17,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.959
},
"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 96% of commits",
"points": 0.9,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 96
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"merged_prs": 51,
"open_issues": 11,
"closed_issues": 25,
"issue_closed_ratio": 0.694,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "69% of issues closed",
"points": 32.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 69
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "51/51 decided PRs merged",
"points": 38.2,
"status": "met",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 51,
"decided": 51
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/19 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 49,
"inputs": {
"followers": 4,
"owner_type": "User",
"is_verified": null,
"owner_login": "Lillevang",
"public_repos": 44,
"account_age_days": 3250
},
"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": "4 followers of Lillevang",
"points": 5,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 4,
"login": "Lillevang"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "44 public repos, account ~8 yr old",
"points": 24,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 44
}
},
{
"code": "account_age_years",
"params": {
"years": 8
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 84,
"inputs": {
"packages": [
"github.com/Lillevang/agent-init"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 5
},
"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 5 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 5
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "1 published versions",
"points": 4,
"status": "partial",
"details": [
{
"code": "published_versions",
"params": {
"count": 1
}
}
],
"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": 78,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"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": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 55,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": true,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 51,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 51,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.1
},
"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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "30 out of 30 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/19 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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 2",
"points": 1,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "GitHub workflow tokens follow principle of least privilege",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 3
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 80,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.837,
"agent_instruction_files": [
".agent/AGENTS.md",
".agent/CLAUDE.md",
"AGENTS.md",
"CLAUDE.md",
"testdata/golden/claude-cowork/AGENTS.md",
"testdata/golden/fullstack-agents-only/.agent/AGENTS.md",
"testdata/golden/fullstack-agents-only/.agent/CLAUDE.md",
"testdata/golden/fullstack-agents-only/AGENTS.md",
"testdata/golden/fullstack-agents-only/CLAUDE.md",
"testdata/golden/fullstack/.agent/AGENTS.md",
"testdata/golden/fullstack/.agent/CLAUDE.md",
"testdata/golden/fullstack/AGENTS.md",
"testdata/golden/fullstack/CLAUDE.md",
"testdata/golden/go-backend-agents-only/.agent/AGENTS.md",
"testdata/golden/go-backend-agents-only/.agent/CLAUDE.md",
"testdata/golden/go-backend-agents-only/AGENTS.md",
"testdata/golden/go-backend-agents-only/CLAUDE.md",
"testdata/golden/go-backend/.agent/AGENTS.md",
"testdata/golden/go-backend/.agent/CLAUDE.md",
"testdata/golden/go-backend/AGENTS.md",
"testdata/golden/go-backend/CLAUDE.md",
"testdata/golden/go-cli-agents-only/.agent/AGENTS.md",
"testdata/golden/go-cli-agents-only/.agent/CLAUDE.md",
"testdata/golden/go-cli-agents-only/AGENTS.md",
"testdata/golden/go-cli-agents-only/CLAUDE.md",
"testdata/golden/go-cli/.agent/AGENTS.md",
"testdata/golden/go-cli/.agent/CLAUDE.md",
"testdata/golden/go-cli/AGENTS.md",
"testdata/golden/go-cli/CLAUDE.md",
"testdata/golden/iac-agents-only/.agent/AGENTS.md",
"testdata/golden/iac-agents-only/.agent/CLAUDE.md",
"testdata/golden/iac-agents-only/AGENTS.md",
"testdata/golden/iac-agents-only/CLAUDE.md",
"testdata/golden/iac/.agent/AGENTS.md",
"testdata/golden/iac/.agent/CLAUDE.md",
"testdata/golden/iac/AGENTS.md",
"testdata/golden/iac/CLAUDE.md",
"testdata/golden/project-management/AGENTS.md"
],
"agent_instruction_max_bytes": 20989
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": ".agent/AGENTS.md, .agent/CLAUDE.md, AGENTS.md, CLAUDE.md, testdata/golden/claude-cowork/AGENTS.md, testdata/golden/fullstack-agents-only/.agent/AGENTS.md, testdata/golden/fullstack-agents-only/.agent/CLAUDE.md, testdata/golden/fullstack-agents-only/AGENTS.md, testdata/golden/fullstack-agents-only/CLAUDE.md, testdata/golden/fullstack/.agent/AGENTS.md, testdata/golden/fullstack/.agent/CLAUDE.md, testdata/golden/fullstack/AGENTS.md, testdata/golden/fullstack/CLAUDE.md, testdata/golden/go-backend-agents-only/.agent/AGENTS.md, testdata/golden/go-backend-agents-only/.agent/CLAUDE.md, testdata/golden/go-backend-agents-only/AGENTS.md, testdata/golden/go-backend-agents-only/CLAUDE.md, testdata/golden/go-backend/.agent/AGENTS.md, testdata/golden/go-backend/.agent/CLAUDE.md, testdata/golden/go-backend/AGENTS.md, testdata/golden/go-backend/CLAUDE.md, testdata/golden/go-cli-agents-only/.agent/AGENTS.md, testdata/golden/go-cli-agents-only/.agent/CLAUDE.md, testdata/golden/go-cli-agents-only/AGENTS.md, testdata/golden/go-cli-agents-only/CLAUDE.md, testdata/golden/go-cli/.agent/AGENTS.md, testdata/golden/go-cli/.agent/CLAUDE.md, testdata/golden/go-cli/AGENTS.md, testdata/golden/go-cli/CLAUDE.md, testdata/golden/iac-agents-only/.agent/AGENTS.md, testdata/golden/iac-agents-only/.agent/CLAUDE.md, testdata/golden/iac-agents-only/AGENTS.md, testdata/golden/iac-agents-only/CLAUDE.md, testdata/golden/iac/.agent/AGENTS.md, testdata/golden/iac/.agent/CLAUDE.md, testdata/golden/iac/AGENTS.md, testdata/golden/iac/CLAUDE.md, testdata/golden/project-management/AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": ".agent/AGENTS.md, .agent/CLAUDE.md, AGENTS.md, CLAUDE.md, testdata/golden/claude-cowork/AGENTS.md, testdata/golden/fullstack-agents-only/.agent/AGENTS.md, testdata/golden/fullstack-agents-only/.agent/CLAUDE.md, testdata/golden/fullstack-agents-only/AGENTS.md, testdata/golden/fullstack-agents-only/CLAUDE.md, testdata/golden/fullstack/.agent/AGENTS.md, testdata/golden/fullstack/.agent/CLAUDE.md, testdata/golden/fullstack/AGENTS.md, testdata/golden/fullstack/CLAUDE.md, testdata/golden/go-backend-agents-only/.agent/AGENTS.md, testdata/golden/go-backend-agents-only/.agent/CLAUDE.md, testdata/golden/go-backend-agents-only/AGENTS.md, testdata/golden/go-backend-agents-only/CLAUDE.md, testdata/golden/go-backend/.agent/AGENTS.md, testdata/golden/go-backend/.agent/CLAUDE.md, testdata/golden/go-backend/AGENTS.md, testdata/golden/go-backend/CLAUDE.md, testdata/golden/go-cli-agents-only/.agent/AGENTS.md, testdata/golden/go-cli-agents-only/.agent/CLAUDE.md, testdata/golden/go-cli-agents-only/AGENTS.md, testdata/golden/go-cli-agents-only/CLAUDE.md, testdata/golden/go-cli/.agent/AGENTS.md, testdata/golden/go-cli/.agent/CLAUDE.md, testdata/golden/go-cli/AGENTS.md, testdata/golden/go-cli/CLAUDE.md, testdata/golden/iac-agents-only/.agent/AGENTS.md, testdata/golden/iac-agents-only/.agent/CLAUDE.md, testdata/golden/iac-agents-only/AGENTS.md, testdata/golden/iac-agents-only/CLAUDE.md, testdata/golden/iac/.agent/AGENTS.md, testdata/golden/iac/.agent/CLAUDE.md, testdata/golden/iac/AGENTS.md, testdata/golden/iac/CLAUDE.md, testdata/golden/project-management/AGENTS.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": "41 of 49 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 41,
"sampled": 49
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": true,
"typed_language": true,
"bootstrap_files": [
"Justfile",
"testdata/golden/fullstack-agents-only/Justfile",
"testdata/golden/fullstack/Justfile",
"testdata/golden/go-backend-agents-only/Justfile",
"testdata/golden/go-backend/Justfile",
"testdata/golden/go-cli-agents-only/Justfile",
"testdata/golden/go-cli/Justfile",
"testdata/golden/iac-agents-only/Justfile",
"testdata/golden/iac/Justfile"
],
"has_devcontainer": true,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.567,
"toolchain_manifests": [
"go.mod",
"testdata/golden/go-backend/go.mod",
"testdata/golden/go-cli/go.mod"
],
"dependency_bot_commit_share": 0.183
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Justfile, testdata/golden/fullstack-agents-only/Justfile, testdata/golden/fullstack/Justfile, testdata/golden/go-backend-agents-only/Justfile, testdata/golden/go-backend/Justfile, testdata/golden/go-cli-agents-only/Justfile, testdata/golden/go-cli/Justfile, testdata/golden/iac-agents-only/Justfile, testdata/golden/iac/Justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Justfile, testdata/golden/fullstack-agents-only/Justfile, testdata/golden/fullstack/Justfile, testdata/golden/go-backend-agents-only/Justfile, testdata/golden/go-backend/Justfile, testdata/golden/go-cli-agents-only/Justfile, testdata/golden/go-cli/Justfile, testdata/golden/iac-agents-only/Justfile, testdata/golden/iac/Justfile"
}
}
],
"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": 11,
"status": "met",
"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": "devcontainer, Dockerfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "devcontainer, Dockerfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "34 of the last 60 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 34,
"sampled": 60
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "11 of the last 60 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 11,
"sampled": 60
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 2",
"points": 2,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 33214,
"source_files_sampled": 48,
"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/48 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 48,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "critical",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 20,
"inputs": {
"example_dirs": [],
"has_mcp_signal": true,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 20,
"status": "met",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"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-23T22:28:52.916982Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/Lillevang/agent-init.svg",
"full_name": "Lillevang/agent-init",
"license_state": "standard",
"license_spdx": "MIT"
}