原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 987,
"has_wiki": false,
"homepage": null,
"languages": {
"Go": 1135326,
"Ragel": 3867,
"Shell": 257
},
"pushed_at": "2026-07-06T22:25:56Z",
"created_at": "2017-02-11T18:13:16Z",
"owner_type": "Organization",
"updated_at": "2026-07-06T22:26:01Z",
"description": "A type system for dynamic values in Go applications",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Go",
"significant_languages": [
"Go"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "zclconf",
"company": null,
"location": null,
"followers": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/28957467?v=4",
"created_at": "2017-05-25T15:55:06Z",
"is_verified": null,
"public_repos": 11,
"account_age_days": 3350
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v1.17.0",
"kind": "minor",
"published_at": "2025-09-05T21:41:03Z"
},
{
"tag": "v1.16.0",
"kind": "minor",
"published_at": "2025-01-03T19:48:51Z"
},
{
"tag": "v1.13.2",
"kind": "patch",
"published_at": "2023-05-22T15:18:56Z"
},
{
"tag": "v1.12.2",
"kind": "patch",
"published_at": "2023-05-05T20:47:37Z"
},
{
"tag": "v1.13.1",
"kind": "patch",
"published_at": "2023-03-16T16:25:25Z"
},
{
"tag": "v1.13.0",
"kind": "minor",
"published_at": "2023-02-24T00:10:05Z"
},
{
"tag": "v1.11.1",
"kind": "patch",
"published_at": "2022-10-17T15:16:42Z"
},
{
"tag": "v1.9.1",
"kind": "patch",
"published_at": "2021-08-18T00:25:22Z"
},
{
"tag": "v1.5.0",
"kind": "minor",
"published_at": "2020-06-11T16:18:22Z"
},
{
"tag": "v1.4.2",
"kind": "patch",
"published_at": "2020-05-29T16:42:56Z"
},
{
"tag": "v1.4.1",
"kind": "patch",
"published_at": "2020-05-18T17:25:10Z"
},
{
"tag": "v1.4.0",
"kind": "minor",
"published_at": "2020-04-07T17:59:35Z"
},
{
"tag": "v1.3.1",
"kind": "patch",
"published_at": "2020-03-03T20:07:44Z"
},
{
"tag": "v1.3.0",
"kind": "minor",
"published_at": "2020-02-19T18:17:22Z"
},
{
"tag": "v1.2.1",
"kind": "patch",
"published_at": "2020-03-03T20:08:16Z"
},
{
"tag": "v1.2.0",
"kind": "minor",
"published_at": "2020-03-03T20:08:37Z"
},
{
"tag": "v1.1.1",
"kind": "patch",
"published_at": "2019-11-26T23:39:36Z"
},
{
"tag": "v1.1.0",
"kind": "minor",
"published_at": "2019-07-25T16:00:29Z"
},
{
"tag": "v1.0.0",
"kind": "major",
"published_at": "2020-03-03T20:08:58Z"
}
],
"recent_commits": [
{
"oid": "0d1eb267373bab24cd0f4d917ab4b8200bb0234a",
"body": null,
"is_bot": false,
"headline": "Prepare for possible future v1.19.1 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2026-07-06T22:25:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "749fb01316b34f996526dc0a799b54ee008436a8",
"body": null,
"is_bot": false,
"headline": "v1.19.0",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2026-07-06T22:24:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6d59fa6af526d7ef9a296ee0fee01ccd3c64840",
"body": "These are just some small helpers for some situations that commonly seem\nto arise, making it take less boilerplate to perform these operations.",
"is_bot": false,
"headline": "ValueMarks.Has and ValueMarks.Insert",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2026-07-06T22:24:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db1a4101f6f4a1ecd63bf25bfd53e7709a2e7e0b",
"body": "Go 1.27 is planned to adopt Unicode 17, unlike the previous supported Go\nversions that all used Unicode 15.\n\nFor previous changes to Go's Unicode support we've simply just unilaterally\nchanged which version we use regardless of Go version, but since the Go\nproject has a well-defined EOL policy for o\n[…]\n means that now we have two versions of go-textseg as\ndependencies in go.mod, but the toolchain will still detect that only one\nis being used and avoid including the inactive one in any final program.",
"is_bot": false,
"headline": "Use Unicode 17 text segmentation rules on Go 1.27",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2026-07-04T01:31:53Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c8df66764124f2e53f491d4d4a4620c13e3b914d",
"body": "Since Go1.27's encoding/json is implemented in terms of encoding/json/v2,\nit now produces errors from that implementation instead of the errors from\nthe original implementation.\n\nThis compensates for that by checking for whichever message is expected for\nthe current version of Go, using 1.27 as the cutoff point for the old error\ntext.",
"is_bot": false,
"headline": "json: Compensate for different JSON error message in Go1.27",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2026-07-04T00:10:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d8f06e30ed204b49a68845101c48c8d439f598b",
"body": null,
"is_bot": false,
"headline": "convert: Fix incorrect format string in TestSortTypes",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2026-07-03T23:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dcb5db6917182028fab2819852b7cdc72e2b7ec9",
"body": null,
"is_bot": false,
"headline": "v1.18.1",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2026-04-16T23:17:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77d87c2b43bb0f181d82f3749fda4b65daebc528",
"body": "This was failing due to the special case of returning the type of the first\nargument when all arguments have the same type. This function treats a\nnull value of any object type as if it were a non-null value of the empty\nobject type, but the Type function wasn't respecting that special case and\nso it was proposing a different return type than the Impl function actually\nproduces.",
"is_bot": false,
"headline": "stdlib: no MergeFunc crash with null values of object type",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2026-04-16T23:13:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6854da9fb3b4bdbda7e55322e1eee4f74f1f6cf7",
"body": "The defaults for what to allow in a function argument are intentionally\nconservative so that function implementations don't all need to reimplement\nsimilar validation code for commonly-rejected cases, but this function\ndoesn't do anythign with the \"value\" argument except compare it with\nanother value using Value.Equals and so null values can be permitted here\nfor the same reason that EqualFunc allows its operands to be null.",
"is_bot": false,
"headline": "stdlib: ContainsFunc allows testing for presence of null value",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2026-02-26T18:36:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddb73de64ecfb6f9ca579526607d18630301649a",
"body": null,
"is_bot": false,
"headline": "Begin development of v1.18.1",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2026-02-23T23:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e0c742bf92705b134551f0a5c0dae5ab3c05e23c",
"body": null,
"is_bot": false,
"headline": "v1.18.0 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2026-02-23T23:06:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "21d455da5bfe8d93f4374949037d0e225b2af0fe",
"body": null,
"is_bot": false,
"headline": "Update LICENSE to reflect the current situation",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2026-02-23T23:05:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6629d62006c956c99090cc5e056d9da72485a17",
"body": "This work was sponsored by Spacelift.",
"is_bot": false,
"headline": "cty: IndexStep.Apply now works for traversing through a set",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2026-02-23T23:03:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d586d119a96adb09f9e5601bf8f86b385ad2ca55",
"body": "This work was sponsored by Spacelift.",
"is_bot": false,
"headline": "cty: Value.Equals only keeps shallow marks when comparing to null",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2026-02-23T22:43:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2cc731506fc622a4e6c787d80c165b9aceed90ec",
"body": null,
"is_bot": false,
"headline": "go.mod: Require Go 1.25 or later",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2026-02-23T21:11:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da4c600729aefcf628d6b042ee439e6927d1104e",
"body": null,
"is_bot": false,
"headline": "CHANGELOG: Prepare for v1.17.0 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-09-05T21:16:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b13ddd40b1cd39b19c1acfab789049d7ff34358c",
"body": "These functions were previously using the \"Transformer\" mechanism, which is\nvery general but as a result ends up always conservatively rebuilding\nthe entire data structure it's given.\n\nThe recently-added WrangleMarksDeep relies on the fact that it can only\npossibly change marks (not the actual value\n[…]\nths shows this being a material performance\nimprovement.\n\nThis also includes a bonus fast path for MarkWithPaths where it will skip\ndoing anything at all if the given slice of ParkValueMarks is empty.",
"is_bot": false,
"headline": "cty: Use WrangleMarksDeep for UnmarkDeep and UnmarkDeepWithPaths",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-09-05T20:33:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4453ac2b7f5200601370c6a3f27207ebc81d2df4",
"body": "An earlier commit added cty.DeepValues as an iter.Seq2-based alternative\nto Walk, and that's much easier to use for deep inspections because it\ndoesn't require weird trickery to get the Walk to stop at the right time\nand smuggle result values out.\n\nHowever, in the process of doing this I discovered \n[…]\nDeepValues\nitself was falling into that very trap of failing to terminate Walk\ncorrectly, and so this also includes a fixed version of that which will\nstop yielding new values once commanded to do so.",
"is_bot": false,
"headline": "cty: Use DeepValues instead of Walk for deep marks inspections",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-08-31T00:36:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f833b10b8efd62c42155b93ab1864c77c836dbc0",
"body": "Go 1.18 introduced \"any\" as a shorthand for the empty interface type, and\nwe'd already started using it in a few places so for consistency let's\nswitch all existing uses of empty interface to \"any\" now.",
"is_bot": false,
"headline": "Bulk replace interface{} -> any",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-08-31T00:29:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4bb9d4fb66471b4ffd521770f5a9f4ff277ee04",
"body": "I've seen variants of each of these hand-written many times in callers, so\nit's well past time to bring them upstream to better support the common\nmarks-related usage patterns that have emerged downstream.",
"is_bot": false,
"headline": "cty: Various new mark-inspecting helpers",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-08-31T00:24:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "31572cfc28dc2446e7f163451f78116c6cf776bb",
"body": "Having now got some experience using marks more extensively in some\ncallers, it's become clear that it's often necessary for different\nsubsystems to be able to collaborate using independent marks without\nupsetting each other's assumptions. Today that tends to be achieved using\nhand-written transform\n[…]\nnew values only for parts of a structure that\nactually need to change and by reusing (rather than recreating) the\n\"payloads\" of the values being modified when we know that only the marks\nhave changed.",
"is_bot": false,
"headline": "cty+ctymarks: Deep mark wrangling helper",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-08-30T23:58:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d95a68cf6be26d4d0c841a6de102483c9d382006",
"body": "cty now requires Go 1.23, because package iter is not available in earlier\nversions of Go.",
"is_bot": false,
"headline": "cty: Modern iter.Seq2 equivalents of Value.ElementIterator and Walk",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-08-20T23:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e76eeea526f53bec67a8fda74d68c9593f1a500a",
"body": null,
"is_bot": false,
"headline": "v1.16.4 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-08-20T22:10:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "700a2bccfebdc72ce9270b9715dd2d4e86bd1fa6",
"body": "This change was sponsored by Spacelift on behalf of the OpenTofu project.",
"is_bot": false,
"headline": "cty: UnknownAsNull accepts marked values and preserves marks",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-08-20T22:08:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c2b6a0e21d8e541c2ff5b3825b27483fad0bd1b",
"body": null,
"is_bot": false,
"headline": "Prepare for future v1.16.4 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-05-16T22:06:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a49320fb3cff32c94770be3b5783c258514679b7",
"body": null,
"is_bot": false,
"headline": "Prepare for v1.16.3 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-05-16T22:04:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89f0621aa0286bd1a04ed9ac4218968d0b5de450",
"body": "Due to some early experience with this function initially exposing too much\nimplementation detail that tended to cause readers to get fixated on the\nwrong parts of the error message, convert.MismatchMessage switched to\na mode where in some cases it withholds information about what type was\ngiven to \n[…]\n implementation\ndetails like untyped nulls, empty collections with as-yet-unknown element\ntypes, etc.\n\nThis work was sponsored by Spacelift as an indirect contribution to the\nOpenTofu project. Thanks!",
"is_bot": false,
"headline": "convert: More forthcoming about cause in MismatchMessage",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-05-16T22:03:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "67d85b647e726fed180cfeeb63161cb341582f36",
"body": null,
"is_bot": false,
"headline": "Prepare for a future v1.16.3 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-01-21T19:34:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "51a6901d0a830f12a1aa4df7972a77f2c88feba0",
"body": null,
"is_bot": false,
"headline": "v1.16.2 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-01-21T19:34:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c48de357f301f3896bc0f1047850c1f254f6561",
"body": null,
"is_bot": false,
"headline": "json: ImpliedType rejects duplicate property names of different types",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-01-21T19:33:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d13b46ed274774de8000a7e706a2179a601e5e7e",
"body": "An earlier commit added support for negative indices but only dealt with\nthe Impl function. Since the length of a tuple is part of its type, the\nType callback also needs to deal with the possibility of negative indices\nwhen deciding what type to return.",
"is_bot": false,
"headline": "function/stdlib: ElementFunc handles negative index into tuple",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-01-21T19:13:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ed0ebb397b63f595b65d7c57b7746e681fe470f",
"body": null,
"is_bot": false,
"headline": "Prepare for future v1.16.2 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-01-14T00:31:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b3195248b2f5981d626e7f112a6b4df729375b07",
"body": null,
"is_bot": false,
"headline": "v1.16.1 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-01-14T00:30:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e41d2619d8e9bbb619f06f9ca1b22f0777402ba4",
"body": "This function wasn't correctly handling some of the cases involving unknown\nvalues, and it also apparently had no tests at all.\n\nIt now behaves consistently with our treatment of sets containing unknown\nvalues elsewhere in cty, where we consider that to mean that the set could\ncontain any other value in addition to the ones that are known.",
"is_bot": false,
"headline": "cty: Fix various Value.HasElement quirks, and add tests",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-01-14T00:30:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8920baaedde2ab8c54d5f429348d09e04fdde428",
"body": "…doType\n\nWe didn't previously include AllowDynamicType: true on the variadic\nparameters for these functions and so the function system assumed that\nthis code couldn't deal with unspecified types at all.\n\nHowever, the formatter is actually written to tolerate all possible values\nand do _something_ re\n[…]\narticular that means that `cty.NullVal(cty.DynamicPseudoType)` is now\ntreated the same way as null values of known types, and `cty.DynamicVal`\nis treated the same way as unknown values of known types.",
"is_bot": false,
"headline": "function/stdlib: FormatFunc and FormatListFunc can handle DynamicPseu…",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-01-11T00:38:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6edebd24b4785ea84104c68cd522ffdbcdedb0e7",
"body": null,
"is_bot": false,
"headline": "Prepare for v1.16.1 development",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-01-03T19:47:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e06defc5f817971ab942989ad06752e13446c9c",
"body": null,
"is_bot": false,
"headline": "v1.16.0 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-01-03T19:46:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9dc31e27278d47020b6c0f321fa47c5568b3d453",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2025-01-02T19:36:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86acbd7c92550b2004befc04488f93f7c58ce880",
"body": null,
"is_bot": false,
"headline": "convert: strip optional attributes out of empty maps",
"author_name": "Liam Cervante",
"author_login": null,
"committed_at": "2025-01-02T19:35:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3f66319eabb298930b7abab6ac8855489b32024",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-12-07T16:26:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cef5a1f4a82bfdf8ea75525f51c2c86421c3f5e",
"body": "This allows capsule-to-capsule conversions where the target type knows how to convert from the source.",
"is_bot": false,
"headline": "convert: Try ConversionFrom if ConversionTo returns nil",
"author_name": "Andrew Morozko",
"author_login": "Andrew-Morozko",
"committed_at": "2024-12-07T16:24:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb9f51f28f2e0c1075c83c39bbe8d55d615237af",
"body": null,
"is_bot": false,
"headline": "Prepare for a possible future v1.15.2 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-11-27T00:43:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3149f9d71235e7f745ab0a8429dba3c362408c06",
"body": null,
"is_bot": false,
"headline": "Prepare for v1.15.1 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-11-27T00:42:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "63279be090d7ca5fd01e5ecb7f02ac5f0c273ef2",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-11-11T21:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da16ad4791eda831a83c2f336863ba12fb8c264c",
"body": "If a function parameter does not AllowUnknown, the function Call method\r\nreturns early with the appropriate unknown value. However, it was missing\r\nany possible marks that were known from the given arguments.\r\n\r\nWe'll delay the early return slightly, so that all argument marks can be\r\ncollected and applied to the unknown return value.",
"is_bot": false,
"headline": "function: include marks when returning early with an unknown value",
"author_name": "James Bardin",
"author_login": "jbardin",
"committed_at": "2024-11-11T21:53:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea922e7a95ba2be57897697117f318670e066d22",
"body": null,
"is_bot": false,
"headline": "Add GitHub's \"funding\" metadata file",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-10-13T23:15:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7313684bb2bf6ec4a464f3def8d60c23bb51123a",
"body": null,
"is_bot": false,
"headline": "function/stdlib: Even more Distinct tests",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-10-13T23:01:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b84388474441497515a24c6e5e94b9d32673a59e",
"body": null,
"is_bot": false,
"headline": "function/stdlib: unit tests for Distinct function",
"author_name": "Bruno Schaatsbergen",
"author_login": "bschaatsbergen",
"committed_at": "2024-10-13T23:01:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0b7ccb8423606ba894cc0e3b71375386e4d564de",
"body": null,
"is_bot": false,
"headline": "docs: fix little typo in value marks",
"author_name": "Jasmin",
"author_login": "nachtjasmin",
"committed_at": "2024-08-17T21:24:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a4ed1eca4e031e6fc36475d3f3cfb861c7be2d6",
"body": null,
"is_bot": false,
"headline": "Prepare for possible future v1.15.1 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-07-15T18:37:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d4f26339594ac24f77ff96b3f1eb0fc5f31c0a5a",
"body": null,
"is_bot": false,
"headline": "v1.15.0 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-07-15T18:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cccfb9e9a8d1377cb50b6608f43d609376ccf80",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-07-15T18:34:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "043bf386ac15c6567a5cc0f6e27d87a6d8663531",
"body": "When descending into an object inside a Transformer, the marks from the\r\nouter object should not be applied to the attribute values. This follows\r\nthe pattern used in other collection types, and ensures marks are stable\r\nacross multiple transformations.",
"is_bot": false,
"headline": "cty: use unmarked val when Transform walks object attrs",
"author_name": "James Bardin",
"author_login": "jbardin",
"committed_at": "2024-07-15T18:31:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b73cce468e8021d933cfb7990356837c6348146",
"body": "The abstraction offered by this function is that of an infinitely-long list\nconsisting of repeating copies of the input list, but previously we\nrestricted it only to positive indices.\n\nNow we'll also treat the indices before zero as a negative extension of\nthe infinite list, for consistency.\n\nTechni\n[…]\nat's in the full range of cty.Number, but there's no clear\nbenefit to that beyond a theoretical idea of correctness and so we'll\nsave that one for a later change if we discover a real use-case for it.",
"is_bot": false,
"headline": "function/stdlib: element accepts negative indices",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-06-10T21:16:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "15a9d85f4808a6d2a34baf813f3806c8e3d334c7",
"body": null,
"is_bot": false,
"headline": "Prepare for a possible future v1.14.5 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-03-20T23:15:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74286a8d6ebac4f5886ccbd9604b19606fc9e638",
"body": null,
"is_bot": false,
"headline": "v1.14.4 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-03-20T23:15:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a34c33ad713db9437a9173c5d5529ca0ed606e3",
"body": "Two different bugs interacted here to cause a cty.DynamicVal to end up\nencoding as nothing at all, with no error:\n - The main marshal function was checking for dynamic type before checking\n for unknown value, so cty.DynamicVal was being passed to marshalDynamic.\n - marshalDynamic was not checking \n[…]\n\"value is not known\" error that\nthe function previously returned for all other situations where the\ngiven value is unknown. The JSON representation of cty values can only\nrepresent fully-known values.",
"is_bot": false,
"headline": "json: Refuse to encode cty.DynamicVal",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-03-20T23:07:47Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4b76b751a5cb173d4776b530a3f58c8e851834a2",
"body": "This is one of those confusing situations where the multiple\nsubtly-different meanings of cty.DynamicPseudoType meet:\n\n - The \"Type\" field specifies a target type that the argument must be\n converted to before calling the function, and so cty.DynamicPseudoType\n here essentially means \"don't do a\n[…]\nt package convert can be the one\nto deal with the situation, and can thus convert a null value of unknown\ntype into a null value of the target type (since null-to-null conversions\nare always allowed).",
"is_bot": false,
"headline": "stdlib: Conversion functions can accept unknown-typed nulls",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-03-20T22:53:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f41ae52fdfa8a9590aa00c3ab3ff13cef4dd872f",
"body": "Previously we were using MessagePack's float family for anything that\ncould convert losslessly to float64.\n\nUnfortunately, cty's interpretation of numbers uses binary floating point\ninternally but decimal strings as the presentation, including when numbers\nare converted to strings, and so we need to\n[…]\nk's integer encodings then we'll encode it as a string containing\ndecimal digits instead, so that it'll decode back to a number with the\nsame precision and thus the same decimal string representation.",
"is_bot": false,
"headline": "msgpack: Never marshal integers as MessagePack float",
"author_name": "Liam Cervante",
"author_login": null,
"committed_at": "2024-03-20T22:34:28Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0e3c88073b32bfd8acbc0e68eb7e2f36be21045a",
"body": null,
"is_bot": false,
"headline": "functions: lookup third argument is not optional",
"author_name": "Johannes Koch",
"author_login": "johakoch",
"committed_at": "2024-03-15T21:53:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0c3e7b77a1a1127369ca28a29b93dfdcb672181",
"body": null,
"is_bot": false,
"headline": "Prepare for possible future 1.14.4 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-03-01T00:23:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "304e4a8fdac517eefa5e57790750e930dde3beac",
"body": null,
"is_bot": false,
"headline": "v1.14.3 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-03-01T00:18:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50ce6d3544a103fe4b8eea922f3ab5780b4a285b",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-01-30T23:02:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e9442db3a138ce23781155142e6377d42947aac",
"body": "There is a bug in the compact floats implementation, which could cause\nsome integer values stored in a float to encode as an incorrect value.\nThe result of the expression used to check for compact integer encoding\nis `float64(int64(n)) == n`, which is undefined when conversion is\nnot exact.",
"is_bot": false,
"headline": "don't use compact floats in msgpack",
"author_name": "James Bardin",
"author_login": "jbardin",
"committed_at": "2024-01-30T22:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a0315a508dd97cfdc14aabf1a31c8462f21a7185",
"body": "If we are comparing 2 numbers that are even integers, compare them via\nbig.Int values rather than formatted strings. This avoids problems with\nlarge integers stored in big.Float with different precisions which could\nformat differently.",
"is_bot": false,
"headline": "Use integer comparison for equality",
"author_name": "James Bardin",
"author_login": "jbardin",
"committed_at": "2024-01-30T22:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1348b6911c5e75cb237d6e58168f1dd390666349",
"body": null,
"is_bot": false,
"headline": "Prepare for possible future v1.14.3 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-01-23T21:17:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5917c033f97a475d1ebf6329b50d9a44e3f2d7cd",
"body": null,
"is_bot": false,
"headline": "Prepare for v1.14.2 release.",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-01-23T21:16:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "72902f2cbe2750db94bf3b11c74af535079e6bdf",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2024-01-23T21:15:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "864b88d0ed3b72642939b8d6eac09d8da9567e24",
"body": "When converting an unknown map into an object with optional attributes,\nthat object may have attributes which don't match the map element type.\nThis conversion will be valid, but when building Null or Unknown values\nof that type we need to ensure all attributes have a valid type.\n\nThe fallthrough pa\n[…]\nhis point the types appear to not be convertible, we can\nassume they are from attributes which were skipped during conversion due\nto being optional, otherwise the conversion would not have been valid.",
"is_bot": false,
"headline": "convert: prevent invalid types in dynamicReplace",
"author_name": "James Bardin",
"author_login": "jbardin",
"committed_at": "2024-01-23T19:33:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d279406ad5f5194a9632c104891d9859e5538123",
"body": null,
"is_bot": false,
"headline": "Prepare for a possible future v1.14.2 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-10-06T01:33:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7152062cc7333dcdfeed910e7c7f9690276bc2eb",
"body": null,
"is_bot": false,
"headline": "Release v1.14.1",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-10-06T01:33:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b868a8dcbbef5655b5b74c0ffbd6cd7e8c4346ae",
"body": "For historical reasons we cannot permit any refinements on cty.DynamicVal,\nbecause existing callers expect that (marks notwithstanding) cty.DynamicVal\nis the only possible unknown value of an unknown type, and so adding\nrefinements would invalidate that assumption.\n\nIn the initial implementation of \n[…]\nr value is being refined.\n\nThis also includes some direct tests of the Value.Refine API, since it\nwas previously only tested indirectly through other operations that\nconsume or manipulate refinements.",
"is_bot": false,
"headline": "cty: Silently ignore refinements of cty.DynamicVal",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-10-06T01:18:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ab81272f70b07f14768ad7a2152a253b165e2688",
"body": "As usual with marks, we must panic whenever an operation might cause marks\nto be silently lost. In such cases, it's always the calling application's\nresponsibility to unmark the value first and then ensure that it applies\nthe appropriate derived marks to whatever new value it's ultimately\nreturning based on the decision.\n\nThis was already a panic before, but now it's a panic with an explicit\nmessage pointing directly at the problem.",
"is_bot": false,
"headline": "cty: Explicit panic when using Value.Range with marked value",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-10-05T19:02:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "307116683ea45a93b0c1729685ac9f9040158e21",
"body": null,
"is_bot": false,
"headline": "Prepare for a possible future v1.14.1 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-08-30T16:04:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0dc3888bf3a307f4c5eaa5dbc8851806e72790a",
"body": null,
"is_bot": false,
"headline": "v1.14.0 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-08-30T16:04:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b22c7929aa9cd788135d467bf3779d1a166f43b6",
"body": "cty relies on two external libraries that have Unicode tables embedded in them: golang.org/x/text contains the unicode normalization tables and github.com/apparentlymart/go-textseg contains the unicode grapheme cluster segmentation tables.\r\n\r\nThis updates both of those dependencies to include the Un\n[…]\nn with Go 1.21's own support for Unicode 15; applications which care about consistent unicode support should upgrade to Go 1.21 at the same time as updating to a new version of cty with these changes.",
"is_bot": false,
"headline": "Use Unicode 15 tables",
"author_name": "kmoe",
"author_login": "kmoe",
"committed_at": "2023-08-30T15:59:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ad716e1a1e1d6281e893145c4bb726f73532956c",
"body": null,
"is_bot": false,
"headline": "Prepare for potential future 1.13.4 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-08-24T15:58:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2893b67936c370bb72a5687a232e347519cb784f",
"body": null,
"is_bot": false,
"headline": "v1.13.3 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-08-24T15:57:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e24a128788f22ca66dde8273b4e0f01061a6ada0",
"body": "Our function for parsing conventional timestamps strings currently leans\non the Go standard library \"time\" package's parser to help produce error\nmessages, but that does means that some of our error messages for invalid\ntimestamps end up being a little strange, and the details of that can\nvary with \n[…]\nves from Go's\nimplementation (we're already dealing with _most_ of the parsing ourselves\nanyway) but for now we'll just update the expected result to match the\ncurrent versions of the upstream parser.",
"is_bot": false,
"headline": "function/stdlib: Update tests for newer Go versions",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-08-24T15:49:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "560dd2852c2a69158d476bff0aecc08caf0abdaa",
"body": null,
"is_bot": false,
"headline": "ctystrings: clarify comment",
"author_name": "Katy Moe",
"author_login": "kmoe",
"committed_at": "2023-08-24T15:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1fd34af00a88c7a706f831d22141c58f5bc3baa6",
"body": "Prior to this commit, serialising an unknown value with a string prefix refinement with a sufficiently long prefix would result in an error on deserialisation, since cty limits the size of the refinements blob to 1024 bytes.\n\nWe choose an arbitrary maximum length of 256 bytes and truncate any\nstring prefix refinement on serialisation.\n\nThis behaviour is an exception to the general case where refined values\nwill round-trip losslessly.",
"is_bot": false,
"headline": "msgpack: truncate long string prefix refinements",
"author_name": "Katy Moe",
"author_login": "kmoe",
"committed_at": "2023-08-24T15:42:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7dcbae46a6f247e983efb1fa774d2bb68781a333",
"body": null,
"is_bot": false,
"headline": "Prepare for possible future v1.13.3 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-05-22T15:18:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f217804753fafea112a0d704b260d7af7ae80f7",
"body": null,
"is_bot": false,
"headline": "v1.13.2 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-05-22T15:17:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bf2d095d861f748920a56b2302a185e52ae6d1b1",
"body": "The return value of `HasIndex` can contain marks, so `IndexStep.Apply`\r\nmust strip those marks before checking `True`.",
"is_bot": false,
"headline": "cty: Path.Apply should not panic with marked collections",
"author_name": "James Bardin",
"author_login": "jbardin",
"committed_at": "2023-04-07T17:08:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d47ad3bef97189a3c78018ce29dc491c8bf5376",
"body": null,
"is_bot": false,
"headline": "Prepare for possible future v1.13.2 release",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-03-16T16:24:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "180e0b5efdf936a25a8c3cac79887c2d3587a262",
"body": null,
"is_bot": false,
"headline": "Release v1.13.1",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-03-16T16:23:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9ad14f8c2c48f8022e87ce486cf51277550b1d6",
"body": "By default cty function calls \"short circuit\" -- skip calling the Type\nfunction and just immediately return cty.DynamicPseudoType -- if any of\nthe arguments are cty.DynamicVal.\n\nHowever, in that case we were previously only skipping the call to Type\nbut yet still expecting Impl to be able to run. Th\n[…]\nnctions can still opt out of this behavior by\ndeclaring on or more of their parameters as AllowDynamicType: true, in\nwhich case their own Type function will get to decide how to handle that\nsituation.",
"is_bot": false,
"headline": "function: Don't call function Impl if we didn't call Type",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-03-16T16:23:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0401e09da18c5a83582814b19f267b66c6704191",
"body": null,
"is_bot": false,
"headline": "Release v1.13.0",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-02-24T00:08:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8ccd2ddce1c7372755c4c3b324f04f58aabe3ce8",
"body": "Bumps [golang.org/x/text](https://github.com/golang/text) from 0.3.7 to 0.3.8.\n- [Release notes](https://github.com/golang/text/releases)\n- [Commits](https://github.com/golang/text/compare/v0.3.7...v0.3.8)\n\n---\nupdated-dependencies:\n- dependency-name: golang.org/x/text\n dependency-type: direct:production\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "build(deps): bump golang.org/x/text from 0.3.7 to 0.3.8",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2023-02-23T16:45:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d611431a8be01cc141ad06eba7fc669b500ccb3",
"body": null,
"is_bot": false,
"headline": "Update CHANGELOG.md",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-02-21T18:58:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2d9df4d5b1b805c772d075f9c7cc3e0b500c77a1",
"body": "A new approach for cty to refine the possible range of an unknown value beyond just a type constraint.",
"is_bot": false,
"headline": "Value Refinements",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-02-21T18:49:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "007cb634961cb09661821fc878537702d02c591b",
"body": "So far I've just left this implied because mostly I was the one\nresponsible for upgrading this library in various applications that use it\n(by virtue of an employment coincidence).\n\nHowever, the (indirect) use of this library has broadened lately, so it's\nworth being clear about what does not consti\n[…]\nrs can have some guidance on\nwhat to do when they see a test failure after upgrading and so that\nhopefully they can avoid depending on implementation details in their main\ncode, outside of unit tests.",
"is_bot": false,
"headline": "docs: An explicit policy for what \"backward compatible\" means",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-02-21T18:29:34Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6ff38c3f27d4f2396f71c332d91a92a7ce373c9b",
"body": "If the list argument is an unknown value or contains unknown values then\nwe can't possibly return a fully-known result, but we do at least know\nthat sorting will never change the number of elements and so we can refine\nour unknown result using the range of the input value.\n\nThe refinements system au\n[…]\nare unknown, so this automatically preserves the known-ness\nof the input length in the case where we're given a known list with\nunknown elements, without needing to handle that as a special case here.",
"is_bot": false,
"headline": "function/stdlib: SortFunc always preserves the length of its input",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-02-08T01:15:02Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "199911c1d3edf3c9c7b3a8cecd01c31d13bfb649",
"body": "Now that we're in the business of trying to produce known values from\noperations on unknown inputs where possible, these are some simple cases\nthat hold regardless of the range/refinements of the unknown operands and\ncan help take a particular unknown result out of consideration when\nevaluating a broader expression.",
"is_bot": false,
"headline": "cty: Known result special cases for Multiply, And, and Or",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-02-08T00:25:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "129105783d6fb3140881d11bf5f717c0f969e10e",
"body": null,
"is_bot": false,
"headline": "docs: New documentation about the \"Refinements\" concept",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-02-06T20:18:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7416265fc1303d4673ba85ae3d480be2ebe481a4",
"body": "If we are performing addition, subtraction, or multiplication on unknown\nnumbers with known numeric bounds then we can propagate bounds to the\nresult by performing interval arithmetic.\n\nThis is not as complete as it could be because of trying to share a single\nimplementation across all of the functions while still dealing with all\nof their panic edge cases.",
"is_bot": false,
"headline": "cty: Refine the ranges of arithmetic results",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-02-04T01:20:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "448ca74bd3f66560c5df9888f57b7bb22037705a",
"body": "Previously we were treating these as unknown, which is also a reasonable\nway to model a lack of bounds but is less convenient when we want to do\narithmetic against the bounds.",
"is_bot": false,
"headline": "cty: Treat unrefined numeric ranges as infinities",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-02-03T23:53:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b95d73b00799d57dfe5c13d0b35043c220c27f82",
"body": "We know that the maximum possible cardinality for a resulting set is the\nproduct of the cardinalities of all of the input sets. We might not know\nthe exact cardinalities of all of the input sets either, but if we do\nknow an upper bound then we can use that to calculate the maximum\ncardinality of the result instead.",
"is_bot": false,
"headline": "function/stdlib: SetProduct refines the length of unknown results",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-02-03T19:39:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40efdff4e9fe8d24172c31db9208003bc3db5236",
"body": "When we're converting from a structural type to a collection type the\nsource type gives us information to refine the range of the resulting\ncollection even if the input value is unknown.\n\nSimilarly when converting from one collection type to another we can\ntransfer the length range constraints because, aside from set element\ncoalescing, conversions cannot change the length of a collection.",
"is_bot": false,
"headline": "convert: Refine conversions from structural to collection",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-02-03T04:11:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0b223388ff5e7fbc49acf5cc6540a2a3b44bfc9",
"body": "Previously we were preserving marks only in the simple cases, and not\nproperly dealing with already-marked known values when checking\nrefinements.\n\nNow we'll always unmark a value on entry into Refine, and then reapply\nthe same marks on all return paths out of RefinementBuilder.NewValue.",
"is_bot": false,
"headline": "cty: Refining must preserve marks from the input value",
"author_name": "Martin Atkins",
"author_login": "apparentlymart",
"committed_at": "2023-02-03T00:19:32Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 19,
"commits_last_year": 24,
"latest_release_at": "2025-09-05T21:41:03Z",
"latest_release_tag": "v1.17.0",
"releases_from_tags": false,
"days_since_last_push": 21,
"active_weeks_last_year": 7,
"days_since_latest_release": 325,
"mean_days_between_releases": 213.9
},
"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": "github.com/zclconf/go-cty",
"exists": true,
"license": null,
"keywords": [],
"ecosystem": "go",
"matches_repo": true,
"registry_url": "https://pkg.go.dev/github.com/zclconf/go-cty",
"is_deprecated": false,
"latest_version": "v1.19.0",
"repository_url": "https://github.com/zclconf/go-cty",
"versions_count": 50,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2026-07-06T22:24:38Z",
"latest_version_yanked": null,
"days_since_latest_publish": 21
}
]
},
"popularity": {
"forks": 81,
"stars": 405,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2017-04-30",
"count": 1
},
{
"date": "2018-12-05",
"count": 1
},
{
"date": "2018-12-30",
"count": 1
},
{
"date": "2019-06-03",
"count": 1
},
{
"date": "2019-06-29",
"count": 1
},
{
"date": "2019-11-14",
"count": 1
},
{
"date": "2019-11-20",
"count": 2
},
{
"date": "2019-12-08",
"count": 1
},
{
"date": "2020-01-03",
"count": 1
},
{
"date": "2020-02-06",
"count": 1
},
{
"date": "2020-02-25",
"count": 1
},
{
"date": "2020-03-09",
"count": 1
},
{
"date": "2020-04-13",
"count": 1
},
{
"date": "2020-05-18",
"count": 1
},
{
"date": "2020-05-27",
"count": 1
},
{
"date": "2020-08-30",
"count": 1
},
{
"date": "2020-09-01",
"count": 1
},
{
"date": "2020-09-30",
"count": 1
},
{
"date": "2020-10-27",
"count": 1
},
{
"date": "2020-11-17",
"count": 2
},
{
"date": "2020-12-03",
"count": 1
},
{
"date": "2020-12-05",
"count": 1
},
{
"date": "2020-12-30",
"count": 1
},
{
"date": "2021-01-05",
"count": 1
},
{
"date": "2021-03-01",
"count": 1
},
{
"date": "2021-03-05",
"count": 1
},
{
"date": "2021-04-02",
"count": 1
},
{
"date": "2021-04-29",
"count": 1
},
{
"date": "2021-07-29",
"count": 1
},
{
"date": "2021-11-08",
"count": 1
},
{
"date": "2021-12-13",
"count": 1
},
{
"date": "2021-12-21",
"count": 1
},
{
"date": "2022-03-11",
"count": 1
},
{
"date": "2022-03-25",
"count": 1
},
{
"date": "2022-06-22",
"count": 1
},
{
"date": "2022-06-23",
"count": 1
},
{
"date": "2022-06-27",
"count": 1
},
{
"date": "2022-07-14",
"count": 1
},
{
"date": "2022-10-03",
"count": 1
},
{
"date": "2022-10-06",
"count": 1
},
{
"date": "2022-10-11",
"count": 1
},
{
"date": "2022-11-15",
"count": 1
},
{
"date": "2022-12-15",
"count": 1
},
{
"date": "2022-12-29",
"count": 1
},
{
"date": "2023-01-23",
"count": 1
},
{
"date": "2023-04-06",
"count": 1
},
{
"date": "2023-04-07",
"count": 1
},
{
"date": "2023-04-28",
"count": 1
},
{
"date": "2023-06-02",
"count": 1
},
{
"date": "2023-07-31",
"count": 1
},
{
"date": "2023-08-02",
"count": 1
},
{
"date": "2023-08-23",
"count": 1
},
{
"date": "2023-10-27",
"count": 1
},
{
"date": "2023-12-12",
"count": 1
},
{
"date": "2024-02-29",
"count": 1
},
{
"date": "2024-03-08",
"count": 1
},
{
"date": "2024-04-08",
"count": 1
},
{
"date": "2024-06-26",
"count": 1
},
{
"date": "2024-09-07",
"count": 1
},
{
"date": "2024-10-01",
"count": 1
},
{
"date": "2024-10-23",
"count": 1
},
{
"date": "2024-10-24",
"count": 1
},
{
"date": "2025-02-11",
"count": 1
},
{
"date": "2025-02-17",
"count": 1
},
{
"date": "2025-02-28",
"count": 1
},
{
"date": "2025-03-10",
"count": 1
},
{
"date": "2025-05-16",
"count": 1
},
{
"date": "2025-06-05",
"count": 1
},
{
"date": "2025-09-07",
"count": 1
},
{
"date": "2025-11-11",
"count": 1
},
{
"date": "2025-11-21",
"count": 1
},
{
"date": "2025-12-24",
"count": 1
},
{
"date": "2026-02-25",
"count": 1
},
{
"date": "2026-04-14",
"count": 1
},
{
"date": "2026-05-18",
"count": 1
}
],
"complete": true,
"collected": 77,
"total_forks": 81
},
"star_history": null,
"open_issues_and_prs": 5
},
"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": [
"go.mod"
],
"largest_source_bytes": 77196,
"source_files_sampled": 151,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"go.mod"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "golang.org/x/text",
"direct": true,
"version": "v0.11.0",
"severity": "unknown",
"ecosystem": "go",
"cvss_score": null,
"advisory_ids": [
"GO-2026-5970"
],
"fixed_version": "0.39.0",
"advisory_count": 1,
"oldest_advisory_days": 13
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 1
},
"advisory_count": 1,
"affected_count": 1,
"assessed_count": 7,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 1
},
"ecosystems": [
"go"
],
"dependencies": [
{
"name": "github.com/apparentlymart/go-textseg/v15",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v15.0.0"
},
{
"name": "github.com/apparentlymart/go-textseg/v17",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v17.0.1"
},
{
"name": "github.com/google/go-cmp",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.3.1"
},
{
"name": "github.com/vmihailenco/msgpack/v5",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v5.3.5"
},
{
"name": "golang.org/x/text",
"manifest": "go.mod",
"ecosystem": "go",
"version_constraint": "v0.11.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "github.com/apparentlymart/go-textseg/v15",
"direct": true,
"version": "v15.0.0",
"ecosystem": "go"
},
{
"name": "github.com/apparentlymart/go-textseg/v17",
"direct": true,
"version": "v17.0.1",
"ecosystem": "go"
},
{
"name": "github.com/google/go-cmp",
"direct": true,
"version": "v0.3.1",
"ecosystem": "go"
},
{
"name": "github.com/vmihailenco/msgpack/v5",
"direct": true,
"version": "v5.3.5",
"ecosystem": "go"
},
{
"name": "golang.org/x/text",
"direct": true,
"version": "v0.11.0",
"ecosystem": "go"
},
{
"name": "github.com/davecgh/go-spew",
"direct": false,
"version": "v1.1.1",
"ecosystem": "go"
},
{
"name": "github.com/vmihailenco/tagparser/v2",
"direct": false,
"version": "v2.0.0",
"ecosystem": "go"
}
],
"collected": true,
"truncated": false,
"total_count": 7,
"direct_count": 5,
"indirect_count": 2
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 5,
"closed_ratio": 0.907,
"closed_issues": 49,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "apparentlymart",
"commits": 509,
"avatar_url": "https://avatars.githubusercontent.com/u/20180?v=4"
},
{
"type": "User",
"login": "jbardin",
"commits": 30,
"avatar_url": "https://avatars.githubusercontent.com/u/35067?v=4"
},
{
"type": "User",
"login": "alisdair",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/68917?v=4"
},
{
"type": "User",
"login": "mildwonkey",
"commits": 13,
"avatar_url": "https://avatars.githubusercontent.com/u/6210214?v=4"
},
{
"type": "User",
"login": "radeksimko",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/287584?v=4"
},
{
"type": "User",
"login": "paultyng",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/422474?v=4"
},
{
"type": "User",
"login": "pselle",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/204372?v=4"
},
{
"type": "User",
"login": "kmoe",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/5575356?v=4"
},
{
"type": "User",
"login": "dbanck",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/45985?v=4"
},
{
"type": "User",
"login": "minamijoyo",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6985802?v=4"
}
],
"contributors_sampled": 24,
"top_contributor_share": 0.837
},
"quality_signals": {
"has_ci": false,
"has_tests": true,
"ci_workflows": [],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"go.sum"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": null,
"reason": "no pull request found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 0/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 8 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "no workflows found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 5,
"reason": "6 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"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": null,
"reason": "no dependencies found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"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": null,
"reason": "No tokens found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 9,
"reason": "1 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "0d1eb267373bab24cd0f4d917ab4b8200bb0234a",
"ran_at": "2026-07-28T13:38:10Z",
"aggregate_score": 4.5,
"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": null,
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": null,
"oldest_open_issues": [
{
"number": 17,
"created_at": "2019-03-17T01:25:12Z",
"last_comment_at": "2019-07-04T16:12:21Z",
"last_comment_author": "doctornkz"
},
{
"number": 90,
"created_at": "2021-03-09T00:20:27Z",
"last_comment_at": "2021-06-28T21:48:15Z",
"last_comment_author": "apparentlymart"
},
{
"number": 148,
"created_at": "2022-12-14T04:15:01Z",
"last_comment_at": "2024-04-08T12:51:01Z",
"last_comment_author": "gastrodon"
},
{
"number": 211,
"created_at": "2025-08-27T11:39:24Z",
"last_comment_at": "2026-02-23T21:49:42Z",
"last_comment_author": "apparentlymart"
},
{
"number": 215,
"created_at": "2026-07-11T22:17:53Z",
"last_comment_at": "2026-07-14T18:43:33Z",
"last_comment_author": "tsarna"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/zclconf/go-cty",
"host": "github.com",
"name": "go-cty",
"owner": "zclconf"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 54,
"inputs": {
"security": 54,
"vitality": 55,
"community": 56,
"governance": 62,
"engineering": 44
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 55,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"commits_last_year": 24,
"human_commit_share": 0.99,
"days_since_last_push": 21,
"active_weeks_last_year": 7
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 21 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 21
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "7/52 weeks with commits",
"points": 4.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 7
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "24 commits in the last year",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 24
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "6 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 5,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "moderate",
"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": 62,
"inputs": {
"releases_count": 19,
"latest_release_tag": "v1.17.0",
"releases_from_tags": false,
"days_since_latest_release": 325,
"mean_days_between_releases": 213.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "19 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 19
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 325 days ago",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "release_recency",
"params": {
"days": 325
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~213.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 213.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": "excellent",
"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": 21,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 21 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 21
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 56,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 62,
"inputs": {
"forks": 81,
"stars": 405,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "405 stars",
"points": 42.3,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 405
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "81 forks",
"points": 15.9,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 81
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 62,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 24,
"top_contributor_share": 0.837
},
"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 84% of commits",
"points": 3.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 84
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "24 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 24
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 69,
"inputs": {
"merged_prs": 0,
"open_issues": 5,
"closed_issues": 49,
"issue_closed_ratio": 0.907,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "91% of issues closed",
"points": 42.4,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 91
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "moderate",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"followers": 9,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "zclconf",
"public_repos": 11,
"account_age_days": 3350
},
"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": "9 followers of zclconf",
"points": 7.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 9,
"login": "zclconf"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "11 public repos, account ~9 yr old",
"points": 19.9,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 11
}
},
{
"code": "account_age_years",
"params": {
"years": 9
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"github.com/zclconf/go-cty"
],
"ecosystems": "go",
"any_deprecated": false,
"min_days_since_publish": 21
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on go",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "go"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 21 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 21
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "50 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 50
}
}
],
"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": "at_risk",
"name": "Engineering Quality",
"value": 44,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "at_risk",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 30,
"inputs": {
"has_ci": false,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"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": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "moderate",
"name": "Documentation",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"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": 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": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 54,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 12,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 6,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 8 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no workflows found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "6 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 5",
"points": 3.8,
"status": "partial",
"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": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"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": "No tokens found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "1 existing vulnerabilities detected",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 7 resolved dependencies against OSV. This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 7
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 89,
"inputs": {
"source": "osv",
"advisories": 1,
"affected_packages": 1,
"assessed_packages": 7,
"unassessed_packages": 0,
"affected_by_severity": "unknown 1",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: golang.org/x/text v0.11.0 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "golang.org/x/text v0.11.0 (unknown)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 7,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 22
},
"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": 61,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 28,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.515,
"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": "51 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 27.5,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 51,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 71,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"go.sum"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"go.mod"
],
"dependency_bot_commit_share": 0.01
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "go.mod (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "go.mod"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Go (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "no dependencies found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Go",
"largest_source_bytes": 77196,
"source_files_sampled": 151,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Go (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Go"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/151 source files over 60KB",
"points": 54.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 151,
"oversized": 2
}
}
],
"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"
],
"report_type": "repository",
"generated_at": "2026-07-28T13:38:25.987009Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/z/zclconf/go-cty.svg",
"full_name": "zclconf/go-cty",
"license_state": "standard",
"license_spdx": "MIT"
}