Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [],
"is_fork": true,
"size_kb": 15694,
"has_wiki": false,
"homepage": null,
"languages": {
"C#": 869502,
"CSS": 898,
"HTML": 1339,
"Shell": 45260,
"Python": 560833,
"JavaScript": 11224,
"PowerShell": 948,
"TypeScript": 93649
},
"pushed_at": "2026-07-24T16:47:46Z",
"created_at": "2018-07-25T12:59:42Z",
"owner_type": "Organization",
"updated_at": "2026-07-24T16:40:24Z",
"description": "A Windows Runtime Component wrapper around the web-based Monaco Editor.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "C#",
"significant_languages": [
"C#",
"Python"
]
},
"owner": {
"blog": "https://platform.uno",
"name": "Uno Platform",
"type": "Organization",
"login": "unoplatform",
"company": null,
"location": "Montreal, Canada",
"followers": 693,
"avatar_url": "https://avatars.githubusercontent.com/u/52228309?v=4",
"created_at": "2019-06-26T03:34:32Z",
"is_verified": null,
"public_repos": 100,
"account_age_days": 2585
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": false
},
"activity": {
"releases": [
{
"tag": "1.1.0",
"kind": "minor",
"published_at": "2022-01-31T15:47:16Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2018-07-23T06:18:57Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2017-11-14T16:38:43Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2017-11-14T04:25:10Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2017-08-21T08:48:48Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2017-07-27T16:14:29Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2017-07-25T09:13:14Z"
}
],
"recent_commits": [
{
"oid": "c6f90eed904be61f278e1ffd8572d092b5db8636",
"body": "fix(ci): unblock Desktop CDP tests on windows-latest (WebView2 v150 regression)",
"is_bot": false,
"headline": "Merge pull request #40 from unoplatform/dev/xygu/20260722/test-run",
"author_name": "Agnès ZITTE",
"author_login": "agneszitte",
"committed_at": "2026-07-24T16:40:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edc1f026fd5db8342b1f48c43bc7559cd415ce48",
"body": "Per PR #40 review: the HKLM AdditionalBrowserArguments \"*\" wildcard is a\nsingle machine-global slot, race-free only because the desktop tests run\nas one serialized ICollectionFixture instance ([Collection(\"DesktopCDP\")]).\nDocument that a future move to IClassFixture or parallel collections would\nreintroduce a port-collision/revert race and must key the value per\napp/port instead.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(test): pin single-writer assumption for HKLM CDP wildcard",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-07-24T15:01:38Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8f8d94872e0f1b8916345ac7b6083807967a5771",
"body": "The desktop-tests comment said the fixture uses the HKLM policy \"rather\nthan\" the WEBVIEW2_* env var. It actually always sets the env var and\n*additionally* writes the HKLM policy only when elevated on CI. Reword to\navoid misleading future maintainers.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "docs(ci): clarify HKLM policy is additive to the env var",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-07-23T01:00:16Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d3c7c880449d37a1911cb7f71cc94528e4ac615b",
"body": "The elevated-CDP HKLM policy was written to the wrong registry location,\nso WebView2 silently ignored it and Desktop CDP tests still timed out\n(DevToolsActivePort never created) despite the value being present.\n\nPer the WebView2 loader contract (CreateCoreWebView2EnvironmentWithOptions),\nAdditionalB\n[…]\n\"*\" value.\n\nRoot cause confirmed against the WebView2 Win32 reference; the registry\nsyntax (value named \"*\") was verified locally.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(test): write AdditionalBrowserArguments to correct HKLM subkey",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-07-23T00:40:02Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "0bb38ea3f94c1ad33f610ca76a6578f4ac852a6d",
"body": "Address PR #40 review feedback:\n- cdp-version.txt / cdp-diagnostics.txt used fixed names and could\n overwrite each other across parallel fixture instances or retries.\n Derive per-run names from the timestamped process-log base via a new\n ArtifactSiblingPath helper (test-artifacts glob still captu\n[…]\nced only as a ~30s CDP readiness timeout. Re-query after the\n add and throw with the reg output so elevated CDP setup fails fast.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(test): unique CDP artifact names and verify HKLM policy write",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-07-23T00:10:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b6f1d0807edf92a93543d5e41bdb42e307460eab",
"body": "Address PR #40 review feedback:\n- Restrict the elevated HKLM AdditionalBrowserArguments write to CI\n (GITHUB_ACTIONS) on top of the integrity-level check, so a developer\n running tests elevated locally is not subjected to a machine-wide\n policy write that could linger if the run is interrupted.\n-\n[…]\ntstat diagnostic to match the exact \":{port}\" token\n (port followed by a non-digit) so 5000 no longer also matches\n 15000/50001.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(test): gate HKLM CDP write to CI and tighten netstat probe",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-07-23T00:01:17Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "f258d61a4d685a0fbd73228e4694dd673187c77e",
"body": "Address PR #40 review feedback on the elevated-CDP HKLM policy code:\n- PublishHklmBrowserArgumentsAsync detected an existing machine value with\n a bare substring match on \"AdditionalBrowserArguments\". RunCaptureAsync's\n own failure text echoes the queried value name, so a reg-launch failure\n read\n[…]\n REG_* type).\n- Narrow the DisposeAsync policy-revert catch to InvalidOperationException\n / Win32Exception (was a generic catch).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(test): harden HKLM policy detection and narrow cleanup catch",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-07-22T23:51:22Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "624e1f3ad6349f993788aaccf5f99bfe8f4aba34",
"body": "…vilegedProcess\n\nThe HKLM AdditionalBrowserArguments write was skipped on the CI runner:\nEnvironment.IsPrivilegedProcess keys off UAC token elevation and returns\nfalse when UAC is disabled (as on windows-latest) even though the process\nruns at High Integrity Level -- exactly the condition WebView2 v\n[…]\nk the published AdditionalBrowserArguments in the\ntimeout diagnostics to distinguish a skipped write from one the runtime\nignores.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(test): gate elevated CDP HKLM write on integrity level, not IsPri…",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-07-22T23:43:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "65dc3302830fc23d65d51c75bf530ee00c735047",
"body": "Per WebView2Feedback #5640 (closed by-design), runtime v150 ignores the\nWEBVIEW2_* env vars and HKCU policy when the host runs elevated (High\nIntegrity Level, as on windows-latest); only HKLM policy and API args\nsurvive. Publish --remote-debugging-port through the HKLM WebView2\nAdditionalBrowserArgu\n[…]\ns current Evergreen runtime, so DesktopCDP tests validate what\nusers actually ship -- no security-stale pin, no third-party NuGet.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): use HKLM policy for elevated CDP instead of pinning runtime 149",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-07-22T23:02:24Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "73c5d2de73da4db8cf7069c8be33021c0b73cba7",
"body": "Robustness/cleanup in DesktopAppFixture per PR #40 review:\n- bound RunCaptureAsync stream reads by the timeout token so a stuck\n process (or a failed Kill) cannot hang diagnostics collection\n- dispose the CDP readiness HttpResponseMessage on each poll\n- truncate CaptureLogSnapshot to the last 200 l\n[…]\ntches to typed exceptions; Path.Join for appended\n filenames\n- fix stale localhost -> 127.0.0.1 in the Playwright MCP doc example\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(desktop): address CDP fixture review feedback",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-07-22T22:23:44Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "52d72d6773bd9893f64466980a4e6baa7b4019c0",
"body": "WebView2 runtime v150 disables the CDP remote-debugging loopback endpoint\nwhen the host runs at High Integrity Level (WebView2Feedback #5640).\nGitHub windows-latest executes steps elevated, so the runner's Evergreen\nruntime (150.0.4078.65) produced no CDP listener and all DesktopCDP tests\ntimed out \n[…]\n Evergreen runtime.\n\nAlso capture the CDP /json/version Browser field to cdp-version.txt to\nconfirm which runtime actually loaded.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(ci): pin WebView2 Fixed Version 149 for Desktop CDP tests",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-07-22T21:18:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a280381f041a3dd8d3f8f05c1ddf679cf32e0890",
"body": "Root cause of the windows-latest CDP timeout is WebView2 runtime v150\ndisabling the DevTools loopback endpoint at High Integrity Level\n(WebView2Feedback #5640; runner runtime is 150.0.4078.65). Confirm the\nload-bearing assumption by capturing the host process integrity level\n(whoami /groups), which equals the spawned app's IL, before choosing a\nremedy (de-elevate vs pin Fixed Version 149).\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(desktop): probe process integrity level in CDP diagnostics",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-07-22T21:18:54Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "eefcb9e474d2dc621c9de1a40cd06926c828d4ec",
"body": "The 127.0.0.1 switch did not resolve the windows-latest CDP timeout: the\napp starts fully (log reaches TEST_HARNESS_READY) but the CDP endpoint\nnever responds. Add a one-shot, Windows-only diagnostic collector that\nruns on the readiness timeout to pinpoint why WebView2 exposes no CDP\nlistener: DevTo\n[…]\nd WebView2 runtime\nversion. Included in the exception and written to\ntest-artifacts/cdp-diagnostics.txt for the uploaded artifact.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(desktop): capture CDP diagnostics on readiness timeout",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-07-22T21:18:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "39139dc2ee3923dddb7641bd9995e73048eeb5d7",
"body": "The Desktop CDP fixture polled http://localhost:{port}/json/version and\nconnected Playwright over the same URL. WebView2/Chromium's\n--remote-debugging-port binds to 127.0.0.1 (IPv4) only, so on runners\nwhere \"localhost\" resolves to IPv6 (::1) first, the CDP endpoint is\nunreachable and WaitForCdpRead\n[…]\nle open, so\nFile.ReadAllText threw an IOException that masked the real readiness\nerror. Snapshot the in-memory log buffer instead.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(test): connect CDP over 127.0.0.1 and unmask readiness diagnostic",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-07-22T21:18:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "a85cab4c3714f456284f95fe43e78980086fa15b",
"body": "…graphy-xml\n\nfix(deps): pin System.Security.Cryptography.Xml to patched 10.0.10",
"is_bot": false,
"headline": "Merge pull request #39 from unoplatform/dev/xygu/20260722/bump-crypto…",
"author_name": "Agnès ZITTE",
"author_login": "agneszitte",
"committed_at": "2026-07-22T18:26:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d9f88cd41ddc5410294086ef19b1023081ad5f7f",
"body": "The WASM test app build failed NuGetAudit (NU1903) because\nSystem.Security.Cryptography.Xml 10.0.9 has known high-severity\nvulnerabilities. The prior pin at 10.0.9 was ineffective: it is itself\nthe vulnerable version, and under Central Package Management a bare\nPackageVersion does not override a tra\n[…]\nsm and net10.0-desktop both build\nclean and the package resolves to 10.0.10.\n\nRef: https://github.com/unoplatform/uno/issues/23829\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(deps): pin System.Security.Cryptography.Xml to patched 10.0.10",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-07-22T14:59:04Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "b3a034a2be1f064416b3701ea47d210b661a70ad",
"body": "feat: Desktop Skia support, STJ migration, and CI modernization",
"is_bot": false,
"headline": "Merge pull request #38 from unoplatform/dev/cnov/desktop-head",
"author_name": "Agnès ZITTE",
"author_login": "agneszitte",
"committed_at": "2026-07-21T19:28:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7644ff5e00ba6ecbd0d46ea31e56bdf1f4e17654",
"body": "…ut logs\n\nThree tests drove Text/SelectedText via bridge setValue and expected Monaco\nto reflect it, but a bridge-originated write is intentionally not echoed back\nto Monaco (IsSettingValue guard prevents the typing-flicker ping-pong):\n- TextProperty_BridgeDrivenRoundTrip: assert the JS->C# leg via \n[…]\nor). Assert instead on\nthe C#-side BuildInitialStateJson DiagnosticLog and validate its payload\ncarries all six pushed properties.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "test(desktop): align bridge tests with suppressed write-back and stdo…",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-06-19T15:50:00Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "49c1d7837d4fc0ea5fc6644df7e9d709ce432ee6",
"body": "Languages.RegisterAsync invoked the raw monaco.languages.register, but the\nbridge prepends the editor element as the first argument to every invoked\nmethod (InvokeMethodAsync builds `method(element, ...args)` on both desktop\nand WASM). monaco.languages.register takes only the language descriptor, so\n[…]\nirst parameter absorbs the unused element and forwards the descriptor to\nmonaco.languages.register, and point RegisterAsync at it.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(desktop): register custom languages via registerLanguage helper",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-06-19T15:49:49Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "29ea043a60d82535ebb6299fcddb91f6c19281da",
"body": "CoreWebView2.PostWebMessageAsJson does not surface to the page's JS in\nthe WebView2 host we target -- a CDP probe confirmed neither the\nchrome.webview nor the window 'message' event ever fires for a posted\nmessage. This left every JS->C#->JS request/response round-trip\n(parentAccessor/getJsonValue, \n[…]\nd by atob's Latin-1.\n\nAdds BridgeResponseEnvelopeTests pinning the outbound response\nwire-format, the untested path that hid this.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(desktop): deliver JSON-RPC replies via window MessageEvent",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-06-19T15:10:39Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3b8c72673eeca212a294e7ef8219a4ff4d23b05f",
"body": "Rapid typing caused the editor to ping-pong/flicker between two states.\nJS onDidChangeContent pushes Text over the bridge, but the desktop\nSetValueDirect else-branch routed CodeEditor properties without setting\nIsSettingValue. The DP callback then echoed the value back via\nupdateContent; under rapid\n[…]\nCodeEditor-routed write in IsSettingValue, mirroring the WASM\npath. Also fixes the same latent bug for SelectedText/SelectedRange.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(desktop): guard IsSettingValue on bridge write-back",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-06-18T21:28:34Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "eca894cd451efb22508265cd11f8fa0556905237",
"body": "Fall back to ParentCodeEditor when a property (Text, CodeLanguage,\nReadOnly, etc.) is not found on the presenter, for both get and set\npaths. Add ConvertValue to coerce bridge values to the target type.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(desktop): route bridge property access to CodeEditor",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-06-18T21:08:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f3749345336b51fcf7df7aa770eebe42fe7c4b57",
"body": null,
"is_bot": false,
"headline": "chore: add timeout to BridgeRoundTrip_JsonRpcGetValue",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-06-18T21:07:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84424ee1a1c0ab99eeb5a807acb2b62cc27a8171",
"body": "DesktopAppFixture failed locally with \"Driver not found\" because the\nproject excludes Playwright's build assets (so the .playwright driver\nis not copied to output) and relies on PLAYWRIGHT_DRIVER_SEARCH_PATH,\nwhich CI sets but local runs do not.\n\nExpose the Microsoft.Playwright package path via Gene\n[…]\nsemblyMetadata, then have the fixture set the env var from it\nwhen unset. No-op on CI; makes local runs work without manual setup.\n\nCo-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(test): resolve Playwright driver path for local desktop tests",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-06-18T18:46:26Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "3d6e32fdfc9a3cc73041e495bdb68f0445bd81b2",
"body": null,
"is_bot": false,
"headline": "chore: task status update",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-06-18T18:39:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "181e3e58648751e9a48fb5b3867f5b8d1d6c06d0",
"body": null,
"is_bot": false,
"headline": "chore: disable studio",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-06-18T18:39:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "113e9f8644a3bf31c43ab6bf3dc078d5ff0b47aa",
"body": null,
"is_bot": false,
"headline": "chore: fix build error",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-06-18T16:02:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "196c146c32ea03365f55f725eea861104fb20876",
"body": "- webview2 flicker\n- webview2 not releasing focus",
"is_bot": false,
"headline": "chore: bumping uno.sdk with webview2 fixes",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-06-18T16:02:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a07a33f7a2c49edfd2a1c2cfacc3b96f24e3cd32",
"body": "Bump StreamJsonRpc 2.24.84 → 2.25.28 and explicitly pin\nSystem.Security.Cryptography.Xml 10.0.9 to override a vulnerable\ntransitive dependency.",
"is_bot": false,
"headline": "fix: pin packages to address transitive vulnerabilities",
"author_name": "xiaoy312",
"author_login": "Xiaoy312",
"committed_at": "2026-06-18T15:52:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a101fcfa22eb3acdf6ba2c5cf7f5370d6f68973",
"body": null,
"is_bot": false,
"headline": "fix(ci): patch DBus protocol dependency",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-04-11T02:49:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bd4521e9eb9dcf11a5843163533e9d49e1038bc",
"body": null,
"is_bot": false,
"headline": "fix(ci): correct SourceRoot and Playwright output",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-04-11T02:43:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "70374f1d6e17bfcceae7ef8a6d5584a3fd6aa319",
"body": "The Microsoft.Playwright package is now referenced without the\nExcludeAssets=\"build;buildTransitive\" attribute. This change allows\nall Playwright build assets to be included, removing previous\nsuppression that avoided build target conflicts on some platforms.",
"is_bot": false,
"headline": "Remove ExcludeAssets from Playwright package reference",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T20:39:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb9a06b4af3be8cb2f8a6a0d126fa7b404b1236b",
"body": "- Implemented project scaffold and build infrastructure for HybridWebViewComponent.\n- Defined core interfaces, control class, and XAML template for HybridWebView.\n- Created JavaScript bridge script and async task manager for interop.\n- Developed Desktop WebView2 presenter for C#↔JS communication.\n- \n[…]\nerop paths in MonacoEditorTestApp.\n- Initiated PoC for composition-mode WebView2 with DirectComposition in Uno Win32.\n- Validated flickering scenarios and airspace issues in both HWND and DComp modes.",
"is_bot": false,
"headline": "feat: Add HybridWebView control library and associated tasks",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T20:05:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "96752e26ac48611ad8d413116b1214f7ad5d732e",
"body": null,
"is_bot": false,
"headline": "fix(desktop): improve host visibility handling for desktop tab switches",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T20:01:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5b03b43173f9d7dd69d78ed9afc0545f0a71ff58",
"body": null,
"is_bot": false,
"headline": "chore(merge): integrate upstream desktop fixes",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T19:45:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fabee6675ec1585282046e607fd4a6bfbef7d994",
"body": null,
"is_bot": false,
"headline": "fix(build): rebuild bundles when ts changes",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T19:37:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9af402c64be3a51ce50d278f2706cc6faf9cb8b5",
"body": null,
"is_bot": false,
"headline": "fix(desktop): keep host visible across tab detach",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T19:35:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b15e95b65f20c131c1c613e97a479440b9c4d16",
"body": null,
"is_bot": false,
"headline": "fix(desktop): use fallback editor context probe",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T19:32:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a887de7752679eb4d189ea5d5db3b36be9583162",
"body": null,
"is_bot": false,
"headline": "fix(desktop): keep subscriptions across tab unload",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T19:27:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12e48f5e6dbe5c29d147ecca97925ec791ddb5e7",
"body": null,
"is_bot": false,
"headline": "fix(desktop): probe context on soft reload",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T19:25:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73680abf06754f7f947606456a80852e812592e0",
"body": "…arsing",
"is_bot": false,
"headline": "fix(desktop): enhance initialization completion monitoring and JSON p…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T19:23:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81130542591c7a905704999871ce18b9317b99ad",
"body": null,
"is_bot": false,
"headline": "fix(desktop): restore load guard helpers",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T19:17:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b084bd8493768fc12a2af50c6522f5fe3130c895",
"body": "…ing after reload",
"is_bot": false,
"headline": "fix(desktop): add visibility checks for host and improve layout handl…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T19:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb537caabfab217c8261fcb62cc8e358a05739ac",
"body": "…der functionality",
"is_bot": false,
"headline": "fix(desktop): add presenter visibility checks and improve hover provi…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T19:16:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "45eaf0958c4529906a452eb0e8f6b66d09f763e6",
"body": null,
"is_bot": false,
"headline": "fix(desktop): update keybinding context and precondition for TestAction",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T19:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae543597145d3ab6cb85ebb2325c6609de4c4339",
"body": null,
"is_bot": false,
"headline": "fix(desktop): correct string comparison for hover word matching",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T19:12:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9bc1c5dc4f5da13c6f2b2b0db48d64f2baf46c3e",
"body": null,
"is_bot": false,
"headline": "fix(desktop): improve hover provider responsiveness and tooltip accuracy",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T19:12:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "54f9fc141b88f6ae5636d10ea3c8c9b277d91963",
"body": "…r handling and improved error management",
"is_bot": false,
"headline": "fix(desktop): enhance action registration and execution with paramete…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T19:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fb16f35b27abf016ec39806e8dfdf927eeb9ac51",
"body": "…dd feature probe for editor diagnostics",
"is_bot": false,
"headline": "fix(desktop): improve JSON serialization for action descriptors and a…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T19:11:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5c23257dd201d42970ed1207a67cf321dc468b6c",
"body": "Decode JSON-RPC array string elements as strings in ParentAccessorDesktop so hover provider position payloads are deserialized as Monaco.Position instead of quoted JSON text.\n\nAlso harden hover callback deserialization to log JsonException without faulting the RPC request and keep the host visually hidden (opacity 0) during forced init visibility to reduce white-frame flicker.",
"is_bot": false,
"headline": "fix(desktop): decode hover event args",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-18T19:11:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b479e178c74ed1fe1287dc717f7bb0c36b56cbcd",
"body": "…ing after reload",
"is_bot": false,
"headline": "fix(desktop): add visibility checks for host and improve layout handl…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-16T20:21:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "927ced131215814e211025491cc8a6f31508446f",
"body": "…der functionality",
"is_bot": false,
"headline": "fix(desktop): add presenter visibility checks and improve hover provi…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-16T19:58:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "16d7b6343c4f8e4ef1c7689eca82c39b2557ea10",
"body": null,
"is_bot": false,
"headline": "fix(desktop): update keybinding context and precondition for TestAction",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-16T19:13:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d6c292e2c2980c3397566c339254216c37c0e70d",
"body": null,
"is_bot": false,
"headline": "fix(desktop): correct string comparison for hover word matching",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-16T18:44:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7171fe5cd55808d8be37a86c0fd28a3b55c2424c",
"body": null,
"is_bot": false,
"headline": "fix(desktop): improve hover provider responsiveness and tooltip accuracy",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-16T18:43:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d46018cb6384521131a54f8c376c60a6455b91d7",
"body": "…r handling and improved error management",
"is_bot": false,
"headline": "fix(desktop): enhance action registration and execution with paramete…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-16T18:33:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de73e1ccc4e1e1933eb78ed62b894226f30ec76a",
"body": "…dd feature probe for editor diagnostics",
"is_bot": false,
"headline": "fix(desktop): improve JSON serialization for action descriptors and a…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-16T18:17:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8276a73a6d64c6037e79dacf2023f5751659f1b0",
"body": "… editor readiness",
"is_bot": false,
"headline": "fix(desktop): enhance JSON message handling and add feature probe for…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-16T17:00:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10ab9af041eb0f2d99f56e0b75c4b098ebb90ef6",
"body": "…tstrap is in flight",
"is_bot": false,
"headline": "fix(desktop): invoke EditorLoaded event when editor is loaded and boo…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-14T21:57:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "20ef8eba811ac6e250757032281ae06c20cf026d",
"body": "…king for null or empty return strings",
"is_bot": false,
"headline": "fix(desktop): improve error handling for JavaScript execution by chec…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-14T20:57:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5939af7fc01634837eb6fa9413f642a96347158a",
"body": "…arsing",
"is_bot": false,
"headline": "fix(desktop): enhance initialization completion monitoring and JSON p…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-14T11:01:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e7dd92f6d1f15afa23bd2b423192d1c66a27b06",
"body": "Add MONACO_SELF_VERIFY automation in MonacoEditorTestApp to run tab startup probes and emit deterministic SELF_VERIFY_* markers without manual UI inspection.\n\nHarden desktop init timeout handling by probing runtime context, retrying createMonacoEditor once, and logging JS-side init error state captured via __unoMonacoInitError/__unoMonacoInitComplete.",
"is_bot": false,
"headline": "fix(desktop): add autonomous init self-check",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-14T00:39:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee1e688bd4448b4fd9e625ea921d507acdd1f643",
"body": "When a desktop presenter is still CoreWebView2-initialized but lifecycle was reset to Unloaded by deferred hard teardown, restore bridge targets and invoke rebootstrap from CodeEditor_Loaded.\n\nAlso add guard tests for the restore decision to prevent regressions in unload/reload tab churn.",
"is_bot": false,
"headline": "fix(desktop): rebootstrap after hard teardown",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-14T00:23:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73810d223e2774e0a394419571330393f093be54",
"body": "Prefer file:// editor navigation on non-Windows desktop, and relax virtual-host allowlist/ fallback checks to accept non-default ports for mapped host URLs.\n\nAdd deeper lifecycle diagnostics for load/unload/visibility, soft-reuse context probing with conditional rebootstrap, loaded-state bootstrap callback processing, and hover callback timeout/error diagnostics to surface stuck Loading paths.",
"is_bot": false,
"headline": "fix(desktop): unblock mac navigation and add recovery diagnostics",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-14T00:09:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7706156e17f80e86132f0ac268c40d191993c869",
"body": "Stop gating presenter visibility on transient IsLoaded state so loaded editors are not left blank after tab churn.\n\nAlso dedupe Monaco hover provider registration per language in the TS helper by disposing previous registrations before adding new ones, preventing stale unresolved hover callbacks that keep tooltips on Loading.",
"is_bot": false,
"headline": "fix(desktop): stabilize visibility and hover providers",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T23:57:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b8fda10c6235732d00389818b5f5c798208f304d",
"body": "Defer desktop Monaco bootstrap when NavigationCompleted arrives while the control is unloaded, then resume it on the next CodeEditor_Loaded cycle.\n\nAlso resume pending initialization paths from soft reload branches and add guard tests for defer/resume bootstrap decisions.",
"is_bot": false,
"headline": "fix(desktop): recover bootstrap after unload",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T23:25:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2f5c69efe09e80ad003c0ad9af8bcdc1f8cf85ba",
"body": "Allow the WebView host to be temporarily visible during launch initialization even when content visibility is still gated by IsEditorLoaded.\n\nThis keeps initialization progressing while preserving visual hiding via opacity/hit-test until the editor is ready.",
"is_bot": false,
"headline": "fix(desktop): restore hidden launch visibility",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T23:16:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d396ea77bdc6c631197846eac362e90f63cf3fe2",
"body": "Use control IsLoaded directly for visibility gating, extend deferred teardown grace to 5s, and avoid forcing host visibility during launch initialization.\n\nAlso re-register hover provider on every Editor_Loaded cycle in the test app so provider wiring survives runtime reinitialization.",
"is_bot": false,
"headline": "fix(desktop): reduce tab reload churn",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T23:10:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "79e6ee5fd7dd969a40a06a337198c5b3eee05a55",
"body": "Gate presenter visibility on both IsEditorLoaded and control loaded state so WebView2 is hidden immediately when the control unloads, even during deferred-teardown reuse.\n\nThis prevents detached hosts from flashing at top-left during tab/app unload churn and preserves presenter reuse by treating initialized bridge presenters as reusable.",
"is_bot": false,
"headline": "fix(desktop): hide host on control unload",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T22:52:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8a23ee8194244b11abefded8a524907be7d3e57",
"body": "Decode JSON-RPC array string elements as strings in ParentAccessorDesktop so hover provider position payloads are deserialized as Monaco.Position instead of quoted JSON text.\n\nAlso harden hover callback deserialization to log JsonException without faulting the RPC request and keep the host visually hidden (opacity 0) during forced init visibility to reduce white-frame flicker.",
"is_bot": false,
"headline": "fix(desktop): decode hover event args",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T22:44:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37343722c145fa4170c9fba1073d217f1e2da965",
"body": "Treat desktop presenters as reusable while Launch is still in progress so transient unload/re-template cycles do not tear them down before CoreWebView2 init completes.\n\nTrack launch-in-progress state in DesktopCodeEditorPresenter, temporarily force host visibility for initialization, and gate control-loaded launch fallback against duplicate starts.\n\nThis addresses the no-content regression where collapsed hosts never reached CoreWebView2 initialized/navigation markers.",
"is_bot": false,
"headline": "fix(desktop): preserve presenter during launch",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T22:20:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b2c90858894a4bda96e073d8be1b4d38f87d4d84",
"body": "Start desktop launch from CodeEditor_Loaded when the presenter host is collapsed so startup/new-tab init cannot stall waiting for presenter Loaded.\n\nRestore collapsed host visibility gating to reduce startup flicker, remove duplicate hover provider registration in the test app, and harden hover provider callbacks to resolve cleanly on bridge errors.\n\nAlso add unit coverage for the new launch-start guard.",
"is_bot": false,
"headline": "fix(desktop): prevent hidden-host init stalls",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T22:11:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e682b4cd7deb262aca913955b9ada1e967c4ca53",
"body": null,
"is_bot": false,
"headline": "fix(desktop): keep host visible during init",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T21:59:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "514a3a08d174587b1cb63e496951e7bf07b38f0c",
"body": null,
"is_bot": false,
"headline": "fix(desktop): collapse host until editor ready",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T21:49:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74d314bea7fdc91a57b7a0ae13799c1d5bef6537",
"body": null,
"is_bot": false,
"headline": "fix(desktop): hide presenter until ready",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T21:41:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5249d486bc168497aa3870a63ab2e06d93bfb5b1",
"body": null,
"is_bot": false,
"headline": "fix(desktop): preserve presenter on tab unload",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T21:36:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "717cc48444028da013121fdbac3e2e8bce26decb",
"body": null,
"is_bot": false,
"headline": "fix(build): rebuild bundles when ts changes",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T21:23:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "23ad575d42bf2ee5d43a66bff77e18510966bce3",
"body": null,
"is_bot": false,
"headline": "fix(desktop): avoid async theme fallback rpc",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T20:55:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bd593f141890b04dd335b7fb240039b133e8722",
"body": null,
"is_bot": false,
"headline": "fix(desktop): harden editor init sequencing",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T20:42:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "598947dfbd648cb658e9716972f98da560fc0ffa",
"body": "- Update fn-13.5 spec to cover InitialState push architecture tests\n- Update fn-13.4 description to include task 6 commits\n\nTask: fn-13-fix-desktop-webview2-runtime-bugs.6\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(flow): sync downstream task specs after fn-13.6 implementation",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T19:22:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "4fd012b2b18f94265f7b70f251699567f0a7bacb",
"body": "…liminate flicker\n\n- Set JsonRpc.SynchronizationContext to UI thread so RPC handlers run\n directly on the UI thread, eliminating redundant _queue.EnqueueAsync\n dispatch hops in all handler methods\n- Add HasThreadAccess guards to ParentAccessor, ParentAccessorDesktop,\n and ThemeListenerDesktop for\n[…]\nansition to prevent focus ping-pong during init\n- Promote key init-path diagnostic messages to Debug.WriteLine for\n default visibility in debug output\n\nTask: fn-13-fix-desktop-webview2-runtime-bugs.6",
"is_bot": false,
"headline": "feat(bridge): fix desktop init threading model, push initial state, e…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T18:52:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2a699919d33a4dc392e54630a8a7bf849067dd7d",
"body": "…ntime\n\n- Updated epic metadata for fn-13 to reflect completion review status and timestamps.\n- Added task 4: \"Push to remote and verify CI passes\" with detailed approach and acceptance criteria.\n- Added task 5: \"Add tests for presenter lifecycle, deadlock fix, serialization, and null selection guar\n[…]\n\" addressing threading model issues and initial state push.\n- Enhanced documentation for tasks with clear descriptions, approaches, and acceptance criteria to ensure thorough testing and verification.",
"is_bot": false,
"headline": "feat(fn-13): Implement fixes and enhancements for desktop WebView2 ru…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T18:38:48Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "194de72ddccc47a5bce01f55680fdf04bc96655b",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(flow): update task fn-13.3 status metadata",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T17:08:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ab3d5656a34fb569ae980ed0494d10e0cfb33ebd",
"body": "…and add test app error handling\n\n- Add null and isEmpty() guard in updateSelectedContent.ts to prevent NullReferenceException\n when SetSelectedText is invoked with no active selection\n- Wrap Editor_Loading async void body in try-catch to prevent unhandled exceptions from\n crashing the app when fi\n[…]\nEditorLoaded check in ButtonSetSelectedText_Click to demonstrate correct API usage\n- Rename shadowed exception variable in nested catch to avoid CS0136\n\nTask: fn-13-fix-desktop-webview2-runtime-bugs.3",
"is_bot": false,
"headline": "fix(editor): guard null/collapsed selection in updateSelectedContent …",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T16:58:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c22ffa84f6d30bf2b78c71f98b2925573a3c375c",
"body": "…nd init diagnostics\n\n- Replace await InvokeScriptAsync with fire-and-forget ContinueWith pattern\n for createMonacoEditor invocation, preventing UI-thread deadlock when JS\n calls back to C# via getJsonValueAsync during theme initialization\n- Add 30s MonitorInitTimeoutAsync fallback to detect if Co\n[…]\nrs.ts\n- Text loading (Bug 2) verified resolved by Task 1's lifecycle fix:\n ApplyInitialPropertyValues pushes Text in CodeEditorLoaded callback\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(bridge): resolve JSON-RPC deadlock, ElementTheme serialization, a…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T16:45:10Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "60b6465406ec6579e8146493c7883111f46aea8a",
"body": "Stop OnApplyTemplate from unconditionally destroying and recreating the\nDesktopCodeEditorPresenter on every template application. Tab switches in\nWinUI trigger re-templating, which was causing 3x init cycles, visible\nflickering (black-then-white flash), and focus ping-pong.\n\nPrimary changes:\n- Add I\n[…]\n in script methods, and the\nordered batch push in ApplyInitialPropertyValues() are sufficient now\nthat the root cause (presenter re-creation) is fixed.\n\nTask: fn-13-fix-desktop-webview2-runtime-bugs.1",
"is_bot": false,
"headline": "fix(lifecycle): retain desktop presenter across unload/load cycles",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T15:59:51Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "46be95e790dd5660864b5a06310c1f758702cd97",
"body": "- Create epic for addressing seven interrelated bugs in the Monaco editor control related to lifecycle management, JSON-RPC bridge timing, and serialization gaps.\n- Add specifications detailing symptoms, root causes, and architectural investigations for the identified issues.\n- Introduce tasks to fi\n[…]\nImplement null selection guard in TypeScript to prevent NullReferenceException when setting selected text.\n- Enhance test app error handling to ensure robustness against missing files and permissions.",
"is_bot": false,
"headline": "feat: Implement epic fn-13 to fix desktop WebView2 runtime bugs",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T15:51:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5e1ef63a493a370bed83806e7bba005554030a5a",
"body": "…ark status as done\n\nchore: finalize task 5 for fn-10; document CI results and pre-existing test failures",
"is_bot": false,
"headline": "fix: update completion review status and timestamps for fn-10 epic; m…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T14:38:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7ce9f1a69a702c40e483e42fb5f9490e27b5f17c",
"body": "… cold-start\n\nWrap theme JSON-RPC calls (getCurrentThemeNameAsync, getIsHighContrastAsync)\nin try-catch within initializeMonacoEditor so the editor completes init and\nfires callAction(\"Loaded\") even when the RPC stalls on slow CI runners.\nAlso wrap createMonacoEditor to emit editor/ready even on par\n[…]\non Windows CI where the\nTEST_HARNESS_READY marker never appeared because a stalled theme RPC\nprevented the init callback chain from completing.\n\nCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "fix(bridge): add error recovery to Monaco theme initialization for CI…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T10:28:43Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "5c9351f897ebe179e28d79caf56fbc236357e039",
"body": "… in desktop serialization\n\n- Extract SerializePropertyValue helper in ParentAccessorDesktop that tries AOT-safe\n MonacoJsonContext first, then falls back to reflection-based serialization for\n framework types (e.g., ElementTheme) not registered in the source-generated context\n- Add FallbackOption\n[…]\nacoJsonContext with matching naming/escaping conventions\n- Safe on desktop (native code); avoids polluting MonacoJsonContext with WinUI/Uno types\n\nTask: fn-10-fix-reverted-emitter-docs-enable-cdp-ci.5",
"is_bot": false,
"headline": "fix(bridge): add reflection fallback for unregistered framework types…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T09:33:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9db87b9ec422aeac7eae9bfe075d15aa539baa96",
"body": "…ebugging\n\nAdd DiagnosticLog calls to trace:\n- OnMessageReceived (inbound messages from JS)\n- OnGetJsonValue (JSON-RPC request handler)\n- OnCallAction (JSON-RPC notification handler)\n- PostWebMessageAsync (outbound messages to JS)\n\nThese logs are gated by MONACO_DIAGNOSTICS=1 and will help identify\nwhere the init sequence stalls on CI (between createMonacoEditor and\nTEST_HARNESS_READY).\n\nTask: fn-10-fix-reverted-emitter-docs-enable-cdp-ci.5",
"is_bot": false,
"headline": "fix(bridge): add diagnostic logging to JSON-RPC message flow for CI d…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T09:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dff626f7b69ffa5344fce3fdcbf5145de30ab06d",
"body": "StreamJsonRpc dispatches handler methods on thread-pool threads, but\nCoreWebView2.PostWebMessageAsJson and DependencyProperty reads must\nexecute on the UI thread. This caused JSON-RPC request-response cycles\n(e.g., getJsonValueAsync for RequestedTheme during Monaco init) to\nsilently fail on Windows \n[…]\nQueue when off UI thread\n- Add GetJsonValueAsync that dispatches through DispatcherQueue\n- Update OnGetJsonValue RPC handler to use async version\n\nTask: fn-10-fix-reverted-emitter-docs-enable-cdp-ci.5",
"is_bot": false,
"headline": "fix(bridge): marshal PostWebMessage and GetJsonValue to UI thread",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T08:44:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "01c71688cea8960ceeb57768f66b49457d4e582b",
"body": "…ugging\n\nAdd Console.WriteLine diagnostics (gated on MONACO_DIAGNOSTICS=1) to\nWebView_NavigationCompleted to trace the exact code path on Windows CI.\nThis helps diagnose why createMonacoEditor never fires on the CI runner.\n\nTask: fn-10-fix-reverted-emitter-docs-enable-cdp-ci.5",
"is_bot": false,
"headline": "fix(editor): add diagnostic logging to NavigationCompleted for CI deb…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T08:07:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e93e627df2a098cd39ba59a15ace2da829b39bc0",
"body": "… driver path\n\nThe build/playwright.ps1 script overrides PLAYWRIGHT_DRIVER_SEARCH_PATH\nto its own directory (build/) and expects both the DLL and .playwright/\ndriver to be there. Since ExcludeAssets=\"build;buildTransitive\" prevents\nMSBuild from copying these assets, invoke the Playwright CLI directly by\nloading the DLL from lib/netstandard2.0 and setting the search path to\nthe package root where .playwright/ actually lives.\n\nTask: fn-10-fix-reverted-emitter-docs-enable-cdp-ci.5",
"is_bot": false,
"headline": "fix(ci): invoke Playwright CLI directly from NuGet cache with correct…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T07:45:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bc26df61d4225fb9d2e699f384a75d3eb94059a2",
"body": "The NuGet package stores Microsoft.Playwright.dll in lib/netstandard2.0\nbut build/playwright.ps1 expects the DLL next to itself. Since we use\nExcludeAssets=\"build;buildTransitive\" to avoid UseArtifactsOutput\nconflicts, the MSBuild targets that normally handle this are skipped.\nCopy the DLL into build/ before invoking the install script.\n\nTask: fn-10-fix-reverted-emitter-docs-enable-cdp-ci.5",
"is_bot": false,
"headline": "fix(ci): copy Playwright DLL to build/ for browser install script",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T07:39:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95be6f40769b0bf2d2ea2c892fccbc72d7300b56",
"body": "Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>",
"is_bot": false,
"headline": "chore(flow): update fn-10.9 task spec with done summary and evidence",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T07:27:13Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e5075c59ad34a4cf44d47ec7a21a9eeafc44fd6b",
"body": "…naco language state\n\n- Add on-demand test actions (testSetMarkers, testAddDecoration) to\n EditorControl harness that invoke C# SetModelMarkersAsync and\n Decorations.Add when triggered from Playwright\n- Markers test now triggers C# action via action.run(), waits for\n stdout marker, then verifies \n[…]\nfter bridge\n updates (not just C# getJsonValue), catching JS application regressions\n- Add cdpTest marker owner to ResetEditorStateAsync cleanup\n\nTask: fn-10-fix-reverted-emitter-docs-enable-cdp-ci.9",
"is_bot": false,
"headline": "fix(test): drive markers/decorations through C# actions and verify Mo…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T06:59:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f288081d4925b2f99938aa09c6430a2bfd2fb856",
"body": "…n, use typed booleans\n\n- Add TEST_HARNESS_READY marker as final stdout line from EditorControl\n test harness and block fixture InitializeAsync until it appears\n- HasGlyphMargin: verify actual DOM node width (offsetWidth > 0) before\n and after toggles, not just editor option value\n- Send JSON booleans (true/false) for ReadOnly and HasGlyphMargin bridge\n payloads instead of string 'True'/'False'\n\nTask: fn-10-fix-reverted-emitter-docs-enable-cdp-ci.9",
"is_bot": false,
"headline": "fix(test): gate tests on harness readiness, add DOM glyph verificatio…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T06:51:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff33d70f6f5adb346f5c999726acd83a77046d83",
"body": "… values\n\n- Add ResetEditorStateAsync() to all 14 tests for full order independence\n- Clear testHarness marker owner in ResetEditorStateAsync alongside\n test and CodeEditor owners\n- Remove double-encoding from all parentAccessor/setValue payloads:\n value: '\"xml\"' -> value: 'xml' (matches canonical TS bridge protocol)\n- Applies to Text, CodeLanguage, ReadOnly, HasGlyphMargin, SelectedText\n\nTask: fn-10-fix-reverted-emitter-docs-enable-cdp-ci.9",
"is_bot": false,
"headline": "fix(test): ensure all tests reset state and fix double-encoded bridge…",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T06:44:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b4557199fbfc735678efb2ad624be8193ca29e8",
"body": "- ThemeSwitching: reset first, then apply dark via bridge, verify round-trip\n- Decorations: reset first, then add via deltaDecorations bridge path\n- Markers: reset first, then add/verify via bridge-mirrored JS API\n- CodeFolding: execute foldAll and assert collapsed indicators appear\n (replaces weak\n[…]\nexistence check that always passes)\n- HostInitiatedProperties: add WaitForFunctionAsync before asserting Monaco\n values to avoid race on slow CI\n\nTask: fn-10-fix-reverted-emitter-docs-enable-cdp-ci.9",
"is_bot": false,
"headline": "fix(test): make bridge tests order-independent and strengthen assertions",
"author_name": "Claire Novotny",
"author_login": "clairernovotny",
"committed_at": "2026-02-13T06:35:21Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 7,
"commits_last_year": 414,
"latest_release_at": "2022-01-31T15:47:16Z",
"latest_release_tag": "1.1.0",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 13,
"days_since_latest_release": 1635,
"mean_days_between_releases": 275.2
},
"community": {
"has_readme": false,
"has_license": false,
"has_description": false,
"has_contributing": false,
"health_percentage": null,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "Uno.Monaco.Editor",
"exists": true,
"license": null,
"keywords": [
"uwp",
"wasm",
"monaco",
"editor",
"controls"
],
"ecosystem": "nuget",
"matches_repo": false,
"registry_url": "https://www.nuget.org/packages/Uno.Monaco.Editor",
"is_deprecated": false,
"latest_version": "1.1.0",
"repository_url": "https://github.com/unoplatform/uno.monaco-editor-uwp",
"versions_count": 1,
"total_downloads": 58033,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": null,
"latest_published_at": "2022-02-01T02:53:42.987000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 1634
}
]
},
"popularity": {
"forks": 8,
"stars": 20,
"watchers": 5,
"fork_history": {
"days": [
{
"date": "2020-06-23",
"count": 1
},
{
"date": "2022-06-27",
"count": 1
},
{
"date": "2022-09-03",
"count": 1
},
{
"date": "2022-11-24",
"count": 1
},
{
"date": "2023-06-26",
"count": 1
},
{
"date": "2024-05-16",
"count": 1
},
{
"date": "2024-07-08",
"count": 1
},
{
"date": "2026-01-07",
"count": 1
}
],
"complete": true,
"collected": 8,
"total_forks": 8
},
"star_history": null,
"open_issues_and_prs": 2
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"MonacoEditorComponent/tsconfig.json",
"tools/monaco-type-extractor/tsconfig.json"
],
"toolchain_manifests": [
"MonacoEditorComponent.Tests/MonacoEditorComponent.Tests.csproj",
"MonacoEditorComponent/MonacoEditorComponent.csproj",
"MonacoEditorTestApp/MonacoEditorTestApp.csproj",
"tools/MonacoTypeEmitter.Tests/MonacoTypeEmitter.Tests.csproj",
"tools/MonacoTypeEmitter/MonacoTypeEmitter.csproj"
],
"largest_source_bytes": 264573,
"source_files_sampled": 230,
"oversized_source_files": 2,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 7092
},
"dependencies": {
"manifests": [
"MonacoEditorComponent.Tests/MonacoEditorComponent.Tests.csproj",
"MonacoEditorComponent/MonacoEditorComponent.csproj",
"MonacoEditorTestApp/MonacoEditorTestApp.csproj",
"package.json"
],
"advisories": {
"error": "No resolved dependencies carried a version and a supported ecosystem",
"scope": "repository_graph",
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 21,
"direct_affected_count": 0
},
"ecosystems": [
"npm",
"nuget"
],
"dependencies": [
{
"name": "xunit.v3.mtp-v2",
"manifest": "MonacoEditorComponent.Tests/MonacoEditorComponent.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Playwright.Xunit.v3",
"manifest": "MonacoEditorComponent.Tests/MonacoEditorComponent.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Playwright",
"manifest": "MonacoEditorComponent.Tests/MonacoEditorComponent.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "StreamJsonRpc",
"manifest": "MonacoEditorComponent.Tests/MonacoEditorComponent.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Nerdbank.Streams",
"manifest": "MonacoEditorComponent.Tests/MonacoEditorComponent.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Testing.Extensions.CodeCoverage",
"manifest": "MonacoEditorComponent.Tests/MonacoEditorComponent.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Testing.Extensions.TrxReport",
"manifest": "MonacoEditorComponent.Tests/MonacoEditorComponent.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Nito.AsyncEx",
"manifest": "MonacoEditorComponent/MonacoEditorComponent.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "StreamJsonRpc",
"manifest": "MonacoEditorComponent/MonacoEditorComponent.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Uno.CommunityToolkit.WinUI",
"manifest": "MonacoEditorComponent/MonacoEditorComponent.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Uno.WinUI",
"manifest": "MonacoEditorComponent/MonacoEditorComponent.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Uno.Core.Extensions.Logging",
"manifest": "MonacoEditorComponent/MonacoEditorComponent.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Uno.Core.Extensions.Logging.Singleton",
"manifest": "MonacoEditorComponent/MonacoEditorComponent.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "System.Security.Cryptography.Xml",
"manifest": "MonacoEditorTestApp/MonacoEditorTestApp.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "monaco-editor",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^0.52.2"
},
{
"name": "vscode-jsonrpc",
"manifest": "package.json",
"ecosystem": "npm",
"version_constraint": "^8.2.1"
},
{
"name": "xunit.v3.mtp-v2",
"manifest": "tools/MonacoTypeEmitter.Tests/MonacoTypeEmitter.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Testing.Extensions.CodeCoverage",
"manifest": "tools/MonacoTypeEmitter.Tests/MonacoTypeEmitter.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "Microsoft.Testing.Extensions.TrxReport",
"manifest": "tools/MonacoTypeEmitter.Tests/MonacoTypeEmitter.Tests.csproj",
"ecosystem": "nuget",
"version_constraint": null
},
{
"name": "ts-morph",
"manifest": "tools/monaco-type-extractor/package.json",
"ecosystem": "npm",
"version_constraint": "^27.0.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "monaco-editor",
"direct": true,
"version": "^0.52.2",
"ecosystem": "npm"
},
{
"name": "ts-morph",
"direct": true,
"version": "^27.0.0",
"ecosystem": "npm"
},
{
"name": "vscode-jsonrpc",
"direct": true,
"version": "^8.2.1",
"ecosystem": "npm"
},
{
"name": "Microsoft.Playwright",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Playwright.Xunit.v3",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Testing.Extensions.CodeCoverage",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Microsoft.Testing.Extensions.TrxReport",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Nerdbank.Streams",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Nito.AsyncEx",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "StreamJsonRpc",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "System.Security.Cryptography.Xml",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Uno.CommunityToolkit.WinUI",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Uno.Core.Extensions.Logging",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Uno.Core.Extensions.Logging.Singleton",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "Uno.WinUI",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "xunit.v3.mtp-v2",
"direct": true,
"version": null,
"ecosystem": "nuget"
},
{
"name": "@types/node",
"direct": false,
"version": "^22.0.0",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "^0.24.2",
"ecosystem": "npm"
},
{
"name": "tsx",
"direct": false,
"version": "^4.19.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^5.7.0",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^5.7.3",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 21,
"direct_count": 16,
"indirect_count": 5
}
},
"maintainership": {
"issues": {
"open_prs": 2,
"merged_prs": 37,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 2
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "clairernovotny",
"commits": 364,
"avatar_url": "https://avatars.githubusercontent.com/u/1427284?v=4"
},
{
"type": "User",
"login": "jeromelaban",
"commits": 92,
"avatar_url": "https://avatars.githubusercontent.com/u/5839577?v=4"
},
{
"type": "User",
"login": "hawkerm",
"commits": 86,
"avatar_url": "https://avatars.githubusercontent.com/u/8959496?v=4"
},
{
"type": "User",
"login": "hez2010",
"commits": 28,
"avatar_url": "https://avatars.githubusercontent.com/u/14960345?v=4"
},
{
"type": "User",
"login": "Xiaoy312",
"commits": 26,
"avatar_url": "https://avatars.githubusercontent.com/u/2359550?v=4"
},
{
"type": "User",
"login": "nickrandolph",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/1614057?v=4"
},
{
"type": "User",
"login": "hansmbakker",
"commits": 8,
"avatar_url": "https://avatars.githubusercontent.com/u/3463496?v=4"
},
{
"type": "User",
"login": "dr1rrb",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/8635919?v=4"
},
{
"type": "User",
"login": "agneszitte",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/16295702?v=4"
},
{
"type": "User",
"login": "Swiftpaws",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/18440081?v=4"
}
],
"contributors_sampled": 15,
"top_contributor_share": 0.572
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"ci.yml",
"copilot-setup-steps.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": true,
"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": 8,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "3 out of 3 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": 10,
"reason": "all changesets reviewed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 15 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "29 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"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": 10,
"reason": "security policy file 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": 9,
"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": "c6f90eed904be61f278e1ffd8572d092b5db8636",
"ran_at": "2026-07-24T17:10:36Z",
"aggregate_score": 7.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-24T16:59:33Z",
"oldest_open_prs": [
{
"number": 37,
"created_at": "2025-12-16T18:08:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 41,
"created_at": "2026-07-24T16:48:39Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-24T16:40:17Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/unoplatform/uno.monaco.editor",
"host": "github.com",
"name": "uno.monaco.editor",
"owner": "unoplatform"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 56,
"inputs": {
"security": 71,
"vitality": 57,
"community": 28,
"governance": 69,
"engineering": 54
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 57,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"commits_last_year": 414,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 13
},
"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": "13/52 weeks with commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 13
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "414 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 414
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "29 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "at_risk",
"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": 32,
"inputs": {
"releases_count": 7,
"latest_release_tag": "1.1.0",
"releases_from_tags": true,
"days_since_latest_release": 1635,
"mean_days_between_releases": 275.2
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "7 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 7
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1635 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1635
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~275.2 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 275.2
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 0,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 0 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 0
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 28,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "at_risk",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 31,
"inputs": {
"forks": 8,
"stars": 20,
"watchers": 5,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "20 stars",
"points": 20.7,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 20
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "8 forks",
"points": 7,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 8
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "5 watchers",
"points": 3.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 5
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "critical",
"name": "Community health",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"has_readme": false,
"has_license": false,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 69,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 42,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 15,
"top_contributor_share": 0.572
},
"components": [
{
"key": "bus_factor",
"name": "Bus factor",
"detail": "1 contributor(s) cover half of all commits",
"points": 9,
"status": "partial",
"details": [
{
"code": "bus_factor",
"params": {
"count": 1
}
}
],
"max_points": 54
},
{
"key": "commit_distribution",
"name": "Commit distribution",
"detail": "top contributor authored 57% of commits",
"points": 9.6,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 57
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "15 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 15
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 15 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "excellent",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 96,
"inputs": {
"merged_prs": 37,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 2
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "37/39 decided PRs merged",
"points": 36.3,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 37,
"decided": 39
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "all changesets reviewed",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"followers": 693,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "unoplatform",
"public_repos": 100,
"account_age_days": 2585
},
"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": "693 followers of unoplatform",
"points": 20.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 693,
"login": "unoplatform"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "100 public repos, account ~7 yr old",
"points": 25,
"status": "met",
"details": [
{
"code": "public_repos",
"params": {
"count": 100
}
},
{
"code": "account_age_years",
"params": {
"years": 7
}
}
],
"max_points": 25
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "moderate",
"name": "Engineering Quality",
"value": 54,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 74,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": true,
"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": 6.4,
"status": "met",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "3 out of 3 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "critical",
"name": "Documentation",
"note": null,
"notes": [],
"value": 25,
"inputs": {
"topics": [],
"has_wiki": false,
"homepage": null,
"has_readme": false,
"has_docs_dir": true,
"has_description": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "good",
"name": "Security",
"value": 71,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "good",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Packaging, Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"packaging",
"signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 71,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 7.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "3 out of 3 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": "all changesets reviewed",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 15 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "29 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"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": 6.8,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 16
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "good",
"name": "AI Readiness",
"value": 74,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 85,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md"
],
"agent_instruction_max_bytes": 7092
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "100 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 100,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 57,
"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": [
"MonacoEditorComponent/tsconfig.json",
"tools/monaco-type-extractor/tsconfig.json"
],
"agent_commit_share": 0.25,
"toolchain_manifests": [
"MonacoEditorComponent.Tests/MonacoEditorComponent.Tests.csproj",
"MonacoEditorComponent/MonacoEditorComponent.csproj",
"MonacoEditorTestApp/MonacoEditorTestApp.csproj",
"tools/MonacoTypeEmitter.Tests/MonacoTypeEmitter.Tests.csproj",
"tools/MonacoTypeEmitter/MonacoTypeEmitter.csproj"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "MonacoEditorComponent.Tests/MonacoEditorComponent.Tests.csproj, MonacoEditorComponent/MonacoEditorComponent.csproj, MonacoEditorTestApp/MonacoEditorTestApp.csproj (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "MonacoEditorComponent.Tests/MonacoEditorComponent.Tests.csproj, MonacoEditorComponent/MonacoEditorComponent.csproj, MonacoEditorTestApp/MonacoEditorTestApp.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": "MonacoEditorComponent/tsconfig.json, tools/monaco-type-extractor/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "MonacoEditorComponent/tsconfig.json, tools/monaco-type-extractor/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": "25 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 25,
"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 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "C#",
"largest_source_bytes": 264573,
"source_files_sampled": 230,
"oversized_source_files": 2
},
"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": "2/230 source files over 60KB",
"points": 54.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 230,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Community profile unavailable",
"nuget package 'Uno.Monaco.Editor' points at a different repository (https://github.com/unoplatform/uno.monaco-editor-uwp); excluded from ecosystem scoring",
"No resolved dependencies carried a version and a supported ecosystem"
],
"report_type": "repository",
"generated_at": "2026-07-24T17:10:58.417137Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/u/unoplatform/uno.monaco.editor.svg",
"full_name": "unoplatform/uno.monaco.editor",
"license_state": "standard",
"license_spdx": "MIT"
}