Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"nmf",
"nmf-expressions",
"nmf-synchronizations",
"nmf-transformations",
"model-driven-engineering",
"xmi",
"incremental-computation",
"code-generation",
"metamodel",
"metamodeling"
],
"is_fork": false,
"size_kb": 32509,
"has_wiki": true,
"homepage": null,
"languages": {
"C#": 67061947,
"Java": 896,
"Smalltalk": 12966,
"JavaScript": 1478,
"TypeScript": 12669
},
"pushed_at": "2026-08-03T06:26:42Z",
"created_at": "2015-10-15T15:16:18Z",
"owner_type": "Organization",
"updated_at": "2026-08-03T06:14:30Z",
"description": "This repository contains the entire code for the .NET Modeling Framework",
"is_archived": false,
"is_disabled": false,
"license_spdx": "BSD-3-Clause",
"default_branch": "main",
"license_spdx_raw": "BSD-3-Clause",
"primary_language": "C#",
"significant_languages": [
"C#"
]
},
"owner": {
"blog": "https://nmfcode.github.io/",
"name": ".NET Modeling Framework",
"type": "Organization",
"login": "NMFCode",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/15028911?v=4",
"created_at": "2015-10-08T08:16:07Z",
"is_verified": null,
"public_repos": 16,
"account_age_days": 3951
},
"license": {
"state": "standard",
"spdx_id": "BSD-3-Clause",
"raw_spdx": "BSD-3-Clause",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [],
"recent_commits": [
{
"oid": "d152cb4fe8c0677fffa2fb42488065b7a8bbfaa6",
"body": "A reference or attribute that refines a base feature shares its external\nname, so SetFeature generated two branches keyed on the same upper-cased\nname: one for the feature's own declaration and one for the refined\nslot. Since the first always returns, the refined branch - the one that\ncorrectly dispatches to whichever implementation applies - was\nunreachable. Skip the feature's own branch when it refines another\nfeature, since the refined branch already covers it.\n\nFound by MergeMonkey review.",
"is_bot": false,
"headline": "fix unreachable SetFeature case for refined references and attributes",
"author_name": "Chris Hedden",
"author_login": null,
"committed_at": "2026-08-03T06:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa6cb43f959ccd4b05e81b5bf2e195e09f547b84",
"body": null,
"is_bot": false,
"headline": "patch: fix code generation for refined references and attributes",
"author_name": "Chris Hedden",
"author_login": null,
"committed_at": "2026-08-03T06:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0dd580467d5a99bf7bfa0d039bc3d8af94e69429",
"body": "None of the existing code generation tests exercise Refines: it requires\na class re-declaring a same-named feature from an interface supertype.\nAdds a minimal model with a single-valued reference and a\ncontainment collection reference both refined from an interface base,\nmatching the shape that triggered several recent bugs. Verified this\ntest fails (merge-conflict exceptions and/or compile errors) when any\nof those fixes are individually reverted.",
"is_bot": false,
"headline": "add regression test for refined reference code generation",
"author_name": "Chris Hedden",
"author_login": null,
"committed_at": "2026-08-03T06:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3456392b00dff22685ea6bee45b71a36ab30a740",
"body": "…ction\n\nThe collection class generated for a refined multi-valued reference or\nattribute was named \"{scope}{featureName}Collection\", which collided\nwith the unrelated nested \"{scope}ChildrenCollection\" class the code\ngenerator always creates for a class's containment children whenever a\nfeature happened to be named \"Children\". C# resolved the unqualified\nname to the wrong (nested) class, producing a container implementation\nthat didn't implement the interface its property declared.",
"is_bot": false,
"headline": "disambiguate generated collection class names from the children colle…",
"author_name": "Chris Hedden",
"author_login": null,
"committed_at": "2026-08-03T06:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9876a792fdcd7b843f6c6c3e04f8ba90d33c6339",
"body": "SetFeature cast \"this\" to the type of the refined feature's value\ninstead of the type that declares it, so setting a base reference or\nattribute by name through the generic feature API cast to the wrong\ninterface and could no longer see the property being set.",
"is_bot": false,
"headline": "fix wrong cast target when setting a refined feature by name",
"author_name": "Chris Hedden",
"author_login": null,
"committed_at": "2026-08-03T06:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db5274585cbd476c93497a8cf3c7c6092e54326f",
"body": "Reflects the previous commit's fix that qualifies generated proxy class\nnames with their declaring type.",
"is_bot": false,
"headline": "update code generation golden references for proxy renaming",
"author_name": "Chris Hedden",
"author_login": null,
"committed_at": "2026-08-03T06:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9d22ab0c69ea10f7e04b1d85b355f346aa4e065e",
"body": "Feature2Proxy named each generated proxy nested class only from the\nfeature's short name. A reference that refines/redefines a base feature\nkeeps the same name, so its proxy collided with the base feature's own\nproxy. The merge-conflict fallback then renamed one of the two shared,\nmemoized CodeTypeD\n[…]\nd made output\nnon-deterministic across runs. Proxy names are now qualified by\ndeclaring type so the collision can't occur; Class2Type's matching\nstring-based type reference is updated to stay in sync.",
"is_bot": false,
"headline": "qualify generated proxy class names with their declaring type",
"author_name": "Chris Hedden",
"author_login": null,
"committed_at": "2026-08-03T06:13:52Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "72d74461850af80823611a2263eccd0f7e567c95",
"body": "NMF.Models.Meta is imported into every generated file and declares its\nown class named Type, so attributes mapped to System.Type generated an\nunqualified \"Type\" reference that was ambiguous between the two.",
"is_bot": false,
"headline": "fully qualify System.Type in generated code",
"author_name": "Chris Hedden",
"author_login": null,
"committed_at": "2026-08-03T06:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "11b6f4afc58584319e185ac948db4eafbec0c20b",
"body": "AreConflicting compared only member name and CLR type, so two properties\nimplementing different interfaces with the same name (e.g. a refined\nreference redeclared via explicit interface implementation) were treated\nas a naming collision. Since properties don't support merging, the\nfallback silently renamed one of them, breaking the interface\nimplementation. Now compares PrivateImplementationType too.",
"is_bot": false,
"headline": "fix false merge conflicts between explicit interface implementations",
"author_name": "Chris Hedden",
"author_login": null,
"committed_at": "2026-08-03T06:13:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "faecef711d077ee5d670e3bcc8c636c43b56b110",
"body": null,
"is_bot": false,
"headline": "patch: fix type copy for operations without return type",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-06-10T11:59:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "24fb85cab4757dacde299b5c719e093effd2cf6e",
"body": "…package",
"is_bot": false,
"headline": "fix type mappings, copy types imported from elsewhere into generated …",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-06-09T16:31:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fea1e0ff19c1885d796de08b80af4dd80027a59",
"body": null,
"is_bot": false,
"headline": "Update dependencies (#140)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-04-26T05:55:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4aa0c5b0e02a594e3e8bf09d6651fc7a7755b52",
"body": null,
"is_bot": false,
"headline": "allow dashes in prefixes",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-04-26T05:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8ff412b6ceba6af30f91e2e1b24b05d304ef816",
"body": null,
"is_bot": false,
"headline": "update dependencies",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-04-26T05:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "df19a5ff4f0f65fb0d9f90333d496ed7ea42343d",
"body": null,
"is_bot": false,
"headline": "fix bug that crashed property views",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-04-26T05:45:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea452dc55b1c21621661c738975b8359962efe3a",
"body": null,
"is_bot": false,
"headline": "make model collection observable",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-04-26T05:45:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80f823769879b4057a63935075c3ebe875b60d73",
"body": null,
"is_bot": false,
"headline": "improve code generation for references",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-04-26T05:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de47e3d2d796a9c8e71dd4ebb67d6d2509c6e347",
"body": "account for positions shifts in calculating next token positions",
"is_bot": false,
"headline": "do not use matcher to find next token position during an update",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-04-26T05:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96d0bc852be66f87cd25d7457ef48d7aa41f7745",
"body": null,
"is_bot": false,
"headline": "improve error reporting (#139)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-04-10T15:38:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa6fc2d5f408ef9d89dd739e785685303396ae47",
"body": "* execute single changes as transactions if an element has multiple successors, improve member accesses\n\n* improve code generation for child elements\n\n* introduce flag to control whether incremental additions should be enforced\n\n* regenerate metamodels\n\n* add missing change descriptions\n\n* forgot GLSP history\n\n* fix tests",
"is_bot": false,
"headline": "Expression transaction fixes (#138)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-04-02T22:36:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db2b1066506b73d5e084ee9779051d8c400579ad",
"body": null,
"is_bot": false,
"headline": "propagate transaction changes until all changes are propagated (#137)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-30T16:26:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff4be5b6dfb6a754d5723e19f8b17a261c65fff7",
"body": null,
"is_bot": false,
"headline": "propagate transaction changes until all changes are propagated",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-30T15:50:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12c453bc70751ccb39e6612370b89dabb3132969",
"body": "…esting to see whether the line is obsolete (#136)\n\n* do not check whether rule application is memoized if it is only interesting to see whether the line is obsolete\n\n* decide star rule migration based on essential parts rather than the full rule application",
"is_bot": false,
"headline": "do not check whether rule application is memoized if it is only inter…",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-23T14:43:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9e14607203debac23c725779707b968cde2f79c8",
"body": "…context changes",
"is_bot": false,
"headline": "changed extension API for indentation-aware, create API to propagate …",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-23T09:36:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d502670b1b97e5e204a68d4da2ba04864fec437d",
"body": "* change inconsistency infrastructure to allow UI integrations",
"is_bot": false,
"headline": "change inconsistency infrastructure to allow UI integrations (#134)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-19T06:46:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc9dba78a9781c1fdade069132a1013f299f9b23",
"body": "…133)",
"is_bot": false,
"headline": "if a rule application is found, do not increase the deletion index (#…",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-11T06:51:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d70c0be32ba5624f347346516ecde0bf81673c54",
"body": null,
"is_bot": false,
"headline": "if a rule application is found, do not increase the deletion index",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-10T23:22:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "da953aeecdcc5dd9e6deea75dbd9fc2228ac476f",
"body": null,
"is_bot": false,
"headline": "carry text edits until successful migration (#132)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-09T14:34:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d0b96f8de338a15fb8598eb4e45836f8eb490b4",
"body": null,
"is_bot": false,
"headline": "fix failing test",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-09T14:29:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b68b80e357f317b3caeef09ff152861f7c29978a",
"body": null,
"is_bot": false,
"headline": "handle edits at bounds of the input",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-09T14:22:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "406c2d4aaaa83acad1e2309b545a166ae2a851ed",
"body": null,
"is_bot": false,
"headline": "carry text edits until successful migration",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-09T13:55:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb46b2dbd75dcbbf77bbb9417084315725a3682d",
"body": null,
"is_bot": false,
"headline": "fix star rule migration (#131)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-07T22:02:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f95b6c77b900417aca18d3b160b0e0da3cc680f6",
"body": "…plications",
"is_bot": false,
"headline": "fix star rule migration, support text edits spanning multiple rule ap…",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-07T21:55:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e92e20a2034e600128894333aaf549faec9a153",
"body": "…… (#130)",
"is_bot": false,
"headline": "fix synthesis of negative lookaheads, fix code generation for pattern…",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-05T12:56:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b580c6ad222ba4ad5e9ffbccb1c63147dd635398",
"body": "…s including alternatives",
"is_bot": false,
"headline": "fix synthesis of negative lookaheads, fix code generation for pattern…",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-05T12:50:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9339d6ed26ddaa08c04256a8b2b43f140511af21",
"body": null,
"is_bot": false,
"headline": "store all global ids, including conflicts (#129)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-03T10:29:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "532c9f7a57fadddd7016418b08bcf4efa1a24846",
"body": null,
"is_bot": false,
"headline": "store all global ids, including conflicts",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-03T10:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94c5e2536d6d7f798dcb80489a602ae5cfdfccfb",
"body": null,
"is_bot": false,
"headline": "add flag for identifier scopes (#128)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-03T07:30:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47f26b93e10fbafaa17860d5f42b656a9da8c0d3",
"body": null,
"is_bot": false,
"headline": "add flag for identifier scopes",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-03-03T07:23:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81a8be0380276a823a5759ac195a5047854310a7",
"body": "…… (#127)",
"is_bot": false,
"headline": "generate features as ordered, reset working directory in anytextgen, …",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-02-26T15:58:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb383124b06eb2ca91d1b4074f53f9bde5bf73c7",
"body": null,
"is_bot": false,
"headline": "rename AnyText synchronizations package",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-02-26T15:52:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "232700fb251b7f858ac160ecb4de794307901d77",
"body": null,
"is_bot": false,
"headline": "synchronize read and write operations of LSP server, improve formatting",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-02-26T15:37:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35d1993c3f8658db993a89035da6839dfeac7ff2",
"body": "…fix release pipeline",
"is_bot": false,
"headline": "generate features as ordered, reset working directory in anytextgen, …",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-02-24T07:20:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9b9cdcd6154ef5092e4ee05f30ad03736d71ca0",
"body": null,
"is_bot": false,
"headline": "add synchronization package, improve handling of optional features",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-02-17T16:16:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2b4aa28d06e4a34ee76224828b6cb630a500c4ec",
"body": "…… (#125)\n\n* synchronize transactions rather than individual changes, fix bug in matcher\n* only synchronize rule applications affected by a change, selecting affection by feature",
"is_bot": false,
"headline": "synchronize transactions rather than individual changes, fix bug in m…",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-02-16T16:39:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8aa122c9bf6a60709e13bfe29cfac9564a0903f1",
"body": null,
"is_bot": false,
"headline": "Add option to save NMeta metamodel (#124)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-02-12T14:51:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22b972d76f2dee2b4d5377e4554d7e1b04e77edd",
"body": null,
"is_bot": false,
"headline": "Add option to save NMeta metamodel",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-02-12T14:42:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9572d6b01416e0358680d72f26a4d765818dcefd",
"body": null,
"is_bot": false,
"headline": "Print loading errors to stderr (#123)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-02-11T20:52:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e61cb814b6b1a5522c72be7343599353224f7a83",
"body": null,
"is_bot": false,
"headline": "Print loading errors to stderr",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-02-09T15:37:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b23c4fed0ea543ba580f22730bd2b6cf23ff6b84",
"body": null,
"is_bot": false,
"headline": "fix change tracker (#121)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-02-06T16:34:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "291749c7a69fd23dd4dbdd917e38635b6d09f84b",
"body": null,
"is_bot": false,
"headline": "fix change tracker",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-02-06T16:26:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de698efb92948ebf3ab9ad7b9718220760cde904",
"body": null,
"is_bot": false,
"headline": "fix star rule application (#120)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-02-05T15:33:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1e50352e20e5aa231f3e9ce2556674a5809df84",
"body": null,
"is_bot": false,
"headline": "fix star rule application",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-02-05T15:28:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf29ac53ddc233bfeeae83d2ec85c3d4f4796176",
"body": null,
"is_bot": false,
"headline": "fix NUnit nuspec as well",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-01-16T14:37:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "871cde15b99590dc153803215669931bea96cbfb",
"body": null,
"is_bot": false,
"headline": "fix broken nuspec",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-01-16T14:19:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d820ad550ea9ccb9d62cb076b9c50c7924535de3",
"body": null,
"is_bot": false,
"headline": "Update to .NET 10 (#115)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-01-16T13:50:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18496b76dfc4cbf0181a49efa204bf755ced656d",
"body": null,
"is_bot": false,
"headline": "adjust tfm in code generation tests",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-01-15T16:09:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0532c084921fe67ebd1ed05c6c16f2432454f93",
"body": null,
"is_bot": false,
"headline": "add missing history changes",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-01-15T15:51:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de076290de4371a8ffdaf1991df65ad329e9fe0f",
"body": null,
"is_bot": false,
"headline": "Update to .NET 10",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-01-15T15:51:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00a6edf0df4cdf3299c26be9046908206a0ba4cf",
"body": null,
"is_bot": false,
"headline": "decide migration of multi rule applications based on edits (#119)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-01-15T10:17:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "140e025e3095ad22337685d56184b935d820f005",
"body": null,
"is_bot": false,
"headline": "consider last edit line when applying text edits",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-01-15T10:09:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "89ab8e3dd469c624d7ec3c32d7cf7f6b89376607",
"body": null,
"is_bot": false,
"headline": "decide migration of multi rule applications based on edits",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-01-15T09:42:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "abbd818fac83cc7ef24553c81dbd8a8233ab6651",
"body": null,
"is_bot": false,
"headline": "re-activate rule applications after parent changed (#118)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-01-09T10:24:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "98a63eaa08d64672496e0b1a6aba33908b635563",
"body": null,
"is_bot": false,
"headline": "re-activate rule applications after parent changed",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-01-09T10:18:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "532f5c3ab4b97511ffc05aff5eb901c1403b9747",
"body": null,
"is_bot": false,
"headline": "Anytext fixes (#117)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-01-08T06:04:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91af6d6f79589b2fec6e6c81fbf0158e702bf56f",
"body": null,
"is_bot": false,
"headline": "Support parsing Git diffs, avoid stealing parent pointers",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-01-07T16:05:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8e83edbd5a260616da67b6cb280110d1f1536ccd",
"body": null,
"is_bot": false,
"headline": "fence silent flags, fix composition list",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2026-01-07T16:05:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "968ac24bacda54384128968a4b273950928a4e5d",
"body": null,
"is_bot": false,
"headline": "fix nodes within compartments (#114)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-12-15T14:23:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b13f66f01b285ac423ee4e989c4ef18815123f3",
"body": null,
"is_bot": false,
"headline": "fix nodes within compartments",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-12-12T15:20:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "67cb44d66175b0ad9276dce6efeff577ae868ee1",
"body": null,
"is_bot": false,
"headline": "fix nuspec file to include correct StreamJsonRpc package version (#113)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-11-28T08:44:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91dac8977c4a3811b9f017f4877edc530986017d",
"body": null,
"is_bot": false,
"headline": "fix nuspec file to include correct StreamJsonRpc package version",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-11-27T15:22:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "354c2688a3d703423dce01ed7f1512812a1bfa07",
"body": null,
"is_bot": false,
"headline": "few fixes with GLSP editors (#112)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-11-20T16:52:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eef9613583d908bb325f77530899b8aae74cc270",
"body": null,
"is_bot": false,
"headline": "few fixes with GLSP editors",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-11-20T16:48:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "282ea692998a909d72809a36ef7400ceb44b7612",
"body": null,
"is_bot": false,
"headline": "Anytext synchronizations (#109)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-11-06T14:31:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "49fd71b553cbbb2c812f1c306ca720b404e2ad65",
"body": null,
"is_bot": false,
"headline": "add missing history changes",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-11-06T13:30:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4bb86f16a3b6726b027a1c94a28a97a4809d66b5",
"body": null,
"is_bot": false,
"headline": "introduce index calculation schemes to improve synthesis",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-11-06T13:14:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a669826185837cbf738d2d8ce52b5da2c675e1c0",
"body": null,
"is_bot": false,
"headline": "remove generic parameter helper (deprecated)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-11-06T13:07:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "439241dd895b136bd101c48d288350461d8bf1b4",
"body": null,
"is_bot": false,
"headline": "fsm to pn improvements",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-11-06T13:07:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c357d7fe61a05550b0bce11fe5575376fb6d36fa",
"body": "…predicate over collection removal",
"is_bot": false,
"headline": "add optional parameter to Where indicating whether remove should try …",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-11-06T13:06:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "912f9c6421d03dd6842ef1e3447f9639916b7766",
"body": null,
"is_bot": false,
"headline": "sort document highlights, fix test",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-11-06T13:05:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "76c1216a62886edc1c7d91a1c84085a4b7ba8745",
"body": null,
"is_bot": false,
"headline": "make synchronizations stoppable",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-11-06T07:15:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8060818615cba003c9a2e6c86bc8865e71b34b17",
"body": null,
"is_bot": false,
"headline": "rework AnyText synchronizations",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-11-03T15:10:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4b3c1d6a859fd20f8d280506a524cd2baaa0aa5e",
"body": "…ations",
"is_bot": false,
"headline": "Merge branch 'main' of github.com:NMFCode/NMF into anytext-synchroniz…",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-10-27T14:58:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcdb93bbff7b37cb934299eaa77770c8eef9fba2",
"body": null,
"is_bot": false,
"headline": "fix anytext generator, fix utilities history (#111)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-09-25T07:59:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0bb62389c69d09e27b433d3302379908942da374",
"body": null,
"is_bot": false,
"headline": "fix Utilities dependency",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-09-25T07:53:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fea3c965c45f65a9f5edb61a4739b258fd5b16d",
"body": null,
"is_bot": false,
"headline": "fix anytext generator, fix utilities history",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-09-25T07:46:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d8e3fb43747f5eb7cbea9911f2f94363819a063f",
"body": null,
"is_bot": false,
"headline": "Fix SynchronizationService + UnifyInitialize",
"author_name": "ahert001",
"author_login": "alexander-hert",
"committed_at": "2025-09-23T06:32:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb6345a68f86575f09a3c836f9c972b1509f8405",
"body": null,
"is_bot": false,
"headline": "Anytext changes from Niklas (#110)",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-09-22T21:07:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50d3d727a6c6520b2b7c6fa76635b3912182d4f3",
"body": "… collection indices upon incremental changes)",
"is_bot": false,
"headline": "restore collection index logic for initial parse (will need to rework…",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-09-22T21:02:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "233beeed5fe325cdf86db7c98d475e5e89cf801c",
"body": null,
"is_bot": false,
"headline": "remove unused usings",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-09-22T20:29:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc6e3a4a1d595a0cdee8c10ee06ccb3f58bea363",
"body": null,
"is_bot": false,
"headline": "add history change",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-09-22T20:29:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db07d4b722b200621ea67f63644a0fc8dcfbc6f6",
"body": null,
"is_bot": false,
"headline": "add models history entry",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-09-22T20:08:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "30ec63299d1ac21e139bb4cbea2735d387b51a8b",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' into anytext-synchronizations",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-09-22T20:01:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56d42a744bd4112999a088500aac0975d02c78a0",
"body": null,
"is_bot": false,
"headline": "improve left recursion when parts are reused from memoization",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-09-22T19:59:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "742155974642311aa4bbb020e4b42eb8160d2539",
"body": null,
"is_bot": false,
"headline": "remove retry positions from semantic tokens",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-09-22T19:58:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e3da22c48bc05366d36cc519368b5b256ae136c9",
"body": null,
"is_bot": false,
"headline": "fix possible nullref",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-09-22T19:58:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "22c6b62eba8c906c10cad950879996ee2ed93b61",
"body": null,
"is_bot": false,
"headline": "try to find out insertion index",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-09-22T19:57:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57d56b4713815cfde96fda0357a26422c3ecaecb",
"body": null,
"is_bot": false,
"headline": "throw if parent is set to this",
"author_name": "Georg Hinkel",
"author_login": "georghinkel",
"committed_at": "2025-09-22T19:55:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2beb173206f1bdbebf890a3e59d37f4268f8da4c",
"body": null,
"is_bot": false,
"headline": "Fix workspaceedit and ignore empty edits",
"author_name": "ahert001",
"author_login": "alexander-hert",
"committed_at": "2025-09-22T07:30:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c298ce190989237c420aa985f65fee4752472f52",
"body": "…itions, similar to how references were implemented",
"is_bot": false,
"headline": "Enable for multiple rule applications be stored and returned as defin…",
"author_name": "nhett",
"author_login": "nhett",
"committed_at": "2025-09-19T10:38:06Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 0,
"commits_last_year": 153,
"latest_release_at": null,
"latest_release_tag": null,
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 28,
"days_since_latest_release": null,
"mean_days_between_releases": null
},
"artifacts": {
"collected": true,
"structure": [],
"declarations": [
{
"name": "AnyMeta",
"path": "AnyText/AnyMeta/AnyMeta.csproj",
"tokens": [
"nuget.output_type:library"
],
"ecosystem": "nuget"
},
{
"name": "AnyText.AspNetCore",
"path": "AnyText/AnyText.AspNetCore/AnyText.AspNetCore.csproj",
"tokens": [
"nuget.sdk:web",
"nuget.output_type:library"
],
"ecosystem": "nuget"
},
{
"name": "AnyText.Core",
"path": "AnyText/AnyText.Core/AnyText.Core.csproj",
"tokens": [
"nuget.output_type:library"
],
"ecosystem": "nuget"
},
{
"name": "AnyText.Generator",
"path": "AnyText/AnyText.Generator/AnyText.Generator.csproj",
"tokens": [
"nuget.output_type:library"
],
"ecosystem": "nuget"
},
{
"name": "AnyText.Lsp",
"path": "AnyText/AnyText.Lsp/AnyText.Lsp.csproj",
"tokens": [
"nuget.output_type:library"
],
"ecosystem": "nuget"
},
{
"name": "AnyText.Synchronizations",
"path": "AnyText/AnyText.Synchronizations/AnyText.Synchronizations.csproj",
"tokens": [
"nuget.output_type:library"
],
"ecosystem": "nuget"
},
{
"name": "AnyText",
"path": "AnyText/AnyText/AnyText.csproj",
"tokens": [
"nuget.output_type:library"
],
"ecosystem": "nuget"
},
{
"name": "Collections.Test",
"path": "Collections/Collections.Test/Collections.Test.csproj",
"tokens": [
"nuget.not_packable"
],
"ecosystem": "nuget"
},
{
"name": "Glsp.AspNetCore",
"path": "Glsp/Glsp.AspNetCore/Glsp.AspNetCore.csproj",
"tokens": [
"nuget.sdk:web",
"nuget.output_type:library"
],
"ecosystem": "nuget"
}
]
},
"community": {
"has_readme": true,
"has_license": true,
"readme_badges": {
"hosts": [
"shields.io"
],
"total": 11,
"header": 0,
"collected": true,
"has_inspect_badge": false
},
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": []
},
"popularity": {
"forks": 17,
"stars": 51,
"watchers": 3,
"fork_history": {
"days": [
{
"date": "2016-03-08",
"count": 1
},
{
"date": "2016-04-29",
"count": 1
},
{
"date": "2016-07-27",
"count": 1
},
{
"date": "2017-05-14",
"count": 1
},
{
"date": "2017-08-30",
"count": 1
},
{
"date": "2017-11-26",
"count": 1
},
{
"date": "2017-12-13",
"count": 1
},
{
"date": "2018-01-17",
"count": 1
},
{
"date": "2018-03-05",
"count": 1
},
{
"date": "2019-06-06",
"count": 1
},
{
"date": "2019-12-10",
"count": 1
},
{
"date": "2020-04-07",
"count": 1
},
{
"date": "2021-04-01",
"count": 1
},
{
"date": "2023-10-26",
"count": 1
},
{
"date": "2025-01-30",
"count": 1
},
{
"date": "2025-05-28",
"count": 1
},
{
"date": "2026-04-26",
"count": 1
}
],
"complete": true,
"collected": 17,
"total_forks": 17
},
"star_history": null,
"open_issues_and_prs": 3
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"AnyText/Tests/AnyTextExtension/tsconfig.json"
],
"toolchain_manifests": [
"Analysis/Analysis/Analysis.csproj",
"Analysis/Benchmarks/Benchmarks.csproj",
"Analysis/Connectivity/Connectivity.csproj",
"Analysis/Layering/Layering.csproj",
"Analysis/Tests/Connectivity.Tests/Connectivity.Tests.csproj",
"AnyText/AnyMeta/AnyMeta.csproj",
"AnyText/AnyText.AspNetCore/AnyText.AspNetCore.csproj",
"AnyText/AnyText.Core/AnyText.Core.csproj",
"AnyText/AnyText.Generator/AnyText.Generator.csproj",
"AnyText/AnyText.Lsp/AnyText.Lsp.csproj",
"AnyText/AnyText.Synchronizations/AnyText.Synchronizations.csproj",
"AnyText/AnyText/AnyText.csproj",
"AnyText/Tests/AnyText.Tests/AnyText.Tests.csproj",
"AnyText/Tests/AnyTextGrammarServer/AnyTextGrammarServer.csproj",
"Collections/Collections.Test/Collections.Test.csproj",
"Collections/Collections/Collections.csproj",
"Examples/Synchronizations.Sample/Synchronizations.Sample.csproj",
"Examples/Transformations.Sample/Transformations.Sample.csproj",
"Expressions/Expressions.Chunk/Expressions.Chunk.csproj",
"Expressions/Expressions.Configuration/Expressions.Configuration.csproj",
"Expressions/Expressions.Debug/Expressions.Debug.csproj",
"Expressions/Expressions.Linq/Expressions.Linq.csproj",
"Expressions/Expressions.Utilities/Expressions.Utilities.csproj",
"Expressions/Expressions/Expressions.csproj",
"Expressions/Models.Expressions/Expressions.Models.csproj",
"Expressions/Tests/Expressions.Chunk.Test/Expressions.Chunk.Test.csproj",
"Expressions/Tests/Expressions.Configuration.Test/Expressions.Configuration.Test.csproj",
"Expressions/Tests/Expressions.Linq.Tests/Expressions.Linq.Test.csproj",
"Expressions/Tests/Expressions.Test/Expressions.Test.csproj",
"Expressions/Tests/Expressions.Utilities.Tests/Expressions.Utilities.Tests.csproj",
"Expressions/Tests/Models.Expressions.Tests/Expressions.Models.Tests.csproj",
"Glsp/Glsp.AspNetCore/Glsp.AspNetCore.csproj",
"Glsp/Glsp/Glsp.csproj",
"Glsp/NMetaGlspEditor/NMetaGlspEditor.Server/NMetaGlspEditor.Server.csproj",
"Glsp/Tests/Glsp.Test/Glsp.Test.csproj",
"Glsp/Tests/GlspTests/GlspTests.csproj",
"IntegrationTests/ComponentBasedSoftwareArchitectures/ComponentBasedSoftwareArchitectures.csproj",
"IntegrationTests/IncrementalizationTests/IncrementalizationTests.csproj",
"Interop/EcoreInterop.Tests/EcoreInterop.Tests.csproj",
"Interop/EcoreInterop/EcoreInterop.csproj",
"Interop/UMLInterop/UMLInterop.csproj",
"Models/Models.Dynamic/Models.Dynamic.csproj",
"Models/Models.Tests/Models.Tests.csproj",
"Models/Models/Models.csproj",
"Models/Serialization.Json/Serialization.Json.csproj",
"Models/Serialization/Serialization.csproj",
"Models/Tests/Models.Tests.Dynamic/Models.Tests.Dynamic.csproj",
"Models/Tests/Models.Tests.Json/Models.Tests.Json.csproj",
"Models/Tests/Models.Tests.MSTest/Models.Tests.MSTest.csproj",
"Models/Tests/Models.Tests.NUnit/Models.Tests.NUnit.csproj",
"Models/Tests/Models.Tests.Shared/Models.Tests.Shared.csproj",
"Optimizations/Optimizations/Optimizations.csproj",
"Optimizations/Tests/Optimizations.Tests/Optimizations.Tests.csproj",
"Services/ModelServices/ModelServices.csproj",
"Services/PropertyService/PropertyService - Backup.csproj",
"Services/PropertyService/PropertyService.csproj",
"Services/Tests/ModelServicesTests/ModelServicesTests.csproj",
"Synchronizations/Synchronizations.Models.Tests/Synchronizations.Models.Tests.csproj",
"Synchronizations/Synchronizations.Models/Synchronizations.Models.csproj",
"Synchronizations/Synchronizations.Tests/Synchronizations.Tests.csproj",
"Synchronizations/Synchronizations/Synchronizations.csproj",
"Tools/AnytextGen/AnytextGen.csproj",
"Tools/Ecore2Code/Ecore2Code.csproj",
"Tools/Incerator/Incerator.csproj",
"Tools/Tests/Tests.csproj",
"Tools/Utilities.Tests/Utilities.Tests.csproj",
"Tools/Utilities/Utilities.csproj",
"Transformations/CodeGen/CodeGen.csproj",
"Transformations/Models.MetaTransformation/Models.MetaTransformation.csproj",
"Transformations/Models.Transformations/Models.Transformations.csproj",
"Transformations/Tests/CodeGenerationTests/CodeGenerationTests.csproj",
"Transformations/Transformations.Analysis/Transformations.Trace.csproj",
"Transformations/Transformations.Core/Transformations.Core.csproj",
"Transformations/Transformations.Parallel/Transformations.Parallel.csproj",
"Transformations/Transformations.Tests/Transformations.Tests.csproj",
"Transformations/Transformations/Transformations.csproj",
"UserInterfaces/Controls.Avalonia/Controls.Avalonia.csproj",
"UserInterfaces/Controls/Controls.csproj",
"UserInterfaces/Editor.Avalonia/Editor.Avalonia.csproj",
"UserInterfaces/Editor/Editor.csproj"
],
"largest_source_bytes": 22444802,
"source_files_sampled": 3078,
"oversized_source_files": 86,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 60,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 29,
"direct_affected_count": 0
},
"ecosystems": [],
"dependencies": [
{
"name": "Microsoft.CSharp",
"manifest": "Analysis/Analysis/Analysis.csproj",
"ecosystem": "nuget",
"version_constraint": "4.7.0"
},
{
"name": "Microsoft.CSharp",
"manifest": "Analysis/Connectivity/Connectivity.csproj",
"ecosystem": "nuget",
"version_constraint": "4.7.0"
},
{
"name": "LspTypes",
"manifest": "AnyText/AnyText.Lsp/AnyText.Lsp.csproj",
"ecosystem": "nuget",
"version_constraint": "3.16.6"
},
{
"name": "StreamJsonRpc",
"manifest": "AnyText/AnyText.Lsp/AnyText.Lsp.csproj",
"ecosystem": "nuget",
"version_constraint": "2.24.84"
},
{
"name": "Microsoft.NET.Test.Sdk",
"manifest": "Collections/Collections.Test/Collections.Test.csproj",
"ecosystem": "nuget",
"version_constraint": "18.4.0"
},
{
"name": "MSTest.TestAdapter",
"manifest": "Collections/Collections.Test/Collections.Test.csproj",
"ecosystem": "nuget",
"version_constraint": "4.2.1"
},
{
"name": "MSTest.TestFramework",
"manifest": "Collections/Collections.Test/Collections.Test.csproj",
"ecosystem": "nuget",
"version_constraint": "4.2.1"
},
{
"name": "System.ValueTuple",
"manifest": "Expressions/Expressions.Chunk/Expressions.Chunk.csproj",
"ecosystem": "nuget",
"version_constraint": "4.6.2"
},
{
"name": "Microsoft.CSharp",
"manifest": "Expressions/Expressions.Configuration/Expressions.Configuration.csproj",
"ecosystem": "nuget",
"version_constraint": "4.7.0"
},
{
"name": "System.Reflection.Emit.Lightweight",
"manifest": "Expressions/Expressions.Linq/Expressions.Linq.csproj",
"ecosystem": "nuget",
"version_constraint": "4.7.0"
},
{
"name": "Microsoft.CSharp",
"manifest": "Expressions/Expressions.Utilities/Expressions.Utilities.csproj",
"ecosystem": "nuget",
"version_constraint": "4.7.0"
},
{
"name": "System.ValueTuple",
"manifest": "Expressions/Expressions.Utilities/Expressions.Utilities.csproj",
"ecosystem": "nuget",
"version_constraint": "4.6.2"
},
{
"name": "System.Reflection.Emit.Lightweight",
"manifest": "Expressions/Expressions/Expressions.csproj",
"ecosystem": "nuget",
"version_constraint": "4.7.0"
},
{
"name": "Microsoft.CSharp",
"manifest": "Expressions/Models.Expressions/Expressions.Models.csproj",
"ecosystem": "nuget",
"version_constraint": "4.7.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "LspTypes",
"direct": true,
"version": "3.16.6",
"ecosystem": "nuget"
},
{
"name": "Microsoft.CSharp",
"direct": true,
"version": "4.7.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": true,
"version": "15.9.0",
"ecosystem": "nuget"
},
{
"name": "Microsoft.NET.Test.Sdk",
"direct": true,
"version": "18.4.0",
"ecosystem": "nuget"
},
{
"name": "MSTest.TestAdapter",
"direct": true,
"version": "1.2.0",
"ecosystem": "nuget"
},
{
"name": "MSTest.TestAdapter",
"direct": true,
"version": "4.2.1",
"ecosystem": "nuget"
},
{
"name": "MSTest.TestFramework",
"direct": true,
"version": "1.2.0",
"ecosystem": "nuget"
},
{
"name": "MSTest.TestFramework",
"direct": true,
"version": "1.4.0",
"ecosystem": "nuget"
},
{
"name": "MSTest.TestFramework",
"direct": true,
"version": "4.2.1",
"ecosystem": "nuget"
},
{
"name": "StreamJsonRpc",
"direct": true,
"version": "2.24.84",
"ecosystem": "nuget"
},
{
"name": "System.Reflection.Emit.Lightweight",
"direct": true,
"version": "4.7.0",
"ecosystem": "nuget"
},
{
"name": "System.ValueTuple",
"direct": true,
"version": "4.5.0",
"ecosystem": "nuget"
},
{
"name": "System.ValueTuple",
"direct": true,
"version": "4.6.2",
"ecosystem": "nuget"
},
{
"name": "@eclipse-glsp/vscode-integration",
"direct": false,
"version": "^2.4.0",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "~16.18.41",
"ecosystem": "npm"
},
{
"name": "@types/vscode",
"direct": false,
"version": "~1.67.0",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/eslint-plugin",
"direct": false,
"version": "~6.4.1",
"ecosystem": "npm"
},
{
"name": "@typescript-eslint/parser",
"direct": false,
"version": "~6.4.1",
"ecosystem": "npm"
},
{
"name": "@vscode/vsce",
"direct": false,
"version": "^2.19.0",
"ecosystem": "npm"
},
{
"name": "abort-controller",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "concurrently",
"direct": false,
"version": "~8.2.1",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "^0.19.12",
"ecosystem": "npm"
},
{
"name": "esbuild-plugin-copy",
"direct": false,
"version": "^2.1.1",
"ecosystem": "npm"
},
{
"name": "eslint",
"direct": false,
"version": "~8.47.0",
"ecosystem": "npm"
},
{
"name": "jsonc-parser",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "npm-run-all",
"direct": false,
"version": "^4.1.5",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "~5.1.6",
"ecosystem": "npm"
},
{
"name": "vscode-languageclient",
"direct": false,
"version": "~9.0.1",
"ecosystem": "npm"
},
{
"name": "vscode-languageserver",
"direct": false,
"version": "~9.0.1",
"ecosystem": "npm"
},
{
"name": "AutomaticGraphLayout",
"direct": false,
"version": "1.1.12",
"ecosystem": "nuget"
},
{
"name": "Avalonia",
"direct": false,
"version": "12.0.1",
"ecosystem": "nuget"
},
{
"name": "Avalonia.Desktop",
"direct": false,
"version": "12.0.1",
"ecosystem": "nuget"
},
{
"name": "Avalonia.Diagnostics",
"direct": false,
"version": "11.3.14",
"ecosystem": "nuget"
},
{
"name": "Avalonia.Fonts.Inter",
"direct": false,
"version": "12.0.1",
"ecosystem": "nuget"
},
{
"name": "Avalonia.Themes.Fluent",
"direct": false,
"version": "12.0.1",
"ecosystem": "nuget"
},
{
"name": "bodong.Avalonia.PropertyGrid",
"direct": false,
"version": "11.3.11.1",
"ecosystem": "nuget"
},
{
"name": "CommandLineParser",
"direct": false,
"version": "2.2.1",
"ecosystem": "nuget"
},
{
"name": "CommandLineParser",
"direct": false,
"version": "2.9.1",
"ecosystem": "nuget"
},
{
"name": "coverlet.collector",
"direct": false,
"version": "8.0.1",
"ecosystem": "nuget"
},
{
"name": "Extended.Wpf.Toolkit",
"direct": false,
"version": "3.3.0",
"ecosystem": "nuget"
},
{
"name": "Extended.Wpf.Toolkit",
"direct": false,
"version": "5.0.0",
"ecosystem": "nuget"
},
{
"name": "FSPowerPack.Community",
"direct": false,
"version": "3.0.0.0",
"ecosystem": "nuget"
},
{
"name": "FSPowerPack.Core.Community",
"direct": false,
"version": "3.0.0.0",
"ecosystem": "nuget"
},
{
"name": "FSPowerPack.Linq.Community",
"direct": false,
"version": "3.0.0.0",
"ecosystem": "nuget"
},
{
"name": "FSPowerPack.Metadata.Community",
"direct": false,
"version": "3.0.0.0",
"ecosystem": "nuget"
},
{
"name": "FSPowerPack.Parallel.Seq.Community",
"direct": false,
"version": "3.0.0.0",
"ecosystem": "nuget"
},
{
"name": "GAF",
"direct": false,
"version": "2.3.1",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Mvc.Core",
"direct": false,
"version": "2.2.5",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.Mvc.Core",
"direct": false,
"version": "2.3.9",
"ecosystem": "nuget"
},
{
"name": "Microsoft.AspNetCore.SpaProxy",
"direct": false,
"version": "10.0.6",
"ecosystem": "nuget"
},
{
"name": "NMF-AnyText",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NMF-AnyText-Core",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NMF-AnyText-LSP",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NMF-Basics",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NMF-CodeGen",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NMF-Collections",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NMF-Expressions",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NMF-GLSP-Core",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NMF-Layering",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NMF-ModelServices",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NMF-ModelSynchronizations",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NMF-Repository",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NMF-Synchronizations",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NMF-Transformations",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NMF-Utilities",
"direct": false,
"version": null,
"ecosystem": "nuget"
},
{
"name": "NUnit",
"direct": false,
"version": "3.11.0",
"ecosystem": "nuget"
},
{
"name": "NUnit",
"direct": false,
"version": "4.5.1",
"ecosystem": "nuget"
},
{
"name": "NUnit.Analyzers",
"direct": false,
"version": "4.12.0",
"ecosystem": "nuget"
},
{
"name": "NUnit3TestAdapter",
"direct": false,
"version": "6.2.0",
"ecosystem": "nuget"
},
{
"name": "Swashbuckle.AspNetCore",
"direct": false,
"version": "10.1.7",
"ecosystem": "nuget"
},
{
"name": "System.CodeDom",
"direct": false,
"version": "10.0.6",
"ecosystem": "nuget"
},
{
"name": "System.CodeDom",
"direct": false,
"version": "4.4.0",
"ecosystem": "nuget"
},
{
"name": "System.Collections",
"direct": false,
"version": "4.3.0",
"ecosystem": "nuget"
},
{
"name": "System.ComponentModel.Composition",
"direct": false,
"version": "10.0.6",
"ecosystem": "nuget"
},
{
"name": "System.Console",
"direct": false,
"version": "4.3.0",
"ecosystem": "nuget"
},
{
"name": "System.Diagnostics.Debug",
"direct": false,
"version": "4.3.0",
"ecosystem": "nuget"
},
{
"name": "System.Globalization",
"direct": false,
"version": "4.3.0",
"ecosystem": "nuget"
},
{
"name": "System.IO",
"direct": false,
"version": "4.3.0",
"ecosystem": "nuget"
},
{
"name": "System.Linq",
"direct": false,
"version": "4.3.0",
"ecosystem": "nuget"
},
{
"name": "System.Linq.Expressions",
"direct": false,
"version": "4.3.0",
"ecosystem": "nuget"
},
{
"name": "System.Reflection",
"direct": false,
"version": "4.3.0",
"ecosystem": "nuget"
},
{
"name": "System.Reflection.Extensions",
"direct": false,
"version": "4.3.0",
"ecosystem": "nuget"
},
{
"name": "System.Reflection.TypeExtensions",
"direct": false,
"version": "4.4.0",
"ecosystem": "nuget"
},
{
"name": "System.Reflection.TypeExtensions",
"direct": false,
"version": "4.7.0",
"ecosystem": "nuget"
},
{
"name": "System.Resources.ResourceManager",
"direct": false,
"version": "4.3.0",
"ecosystem": "nuget"
},
{
"name": "System.Runtime",
"direct": false,
"version": "4.3.0",
"ecosystem": "nuget"
},
{
"name": "System.Runtime.Extensions",
"direct": false,
"version": "4.3.0",
"ecosystem": "nuget"
},
{
"name": "System.Text.Json",
"direct": false,
"version": "10.0.0.6",
"ecosystem": "nuget"
},
{
"name": "System.Text.Json",
"direct": false,
"version": "10.0.6",
"ecosystem": "nuget"
}
],
"collected": true,
"truncated": false,
"total_count": 89,
"direct_count": 13,
"indirect_count": 76
}
},
"maintainership": {
"issues": {
"open_prs": 3,
"merged_prs": 95,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 38,
"closed_unmerged_prs": 9
},
"bus_factor": 2,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "georghinkel",
"commits": 448,
"avatar_url": "https://avatars.githubusercontent.com/u/2233815?v=4"
},
{
"type": "User",
"login": "mlessmann",
"commits": 268,
"avatar_url": "https://avatars.githubusercontent.com/u/11775818?v=4"
},
{
"type": "User",
"login": "5argan",
"commits": 117,
"avatar_url": "https://avatars.githubusercontent.com/u/6626940?v=4"
},
{
"type": "User",
"login": "alexander-hert",
"commits": 64,
"avatar_url": "https://avatars.githubusercontent.com/u/185824203?v=4"
},
{
"type": "User",
"login": "nhett",
"commits": 56,
"avatar_url": "https://avatars.githubusercontent.com/u/116726910?v=4"
},
{
"type": "User",
"login": "robby-20",
"commits": 31,
"avatar_url": "https://avatars.githubusercontent.com/u/82520835?v=4"
},
{
"type": "User",
"login": "ChrisH07",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/16294167?v=4"
},
{
"type": "User",
"login": "nikoant",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/6248652?v=4"
},
{
"type": "User",
"login": "can-oezkan",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/161650114?v=4"
},
{
"type": "User",
"login": "bwanner",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/6429191?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.444
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"default.yml",
"release.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/12 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 6,
"reason": "project has 2 contributing companies or organizations -- score normalized to 6",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 9,
"reason": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow 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": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "d152cb4fe8c0677fffa2fb42488065b7a8bbfaa6",
"ran_at": "2026-08-03T06:29:55Z",
"aggregate_score": 5.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": 1,
"decided_7d": 1,
"merged_30d": 1,
"authors_30d": 1,
"decided_30d": 2,
"sample_size": 60,
"window_days": 30,
"sample_exhausted": false,
"authors_probed_30d": 1,
"newcomer_merged_30d": 0,
"bot_prs_excluded_30d": 0,
"newcomer_authors_30d": 0,
"newcomer_decided_30d": 0
},
"ci_last_run_at": "2026-08-03T06:16:30Z",
"oldest_open_prs": [
{
"number": 83,
"created_at": "2025-01-20T10:53:46Z",
"last_comment_at": "2026-04-06T19:58:53Z",
"last_comment_author": "mergemonkeyhq"
},
{
"number": 141,
"created_at": "2026-06-09T14:34:50Z",
"last_comment_at": "2026-06-09T14:39:48Z",
"last_comment_author": "mergemonkeyhq"
},
{
"number": 146,
"created_at": "2026-07-25T15:05:18Z",
"last_comment_at": "2026-08-03T06:25:03Z",
"last_comment_author": "georghinkel"
}
],
"last_merged_pr_at": "2026-08-03T06:13:52Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/NMFCode/NMF",
"host": "github.com",
"name": "NMF",
"owner": "NMFCode"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 60 is calibrated to 65 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 60,
"calibrated": 65,
"calibration": "2026-08-02"
}
}
],
"value": 65,
"inputs": {
"security": 65,
"vitality": 50,
"community": 60,
"governance": 62,
"calibration": "2026-08-02",
"engineering": 65,
"ai_readiness": 45,
"weighted_overall_raw": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 50,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "excellent",
"name": "Development activity",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"commits_last_year": 153,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 28
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "28/52 weeks with commits",
"points": 19.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 28
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "153 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 153
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"points": 9,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "critical",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"releases_count": 0
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "no releases published",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases_published",
"params": {}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "no releases",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_releases",
"params": {}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "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": "moderate",
"name": "Community & Adoption",
"value": 60,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "weak",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 39,
"inputs": {
"forks": 17,
"stars": 51,
"watchers": 3,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "51 stars",
"points": 27.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 51
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "17 forks",
"points": 10,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 17
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "3 watchers",
"points": 1.7,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 3
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": 11,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"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 (BSD-3-Clause)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "BSD-3-Clause"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"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.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "moderate",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"bus_factor": 2,
"contributors_sampled": 13,
"top_contributor_share": 0.444
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "2 contributor(s) cover half of all commits",
"points": 25.2,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 2
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 44% of commits",
"points": 12.5,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 44
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "13 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 13
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 6,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 80,
"inputs": {
"merged_prs": 95,
"open_issues": 0,
"closed_issues": 38,
"prs_merged_7d": 1,
"prs_decided_7d": 1,
"prs_merged_30d": 1,
"prs_decided_30d": 2,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 9,
"first_time_authors_30d": 0,
"first_time_prs_merged_30d": 0,
"first_time_prs_decided_30d": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 42,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "95/104 decided PRs merged",
"points": 27.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 95,
"decided": 104
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/12 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": 51,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "NMFCode",
"public_repos": 16,
"account_age_days": 3951
},
"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": "0 followers of NMFCode",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "NMFCode"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "16 public repos, account ~10 yr old",
"points": 21,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 16
}
},
{
"code": "account_age_years",
"params": {
"years": 10
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 65,
"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": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 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": "12 out of 12 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": 60,
"inputs": {
"topics": [
"nmf",
"nmf-expressions",
"nmf-synchronizations",
"nmf-transformations",
"model-driven-engineering",
"xmi",
"incremental-computation",
"code-generation",
"metamodel",
"metamodeling"
],
"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": "10 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 10
}
}
],
"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": "good",
"name": "Security",
"value": 65,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 56,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 5.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": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "12 out of 12 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/12 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 2 contributing companies or organizations -- score normalized to 6",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "11 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 9",
"points": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"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": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 60 resolved dependencies against OSV; 29 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). 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",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 60
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 29
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 0,
"affected_packages": 0,
"assessed_packages": 60,
"unassessed_packages": 29,
"affected_by_severity": "none",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"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 carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"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": 60,
"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": "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": 4
},
"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": "weak",
"name": "AI Readiness",
"value": 45,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "critical",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 19,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.35,
"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": "35 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 18.7,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 35,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "weak",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 46,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"AnyText/Tests/AnyTextExtension/tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"Analysis/Analysis/Analysis.csproj",
"Analysis/Benchmarks/Benchmarks.csproj",
"Analysis/Connectivity/Connectivity.csproj",
"Analysis/Layering/Layering.csproj",
"Analysis/Tests/Connectivity.Tests/Connectivity.Tests.csproj",
"AnyText/AnyMeta/AnyMeta.csproj",
"AnyText/AnyText.AspNetCore/AnyText.AspNetCore.csproj",
"AnyText/AnyText.Core/AnyText.Core.csproj",
"AnyText/AnyText.Generator/AnyText.Generator.csproj",
"AnyText/AnyText.Lsp/AnyText.Lsp.csproj",
"AnyText/AnyText.Synchronizations/AnyText.Synchronizations.csproj",
"AnyText/AnyText/AnyText.csproj",
"AnyText/Tests/AnyText.Tests/AnyText.Tests.csproj",
"AnyText/Tests/AnyTextGrammarServer/AnyTextGrammarServer.csproj",
"Collections/Collections.Test/Collections.Test.csproj",
"Collections/Collections/Collections.csproj",
"Examples/Synchronizations.Sample/Synchronizations.Sample.csproj",
"Examples/Transformations.Sample/Transformations.Sample.csproj",
"Expressions/Expressions.Chunk/Expressions.Chunk.csproj",
"Expressions/Expressions.Configuration/Expressions.Configuration.csproj",
"Expressions/Expressions.Debug/Expressions.Debug.csproj",
"Expressions/Expressions.Linq/Expressions.Linq.csproj",
"Expressions/Expressions.Utilities/Expressions.Utilities.csproj",
"Expressions/Expressions/Expressions.csproj",
"Expressions/Models.Expressions/Expressions.Models.csproj",
"Expressions/Tests/Expressions.Chunk.Test/Expressions.Chunk.Test.csproj",
"Expressions/Tests/Expressions.Configuration.Test/Expressions.Configuration.Test.csproj",
"Expressions/Tests/Expressions.Linq.Tests/Expressions.Linq.Test.csproj",
"Expressions/Tests/Expressions.Test/Expressions.Test.csproj",
"Expressions/Tests/Expressions.Utilities.Tests/Expressions.Utilities.Tests.csproj",
"Expressions/Tests/Models.Expressions.Tests/Expressions.Models.Tests.csproj",
"Glsp/Glsp.AspNetCore/Glsp.AspNetCore.csproj",
"Glsp/Glsp/Glsp.csproj",
"Glsp/NMetaGlspEditor/NMetaGlspEditor.Server/NMetaGlspEditor.Server.csproj",
"Glsp/Tests/Glsp.Test/Glsp.Test.csproj",
"Glsp/Tests/GlspTests/GlspTests.csproj",
"IntegrationTests/ComponentBasedSoftwareArchitectures/ComponentBasedSoftwareArchitectures.csproj",
"IntegrationTests/IncrementalizationTests/IncrementalizationTests.csproj",
"Interop/EcoreInterop.Tests/EcoreInterop.Tests.csproj",
"Interop/EcoreInterop/EcoreInterop.csproj",
"Interop/UMLInterop/UMLInterop.csproj",
"Models/Models.Dynamic/Models.Dynamic.csproj",
"Models/Models.Tests/Models.Tests.csproj",
"Models/Models/Models.csproj",
"Models/Serialization.Json/Serialization.Json.csproj",
"Models/Serialization/Serialization.csproj",
"Models/Tests/Models.Tests.Dynamic/Models.Tests.Dynamic.csproj",
"Models/Tests/Models.Tests.Json/Models.Tests.Json.csproj",
"Models/Tests/Models.Tests.MSTest/Models.Tests.MSTest.csproj",
"Models/Tests/Models.Tests.NUnit/Models.Tests.NUnit.csproj",
"Models/Tests/Models.Tests.Shared/Models.Tests.Shared.csproj",
"Optimizations/Optimizations/Optimizations.csproj",
"Optimizations/Tests/Optimizations.Tests/Optimizations.Tests.csproj",
"Services/ModelServices/ModelServices.csproj",
"Services/PropertyService/PropertyService - Backup.csproj",
"Services/PropertyService/PropertyService.csproj",
"Services/Tests/ModelServicesTests/ModelServicesTests.csproj",
"Synchronizations/Synchronizations.Models.Tests/Synchronizations.Models.Tests.csproj",
"Synchronizations/Synchronizations.Models/Synchronizations.Models.csproj",
"Synchronizations/Synchronizations.Tests/Synchronizations.Tests.csproj",
"Synchronizations/Synchronizations/Synchronizations.csproj",
"Tools/AnytextGen/AnytextGen.csproj",
"Tools/Ecore2Code/Ecore2Code.csproj",
"Tools/Incerator/Incerator.csproj",
"Tools/Tests/Tests.csproj",
"Tools/Utilities.Tests/Utilities.Tests.csproj",
"Tools/Utilities/Utilities.csproj",
"Transformations/CodeGen/CodeGen.csproj",
"Transformations/Models.MetaTransformation/Models.MetaTransformation.csproj",
"Transformations/Models.Transformations/Models.Transformations.csproj",
"Transformations/Tests/CodeGenerationTests/CodeGenerationTests.csproj",
"Transformations/Transformations.Analysis/Transformations.Trace.csproj",
"Transformations/Transformations.Core/Transformations.Core.csproj",
"Transformations/Transformations.Parallel/Transformations.Parallel.csproj",
"Transformations/Transformations.Tests/Transformations.Tests.csproj",
"Transformations/Transformations/Transformations.csproj",
"UserInterfaces/Controls.Avalonia/Controls.Avalonia.csproj",
"UserInterfaces/Controls/Controls.csproj",
"UserInterfaces/Editor.Avalonia/Editor.Avalonia.csproj",
"UserInterfaces/Editor/Editor.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Analysis/Analysis/Analysis.csproj, Analysis/Benchmarks/Benchmarks.csproj, Analysis/Connectivity/Connectivity.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Analysis/Analysis/Analysis.csproj, Analysis/Benchmarks/Benchmarks.csproj, Analysis/Connectivity/Connectivity.csproj"
}
}
],
"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": "AnyText/Tests/AnyTextExtension/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AnyText/Tests/AnyTextExtension/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 22444802,
"source_files_sampled": 3078,
"oversized_source_files": 86
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "C# (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "C#"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "86/3078 source files over 60KB",
"points": 53.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 3078,
"oversized": 86
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "weak",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"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": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"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": [
"application"
],
"labels": [
"network-service"
],
"scores": {
"network-service": 6
},
"primary": "network-service",
"evidence": [
{
"tier": "declared",
"label": "network-service",
"source": "nuget.sdk:web",
"weight": 6
},
{
"tier": "declared",
"label": "library",
"source": "nuget.output_type:library",
"weight": 4.8
},
{
"tier": "declared",
"label": "library",
"source": "nuget.sdk:web",
"weight": -4.8
},
{
"tier": "declared",
"label": "library",
"source": "nuget.not_packable",
"weight": -3.6
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
}
],
"artifacts": [
{
"path": "AnyText/AnyMeta/AnyMeta.csproj",
"labels": [
"library"
],
"ecosystem": "nuget"
},
{
"path": "AnyText/AnyText.AspNetCore/AnyText.AspNetCore.csproj",
"labels": [
"network-service"
],
"ecosystem": "nuget"
},
{
"path": "AnyText/AnyText.Core/AnyText.Core.csproj",
"labels": [
"library"
],
"ecosystem": "nuget"
},
{
"path": "AnyText/AnyText.Generator/AnyText.Generator.csproj",
"labels": [
"library"
],
"ecosystem": "nuget"
},
{
"path": "AnyText/AnyText.Lsp/AnyText.Lsp.csproj",
"labels": [
"library"
],
"ecosystem": "nuget"
},
{
"path": "AnyText/AnyText.Synchronizations/AnyText.Synchronizations.csproj",
"labels": [
"library"
],
"ecosystem": "nuget"
},
{
"path": "AnyText/AnyText/AnyText.csproj",
"labels": [
"library"
],
"ecosystem": "nuget"
},
{
"path": "Collections/Collections.Test/Collections.Test.csproj",
"labels": [],
"ecosystem": "nuget"
},
{
"path": "Glsp/Glsp.AspNetCore/Glsp.AspNetCore.csproj",
"labels": [
"network-service"
],
"ecosystem": "nuget"
}
],
"confidence": "high",
"host_extension": false,
"runs_as_process": true,
"consumed_by_code": false
},
"metrics_version": "2.5.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token"
],
"report_type": "repository",
"generated_at": "2026-08-03T06:30:22.242841Z",
"schema_version": "0.30.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/n/NMFCode/NMF.svg",
"full_name": "NMFCode/NMF",
"license_state": "standard",
"license_spdx": "BSD-3-Clause"
}