Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1858,
"has_wiki": true,
"homepage": "https://git-meta.com",
"languages": {
"HTML": 6049,
"Ruby": 25697,
"Rust": 968918,
"Python": 65350
},
"pushed_at": "2026-07-01T13:34:48Z",
"created_at": "2026-03-05T10:19:21Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T17:45:41Z",
"description": "git metadata spec and poc",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": "Git Meta Group",
"type": "Organization",
"login": "git-meta",
"company": null,
"location": null,
"followers": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/274256305?v=4",
"created_at": "2026-04-07T14:12:49Z",
"is_verified": null,
"public_repos": 1,
"account_age_days": 107
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "5ba15a99d53dcee5b4daa294010f285f41fedc92",
"body": "Update `gix` to v0.85",
"is_bot": false,
"headline": "Merge pull request #102 from Byron/update-gix",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-07-01T13:34:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6277adb5eb395cd1b34da731e48db6c4638596e7",
"body": null,
"is_bot": false,
"headline": "Update `gix` to v0.85",
"author_name": "Sebastian Thiel",
"author_login": "Byron",
"committed_at": "2026-07-01T04:05:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7853e038d3f92c4705347a23800e4da196ed3594",
"body": "meta siderefs",
"is_bot": false,
"headline": "Merge pull request #101 from git-meta/remote-history-materialize-test",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-06-03T12:21:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e83a434f2fb41f9037d3660bcb81269730334ec",
"body": "- Specify remote.<name>.metaside for side refs\n- Keep all fetched metadata under refs/<namespace>/remotes/...\n- Update CLI/API/storage docs and generated spec pages",
"is_bot": false,
"headline": "Document side metadata remote config",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-06-01T12:36:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "538104edee1d87fa408b2428406089ceaf2a93e0",
"body": "- Mark additional meta remotes as side refs in remote config\n- Fetch side refs under refs/meta/remotes/<name>/main\n- Materialize configured side refs without publishing them to local main",
"is_bot": false,
"headline": "Use remote config for side metadata refs",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-06-01T10:22:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e7b7a73adeb456fdabd9c2f904608612974a2125",
"body": null,
"is_bot": false,
"headline": "Keep side metadata refs out of local main",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-06-01T10:03:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "307d5be1269672f2f4719f3682b8a99cacd33b2c",
"body": null,
"is_bot": false,
"headline": "Test side history metadata ref serialization",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-06-01T09:38:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b40c108514a992abea2f739889376334481af1a3",
"body": "Add local metadata publish operation",
"is_bot": false,
"headline": "Merge pull request #100 from git-meta/narrow-local-publish",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-31T14:17:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "706072debdc139cc59851c517d93c88052a61d18",
"body": null,
"is_bot": false,
"headline": "Add local metadata publish operation",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-31T14:14:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87ddd03d7cc5ba6d7005c55263ef833ff4ff98c5",
"body": "update blog copy",
"is_bot": false,
"headline": "Merge pull request #98 from git-meta/sc-branch-33",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-31T07:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b80e9191f53c8b28a7992a28ff2b3b39baae65c0",
"body": null,
"is_bot": false,
"headline": "update blog copy",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-31T07:31:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8a8413c93b7ca5019711c92dd8c2256b2773aa39",
"body": "Use local prefix for unshared metadata",
"is_bot": false,
"headline": "Merge pull request #97 from git-meta/local-prefix-filters",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-31T07:14:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4c03a9522302f9bce3fe942741482854b0fdde1f",
"body": "- Hard-exclude local: keys from serialization on every target\n- Move local filter and object-size config keys under local:meta\n- Cover routing, local exclusions, and config behavior in tests\n- Update serialize filter docs, blog posts, generated pages, feed, and sitemap",
"is_bot": false,
"headline": "Use local prefix for unshared metadata",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-31T07:09:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a269334ead0063acae1880cbd15d5734b297f9a9",
"body": "Test serialize filter classification",
"is_bot": false,
"headline": "Merge pull request #96 from git-meta/filter-tests",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-31T06:51:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad3734379bdcb3c4bc089e9d0a50777551549ae6",
"body": "add-blog",
"is_bot": false,
"headline": "Merge pull request #94 from git-meta/add-blog",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-31T06:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b73a8a5ae1289474c3f8265cf2486ded52412844",
"body": "api-docs",
"is_bot": false,
"headline": "Merge pull request #95 from git-meta/api-docs",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-31T06:51:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aecb81594df6ef07e47598b2246dc291d9343bad",
"body": "- Add content namespace to the RSS feed\n- Render each post body into content:encoded\n- Regenerate the feed with full HTML content",
"is_bot": false,
"headline": "Include full posts in blog feed",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-31T06:49:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8673af1381fc16c9bb9044a2ac0d938a25290b2a",
"body": "- Update generated sitemap dates after homepage docs link change",
"is_bot": false,
"headline": "Refresh sitemap after docs menu update",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-31T06:49:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64714206ee3e02c97166a2b4384a3cb1d76e7601",
"body": "- Include implementation/api.md in generated spec navigation\n- Regenerate spec HTML and sitemap\n- Link the API page from the homepage implementation links",
"is_bot": false,
"headline": "Add API docs to generated site menu",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-31T06:49:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ad9cb08071b4396fe0fb9c505dbd77b2eec433df",
"body": "- Add implementation API overview for Rust consumers\n- Link the API guide from implementation docs",
"is_bot": false,
"headline": "Document Rust library API",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-31T06:49:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6cbc719c5801d0a47056efb43dd05be393572e6",
"body": "- Explain local-only, exclude, and route filter options\n- Describe public and company-only metadata publishing workflow\n- Regenerate blog index, RSS feed, post page, and sitemap",
"is_bot": false,
"headline": "Add blog post about serialize filters",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-31T06:48:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8244227a5953077767393c69da9fed0350df6dee",
"body": "- Add RSS link to the shared blog menubar\n- Remove the feed link from the blog hero\n- Regenerate blog pages",
"is_bot": false,
"headline": "Move RSS link to blog navigation",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-31T06:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07ae08a176d505155c6a9f966f0f8a1343ebf765",
"body": "- Cover default routing and meta:local exclusions\n- Cover exclude and route rule interactions\n- Cover wildcard, globstar, multi-destination, and invalid rules",
"is_bot": false,
"headline": "Test serialize filter classification",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-31T06:45:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4e4b4700d903f0a495d50a19f2e80f7ae5d77bb",
"body": "- Generate blog/feed.xml from posts\n- Advertise the feed from blog pages\n- Link the feed from the blog index",
"is_bot": false,
"headline": "Add RSS feed for blog",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-31T06:44:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b73e89ed232a66ecfa96dc5852a0c1a7f2b2a90",
"body": "- Add --watch and configurable polling interval\n- Rebuild after content file changes and keep watching after errors",
"is_bot": false,
"headline": "Add blog generator watch mode",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-30T06:24:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "611008074931061ca34147d166a460ab44fcd7fd",
"body": "- Explain inline SQLite storage versus Git blob references\n- Document configurable object-size threshold behavior\n- Regenerate blog index and sitemap",
"is_bot": false,
"headline": "Add blog post about large values",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-30T06:24:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dceaf037f5a9a444f00b3c2278b4eaa4b6465dd",
"body": "- Add content-driven blog generator and first introductory post\n- Generate /blog pages and blog styling\n- Link blog from the homepage and sitemap",
"is_bot": false,
"headline": "Add website blog generation and first post",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-30T06:24:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "14f513872312b1bf007553ebe2ec1d8781da4ce5",
"body": "Make SQLite object offload threshold configurable",
"is_bot": false,
"headline": "Merge pull request #93 from git-meta/configurable-sqlite-object-max-size",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-29T14:31:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2895e54518ec117172f2728dd5d415d384997e72",
"body": "- Resolve the inline SQLite object-size threshold from meta:local:sqlite:object-max-size, then meta:sqlite:object-max-size, falling back to the 1 KiB default.\n- Apply the threshold to inline git meta set values as well as -F payloads, imports, and materialization.\n- Keep git meta get from double-resolving git-ref values and document the new standard keys.\n- Cover the default, shared config, and local override paths with unit and e2e tests.",
"is_bot": false,
"headline": "Make SQLite object offload threshold configurable",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-29T13:22:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd4179713dda06910efcccc9d208db30db6fec52",
"body": "- Delete src/bin/metadata_scale_bench.rs, which no longer compiled against the\n current git-meta-lib API (used the removed Store::list_push_with_repo).",
"is_bot": false,
"headline": "Remove the metadata scale benchmark binary (#92)",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-29T11:53:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb8ea341503f1d8c2cd35db3097ed2055a28268c",
"body": "- git meta setup: when .git-meta is missing and stdin is a TTY, prompt to\n reuse the origin remote for metadata under refs/<ns>/main, write .git-meta,\n and initialize; warn when there is no remote.\n- git meta sync: suggest running git meta setup when no metadata remotes are\n configured.\n- Help: add an 'example helpers' group (show, blame, import) above plumbing.\n- Remove the git meta watch command entirely.",
"is_bot": false,
"headline": "Improve setup UX, group example helpers in help, remove watch (#90)",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-29T11:53:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dcf4b439af9bdbb3248090969b79fdf9f3a8cda",
"body": "* Add `clear` command to CLI\n\nIntroduce a new `clear` subcommand that removes session keys matching a\ngiven prefix. The command opens the current CommandContext, calls\n`clear_key_prefix` on the session, and prints a message indicating how\nmany entries were removed (or an error message when none matc\n[…]\nescaping LIKE wildcards and recording tombstones.\n- Session::clear_key_prefix exposes it with the session email and timestamp.\n- Cover namespace clearing and wildcard escaping with unit and e2e tests.",
"is_bot": false,
"headline": "cli-add-clear-subcommand (#89)",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-29T11:53:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "829fc38fad4641a5e8142af55a3f8fc91031c32b",
"body": "- Delete commands/prune/auto.rs, which was never declared in prune/mod.rs and\n duplicated the canonical logic in git-meta-lib::prune.",
"is_bot": false,
"headline": "Remove orphaned prune auto module (#91)",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-29T11:27:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d43287c3b65cd318c8d25f130e419ebc3e2d5de4",
"body": "* Add metadata scale benchmarking binary\n\nIntroduce a new CLI binary metadata_scale_bench that generates large\nsynthetic git-meta metadata histories and measures processing/cloning\nperformance. This tool samples GitHub data (optionally), builds a\nworkload profile and plan, initializes a source repo,\n[…]\n, and\nsize/count measurements.\n\n* Use is_multiple_of for checkpoint interval check\n\n- Replace the manual modulo comparison with u64::is_multiple_of for the\n checkpoint cadence in the scale benchmark.",
"is_bot": false,
"headline": "metadata-scale-bench-cli (#88)",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-29T11:26:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "13a3a118c16c07532d84e97df43fdecd4accd6ef",
"body": "Update `gix` to the latest version v0.84",
"is_bot": false,
"headline": "Merge pull request #85 from Byron/gix-update",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-27T22:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3237a6e1cad6bbd5acf348f7ed8b861b14090c69",
"body": "fix(hydrate): avoid oversized blob fetch requests",
"is_bot": false,
"headline": "Merge pull request #87 from git-meta/blobless-hydrate-batching",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-27T14:33:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "737dfe084299dbea504fd205cbd4debb07e9c4cd",
"body": "Blobless metadata pulls fetch commits and trees first, then ask the remote for every blob in the remote tip so gix can materialize the tree locally. On large metadata refs, that tip can contain tens of thousands of blobs.\n\nFeeding the whole OID list to one `git fetch --stdin` can create a smart HTTP\n[…]\n remote tip, so a failed hydration/materialization can be retried safely.\n\nUpdate the remote-management spec to describe the batched hydrate flow and add regression coverage for the batching boundary.",
"is_bot": false,
"headline": "fix(hydrate): avoid oversized blob fetch requests",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-27T14:29:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4278a740c9843a77670e7095f5e2ab3ad865383b",
"body": null,
"is_bot": false,
"headline": "Update `gix` to the latest version v0.84",
"author_name": "Sebastian Thiel",
"author_login": "Byron",
"committed_at": "2026-05-27T05:58:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5244374ec2bb413d5f8af28b7983ef29957a0d2",
"body": "Add atomic set-value metadata edits",
"is_bot": false,
"headline": "Merge pull request #83 from git-meta/atomic-metadata-edits",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-20T01:57:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cf7406072a65aaeb81ddc45930204298598cd14",
"body": null,
"is_bot": false,
"headline": "Add atomic set-value metadata edits",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-20T01:55:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a55a25cda77614a030d37ad32a9c88b69fc82ac",
"body": "chore: enable more lints",
"is_bot": false,
"headline": "Merge pull request #82 from git-meta/dp/uwqxpkuwtxmo",
"author_name": "David Pedersen",
"author_login": "davidpdrsn",
"committed_at": "2026-05-15T20:51:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a9b73b0270cf47ab78cbc05370e0dcb59aff46a",
"body": null,
"is_bot": false,
"headline": "chore: enable more lints",
"author_name": "David Pedersen",
"author_login": "davidpdrsn",
"committed_at": "2026-05-15T20:49:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6dab30ba68f77684b25dabab45cdc00a92c59bfc",
"body": "chore: replace gmeta with git-meta",
"is_bot": false,
"headline": "Merge pull request #80 from git-meta/dp/pvxlqtlzlpkp",
"author_name": "David Pedersen",
"author_login": "davidpdrsn",
"committed_at": "2026-05-15T20:41:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e7b734aba942f7b05d1527a18f119d48cd2967a",
"body": null,
"is_bot": false,
"headline": "chore: replace gmeta with git-meta",
"author_name": "David Pedersen",
"author_login": "davidpdrsn",
"committed_at": "2026-05-15T20:39:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6223f9576adbd234c6f475f17fc1a0eadd04d7f",
"body": "chore: remove .claude/settings.local.json",
"is_bot": false,
"headline": "Merge pull request #79 from git-meta/dp/ykmmpupysryk",
"author_name": "David Pedersen",
"author_login": "davidpdrsn",
"committed_at": "2026-05-15T20:39:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "990506b75cda404a18bc933b4d87a07ef4df7dd0",
"body": null,
"is_bot": false,
"headline": "chore: remove .claude/settings.local.json",
"author_name": "David Pedersen",
"author_login": "davidpdrsn",
"committed_at": "2026-05-15T19:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fd96af28c7cb43494402f2ba8a692235254efa3e",
"body": "feat: add missing Debug impls",
"is_bot": false,
"headline": "Merge pull request #78 from git-meta/dp/add-missing-debug-impls",
"author_name": "David Pedersen",
"author_login": "davidpdrsn",
"committed_at": "2026-05-15T11:12:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "738d693c67ca9397316dfa0f09db338cb6f918cc",
"body": null,
"is_bot": false,
"headline": "feat: add missing Debug impls",
"author_name": "David Pedersen",
"author_login": "davidpdrsn",
"committed_at": "2026-05-13T20:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d1ab2f458a58a79c0011be5290129bc07277d2c1",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "Bump version to 0.1.10",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-12T13:51:39Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "5d7ba3d77700938db819b645c746ab193df73e3a",
"body": "feat: upgrade gix to 0.83.0",
"is_bot": false,
"headline": "Merge pull request #77 from git-meta/kv-branch-20",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-11T22:19:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a40cc568d8505ed76754c2edcb00f1750677ca45",
"body": null,
"is_bot": false,
"headline": "feat: upgrade gix to 0.83.0",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-11T22:17:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecbafee8dc3ba14ecd3dc99526956480ce3511e6",
"body": "perf: simplify serialization check logic",
"is_bot": false,
"headline": "Merge pull request #76 from git-meta/kv-branch-19",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-11T20:29:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41eb5dad4ccb699e435cdd47b6e8c6ef456fdaf6",
"body": null,
"is_bot": false,
"headline": "perf: simplify serialization check logic",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-11T20:27:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "138311263478d638c27af871edd203653204a959",
"body": "refactor: simplify list operations with batch edit support",
"is_bot": false,
"headline": "Merge pull request #73 from git-meta/kv-branch-16",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-11T12:15:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97b4e32f42bdd970467d11be8ac874da530ad801",
"body": null,
"is_bot": false,
"headline": "refactor: simplify list operations with batch edit support",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-11T12:13:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "233ef4779ac17de535d747b91cd616af671b71de",
"body": "fix: log only pushed entry in list_push operation",
"is_bot": false,
"headline": "Merge pull request #72 from git-meta/kv-branch-15",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-11T09:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73ef46b3dd39ac31c78b1774f64118dfec7839bb",
"body": null,
"is_bot": false,
"headline": "fix: log only pushed entry in list_push operation",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-11T09:21:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a17c2cf33a3b630559fa5393cf9b774710a47b7d",
"body": "feat: add set_record and get_record methods",
"is_bot": false,
"headline": "Merge pull request #71 from git-meta/kv-branch-12",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-10T20:44:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0141f4799b86ad71d9854b38dad6ea5893d2e92c",
"body": null,
"is_bot": false,
"headline": "feat: add set_record and get_record methods",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-10T20:43:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e984fa34acfc6331d11ba9cff71eee6817a39c7",
"body": "refactor: clarify Rust style guidelines for pragmatism",
"is_bot": false,
"headline": "Merge pull request #70 from git-meta/kv-branch-11",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-06T18:00:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e78bc3cc5f0daf0c6e390b8a6af39c6095f416c2",
"body": null,
"is_bot": false,
"headline": "refactor: clarify Rust style guidelines for pragmatism",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-06T17:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67d6b0012b9d05bbb0108ae396f4b7f7e79e3849",
"body": "Bump crate versions and fix SQLite count types",
"is_bot": false,
"headline": "Merge pull request #68 from git-meta/db-import-operation-type",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-05T11:49:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0b7d65386c8bf5a95d009a8fff3fd9161914939",
"body": null,
"is_bot": false,
"headline": "fix serialize test session open",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-05T11:47:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3d4df82c41f84dcbeb825e1a6d83855fb6181162",
"body": null,
"is_bot": false,
"headline": "refactor: fix clippy issues",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-05T11:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3465f7c299cc56e240b916a7cfd95a1784c7baf0",
"body": null,
"is_bot": false,
"headline": "agents md: clarify cargo checks timing",
"author_name": "Kiril Videlov",
"author_login": "krlvi",
"committed_at": "2026-05-05T11:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e23a8d7bf2ccb3b5714d0db1470bdbf4269fd98",
"body": "Emit structured progress events during serialization so the CLI can\nreport stages like reading SQLite metadata, routing, building refs, and\nwriting refs. This adds SerializeMode and SerializeProgress enums and\nupdates imports to support encoding entries and filter rule types. A\ntest was added to verify serialize reports progress to stderr.",
"is_bot": false,
"headline": "Report progress during serialize",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-05T11:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59da89f040866d6f1ff2bc91d16d0898a798e9d8",
"body": "Add the PushProgress type from git_meta_lib::push to the push command\nmodule so it can be used for reporting push progress or handling\npush-related state. This import is necessary because subsequent changes\nwill reference PushProgress when implementing push progress reporting or\nerror handling in the CLI push command.",
"is_bot": false,
"headline": "Import PushProgress into push command",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-05T11:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0b287848f23e21f2cb4bdf84eb17861c4f6a79d",
"body": "Ensure promised metadata entries (blobs referenced in tip tree) are\nresolved and fetched when running blame and get. Add a new hydrate\nmodule that looks up blob OIDs in the tip tree, fetches missing blobs\nfrom the meta remote, and resolves promised entries (string, list, set)\ninto the DB. Wire hydra\n[…]\na is\nhydrated and that promisor behavior handles omitted history. This was\nneeded so porcelain blame output and get operations show full metadata\nfor promised entries without requiring a manual fetch.",
"is_bot": false,
"headline": "Hydrate promised metadata for blame and get commands",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-05T11:46:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "50c4a76dfc795e585d6cf0b2ed60bb46432b21be",
"body": "Introduce anyhow::bail to materialize command for clearer error handling\nand update test imports to reference the new setup helper names. The\nchange replaces a blanket anyhow import with anyhow::{bail, Result} to\nenable explicit bail usage. Tests were updated to use\nsetup_bare_with_omitted_history where appropriate and to reorder/adjust\nimports so they match the renamed helper functions used by the test\nharness.",
"is_bot": false,
"headline": "Use bail in materialize and adjust test setups",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-05T11:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a5f2402122559702bea20eda8696efa31ad74a0c",
"body": "Add progress callbacks to the serialize command so that incremental and\nfull serialization report detailed progress to stderr. This switches\ncalls to serialize()/serialize_full() to\nserialize_with_progress()/serialize_full_with_progress() and implements\nprint_progress to display mode, read counts, pruning, routing, ref\nbuilding/writing, and auto-prune summaries. This makes long-running\nserialize operations more observable and helps diagnose performance or\ndata issues.",
"is_bot": false,
"headline": "Show serialize progress during serialization",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-05T11:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f54e90dcca45fb51e5c6046f812945f2af1c9bd3",
"body": "Add missing imports and clean up import formatting to fix build errors\ncaused by unresolved symbols and to keep the module imports consistent.\nSpecifically, import parse_path_parts in sync.rs which is required by\nrecent changes parsing tree paths, and add Sha1/Digest imports in\ntree/format.rs used for hashing. Also reflow the multi-line import in\nsync.rs to a single line to match project style and include the\npreviously omitted constants.",
"is_bot": false,
"headline": "Import missing symbols and reformat imports",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-05T11:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c541eaa29eaf5e76c2d3a2f5ff29bdb9516f1112",
"body": "The test push_pull.rs needed to use gix::bstr::ByteSlice and also make\nthe target_fanout helper available in the imports. Adding these imports\nfixes compilation/use in the e2e test by bringing the required trait and\nhelper into scope.",
"is_bot": false,
"headline": "Use ByteSlice and add target_fanout to imports",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-05T11:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd9a91ea6df0a97d7b533d50b6d9e985dfda0d6d",
"body": "Update Cargo.lock to bump git-meta-cli and git-meta-lib from 0.1.6 to\n0.1.7. Fix several SQLite query result type usages by reading COUNT(*) as\ni64 and converting to u64, and normalize query_row type handling to avoid\nambiguous type inference. These changes prevent incorrect integer type\nassumptions and ensure counts are safely converted to the expected u64\ntypes.",
"is_bot": false,
"headline": "Bump crate versions and fix SQLite count types",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-05T11:46:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c5dbcb9f64b4e90ad64cd7d165bd950cae4d954a",
"body": "update og, maybe help slack",
"is_bot": false,
"headline": "Merge pull request #69 from git-meta/sc-branch-31",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-04T07:50:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a3079c918efbb466271faa6e8484599ef71a802",
"body": null,
"is_bot": false,
"headline": "update og, maybe help slack",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-05-04T07:49:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e55f46a35d7e38fc95bb26c6a1aaec48109598e4",
"body": "session: avoid using gix types in public API",
"is_bot": false,
"headline": "Merge pull request #63 from git-meta/jt/gix",
"author_name": "jonathantanmy2",
"author_login": "jonathantanmy2",
"committed_at": "2026-04-30T14:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a96f7d7b909ff28bb94e7c763e0b485cc921cd34",
"body": "import-gh-pr-force-pagination",
"is_bot": false,
"headline": "Merge pull request #67 from git-meta/import-gh-pr-force-pagination",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-30T09:08:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d2ac9f995b577b86891eeaaebc97c18dbb6cf66",
"body": "Allow the serialize command to accept a force flag to trigger full\nserialization. This change adds a force_full parameter and calls\nserialize_full() when true; otherwise it retains the existing\nserialize() behavior. This was needed to enable explicit full\nserialization runs when required without cha\n[…]\nse of operation-specific logic. This adds\ntypes::Operation to the imports so code can reference it without\nfully-qualified paths and prepares these modules for changes that rely\non the Operation type.",
"is_bot": false,
"headline": "Add force option to serialize command",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-30T09:08:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c6d9462fab3e1e887d5814305d0330d8cffc7a6e",
"body": "Add serde::Deserialize import in setup command. This is needed to enable\ndeserialization for types used in the setup command (likely upcoming or\nexisting code that derives Deserialize), preventing compilation errors\nand preparing the file for serde-based parsing.",
"is_bot": false,
"headline": "Import serde::Deserialize",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-30T09:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2eebdec7398e9cccd1ad32ae03e4ab84ec526e3e",
"body": "Read project-local .git-meta as YAML with a required `url` key and\nignore unknown keys for forward compatibility. This replaces the old\nsingle-line format and updates docs, tests, and setup/parse logic to use\nserde_yml and a SetupConfig struct.\n\nAdd a `--force-full` flag to `serialize` (and correspo\n[…]\ntests, and adjust serialize logic to\nsupport forcing a full rebuild. Fix related DB operation encodings and\noperation parsing, and add/adjust tests and Cargo workspace deps for\nserde_yml, libyml, ryu.",
"is_bot": false,
"headline": "Support YAML .git-meta and add force-full serialize",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-30T09:07:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf3964b176edba4c561e8117542ddf0e3e5c9704",
"body": "Add handling for release tag mapping in the import command by invoking\nimport_release_tags and accumulating its writes into the summary. Also\nadd a missing git_utils import. This change replaces the previous\nplaceholder stderr message that skipped tags, so release tags are now\nprocessed (respecting dry-run behavior).",
"is_bot": false,
"headline": "Import release tags during import command",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-30T06:50:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4f7b25f9446fc13de2991bd3f87864eb0019ff0",
"body": null,
"is_bot": false,
"headline": "remove benchmarking",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-30T06:49:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f2d33a7839ed22e42bb35cf02424d785d8d62a7",
"body": "Fetch all merged PR pages by default and print progress for pagination, skipped PRs, detail fetches, and imports so long runs do not appear stalled.",
"is_bot": false,
"headline": "Import all GH PR pages with progress logging",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-30T06:49:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "deac7b1a9b55e66dbee3f7c7578da3c84bf72e14",
"body": "Add a force flag to the GitHub import command so pull requests can be\nreprocessed even if they've been imported before. Also introduce\nGH_PR_PAGE_SIZE constant and adjust fetch_merged_prs usage to accept\noptional limits, update docs to reflect optional limit and force\nbehavior, and change import skipping logic to respect the new force\nflag. Add an end-to-end test update that tags a commit and sets a\nchange-id before running the import to exercise the import flow.",
"is_bot": false,
"headline": "Import GH PRs with force option and improve pagination",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-30T06:49:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d5343d1ca42de29f5712a4eb109561bd0d7d4f1",
"body": "Cargo.toml: relax rusqlite version requirement",
"is_bot": false,
"headline": "Merge pull request #62 from git-meta/jt/rusqlite",
"author_name": "jonathantanmy2",
"author_login": "jonathantanmy2",
"committed_at": "2026-04-29T15:09:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "280cb721f2017bb9283305a6fdf8d41b7483aab2",
"body": "rm",
"is_bot": false,
"headline": "Merge pull request #66 from git-meta/sc-branch-28",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-29T07:48:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "09f2682678f725c2764849010af3a50183391bce",
"body": null,
"is_bot": false,
"headline": "rm",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-29T07:46:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d78824768e198f556c292a313c2c82bc8d0f9105",
"body": "Gh import pr blame plan",
"is_bot": false,
"headline": "Merge pull request #65 from git-meta/gh-import-pr-blame-plan",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-29T07:46:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b5be884709376547c7d206e119cc67abd361ee4",
"body": null,
"is_bot": false,
"headline": "new version",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-29T06:55:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3877aec46c5b61b8a085cfeecac67b73e1c015ae",
"body": "Pipe blame text output through the repository pager instead of printing\ndirectly to stdout. This ensures long blame output is shown via the\nuser's configured pager and avoids losing context for large outputs. The\ncode now creates a Pager from the current repo session and passes it to\nprint_text, while retaining the existing JSON path and the PR-metadata\nwarning.",
"is_bot": false,
"headline": "Use pager for blame text output",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-29T06:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a4a3649ffca292baaf1e66b1fe5067365ba521c0",
"body": "Add missing imports for std::io::Write and crate::pager::Pager used by\nthe blame command. These imports are required to support writing output\nand invoking the pager when displaying blame results.",
"is_bot": false,
"headline": "Import Write and Pager in blame command",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-29T06:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e044059514aeb84d73701b3e43642ca679cf2c00",
"body": "Provide compact JSON output for git-meta-cli blame and prevent\nconflicting flags.\n\nIntroduce a new --json boolean parameter to the blame run function to\nemit a compact json representation (line ranges and PR metadata) in\naddition to the existing pretty porcelain JSON. Also update the\nporcelain description to clarify it emits full grouped blame JSON. Add a\nruntime check to error when both --porcelain and --json are passed\ntogether, and wire the json output path to use json_groups\nserialization.",
"is_bot": false,
"headline": "Add --json flag to blame command",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-29T06:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53da697c294e1bc0b7536c70f30db7f9c76589eb",
"body": "Add terminal_size::terminal_size and crate style::Style imports to blame\ncommand.\n\nThese imports are required to compute terminal width and apply output\nstyling when formatting blame output. Adding them prepares the blame\ncommand for rendering width-aware, styled output.",
"is_bot": false,
"headline": "Import terminal size and style utilities",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-29T06:55:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae92183afff05334d4ad105568e189882553e394",
"body": "Implement a GitHub PR import pipeline (git meta import gh) and a\nPR-aware blame command. The import command fetches merged PRs via the\nGitHub CLI, parses PRs/commits/comments/reviews, and writes metadata\ninto the store (branch entries, commit branch-id, review/issue info, and\nproject-level markers),\n[…]\nranch metadata from\nthe store (including a porcelain JSON mode). Also add tests, command\nwiring, and supporting helpers (parsing, RFC3339 handling, conventional\ncommit parsing, and utility functions).",
"is_bot": false,
"headline": "Add GitHub import and blame commands",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-29T06:55:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "458469bd0c383d490128c0f97f9b93a66d605839",
"body": "Document a detailed implementation plan for two new commands: `git meta\nimport gh` to import GitHub PR metadata into git-meta, and `git meta\nblame` to show blame grouped by PR/branch metadata. The plan defines CLI\nshapes, module layout, metadata model, importer and blame flows,\ncommit/tag mapping, error handling, testing strategy, fixtures,\nsuggested implementation phases, and open questions to guide\nincremental, idempotent, and testable development.",
"is_bot": false,
"headline": "Add GitHub import and PR-grouped blame implementation plan",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-29T06:54:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9caa625694d25fa8d5db92576fc2d720bca0c35",
"body": "Sc branch 27",
"is_bot": false,
"headline": "Merge pull request #64 from git-meta/sc-branch-27",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-29T05:58:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb86a8ac1943ea3ceb3f72638f369a404e68c298",
"body": "Implement a new `sync` command that pulls metadata from configured\nremotes, merges it locally, and then pushes the merged local state back\nto the remotes. This includes: resolving which remotes to operate on,\nverbose logging of refspecs and attempts, handling already-up-to-date\ncases, reporting fetc\n[…]\n indexed keys, and retrying pushes\nwith conflict resolution up to a maximum number of attempts. The change\ncentralizes sync logic and improves user feedback and robustness when\nsynchronizing metadata.",
"is_bot": false,
"headline": "Add sync command to pull and push metadata remotes",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-29T05:57:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f5c35a64494194dd31bcc5a3eb8216920e40d092",
"body": "A user cannot use any public API with gix types without having the exact\nsame gix version declared as a dependency, so avoid using gix types in\nthe public API.\n\nAn alternative design would be to force users to use the same gix\nversion; if, like GitButler, they are using a version from a Git host\n(as\n[…]\nh instead\nof a rich object), but is also more counter-intuitive for the user\n(typically, internal design decisions aren't exposed), so I chose to\nmake the tradeoff in favor of how this commit does it.",
"is_bot": false,
"headline": "session: avoid using gix types in public API",
"author_name": "Jonathan Tan",
"author_login": "jonathantanmy2",
"committed_at": "2026-04-28T21:55:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5fb0e07164924f454250bd70b9789ea84b3a54d4",
"body": "Because one of rusqlite's dependencies specifies `links = \"sqlite3\"`,\nthere can be only one copy of rusqlite in the dependency tree of any\nRust project. (Whether the \"bundled\" feature of rusqlite is active\nis irrelevant.) I observed this to be an issue when trying to add\ngit-meta-lib as one of GitBu\n[…]\nach requiring a different rusqlite version), but\nthere are some that specify a range. This commit makes git-meta-lib\nbehave like the latter.\n\n[1] https://crates.io/crates/rusqlite/reverse_dependencies",
"is_bot": false,
"headline": "Cargo.toml: relax rusqlite version requirement",
"author_name": "Jonathan Tan",
"author_login": "jonathantanmy2",
"committed_at": "2026-04-28T19:32:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "1cbe72971d3b12b3762c528178e1c2934500db20",
"body": null,
"is_bot": false,
"headline": "0.1.4",
"author_name": "Scott Chacon",
"author_login": "schacon",
"committed_at": "2026-04-28T02:16:39Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 439,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 22,
"active_weeks_last_year": 15,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 37,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "git-meta-cli",
"exists": true,
"license": "MIT",
"keywords": [
"git",
"cli",
"metadata",
"command-line-utilities",
"development-tools"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/git-meta-cli",
"is_deprecated": false,
"latest_version": "0.1.11",
"repository_url": "https://github.com/git-meta/git-meta",
"versions_count": 12,
"total_downloads": 215,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 57,
"first_published_at": "2026-04-20T13:03:43.136535Z",
"latest_published_at": "2026-07-17T14:53:21.261391Z",
"latest_version_yanked": false,
"days_since_latest_publish": 6
},
{
"name": "git-meta-lib",
"exists": true,
"license": "MIT",
"keywords": [
"git",
"sqlite",
"metadata",
"gix",
"development-tools"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/git-meta-lib",
"is_deprecated": false,
"latest_version": "0.1.11",
"repository_url": "https://github.com/git-meta/git-meta",
"versions_count": 12,
"total_downloads": 6039,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2001,
"first_published_at": "2026-04-20T12:59:49.140251Z",
"latest_published_at": "2026-07-17T14:52:53.362993Z",
"latest_version_yanked": false,
"days_since_latest_publish": 6
}
]
},
"popularity": {
"forks": 6,
"stars": 51,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2026-03-30",
"count": 1
},
{
"date": "2026-04-01",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-04-12",
"count": 1
},
{
"date": "2026-05-01",
"count": 1
},
{
"date": "2026-05-27",
"count": 1
}
],
"complete": true,
"collected": 6,
"total_forks": 6
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"crates/git-meta-cli/Cargo.toml",
"crates/git-meta-lib/Cargo.toml"
],
"largest_source_bytes": 75024,
"source_files_sampled": 94,
"oversized_source_files": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3976
},
"dependencies": {
"manifests": [
"Cargo.toml"
],
"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": [
"crates"
],
"dependencies": [
{
"name": "git-meta-lib",
"manifest": "crates/git-meta-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "anyhow",
"manifest": "crates/git-meta-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "clap",
"manifest": "crates/git-meta-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4"
},
{
"name": "dialoguer",
"manifest": "crates/git-meta-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11"
},
{
"name": "gix",
"manifest": "crates/git-meta-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "rusqlite",
"manifest": "crates/git-meta-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/git-meta-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/git-meta-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_yml",
"manifest": "crates/git-meta-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.0.12"
},
{
"name": "time",
"manifest": "crates/git-meta-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "uuid",
"manifest": "crates/git-meta-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "terminal_size",
"manifest": "crates/git-meta-cli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.4"
},
{
"name": "gix",
"manifest": "crates/git-meta-lib/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "rusqlite",
"manifest": "crates/git-meta-lib/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "crates/git-meta-lib/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "crates/git-meta-lib/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "sha1",
"manifest": "crates/git-meta-lib/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "crates/git-meta-lib/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "time",
"manifest": "crates/git-meta-lib/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
}
],
"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": 1,
"merged_prs": 91,
"open_issues": 1,
"closed_ratio": 0.75,
"closed_issues": 3,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "schacon",
"commits": 294,
"avatar_url": "https://avatars.githubusercontent.com/u/70?v=4"
},
{
"type": "User",
"login": "krlvi",
"commits": 61,
"avatar_url": "https://avatars.githubusercontent.com/u/4030927?v=4"
},
{
"type": "User",
"login": "davidpdrsn",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/718941?v=4"
},
{
"type": "User",
"login": "jonathantanmy2",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/244037338?v=4"
},
{
"type": "User",
"login": "Byron",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/63622?v=4"
},
{
"type": "User",
"login": "cursoragent",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/199161495?v=4"
}
],
"contributors_sampled": 6,
"top_contributor_share": 0.795
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yaml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 9,
"reason": "binaries present in source code",
"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": 9,
"reason": "9 out of 10 merged PRs checked by a CI test -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 1,
"reason": "Found 1/10 approved changesets -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 12 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 4,
"reason": "6 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "5ba15a99d53dcee5b4daa294010f285f41fedc92",
"ran_at": "2026-07-24T09:50:40Z",
"aggregate_score": 3.8,
"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-01T13:36:14Z",
"oldest_open_prs": [
{
"number": 99,
"created_at": "2026-05-31T08:25:04Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-01T13:34:48Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 2,
"created_at": "2026-03-30T19:01:38Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/git-meta/git-meta",
"host": "github.com",
"name": "git-meta",
"owner": "git-meta"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 52,
"inputs": {
"security": 38,
"vitality": 41,
"community": 44,
"governance": 58,
"engineering": 76
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "at_risk",
"name": "Vitality",
"value": 41,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 67,
"inputs": {
"commits_last_year": 439,
"human_commit_share": 1,
"days_since_last_push": 22,
"active_weeks_last_year": 15
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 22 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 22
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "15/52 weeks with commits",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 15
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "439 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 439
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"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": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 44,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"forks": 6,
"stars": 51,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "51 stars",
"points": 27.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 51
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "6 forks",
"points": 5.8,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 6
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"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
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 55,
"inputs": {
"packages": [
"git-meta-cli",
"git-meta-lib"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 6254,
"monthly_downloads": 2058
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "2,058 downloads/month across crates",
"points": 44.2,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 2058,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 58,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 32,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 6,
"top_contributor_share": 0.795
},
"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 80% of commits",
"points": 4.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 80
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "6 contributors",
"points": 8.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 6
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"merged_prs": 91,
"open_issues": 1,
"closed_issues": 3,
"issue_closed_ratio": 0.75,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "75% of issues closed",
"points": 35.1,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 75
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "91/96 decided PRs merged",
"points": 36.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 91,
"decided": 96
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/10 approved changesets -- score normalized to 1",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"followers": 6,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "git-meta",
"public_repos": 1,
"account_age_days": 107
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "6 followers of git-meta",
"points": 6.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 6,
"login": "git-meta"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1 public repos, account ~0 yr old",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 1
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"git-meta-cli",
"git-meta-lib"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 6
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 6 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 6
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "12 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 12
}
}
],
"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": 76,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 66,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "9 out of 10 merged PRs checked by a CI test -- score normalized to 9",
"points": 18,
"status": "partial",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": "https://git-meta.com",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://git-meta.com",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 38,
"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": 38,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.8
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "binaries present in source code",
"points": 6.8,
"status": "partial",
"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": "9 out of 10 merged PRs checked by a CI test -- score normalized to 9",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/10 approved changesets -- score normalized to 1",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 12 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "30 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "6 existing vulnerabilities detected",
"points": 3,
"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": 10
},
"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": 75,
"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.84,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 3976
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "84 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 84,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"Cargo.toml",
"crates/git-meta-cli/Cargo.toml",
"crates/git-meta-lib/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, crates/git-meta-cli/Cargo.toml, crates/git-meta-lib/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, crates/git-meta-cli/Cargo.toml, crates/git-meta-lib/Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "1 of the last 100 commits agent-authored or agent-credited",
"points": 2,
"status": "partial",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 75024,
"source_files_sampled": 94,
"oversized_source_files": 1
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "1/94 source files over 60KB",
"points": 54.4,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 94,
"oversized": 1
}
}
],
"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-24T09:50:57.045970Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/git-meta/git-meta.svg",
"full_name": "git-meta/git-meta",
"license_state": "standard",
"license_spdx": "MIT"
}