Informe JSON sin procesar legible por máquina
{
"data": {
"icon": {
"bytes": 11915,
"width": 256,
"height": 256,
"rejected": [],
"collected": true,
"media_type": "image/png",
"source_url": "https://avatars.githubusercontent.com/u/265650?v=4&s=256",
"source_type": "avatar",
"content_hash": "445c7e6deef83b800423662498f00433c3488c63a7162fa98dc7002e4b839977",
"candidates_considered": 1
},
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 2137,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 16805,
"Just": 4331,
"Rust": 1659876,
"Swift": 278265,
"Kotlin": 288269,
"TypeScript": 133219
},
"pushed_at": "2026-08-03T14:13:50Z",
"created_at": "2025-06-14T13:43:55Z",
"owner_type": "Organization",
"updated_at": "2026-08-03T14:17:10Z",
"description": "Reflect types annotated with #[derive(Facet)] into Swift, Kotlin and TypeScript.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust",
"Kotlin",
"Swift"
]
},
"owner": {
"blog": "http://red-badger.com",
"name": "Red Badger",
"type": "Organization",
"login": "redbadger",
"company": null,
"location": "London, UK",
"followers": 89,
"avatar_url": "https://avatars.githubusercontent.com/u/265650?v=4",
"created_at": "2010-05-05T14:57:53Z",
"is_verified": null,
"public_repos": 247,
"account_age_days": 5935
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "facet-generate-v0.18.0",
"kind": "other",
"published_at": "2026-08-03T13:30:30Z"
},
{
"tag": "facet-generate-v0.17.2",
"kind": "other",
"published_at": "2026-06-25T15:28:57Z"
},
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2026-05-01T16:45:01Z"
},
{
"tag": "v0.16.0",
"kind": "minor",
"published_at": "2026-03-13T16:11:35Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2026-03-02T13:33:23Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2026-02-02T15:36:26Z"
},
{
"tag": "v0.13.2",
"kind": "patch",
"published_at": "2026-01-30T11:25:36Z"
},
{
"tag": "v0.13.1",
"kind": "patch",
"published_at": "2026-01-13T09:56:24Z"
},
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2025-12-17T15:11:09Z"
},
{
"tag": "v0.12.1",
"kind": "patch",
"published_at": "2025-11-16T12:36:42Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2025-10-28T16:39:02Z"
},
{
"tag": "v0.11.7",
"kind": "patch",
"published_at": "2025-10-15T09:46:44Z"
},
{
"tag": "v0.11.6",
"kind": "patch",
"published_at": "2025-10-12T13:15:42Z"
},
{
"tag": "v0.11.5",
"kind": "patch",
"published_at": "2025-10-06T13:15:46Z"
},
{
"tag": "v0.11.4",
"kind": "patch",
"published_at": "2025-10-03T08:53:11Z"
},
{
"tag": "v0.11.3",
"kind": "patch",
"published_at": "2025-10-03T08:47:07Z"
},
{
"tag": "v0.11.2",
"kind": "patch",
"published_at": "2025-09-08T14:34:42Z"
},
{
"tag": "v0.11.1",
"kind": "patch",
"published_at": "2025-09-03T10:47:11Z"
},
{
"tag": "v0.10.4",
"kind": "patch",
"published_at": "2025-09-03T10:43:16Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2025-09-03T10:46:37Z"
},
{
"tag": "v0.10.3",
"kind": "patch",
"published_at": "2025-08-15T14:48:39Z"
},
{
"tag": "v0.10.2",
"kind": "patch",
"published_at": "2025-08-06T08:11:52Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2025-07-30T14:13:47Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2025-07-25T10:23:39Z"
}
],
"recent_commits": [
{
"oid": "3fa6ad4f58d4373c4ebdc7a1a4222b7dbc9777bf",
"body": "…publish\n\nchore(justfile): split tagging out of the publish recipes",
"is_bot": false,
"headline": "Merge pull request #116 from redbadger/chore/justfile-split-tag-from-…",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T14:13:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d67fbdc5ffe04c85bd4d32f793419b05b51bf2c2",
"body": "publish tagged the release immediately after cargo publish, so releasing via\na GitHub release (which creates the tag itself) made the recipe fail at the\ngit tag step, after the irreversible upload had already happened. There was\nno way to run it that did not either fail or skip the publish.\n\nTagging is now its own recipe for each crate, so publish behaves the same\nwhichever order the release is done in, and the release sequence is written\ndown above the recipes.",
"is_bot": false,
"headline": "chore(justfile): split tagging out of the publish recipes",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T13:45:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b4a330a4c4669d6f59fbbddc59e9cdb530fae1ba",
"body": null,
"is_bot": false,
"headline": "chore: v0.18.0",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T13:28:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0decd908adb81b2fc0dae4d9fb04a1ff6c3e7bc",
"body": "ci: bump actions/cache and sccache-action off the deprecated Node 20 runtime",
"is_bot": false,
"headline": "Merge pull request #113 from redbadger/ci/bump-node20-deprecated-actions",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T13:21:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a86d0796c84290c3e008bd6d754e0f12287ed649",
"body": "fix(typescript): reject truncated input in the binary deserializer",
"is_bot": false,
"headline": "Merge pull request #112 from redbadger/fix/typescript-truncated-input",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T13:16:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b925bae1342e8756195c683945294772ddb1b12e",
"body": "read() returned however many bytes remained in the buffer, so truncated\ninput did not fail at the point of truncation. A length-prefixed field whose\npayload was cut short silently deserialized as a shorter value: a String\nclaiming five bytes with two behind it decoded as those two bytes. Fixed-width\n[…]\n from DataView, but\nwith no indication of which field or offset was at fault.\n\nEvery read goes through read(), so one bounds check covers all of them, and\nthe error names the offset and the shortfall.",
"is_bot": false,
"headline": "fix(typescript): reject truncated input in the binary deserializer",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T13:16:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cca35a1374d8b6fe54e023accf85e42e5cf8b6d5",
"body": "…t-accessors\n\nchore(typescript): consistent 64-bit integer access in serde runtime, plus i64 review follow-ups",
"is_bot": false,
"headline": "Merge pull request #111 from redbadger/chore/typescript-runtime-bigin…",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T13:16:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d202f825f7f0d13ceaf23e03de7a7552ec81e613",
"body": "…runtime\n\nGitHub is forcing actions/cache@v4 and sccache-action@v0.0.9 to run on\nNode.js 24 because Node 20 is deprecated on the runners, which shows up as an\nannotation on every build. actions/cache moved to node24 in v5 (v6 also\nmigrates the action to ESM); sccache-action moved in v0.0.10.\n\nBoth are pinned the way the rest of the workflow pins: major-only where the\naction publishes a moving major tag, exact for the 0.x action.",
"is_bot": false,
"headline": "ci: bump actions/cache and sccache-action off the deprecated Node 20 …",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T13:09:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd4be6ac64e406439560ed54b84d86aa693b1f26",
"body": "#109 landed without a changelog entry, and the #110 entry was missing its\nPR link and the note that every value at or above 2^31 was affected.",
"is_bot": false,
"headline": "docs(changelog): record the C# keyword fix and link the i64 fix",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T12:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8cf2c779b58b92756fe80e94e5bb4f5449d0d2ee",
"body": "The three Deno runtime tests each repeated the same ~40 lines of tempdir,\ninstaller, import preamble and generator setup; that now lives in a\nTsProject helper.\n\nAdds a fourth test that round-trips i64, u64, i128 and u128 at zero, one,\nminus one, the type extremes and the 32-/64-bit limb boundaries. \n[…]\nbincode on the Rust side, so the runtime is checked against\nthe wire format rather than against itself. Verified the coverage bites by\nswapping getBigUint64 for getBigInt64, which fails the u64 cases.",
"is_bot": false,
"headline": "test(typescript): cover integer edge cases and share runtime scaffolding",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T12:58:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e954a395b0735ceb437e92b2e49bd0d706b68629",
"body": "…w accessors\n\ndeserializeU64/serializeU64 and their 128-bit callers split values into\n32-bit limbs, which is the same shape as the i64/i128 code that had to be\nfixed for sign extension. The unsigned paths were correct, but keeping two\nidioms side by side invites the bug back, so both now use getBigUint64 /\nsetBigUint64 (and setBigInt64 for i64), leaving only the 128-bit combine\nto do limb arithmetic. The BIG_32 constants are no longer referenced.",
"is_bot": false,
"headline": "chore(typescript): read and write 64-bit integers with native DataVie…",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T12:58:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "19ffbe925f0e085d23e82a853bedaf23194c83c0",
"body": "…entifiers\n\nfix: escape reserved C# identifiers in bincode output",
"is_bot": false,
"headline": "Merge pull request #109 from redbadger/work/escape-csharp-reserved-id…",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T12:46:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47ca730c6b82d78dbd31e12037a7f1178a9463a4",
"body": "…unions\n\nfeat: TypeScript ADTs as discriminated unions",
"is_bot": false,
"headline": "Merge pull request #106 from redbadger/feat/typescript-discriminated-…",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T12:40:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0868cbc47ff7506a7bd286787d50f59999de1ad2",
"body": "Remove the brace-balanced extraction helpers (extract_declaration,\nextract_block, dedent, etc.) and replace them with a single\nstrip_preamble helper that works uniformly across all four languages.\nWrap each generated block in a <details><summary> element in the README.",
"is_bot": false,
"headline": "refactor: simplify readme test to show full module in collapsible blocks",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T12:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8605a89a2be1bb9a8a156d1afeb40d4c990536b7",
"body": null,
"is_bot": false,
"headline": "docs: link Shape variants to Point via centre/position fields",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T12:26:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b36611b1d8d7667374ce454cdb771c0c9013042",
"body": "Kebab-case and other non-identifier variant names (e.g. \"number-array\") were\nemitted as bare property keys in the matchX cases object type, which is invalid\nTypeScript. Now quotes them when the name isn't a valid JS identifier.",
"is_bot": false,
"headline": "fix: quote non-identifier property keys in TypeScript match function",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T12:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c44e5e42ebeddd82312d8999682ea819024a2e0e",
"body": "These test directories had output.ts files but no crate::test! invocation at\nall. Add typescript to each, covering empty/full external, internal, and\nadjacent enum tagging, readonly struct fields, skipped variants, anonymous\nstruct variants, and deprecation notices.",
"is_bot": false,
"headline": "test: wire up TypeScript expect tests for 10 previously-untested cases",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T12:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e77010f1084587360da50dd1b793e73dc87cf57",
"body": "Same reason as the previous batch — the old TODO cited abstract-class output\nas the blocker; now that structs emit export classes the tests are valid.",
"is_bot": false,
"headline": "test: enable TypeScript in 4 more previously-skipped expect tests",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T12:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "62d0019a77730a60fcd5473e335c0570247ed29a",
"body": "These tests were skipped for TypeScript because the old output used abstract\nclasses and interfaces. Now that the emitter generates discriminated unions and\nexport classes, the output is valid — enable them and regenerate output.ts.",
"is_bot": false,
"headline": "test: enable TypeScript in 7 previously-skipped expect tests",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T12:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ca9d0594129ad7b522a9959461d01fca92298681",
"body": "- Add #[allow(clippy::too_many_arguments)] to write_variant_constructor\n- Replace for (_index, variant) in variants with for variant in variants.values()\n in write_match_function and output_enum_container (three sites)",
"is_bot": false,
"headline": "fix: resolve clippy::pedantic warnings in TypeScript emitter",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T12:22:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "361853eaad1a50fd532ff1b76178d7052c65bd96",
"body": "…or enums\n\nIdentical structural changes as the bincode plugin (Step 7):\n\n- Remove VariantInfo import; add EnumTagging\n- type_body returns empty for Enum containers\n- after_type emits export function serializeX / deserializeX\n- Remove write_variant_type_body and write_enum_type_body\n- Add write_enum_\n[…]\n for Format::TypeName\n- Thread config through write_struct_type_body and write_deserialize\n- Update tests: type_body emits nothing for enums; after_type emits functions\n- Regenerate affected snapshots",
"is_bot": false,
"headline": "feat: json TypeScript plugin emits standalone serialize/deserialize f…",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T12:22:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b8e53782b8adb90d32ca73e8a18fa23d978edd6a",
"body": "…e for enums\n\nReplace old class-based variant bodies with standalone export functions.\n\n- write_struct_type_body: thread config through for enum_type_names branching\n- Remove write_variant_type_body and write_enum_type_body\n- Add write_enum_standalone_functions, write_serialize_variant_fields,\n wri\n[…]\n\n- Update tests: type_body returns nothing for enums; after_type emits functions\n- Update TypeScript runtime test to use choiceC(7) instead of new ChoiceVariantC(7)\n- Regenerate all affected snapshots",
"is_bot": false,
"headline": "feat: bincode TypeScript plugin emits standalone serialize/deserializ…",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T12:22:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "54194d1ade5168fff821ec9c0040f2b1dce02897",
"body": "- Add EnumTagging enum to format AST (External / Internal / Adjacent)\n carrying serde tag/content metadata extracted from shape.tag/shape.content\n- Change ContainerFormat::Enum from 2-arg to 3-arg tuple; update all\n pattern matches across kotlin, swift, csharp, bincode, json, config, plugin\n- Add \n[…]\nntime bincode test is knowingly broken until the bincode/json\nplugins are updated (Steps 6/7) to emit standalone serializeX/deserializeX\nfunctions and branch TypeName serialization on enum_type_names.",
"is_bot": false,
"headline": "feat(typescript): represent ADTs as discriminated unions",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T12:22:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2a71538e12c9e830969d4876d2f9f7b601cf84a1",
"body": "fix(typescript): correct i64/i128 deserialization when low limb has high bit set",
"is_bot": false,
"headline": "Merge pull request #110 from b4-io/fix/typescript-i64-deserialize",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T12:21:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c80400250c0d451065c1c97513436d184c277ae4",
"body": null,
"is_bot": false,
"headline": "chore: fix clippy pedantic lints",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-08-03T09:37:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "535db5f4affe81dad88e60f0ec12acad49ff9a1a",
"body": "…igh bit set\n\nOR-ing signed i32 halves as BigInts drops the high limb whenever the low\nhalf has bit 31 set, so values like epoch-millis round-trip incorrectly.\n\nCo-authored-by: Cursor <cursoragent@cursor.com>",
"is_bot": false,
"headline": "fix(typescript): correct i64/i128 deserialization when low limb has h…",
"author_name": "Bruno",
"author_login": null,
"committed_at": "2026-08-02T17:10:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "339c3dd86fdc1c709e1f9df2dfc32aea66367bad",
"body": null,
"is_bot": false,
"headline": "fix: escape reserved C# identifiers in bincode output",
"author_name": "Michael Hedgpeth",
"author_login": "mhedgpeth",
"committed_at": "2026-08-02T03:40:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94c65d6ed681a02f09af1b35729d72920a814f8b",
"body": null,
"is_bot": false,
"headline": "chore: v0.17.2",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-06-25T15:24:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "71f09a96b906213e98aa77c9ed3ac69aff768537",
"body": null,
"is_bot": false,
"headline": "chore: update rust deps",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-06-25T15:15:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a7f3d2fbafddf12220ff911d5badb72a1ac4a3bd",
"body": "fixes: Hashable implementation across namespace + Non hashable value in map",
"is_bot": false,
"headline": "Merge pull request #105 from o0Ignition0o/fix/namespace_and_hashable",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-06-25T10:45:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b2ccafbc9111339f541fabe3410b9b2cb05fe5e",
"body": null,
"is_bot": false,
"headline": "fix: map fields with non-hashable values should still generate",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-06-24T09:33:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58b3b8ba79d3946247c856f08582aea45245039c",
"body": "…in map\n\nThis changeset adds a couple of tests and fixes two bugs:\n- Map values weren't checked for hashability: in [K;V] if K was hashable but not V, swift would still generate a hashable impl although this isn't valid.\n- Structures in names namespace weren't recognized as hashable. This is due to former namespace stripping before we emit the swift types, which conflated all types as `Root` thus missing namespace differences, and not relying on the actual types Hashable implementation.",
"is_bot": false,
"headline": "fixes: Hashable implementation across namespace + Non hashable value …",
"author_name": "o0Ignition0o",
"author_login": "o0Ignition0o",
"committed_at": "2026-06-19T16:47:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "553e93a930c2442a89da6afd4ee1597dce68f885",
"body": null,
"is_bot": false,
"headline": "chore: version independently",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-06-19T11:09:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79377c1c3a3593d97f3a25c8702d8c9c079d1176",
"body": null,
"is_bot": false,
"headline": "chore: symlinks for readmes",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-06-19T10:51:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bddb698ac15439244e7bee36636f891f72a7a12",
"body": "chore: v0.17.1",
"is_bot": false,
"headline": "Merge pull request #104 from redbadger/v0-17-1",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-06-19T10:43:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6c81b5487a7bda22b4ea06d777399b28ae75cc6",
"body": null,
"is_bot": false,
"headline": "chore: v0.17.1",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-06-19T09:46:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d7db7a0c753eee61f2c51de2342e023f8dbe2ab8",
"body": "keep readme output snippets correct",
"is_bot": false,
"headline": "Merge pull request #103 from redbadger/readme-codegen",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-06-19T09:18:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7e41ce21d6e1559a51b5269a6d8ea81c71bafc1",
"body": null,
"is_bot": false,
"headline": "keep readme output snippets correct",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-06-19T08:56:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90591f15987b0eb111248de84e617737607b8f3e",
"body": "swift: Update Hashable and Equatable code generation",
"is_bot": false,
"headline": "Merge pull request #102 from o0Ignition0o/fix/hashable_map",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-06-19T08:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0f26037d86f8a52a9535bebc0cfd2d0ca64a7666",
"body": null,
"is_bot": false,
"headline": "disable clippy in a specific test",
"author_name": "o0Ignition0o",
"author_login": "o0Ignition0o",
"committed_at": "2026-06-18T17:57:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8141a7a44b1dc6aeacef7dce7dc8cc6da1b9b7f",
"body": null,
"is_bot": false,
"headline": "chore: fmt",
"author_name": "o0Ignition0o",
"author_login": "o0Ignition0o",
"committed_at": "2026-06-18T17:53:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a9a1d56cd7964238bf4b5fc56348f42e3cb5eb65",
"body": "…quatable implementation to explicitly display DFS as well",
"is_bot": false,
"headline": "assisted by lumo: add the same test for equatable, and refactor the e…",
"author_name": "o0Ignition0o",
"author_login": "o0Ignition0o",
"committed_at": "2026-06-18T17:48:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "44f6bd4cdf2493d0955c676289f2344d64013320",
"body": "…display DFS",
"is_bot": false,
"headline": "assisted by lumo: refactor the hashable implementation to explicitly …",
"author_name": "o0Ignition0o",
"author_login": "o0Ignition0o",
"committed_at": "2026-06-18T17:44:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78939a168e4aa8f20294f3e9d59c51bc9684875e",
"body": "… regardless of their declaration order",
"is_bot": false,
"headline": "fix: make sure TypeName fields are checked for hashable and equatable…",
"author_name": "o0Ignition0o",
"author_login": "o0Ignition0o",
"committed_at": "2026-06-18T16:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f73b7a993d198c7d749e4cf2bf96b3212133a87",
"body": null,
"is_bot": false,
"headline": "chore: fmt + clippy",
"author_name": "o0Ignition0o",
"author_login": "o0Ignition0o",
"committed_at": "2026-06-12T12:47:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6444e2fc88effbbef2845934f541bec1dbff5c7",
"body": null,
"is_bot": false,
"headline": "fix(swift): generate both Hashable and Equatable when possible",
"author_name": "o0Ignition0o",
"author_login": "o0Ignition0o",
"committed_at": "2026-06-12T12:43:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "29aaf709f46a9ce2f38d522220f454f770a35d7a",
"body": "…ashable",
"is_bot": false,
"headline": "fix(swift): Map is hashable if its key is hashable and its value is h…",
"author_name": "o0Ignition0o",
"author_login": "o0Ignition0o",
"committed_at": "2026-06-12T10:01:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "58741e5891cba7895730048994058111a1a77cd6",
"body": "fix(typescript): fix import for fg::namespace=\"other\"",
"is_bot": false,
"headline": "Merge pull request #99 from redbadger/import-fix-local-namespace",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-05-19T13:40:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "123fd86b9e2cf735320ca742f52a2bf89b71e119",
"body": null,
"is_bot": false,
"headline": "Merge pull request #100 from redbadger/native-uuid-support",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-05-17T11:35:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd8e907f1f2cdd46b3c3ae1e24dff9a6e4361cba",
"body": null,
"is_bot": false,
"headline": "feat(uuid): test for kotlinc",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-05-09T16:58:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6abe7c604178fcb42279089c92f232941ffb74f7",
"body": null,
"is_bot": false,
"headline": "feat(uuid): round trips",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-05-09T16:30:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "213ab0f31fb6aa54b1153aa4a0830a567d0ba6d4",
"body": null,
"is_bot": false,
"headline": "feat(uuid): add UUID native support",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-05-09T16:12:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8b161183c2d8a2709c6527a235788ff4fe817c1",
"body": null,
"is_bot": false,
"headline": "fix(typescript): fix import for fg::namespace=\"other\"",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-05-09T14:37:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f27ca8b7d584e9818c55fb134ea86c573bc3a3f6",
"body": null,
"is_bot": false,
"headline": "chore(release): v0.17",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-05-01T16:33:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "436b31d4caeea464b37498e60cf29201e231396d",
"body": "fix(swift): handling of 128 bit integers",
"is_bot": false,
"headline": "Merge pull request #97 from redbadger/swift-128-bit-integers",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-05-01T16:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "223f5a4e7272c51a025c56714583f67198b1d8a8",
"body": "feat(release)!: v0.17",
"is_bot": false,
"headline": "Merge pull request #95 from redbadger/0-17-0",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-05-01T16:21:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0503ffdea5c7e6810b532f156bc1ea068f450895",
"body": "Plugins config",
"is_bot": false,
"headline": "Merge pull request #92 from redbadger/plugins-config",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-05-01T16:21:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56438a080a70ef8b15f74ffbd6900a63fb893b32",
"body": null,
"is_bot": false,
"headline": "fix(swift): run swift tests for CI (Unix only)",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-05-01T11:33:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3543c64acfba558d1f40ac66cf2ff2851d2310e",
"body": null,
"is_bot": false,
"headline": "fix(swift): handling of 128 bit integers",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-05-01T11:13:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2962e3029b0b94354c1d379073f45a1c44edb23b",
"body": null,
"is_bot": false,
"headline": "feat(release)!: v0.17",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-04-19T08:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbdb2253ab4070c4dc7b29a2ab5d7f5753ff858c",
"body": null,
"is_bot": false,
"headline": "feat(plugins): further cleanup",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-04-17T09:54:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "06c1dc5c04bb646a01ac60880e5a6a3135290ae2",
"body": null,
"is_bot": false,
"headline": "feat(plugins): remove dead BuildPluginsFor trait",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-04-17T09:26:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4831793855339993ee2aaa265ef8c02ed153a25c",
"body": null,
"is_bot": false,
"headline": "feat(plugins): update doc comments",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-04-17T09:23:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93c545a472bbb54b47b3372c0e7a6bdf53bc0ea4",
"body": null,
"is_bot": false,
"headline": "feat(plugins)!: remove Encoding",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-04-15T10:56:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "369eed327488743c8e17105d9de6a526db17f8f5",
"body": null,
"is_bot": false,
"headline": "feat(generation)!: remove Java generation as too far diverged now",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-04-15T09:48:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "931feb32e0346ada069b682e7156a08fb41f0e0d",
"body": null,
"is_bot": false,
"headline": "feat(plugins): Configuration stage 8",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T19:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7005e873ebc61d51a3836d896550d3fdf5c7145c",
"body": null,
"is_bot": false,
"headline": "feat(plugins): Configuration stage 7",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T19:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "688e9f76c660cfcbe154d06f8610273f39af383a",
"body": null,
"is_bot": false,
"headline": "feat(plugins): Configuration stage 6",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T19:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c1f6197b509324bd9a8106f4db01b832f9f6e45",
"body": null,
"is_bot": false,
"headline": "feat(plugins): Configuration stage 5",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T19:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc29e701747591bf6c9381bff18ee13cc1946b21",
"body": null,
"is_bot": false,
"headline": "feat(plugins): Configuration stage 4a",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T19:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75aefaddbdd9f3f10a46c72d7d510455fc91a638",
"body": null,
"is_bot": false,
"headline": "feat(plugins): Configuration stage 4",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T19:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "efa96a035ce3c166efbdce0433f48cc74788b3ee",
"body": null,
"is_bot": false,
"headline": "feat(plugins): Configuration stage 3",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T19:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "75df0a46a85655117ff554a628612be149f1cba0",
"body": null,
"is_bot": false,
"headline": "feat(plugins): Configuration stage 2",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T19:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e8ef90f722bb8ce8eda079243d6e98e3f6e3312",
"body": null,
"is_bot": false,
"headline": "feat(plugins): Configuration stage 1",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T19:22:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "301b351defaf345e9251279722ddabb5a4d099d7",
"body": "Plugins",
"is_bot": false,
"headline": "Merge pull request #88 from redbadger/plugins",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T19:21:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6b8f821f2370c54c3b225f5dbc6671aa52bf273",
"body": null,
"is_bot": false,
"headline": "chore(plugins): refactor",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T13:10:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "82eda68e2b87eaa31a9e15a657df9179a6b0e944",
"body": null,
"is_bot": false,
"headline": "chore(plugins): CSharp plugins",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T12:36:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b87446c531ab47fbfbe7bb9e3a601ba7d5e746a",
"body": null,
"is_bot": false,
"headline": "chore(plugins): TypeScript plugins",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T12:31:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d32bbc25f9cb257ad612481945a65719ef2abff",
"body": null,
"is_bot": false,
"headline": "chore(plugins): Swift plugin tests",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T10:15:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "401b6ad40c1d94e0ca5ecb5a03fa03a8f66cfb25",
"body": null,
"is_bot": false,
"headline": "chore(plugins): Swift plugins",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T09:55:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc8d8fbbc19a75fa75411708febb44b2fa769565",
"body": null,
"is_bot": false,
"headline": "chore(kotlin): inline feature-based code into relevant plugins",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T08:13:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "adbc4af2a6aa1877de9dc568d3e6824f3dbe7a0f",
"body": null,
"is_bot": false,
"headline": "fix: dont strip comments for bincode",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T07:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e8110416223a3598662eddbea07e826d8c95e35",
"body": null,
"is_bot": false,
"headline": "feat(plugins): Move the rest of Kotlin Json to plugin",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T07:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7463658c2aa1ce1896cad3ff832fa15f2c754060",
"body": null,
"is_bot": false,
"headline": "feat(writer): child IndentedWriter",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T07:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "976e305d0022a381ef7e19cd06ddf19c6a436c97",
"body": null,
"is_bot": false,
"headline": "chore(plugins): clippy nursery",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T07:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0065cd1a6fd5c0a610ba50dd10b61260374f54a8",
"body": null,
"is_bot": false,
"headline": "chore(plugins): clippy",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T07:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3738f8c7affba4ef281b4aeab246f7b75629d7ec",
"body": "feat(plugins): Move the rest of Kotlin Bincode to plugin",
"is_bot": false,
"headline": "feat(plugins): Move Kotlin imports and module_helpers to plugin (JSON)",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T07:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8755ff32a6765460e4532fca20d1d2cb1a54c026",
"body": "…ode)",
"is_bot": false,
"headline": "feat(plugins): Move Kotlin imports and module_helpers to plugin (Binc…",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T07:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39ba3a6c623e1a91573bcdf76336709b385f837a",
"body": null,
"is_bot": false,
"headline": "feat(plugins): Add EmitterPlugin<Lang> trait, and store for plugins",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T07:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2c8c214fd38d7559da63204cf9e60af02a4aff8f",
"body": "Drop Deno (modern Deno can import Node pkgs)",
"is_bot": false,
"headline": "Merge pull request #89 from redbadger/drop-deno",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-24T07:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9d79013851518a51ac6e548f4112eb72fe09ab8",
"body": null,
"is_bot": false,
"headline": "feat(typescript)!: drop Deno support as modern Deno works with Node pkgs",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-23T15:38:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "843ec0dcded82263957b1fd064d24adb5f731bc7",
"body": "Swift native types",
"is_bot": false,
"headline": "Merge pull request #91 from redbadger/swift-native-types",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-23T15:22:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4e339e460003831da8e9f8095b7238942d1457e5",
"body": "fix(swift): problem with Tuple handling in JSON serialization",
"is_bot": false,
"headline": "Merge pull request #90 from redbadger/swift-json-bug",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-23T15:21:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7bb575f2b91636e71c470338a2c84759e61da4d0",
"body": null,
"is_bot": false,
"headline": "feat(swift): use automatic test discovery on Linux now we have Swift 6",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-23T15:09:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d55f69abf0716f746b6faef3e445b7704c430296",
"body": null,
"is_bot": false,
"headline": "feat(swift): remove remaining wrappers (Slice, Int128, UInt128)",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-23T14:49:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3a71668fa515894c42138b9511093925652f27a0",
"body": null,
"is_bot": false,
"headline": "fix(csharp): conform c-style-enums discovery to new Langugage model",
"author_name": "Michael Hedgpeth",
"author_login": "mhedgpeth",
"committed_at": "2026-03-23T14:04:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bf49e981924f6c93f33b8c7d7f0ad44ae9c59b3",
"body": null,
"is_bot": false,
"headline": "feat(swift): add compilation conformancy tests",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-23T12:25:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eb557c25dd751d7e6f73f6c144ebdef47c21deb3",
"body": null,
"is_bot": false,
"headline": "feat(swift): detect equatable and indirect",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-23T11:09:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c2c50acd59f8eae32089adfc2c67578648e2866",
"body": null,
"is_bot": false,
"headline": "feat(swift): detect hashable",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-23T10:48:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f807f53be9e97d4057cd6ece6be4f46089a0701",
"body": null,
"is_bot": false,
"headline": "chore: pass Language by ref",
"author_name": "Stuart Harris",
"author_login": "StuartHarris",
"committed_at": "2026-03-23T09:19:38Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 24,
"commits_last_year": 301,
"latest_release_at": "2026-08-03T13:30:30Z",
"latest_release_tag": "facet-generate-v0.18.0",
"releases_from_tags": false,
"days_since_last_push": 1,
"active_weeks_last_year": 31,
"days_since_latest_release": 1,
"mean_days_between_releases": 28.9
},
"artifacts": {
"collected": true,
"structure": [
"tree.cargo_lib"
],
"declarations": [
{
"name": null,
"path": "Cargo.toml",
"tokens": [
"cargo.workspace"
],
"ecosystem": "crates"
}
]
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"shields.io"
],
"total": 4,
"header": 4,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "facet_generate",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"categories": [],
"matches_repo": true,
"registry_url": "https://crates.io/crates/facet_generate",
"declared_type": null,
"is_deprecated": false,
"latest_version": "0.18.0",
"repository_url": "https://github.com/redbadger/facet-generate",
"versions_count": 39,
"total_downloads": 155593,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 20948,
"first_published_at": "2025-06-17T15:57:15.847594Z",
"latest_published_at": "2026-08-03T13:41:26.462800Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1
},
{
"name": "facet-generate-attrs",
"exists": true,
"license": "Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"categories": [],
"matches_repo": true,
"registry_url": "https://crates.io/crates/facet-generate-attrs",
"declared_type": null,
"is_deprecated": false,
"latest_version": "0.17.0",
"repository_url": "https://github.com/redbadger/facet-generate",
"versions_count": 2,
"total_downloads": 13086,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 3637,
"first_published_at": "2026-03-13T15:48:40.714486Z",
"latest_published_at": "2026-05-01T16:34:02.372869Z",
"latest_version_yanked": false,
"days_since_latest_publish": 95
}
]
},
"popularity": {
"forks": 13,
"stars": 34,
"watchers": 1,
"fork_history": {
"days": [
{
"date": "2025-08-29",
"count": 1
},
{
"date": "2025-11-26",
"count": 1
},
{
"date": "2025-12-01",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-01-21",
"count": 2
},
{
"date": "2026-01-22",
"count": 1
},
{
"date": "2026-03-11",
"count": 1
},
{
"date": "2026-03-19",
"count": 1
},
{
"date": "2026-04-09",
"count": 1
},
{
"date": "2026-04-27",
"count": 1
},
{
"date": "2026-08-02",
"count": 1
}
],
"complete": true,
"collected": 13,
"total_forks": 13
},
"star_history": null,
"open_issues_and_prs": 8
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"Justfile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"crates/facet-generate-attrs/Cargo.toml",
"crates/facet_generate/Cargo.toml",
"crates/facet_generate/src/generation/tests/basic/snapshots/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_bytes/snapshots/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_namespaces_as_external/snapshots/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_namespaces_as_internal/snapshots/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_serialization/snapshots/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_serialization_and_namespaces_as_external/snapshots/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_serialization_and_serde_internal/snapshots/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_serialization_and_serde_local/snapshots/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_uuid/snapshots_bincode/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_uuid/snapshots_json/kotlin/build.gradle.kts"
],
"largest_source_bytes": 88446,
"source_files_sampled": 696,
"oversized_source_files": 6,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"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": "facet",
"manifest": "crates/facet-generate-attrs/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "derive_builder",
"manifest": "crates/facet_generate/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.20"
},
{
"name": "facet",
"manifest": "crates/facet_generate/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "facet-generate-attrs",
"manifest": "crates/facet_generate/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "heck",
"manifest": "crates/facet_generate/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "include_dir",
"manifest": "crates/facet_generate/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.7"
},
{
"name": "indent",
"manifest": "crates/facet_generate/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "indoc",
"manifest": "crates/facet_generate/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0"
},
{
"name": "regex",
"manifest": "crates/facet_generate/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.12"
},
{
"name": "serde",
"manifest": "crates/facet_generate/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "crates/facet_generate/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "textwrap",
"manifest": "crates/facet_generate/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.16"
},
{
"name": "thiserror",
"manifest": "crates/facet_generate/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 87,
"open_issues": 8,
"closed_ratio": 0.667,
"closed_issues": 16,
"closed_unmerged_prs": 4
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "StuartHarris",
"commits": 396,
"avatar_url": "https://avatars.githubusercontent.com/u/203552?v=4"
},
{
"type": "User",
"login": "mhedgpeth",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/3209401?v=4"
},
{
"type": "User",
"login": "o0Ignition0o",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/9465678?v=4"
},
{
"type": "User",
"login": "ManevilleF",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/26703856?v=4"
},
{
"type": "User",
"login": "lrossi",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/2843411?v=4"
},
{
"type": "User",
"login": "fraschm1998",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/54919428?v=4"
},
{
"type": "User",
"login": "mgeisler",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/89623?v=4"
},
{
"type": "User",
"login": "charypar",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/1517854?v=4"
},
{
"type": "User",
"login": "avvlas",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/46532088?v=4"
}
],
"contributors_sampled": 9,
"top_contributor_share": 0.91
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yaml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 3,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "8 out of 8 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": 3,
"reason": "Found 4/11 approved changesets -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 6 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 4 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": 7,
"reason": "3 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "3fa6ad4f58d4373c4ebdc7a1a4222b7dbc9777bf",
"ran_at": "2026-08-05T07:10:26Z",
"aggregate_score": 4.6,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"recent_prs": {
"merged_7d": 7,
"decided_7d": 7,
"merged_30d": 7,
"authors_30d": 3,
"decided_30d": 7,
"sample_size": 60,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 3,
"newcomer_merged_30d": 1,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 1,
"newcomer_decided_30d": 1
},
"ci_last_run_at": "2026-08-03T14:23:35Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-08-03T14:13:48Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 36,
"created_at": "2025-10-03T08:15:58Z",
"last_comment_at": "2026-03-02T13:43:22Z",
"last_comment_author": "mhedgpeth"
},
{
"number": 78,
"created_at": "2026-03-12T14:54:12Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 79,
"created_at": "2026-03-12T14:55:02Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 80,
"created_at": "2026-03-12T14:55:38Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 85,
"created_at": "2026-03-17T18:25:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 96,
"created_at": "2026-04-27T15:24:18Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 107,
"created_at": "2026-07-07T07:32:27Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 115,
"created_at": "2026-08-03T13:20:53Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/redbadger/facet-generate",
"host": "github.com",
"name": "facet-generate",
"owner": "redbadger"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 64 is calibrated to 73 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 64,
"calibrated": 73,
"calibration": "2026-08-02"
}
}
],
"value": 73,
"inputs": {
"security": 46,
"vitality": 92,
"community": 49,
"governance": 66,
"calibration": "2026-08-02",
"engineering": 61,
"ai_readiness": 58,
"weighted_overall_raw": 64
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "excellent",
"name": "Vitality",
"value": 92,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 86,
"inputs": {
"commits_last_year": 301,
"human_commit_share": 1,
"days_since_last_push": 1,
"active_weeks_last_year": 31
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "31/52 weeks with commits",
"points": 21.5,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 31
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "301 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 301
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "exceptional",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 100,
"inputs": {
"releases_count": 24,
"latest_release_tag": "facet-generate-v0.18.0",
"releases_from_tags": false,
"days_since_latest_release": 1,
"mean_days_between_releases": 28.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "24 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 24
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 1
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~28.9 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 28.9
}
}
],
"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": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 1,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 1 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 1
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "weak",
"name": "Community & Adoption",
"value": 49,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 34,
"inputs": {
"forks": 13,
"stars": 34,
"watchers": 1,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "34 stars",
"points": 24.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 34
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "13 forks",
"points": 9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 13
}
}
],
"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,
"readme_badges": 4,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"readme_badge_services": [
"shields.io"
],
"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": "good",
"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": 73,
"inputs": {
"packages": [
"facet_generate",
"facet-generate-attrs"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 168679,
"monthly_downloads": 24585
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "24,585 downloads/month across crates",
"points": 58.5,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 24585,
"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": "good",
"name": "Sustainability & Governance",
"value": 66,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 33,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 9,
"top_contributor_share": 0.91
},
"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 91% of commits",
"points": 2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 91
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "9 contributors",
"points": 12.2,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 9
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 6 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"merged_prs": 87,
"open_issues": 8,
"closed_issues": 16,
"prs_merged_7d": 7,
"prs_decided_7d": 7,
"prs_merged_30d": 7,
"prs_decided_30d": 7,
"issue_closed_ratio": 0.667,
"closed_unmerged_prs": 4,
"first_time_authors_30d": 1,
"first_time_prs_merged_30d": 1,
"first_time_prs_decided_30d": 1
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "67% of issues closed",
"points": 28,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 67
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "87/91 decided PRs merged",
"points": 28.7,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 87,
"decided": 91
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "1/1 first-time contributors' PRs merged in 30d",
"points": 13,
"status": "met",
"details": [
{
"code": "newcomer_prs_merged",
"params": {
"days": 30,
"merged": 1,
"decided": 1
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/11 approved changesets -- score normalized to 3",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"followers": 89,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "redbadger",
"public_repos": 247,
"account_age_days": 5935
},
"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": "89 followers of redbadger",
"points": 14.1,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 89,
"login": "redbadger"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "247 public repos, account ~16 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 247
}
},
{
"code": "account_age_years",
"params": {
"years": 16
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "exceptional",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"facet_generate",
"facet-generate-attrs"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1
},
"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 1 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "39 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 39
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 61,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "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": "8 out of 8 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "weak",
"name": "Security",
"value": 46,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"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": 46,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.6
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "8 out of 8 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 4/11 approved changesets -- score normalized to 3",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 6 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 4 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": "3 existing vulnerabilities detected",
"points": 5.2,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"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"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"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": "moderate",
"name": "AI Readiness",
"value": 58,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.96,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"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": "96 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 96,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"Justfile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0.01,
"toolchain_manifests": [
"Cargo.toml",
"crates/facet-generate-attrs/Cargo.toml",
"crates/facet_generate/Cargo.toml",
"crates/facet_generate/src/generation/tests/basic/snapshots/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_bytes/snapshots/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_namespaces_as_external/snapshots/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_namespaces_as_internal/snapshots/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_serialization/snapshots/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_serialization_and_namespaces_as_external/snapshots/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_serialization_and_serde_internal/snapshots/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_serialization_and_serde_local/snapshots/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_uuid/snapshots_bincode/kotlin/build.gradle.kts",
"crates/facet_generate/src/generation/tests/with_uuid/snapshots_json/kotlin/build.gradle.kts"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Justfile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "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": 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": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 88446,
"source_files_sampled": 696,
"oversized_source_files": 6
},
"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": "6/696 source files over 60KB",
"points": 54.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 696,
"oversized": 6
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"top": [
"library"
],
"labels": [
"library"
],
"scores": {
"library": 9
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:crates",
"weight": 6
},
{
"tier": "structure",
"label": "library",
"source": "tree.cargo_lib",
"weight": 3
}
],
"artifacts": [
{
"path": "Cargo.toml",
"labels": [],
"ecosystem": "crates"
}
],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.5.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",
"deps.dev does not index crates:facet_generate@0.18.0; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-08-05T07:10:43.033396Z",
"schema_version": "0.31.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/r/redbadger/facet-generate.svg",
"full_name": "redbadger/facet-generate",
"license_state": "standard",
"license_spdx": "MIT"
}