原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"speedrunning",
"timer",
"speedrun",
"livesplit",
"rust",
"javascript",
"library",
"c",
"ruby",
"csharp",
"java",
"android",
"speedrun-timer",
"ios",
"hacktoberfest"
],
"is_fork": false,
"size_kb": 9973,
"has_wiki": true,
"homepage": "https://livesplit.org/",
"languages": {
"LSL": 135277,
"Rust": 3147960,
"Scheme": 2720,
"Makefile": 136,
"TypeScript": 39327
},
"pushed_at": "2026-07-27T07:52:59Z",
"created_at": "2016-12-25T03:06:56Z",
"owner_type": "Organization",
"updated_at": "2026-07-26T15:55:24Z",
"description": "livesplit-core is a library that provides a lot of functionality for creating a speedrun timer.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "master",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": "https://livesplit.org",
"name": "LiveSplit",
"type": "Organization",
"login": "LiveSplit",
"company": null,
"location": null,
"followers": 101,
"avatar_url": "https://avatars.githubusercontent.com/u/8258479?v=4",
"created_at": "2014-07-24T15:18:10Z",
"is_verified": null,
"public_repos": 54,
"account_age_days": 4389
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.13.0",
"kind": "minor",
"published_at": "2022-12-29T16:01:01Z"
},
{
"tag": "v0.12.0",
"kind": "minor",
"published_at": "2021-11-14T16:15:03Z"
},
{
"tag": "v0.11.0",
"kind": "minor",
"published_at": "2019-05-14T20:37:31Z"
},
{
"tag": "v0.10.0",
"kind": "minor",
"published_at": "2018-09-22T11:04:17Z"
},
{
"tag": "v0.9.0",
"kind": "minor",
"published_at": "2018-01-22T00:18:10Z"
},
{
"tag": "v0.8.1",
"kind": "patch",
"published_at": "2017-09-28T16:47:42Z"
},
{
"tag": "v0.8.0",
"kind": "minor",
"published_at": "2017-09-26T22:48:47Z"
},
{
"tag": "v0.7.0",
"kind": "minor",
"published_at": "2017-08-15T22:46:04Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2017-06-11T18:07:12Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2017-05-27T23:57:54Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2017-05-25T21:42:39Z"
},
{
"tag": "v0.4.1",
"kind": "patch",
"published_at": "2017-05-09T22:23:28Z"
},
{
"tag": "v0.4.0",
"kind": "minor",
"published_at": "2017-05-08T19:13:04Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2017-04-24T22:23:20Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2017-04-03T23:04:28Z"
},
{
"tag": "v0.1.4",
"kind": "patch",
"published_at": "2017-04-02T18:54:20Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2017-03-26T00:59:57Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2017-03-23T16:13:59Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2017-03-23T03:15:15Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2017-03-23T01:53:45Z"
}
],
"recent_commits": [
{
"oid": "f26195cd80e71e3be1a4cec4378180109b910410",
"body": "Add read-only access to a run's native segment groups and expose each group's range, explicit name, and explicit icon.\n\nThis lets C API consumers preserve group metadata without serializing the run or reconstructing groups from segment names.",
"is_bot": false,
"headline": "Expose Segment Groups in C API (#944)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-07-26T15:53:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0c4fdbb6753892b66ae53bbf881184edc9be67a1",
"body": "Describe serialized RGBA colors as fixed four-channel tuples and represent two-color gradient variants as fixed pairs. This preserves the exact Rust serialization contracts in generated TypeScript and lets consumers use strict indexed access without defensive assertions.\n\nExpose static methods named\n[…]\n\n\nValidation: binding-generator tests, Clippy with warnings denied, targeted Rust formatting, a full WebAssembly core rebuild, frontend ESLint and TypeScript checks, and web and Tauri frontend builds.",
"is_bot": false,
"headline": "Improve TypeScript Bindings (#941)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-07-23T10:48:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d896beb71fac38c7e18457de1a1c0e69481c72f0",
"body": "Parse OpenSplit platform, speedrun.com variables, and world record information into run metadata. Store available world record times using the existing permanent custom variable convention and keep format-specific coverage alongside the parser.\n\nAlso remove redundant formatting borrows throughout the C API binding generator so it passes current Clippy with warnings denied.",
"is_bot": false,
"headline": "Parse OpenSplit Metadata (#940)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-07-22T19:18:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99c6fb5973f486bc546f082ca3a3f0ea9a8b7a5a",
"body": "…tion\n\nImprove Segment Group Selection and Gap Separators",
"is_bot": false,
"headline": "Merge pull request #939 from CryZe/codex/segment-group-modifier-selec…",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-07-22T17:12:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f85290dace6ea5ad81b28405c6400243a31b14f",
"body": "Rename the last-split-specific setting to show_gap_separators and apply it to every pronounced separator caused by omitted rows. Preserve existing JSON layouts through a Serde alias and continue accepting LiveSplit's historical XML tag while exposing the accurate name through settings metadata, localizations, and API bindings.",
"is_bot": false,
"headline": "Generalize Split Gap Separator Setting",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-07-22T12:37:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a0fd71e5ba22aa010bf75e5b3d91d9061015d2a",
"body": "Add backend-owned toggle and range-selection operations for complete segment groups and expose them through the C API. This lets every frontend implement standard modifier selection without reconstructing group ranges or duplicating the editor's non-empty-selection invariant.",
"is_bot": false,
"headline": "Support Segment Group Modifier Selection",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-07-22T10:12:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5278e7896f56182bc36cd352303566c5a9e9dd08",
"body": "* Update syn requirement from 2.0.0 to 3.0.3\n\nUpdates the requirements on [syn](https://github.com/dtolnay/syn) to permit the latest version.\n- [Release notes](https://github.com/dtolnay/syn/releases)\n- [Commits](https://github.com/dtolnay/syn/compare/2.0.0...3.0.3)\n\n---\nupdated-dependencies:\n- depe\n[…]\ninterMutability::is_some() for syn 3.x compatibility\n\n---------\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "Update syn requirement from 2.0.0 to 3.0.3 (#938)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-22T08:20:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b282e3d6d683146f36b97cab3c40247f25ec2c54",
"body": "* Add Native Subsplits\n\nThis adds native segment groups on top of the flat segment list so runs can describe one-level subsplits without encoding them in segment names. The LiveSplit parser upgrades legacy dash-prefixed subsplits and the saver writes SegmentGroups, while OpenSplit child segments are\n[…]\ning\n\n* Split Segment Group Error Types\n\n* Order Subsplit Display Modes by Expansion\n\n* Avoid Allocating Displayed Splits\n\n* Keep Active Subsplit Header Visible\n\n* Show Separators for Hidden Split Rows",
"is_bot": false,
"headline": "Add Native Subsplit Support (#934)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-07-21T12:08:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "447403db330ae1bacda41bd19319077ea400d627",
"body": null,
"is_bot": false,
"headline": "Update Dependencies (#930)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-06-20T15:55:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3bb8bf84bc47beffa637870946b399097bd3632",
"body": "We were on some old version.",
"is_bot": false,
"headline": "Update to wasmtime 45 (#929)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-06-20T15:33:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65f4dfb4c91d737496375e53aea85c7b082d99ce",
"body": null,
"is_bot": false,
"headline": "Release `livesplit-hotkey` 0.8.1 (#928)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-06-15T17:12:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93351a7f842dca959c0d7fa1b9f5ad413480b1c1",
"body": "fix(hotkey): support remapped Caps Lock (hyper key) on macOS",
"is_bot": false,
"headline": "Merge pull request #927 from hajiboy95/fix/macos-caps-lock-hotkey",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-06-15T16:36:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6581b41b6274b12c1445f4921121b23ce75cb4f",
"body": null,
"is_bot": false,
"headline": "fix(wasm): link extern C blocks to the 'env' module",
"author_name": "hajiboy95",
"author_login": "hajiboy95",
"committed_at": "2026-06-15T11:45:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0cce00e6c25e043711c03452c3fb031a1dc628be",
"body": null,
"is_bot": false,
"headline": "refactor(hotkey): use intersects for EventFlags modifier checks on macOS",
"author_name": "hajiboy95",
"author_login": "hajiboy95",
"committed_at": "2026-06-15T11:02:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fe4d8fe1c9cbfbbcf4fc83c554835e2eab668ecd",
"body": "Check both device-independent and device-dependent modifier flags when processing events. This fixes an issue where virtual keys/remappers (such as Raycast or Karabiner-Elements Hyper Key) only set the device-dependent flags, preventing the hotkey from triggering.\n\nCloses #895",
"is_bot": false,
"headline": "fix(hotkey): support remapped Caps Lock (hyper key) on macOS",
"author_name": "hajiboy95",
"author_login": "hajiboy95",
"committed_at": "2026-06-13T18:02:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cb5f1368eb6cabe1e5c85c27a152112329fc5879",
"body": "This exposes `RunEditor_select_range` through the C API so native\nbindings can trigger the same contiguous segment selection behavior\nthat the Rust editor already provides. That keeps range selection\navailable across the exported editor surface instead of requiring\nplatform-specific reimplementation.\n\nThis also makes `Editor::select_range` check its documented bounds\nexplicitly and adds tests that pin down the panic and selection\nbehavior the exported function now depends on.",
"is_bot": false,
"headline": "Expose Range Selection In C API (#912)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-04-13T21:02:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2682f49537a03bc57facf376053f1cf63ab89dd",
"body": "Add Adaptive Carousel Component",
"is_bot": false,
"headline": "Merge pull request #911 from CryZe/carousel-component",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-04-12T20:00:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a8b23f2e81c8de97588d2234f1c4fab2c72d984",
"body": "This replaces the broken `hecrj/setup-rust-action` path in the\nbuild workflow with direct `rustup` commands. The previous\nsetup depended on an action that no longer provides a reliable\nway to select matrix toolchains, which made CI fail before the\nactual build ran. The workflow now keeps the runner'\n[…]\n\ntoolchain is requested.\n\nThis also switches the `clippy` and `rustfmt` jobs to\n`rustup component add`, so the workflow no longer depends on a\nthird-party Rust setup action for component installation.",
"is_bot": false,
"headline": "Use Rustup In Build Workflow",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-04-12T19:44:01Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8b4f4f1a750268e2bfdadd89b56f67f220bf7b59",
"body": "This adds a `Carousel` layout component that owns child components and\nshows one child at a time. Previous layouts could only group children\nstatically, so there was no way to rotate related views inside the\nlayout itself. The new component integrates with rendering, layout\nsettings, the layout edit\n[…]\npreview, and reuse the shared\n`FxHasher` for the new change-detection path. Empty placeholder labels\nnow resolve through `EmptyContainer`, which removes duplicate\ncontainer-specific localization keys.",
"is_bot": false,
"headline": "Add Adaptive Carousel Component",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-04-05T17:17:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "c4a2068b71586d92d3864de00249226c88edf774",
"body": "Component groups allow nesting components in the opposite layout\ndirection to their parent, enabling horizontal rows inside vertical\nlayouts and vice versa. Groups can be nested arbitrarily deep, with the\ndirection alternating at each level.\n\nThe layout editor presents all components, including thos\n[…]\ns. Empty groups show\nplaceholder entries. Adding, removing, moving, and duplicating\ncomponents all work across group boundaries. The editor state exposes\nthe layout direction at the selected position.",
"is_bot": false,
"headline": "Implement Component Groups (#907)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-03-04T19:18:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d64114013d140b1b6fb581d7d640136af162a43a",
"body": "This ports the TheRun.gg integration from the original LiveSplit. All\nthe same features are supported.",
"is_bot": false,
"headline": "Add TheRun.gg Integration (#903)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-02-26T18:37:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f6344491cbe75b2eb78d0c04adf39cbf8f78ed0",
"body": "This allows preloading the WebAssembly module even sooner, which seems\nto be necessary for Vite. This also fixes a warning we accidentally\nmerged recently.",
"is_bot": false,
"headline": "Allow globally preloading the WebAssembly Module (#901)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-02-23T18:49:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "39f75ce0de0567fd42a765a3949af07138f49b8d",
"body": "It matches the current master branch now:\n\nhttps://github.com/ZellyDev-Games/OpenSplit/blob/e10713484d47fdaa58ce5ae1eadca76effd6c862/session/splitfile.go",
"is_bot": false,
"headline": "Update OpenSplit Parser (#900)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-02-20T18:32:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02d2becd480785640cde52d96003460797b0b9f5",
"body": "Add support for 'Option' as an alias for 'Alt' on MacOS.",
"is_bot": false,
"headline": "Support 'Option' key alias for Alt on MacOS (#892)",
"author_name": "Ondřej Súkup",
"author_login": "mimi1vx",
"committed_at": "2026-02-20T16:35:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e13c4eb1b1dfc872f3dffbb4be8a76880e2f441a",
"body": null,
"is_bot": false,
"headline": "Fix missed corrections (#899)",
"author_name": "Kuhaku9893",
"author_login": "Kuhaku9893",
"committed_at": "2026-02-20T16:08:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de463fda4275370b2d774e6cf97bb2179e94496a",
"body": "- Replaced direct translations with terms already widely used within Japan's RTA community\n- Adjusted parts that felt unnatural in direct translations to sound more natural\n- Filled in missing text that had been omitted from longer descriptions, such as component description",
"is_bot": false,
"headline": "Merge pull request #898 from Kuhaku9893/replace-jp-term",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-02-15T13:23:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5953c9fe4437798cf10507dc7bd4001051f91ae3",
"body": "`png` version `0.18.1` encodes the PNGs slightly differently than\n`0.18.0`.",
"is_bot": false,
"headline": "Update Hash Values in Rendering Tests",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-02-15T13:06:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "133f3eadd20f262bc7eb878f27ae1c1b30d66f5e",
"body": null,
"is_bot": false,
"headline": "Reflecting feedback from reviews",
"author_name": "Kuhaku369",
"author_login": "Kuhaku9893",
"committed_at": "2026-02-15T12:31:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bbc716c0ad21a78a0bb63aa7f3ece72eab12e3ad",
"body": null,
"is_bot": false,
"headline": "Replace some Jaapanese terms",
"author_name": "Kuhaku369",
"author_login": "Kuhaku9893",
"committed_at": "2026-02-15T12:31:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1199947a543d83d3fe85bfd01bd5d1114f002818",
"body": "Urn nowadays is maintained as a separate project called LibreSplit. This\nupdates the parser to reflect the changes in the file format, and\nrenames it to match the name of the project.\n\nAdditionally, relative files are now parsed relative to the splits file,\ninstead of relative to the current working directory. That's how it\nalways should've been, but wasn't.",
"is_bot": false,
"headline": "Update Urn Parser to LibreSplit Parser (#896)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-02-07T18:26:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "856bf312c59c05ba777acc5e58727eb05514c6b9",
"body": "Certain settings fields should despite their type be visualized\ndifferently. For example comparisons and custom variables are all\n(optional) strings, but they should be displayed as dropdowns or lists\nrespectively. This adds a hinting system to the settings fields to allow\nfor this. Previously the U\n[…]\n hardcoded detection based on the name of the\nfields, but this is no longer easily possible with the addition of\nlocalization.\n\nAdditionally, this improves some of the translations and adds some more.",
"is_bot": false,
"headline": "Add Hints to Settings Fields (#894)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-02-04T18:56:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ec6a6f53062863429396ae3c1d5d49bdd4d3ead1",
"body": "Implements localization throughout `livesplit-core`. The following\nlanguages are supported:\n - English / English / en\n - Dutch / Nederlands / nl\n - French / Français / fr\n - German / Deutsch / de\n - Italian / Italiano / it\n - Portuguese / Português / pt\n - Polish / Polski / pl\n - Russian / Русский /\n[…]\nditor\n - Hotkey Editor\n - Time Formatting\n - Time Parsing\n\nThe main thing that is not localized are the comparison names, which may\nbe a little problematic as we match them by value in various places.",
"is_bot": false,
"headline": "Implement Localization Support (#893)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2026-02-02T23:09:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a135301b008d9211ae37ae14b4dc6cec5a3c2aaa",
"body": "Previously we simply supported every device path, but wasmtime doesn't\nsupport this anymore. Network drives are important enough to support, so\nthis brings back support specifically for them.",
"is_bot": false,
"headline": "Support Network Drives on Windows in Auto Splitting Runtime (#891)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2025-12-20T23:02:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6b840f0d647b8e2d1175143030fd3477c9f2768b",
"body": "Apparently `Uint8Array` is ambiguous in the latest TypeScript versions,\nas it can be backed by either an `ArrayBuffer` or a `SharedArrayBuffer`\nnow. If you are working with an ambiguous `Uint8Array`, you can't\nnecessarily use it everywhere, such as when creating a `Blob` out of it.\nWe should be prec\n[…]\nnally, this implements a slight improvement in the web renderer\naround empty strings. Previously, there were various places where we had\nto create an empty string. Now, we create it once and reuse it.",
"is_bot": false,
"headline": "Fix Generated TypeScript Types (#888)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2025-09-15T20:18:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ab8ee24b26eba382b1dbe8ec51d28794cef8f148",
"body": "Apparently there's a new timer on the block called\n[OpenSplit](https://github.com/ZellyDev-Games/OpenSplit). This adds\nsupport for parsing the `.osf` split file format it uses. It's basically\nanother JSON based format, so the implementation is pretty\nstraightforward.",
"is_bot": false,
"headline": "Implement `OpenSplit` Parsing (#887)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2025-09-15T18:23:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7649ba092a0e0723c4dbafe600778ddac78ede4d",
"body": "- Updates major runtime dependencies like wasmtime (32.0.0 → 36.0.2) and sysinfo (0.33.1 → 0.37.0)\n- Adds 'static lifetime bounds to generic type parameters for compatibility with updated dependencies\n- Replaces git dependency with published version for simdutf8",
"is_bot": false,
"headline": "Update Dependencies (#886)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2025-09-09T20:39:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ce52ec8d2e4f2dc410d67e28b26d17b8c4a899f",
"body": "- Replaced nested if / if let with let chains.\n- With the new lifetime warning rules, it became possible to remove some\n unnecessary explicit `'_` lifetimes.\n- Resolved some clippy lints (mostly missing const fns).\n- Switched `#[allow]` to `#[expect]` for most lints. This should catch\n situations where the warning no longer applies. It already caught a\n few of those.\n- Updated test snapshot hashes that seem to have changed again (the\n fonts on Windows got updated).",
"is_bot": false,
"headline": "Some Cleanup for Rust 1.89 (#885)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2025-09-09T19:06:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "80c4e59f025ce623088e1157ecd0deeedb42b9ad",
"body": "Add timer_current_split_index and timer_segment_splitted",
"is_bot": false,
"headline": "Merge pull request #884 from AlexKnauth/segment-splitted-3",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2025-09-02T20:16:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ff1a381b412d10cdc6bb0348077e78e26db2bac8",
"body": null,
"is_bot": false,
"headline": "Option index i64, Option bool i32",
"author_name": "AlexKnauth",
"author_login": "AlexKnauth",
"committed_at": "2025-09-02T19:42:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aec843f29bf35877980145cf17b508784c17dff2",
"body": null,
"is_bot": false,
"headline": "Add timer_segment_splitted",
"author_name": "AlexKnauth",
"author_login": "AlexKnauth",
"committed_at": "2025-08-30T23:32:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb0c5a94b6c108f52c583597ad1a7e7c50668c94",
"body": null,
"is_bot": false,
"headline": "Add timer_current_split_index",
"author_name": "AlexKnauth",
"author_login": "AlexKnauth",
"committed_at": "2025-08-30T23:13:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f4e390eb92811e1630dbe7b43e255a79fc3fa0cb",
"body": null,
"is_bot": false,
"headline": "Update rendering test png hash (#883)",
"author_name": "Alex Knauth",
"author_login": "AlexKnauth",
"committed_at": "2025-08-30T22:01:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "59a237fd59fc52133cef7e247888788871983110",
"body": "* text parser: CustomVariable\n\n* splits parser: CustomVariable\n\n* test layout_parsing: CustomVariable layouts\n\n* test layout conversion: lsl -> ls1l\n\n* text parser: custom_variable comment",
"is_bot": false,
"headline": "Layout parser Custom Variables from LiveSplit layouts (#874)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2025-06-28T20:04:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47c54bbd1a0d18b1f3f0adcc59a8095ae7bf2013",
"body": null,
"is_bot": false,
"headline": "text parser: custom_variable comment",
"author_name": "AlexKnauth",
"author_login": "AlexKnauth",
"committed_at": "2025-05-28T00:51:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9a6be75f30fa4fa94c504c308d7081133f942e7",
"body": null,
"is_bot": false,
"headline": "test layout conversion: lsl -> ls1l",
"author_name": "Alex Knauth",
"author_login": "AlexKnauth",
"committed_at": "2025-05-17T19:45:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eaf730e8e74db27d21dedc52dc970274462b0da0",
"body": null,
"is_bot": false,
"headline": "test layout_parsing: CustomVariable layouts",
"author_name": "AlexKnauth",
"author_login": "AlexKnauth",
"committed_at": "2025-05-14T05:55:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac601a9ded42629300e219262f9b6913ba746bbf",
"body": null,
"is_bot": false,
"headline": "splits parser: CustomVariable",
"author_name": "AlexKnauth",
"author_login": "AlexKnauth",
"committed_at": "2025-05-14T03:49:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18d3ccdd31152c84852eb6b4774d5dd81cefe8af",
"body": null,
"is_bot": false,
"headline": "text parser: CustomVariable",
"author_name": "AlexKnauth",
"author_login": "AlexKnauth",
"committed_at": "2025-05-14T03:48:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ee36c2755d888184e93db31939562fbb2c715661",
"body": "Apparently, multiple parts of the API accidentally wrote the lengths of\nthe value back to the length pointers before reading the length. So the\nerror cases never actually worked correctly.",
"is_bot": false,
"headline": "Fix Pointers to Lengths in Auto Splitting API (#873)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2025-05-08T22:45:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "570e34a7185480d36793fee7602e06aa3161c687",
"body": "Clippy now suggests that we should turn more functions into `const fn`\nfunctions, so this is what we do here. It seems like it can't reason\nabout `Deref` and thus thinks more functions can be `const fn` than what\nis actually possible.",
"is_bot": false,
"headline": "Turn More Functions Into `const fn` Functions (#872)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2025-04-15T18:51:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9dcff80315334a90c33181b90c0b5e4ab0af99d",
"body": "When cleaning the sum of best, the message tries to be as helpful as\npossible by showing as much information about the problematic segments\nas possible. Part of that is information about the date of the attempt.\nHowever, as it turns out, the attempt may not actually exist. This\nshouldn't generally happen, but we can't trust the correctness of the\nsplits files, so for whatever reason, the attempt may be missing. In\nthat case, we simply skip that information.",
"is_bot": false,
"headline": "Fix Panic When Cleaning Sum of Best (#871)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2025-04-15T18:22:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f2d7b3acb1b3aca6e2afe23b6f5c14f6d3e5f94c",
"body": "This allows us to specify font features, which means we can turn off\nkerning, ligatures and enable tabular nums for our monotonic text.",
"is_bot": false,
"headline": "Update `cosmic-text` to 0.14 (#870)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2025-04-13T16:29:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "78aba86a8b60d6135ecd333bef6bece0606f3016",
"body": "This allows you to add a child window to a hotkey hook on the web,\nallowing it to receive hotkey events for the window as well.\n\nAdditionally, there's some small changes to the Web Renderer:\n- The child canvas elements are relative, but the parent was not marked\n as absolute.\n- The parent element i\n[…]\ns technically also a `div` element, but we don't want\n to guarantee that, since it could be changed in the future. This may\n be the case if we switch to only a single canvas element in the\n future.",
"is_bot": false,
"headline": "Listen to Hotkeys in Child Windows on the Web (#868)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2025-04-12T15:52:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5d2bd50010b1387c984d13aa6d91511fdace6996",
"body": "Instead of duplicating every label, it is much better for the rendering\nbackends to handle the text shadow support by themselves. This also\nenables them to do it in a faster or more sophisticated way, such as\nusing a proper text shadow blur.\n\nWeb Backend:\n\nWe use the `shadowColor`, `shadowOffsetX`, \n[…]\nhe labels. The reason is that we\ntried to use a `feDropShadow` filter, but it seems to be cut off in\nChrome and weirdly enough **segfaults** Firefox.\n\nhttps://x.com/CryZe107/status/1903132316358082813",
"is_bot": false,
"headline": "Move Text Shadow Support to Rendering Backends (#867)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2025-03-25T16:38:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b03e72f264bdde41c6dea380f005dbcb4604078d",
"body": "As explained [here](https://twos.dev/splitsio.html), splits.io will shut\ndown at the end of the month. The website is already not working\nproperly anymore, so it's time to remove support for it.",
"is_bot": false,
"headline": "Remove `splits.io` Support (#866)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2025-03-24T20:04:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5fede3a73dafd52d4e98d0431dc6b907a4e2a094",
"body": "Co-authored-by: Christopher Serr <christopher.serr@gmail.com>",
"is_bot": false,
"headline": "Initial drop shadow support (#863)",
"author_name": "Skajdrovski",
"author_login": "Skajdrowski",
"committed_at": "2025-03-20T18:41:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ee19e006b867280363326113e87acfa5f22aeb5",
"body": "* wasmtime features: gc-drc\n\n* switch to wasmtime master\n\n* Runtime new: wasm_function_references, wasm_gc\n\n* wasmtime: lock to the specific commit",
"is_bot": false,
"headline": "wasmtime features: gc-drc (#865)",
"author_name": "Alex Knauth",
"author_login": "AlexKnauth",
"committed_at": "2025-03-19T08:38:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6a2bddcfad2530ef174a1e38f64f566f58b36bb",
"body": "This updates the code base to Rust 2024. Additionally, most dependencies\ngot updated to their latest versions.",
"is_bot": false,
"headline": "Update to Rust 2024 (#861)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2025-03-14T14:52:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7cdf2656da4f55f6aff989ea89a61e2913f6eb18",
"body": "…t in TypeScript (#858)\n\n* Fix issue of type i64 / u64 in Rust not properly getting converted to BigInt in TypeScript",
"is_bot": false,
"headline": "Fix issue of type i64 in Rust not properly getting converted to BigIn…",
"author_name": "Kev",
"author_login": null,
"committed_at": "2025-01-19T19:57:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6a288115fffbf8e3309af4f6278f1229d22ab74",
"body": "* Fix Bounding Box Calculation\n\nAt some point when changing our text engine, we introduced a scale value\nfor each individual glyph, possibly during the transition to\n`cosmic-text`. This is correctly being used when rendering the text, but\nnot when calculating the bounding box of the text. This meant\n[…]\nmage, that is cleared on each\nframe, was not calculated correctly and thus the previous text was still\nvisible.\n\n* Fix WASI 0.1 Target\n\nIt got renamed to mention the version number in the target name.",
"is_bot": false,
"headline": "Fix Bounding Box Calculation (#859)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2025-01-17T17:24:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "654b373c9aaf5d5389eb59b6ed4cea661b108965",
"body": null,
"is_bot": false,
"headline": "Release `livesplit-hotkey` 0.8.0",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-12-29T23:04:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "106a3f08cb4efc2d6a047e1aeb0b9e07c8af6291",
"body": "This shouldn't be necessary according to the documentation, but it does\nfix #855.",
"is_bot": false,
"headline": "Disable event tap on macOS before stopping run loop (#856)",
"author_name": "Tyler Mandry",
"author_login": "tmandry",
"committed_at": "2024-12-28T11:41:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d35ff05910d7bc7dfc28f2b665727f38b08848dd",
"body": "To distinguish between errors where an auto-splitter update took too long, from other errors, such as panics, running out of stack space, etc.",
"is_bot": false,
"headline": "Add a timeout message (#809)",
"author_name": "Alex Knauth",
"author_login": "AlexKnauth",
"committed_at": "2024-11-17T15:05:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47a2b51a596030b7072ea49c286f5d3eadccc8e2",
"body": "Wasmtime's WASI implementation nowadays internally has its own Tokio\r\nruntime. You can only ever run a single Tokio runtime on a thread at the\r\nsame time. Wasmtime provides async support, so this likely would have\r\nalso solved the issue. However, this probably would've made it harder to\r\nuse the runtime in other situations. So instead we just remove our own\r\nruntime, which was not really necessary anyway.",
"is_bot": false,
"headline": "Remove 2nd Tokio Runtime in Auto Splitting Runtime (#854)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-11-16T12:10:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fff8df03b1428e98e4f56c256c860999753bdecd",
"body": "This emits the bindings in a way such that they are compatible with not\r\nonly the `bundler` target of `wasm-bindgen`, but also the `web` target.\r\nThis allows us to circumvent `webpack`, which means we are not limited\r\nby the features it supports anymore. In particular, this unblocks the\r\nusage of reference types.",
"is_bot": false,
"headline": "Support the `web` Target of `wasm-bindgen` (#852)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-11-05T23:34:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1a130bc7cd2467da80706de90ed0613174829d4",
"body": "In Rust 1.81 it has become essential to handle `NaN` properly when\r\nsorting. An incorrect implementation of `Ord` now leads to panics when\r\nsorting. In order to prevent this, we now try to prove that the values\r\nare never `NaN` to begin with.",
"is_bot": false,
"headline": "Improve Handling of `NotNaN` Types (#851)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-11-04T19:30:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d848fb7f25542b90b1ed2d1c1609868e1902d444",
"body": "This updates our wasmtime dependency to version 26.",
"is_bot": false,
"headline": "Update to wasmtime 26 (#850)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-11-04T16:32:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7e98f88e676d787c71c62a78604a7c6d04ac988",
"body": "This makes use of most of the new features enabled by Rust 1.82.",
"is_bot": false,
"headline": "Update to Rust 1.82 (#849)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-11-04T14:50:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cdb6502632e2c667e3ce29078dae3f714dd8ab3c",
"body": "Fuchsia added kernel support for a monotonic clock that keeps running\r\nwhile the system is suspended. They technically have not yet exposed it\r\nthrough their libc, but one maintainer said that they will do so soon.",
"is_bot": false,
"headline": "Use `CLOCK_BOOTTIME` on Fuchsia (#848)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-11-04T11:27:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86bc01b32372e5b692dc9674af462f70da5b57f0",
"body": "This adds the ability to switch the Text Component to use cusotm\r\nvariables via the C API.",
"is_bot": false,
"headline": "Switch Text Component to Variables via C API (#847)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-10-27T21:42:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "517753242561fd51ab86fae3304c860e64b2c44d",
"body": "This allows the users of the C API to add multiple time spans together.",
"is_bot": false,
"headline": "Add Function to C API for Adding Time Spans (#846)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-10-24T17:45:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c2e1fa6b660aedc8aaa0aae9cd1cb9adbb053f20",
"body": "The latter now allows us to remove dead processes from the process list\nwithout having to run the operation twice.",
"is_bot": false,
"headline": "Update `wasmtime` and `sysinfo` (#844)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-10-06T15:27:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a8446b0bf79c4bc8797bf2443fc86644c749c84",
"body": "With this update `hashbrown` is now using the `foldhash` crate instead\nof the `ahash` crate. Since we also depend on `ahash`, we also now\nswitch to `foldhash` for our hashing needs.",
"is_bot": false,
"headline": "Update `hashbrown` to `0.15.0` (#843)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-10-06T11:49:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6ac1ef0ca50d9703a0b36f278862433a2dc12103",
"body": "Flitter got rewritten in Rust and the splits files are now JSON based.\r\nThis adds support for parsing those files. The old file format is no\r\nlonger supported, because Flitter itself also no longer supports it.\r\n\r\nThis also changes how we parse time spans in general, making them more\r\nstrict in what they accept. Previously ridiculous values like\r\n`100:100:100:100:100` got accepted.",
"is_bot": false,
"headline": "Support the new JSON based Flitter splits files (#841)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-09-15T16:09:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "331ce71aa3975c0b58b8c34422e249a4217f91b1",
"body": "Apparently not every X11 connection flushes the commands automatically.\r\nHowever, it's really important for the hotkey changes to take effect\r\nimmediately. We don't do anything else on the X11 connection, so the\r\nchanges would be pending until the next hotkey changes or possibly even\r\nlater.\r\n\r\nThis additionally cleans up the implementation to not ungrab all keys\r\nevery time a hotkey change happens. This should not affect the bug, but\r\nit did not seem like the right thing to do in general.",
"is_bot": false,
"headline": "Flush commands when changing hotkeys on X11 (#840)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-09-04T17:45:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0ff646c54f83cb559a9f8e32a238803e72b5c97",
"body": "In order to print the minus sign of times, we detect the need for the\r\nminus sign, print it and then print the absolute value of the time.\r\nHowever, integers have a minimum value of which the absolute value is\r\nlarger than the maximum value of the integer. So for example `i8` has a\r\nminimum value of\n[…]\nhen overflow checks are enabled, such as when\r\ncompiling with the debug profile.\r\n\r\nThere was also a big lack of tests for the formatting of times. Tests\r\nare now included for all the important cases.",
"is_bot": false,
"headline": "Fix panic when formatting `TimeStamp::MIN` (#838)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-08-28T16:46:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "eccd5da6c0e0b5cd0bc450b66d5e8d068927398d",
"body": "I misunderstood the new API. It returns the number of processes still\r\nalive, not how many got closed.",
"is_bot": false,
"headline": "Fix bug with single process refresh not working (#836)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-08-21T14:56:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "53fc5f49173bb39a03b7d7f308b30cedb406ce50",
"body": "Auto splitters can now print to `stderr`, which is the same as printing\r\nvia `print_message`, except that like a usual terminal it is line\r\nbuffered and either flushed on new lines or manually. This then ends up\r\nin the same `log_auto_splitter` call that `print_message` ends up in.\r\nThe logging now also differentiates between messages that come from the\r\nauto splitter and messages that come from the runtime. Additionally this\r\nbumps `wasmtime` to version 24.",
"is_bot": false,
"headline": "Add `stderr` Support for Auto Splitters (#835)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-08-21T13:24:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a996a1640ae9ae0573f45f72a3be80f0b7efdc58",
"body": null,
"is_bot": false,
"headline": "Update more dependencies (#834)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-08-15T15:41:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e47533202a61af022fd83af3c2a5f001fd9e60cf",
"body": "- Updates `windows-sys` to the latest version.\r\n- Updates `cosmic-text` to the latest version. This unfortunately brings\r\n a regression with the Thaana script. It's such a minor issue that we\r\n can live with that for now.\r\n- Fixes a few minor warnings.",
"is_bot": false,
"headline": "Update some dependencies (#833)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-08-15T14:43:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8639b02c2d0c670c4b1fdae153fdccd0461e8d7f",
"body": "This is required for reference types, which Rust now uses by default\r\nwith the nightly compiler.",
"is_bot": false,
"headline": "Add `gc` feature for `wasmtime` dependency (#832)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-08-15T13:54:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f070c1af66155d5cd8b80928e834d69334d8cf24",
"body": "This should fix the `asr-debugger` from crashing when loading .NET 9\r\nauto splitters.",
"is_bot": false,
"headline": "Update `wasmtime` to version 23 (#828)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-07-22T17:49:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c3762bec27c1774e28384216281c7ed2d760250",
"body": "This exposes more of the Server Protocol publicly, so it can also be\r\nused as a client.",
"is_bot": false,
"headline": "Expose more of the Server Protocol (#827)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-07-15T17:52:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d5b0f6fc07e40cfd70262d95437c64031c562b3",
"body": "This updates us to the latest version of wasmtime. The WASI API changed\r\na lot, because WASI 0.2 got released since then. We still only support\r\nWASI 0.1 until there's practical toolchains for targeting WASI 0.2, so\r\nwe can experiment with it.\r\n\r\nUnfortunately the new API does not allow us to define custom file system\r\nlogic anymore, so mapping to Windows device paths is not possible\r\nanymore.",
"is_bot": false,
"headline": "Update to wasmtime 22 (#824)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-07-08T21:50:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bb8cb41fe60ce25e5147342bb3df2eeb27087524",
"body": "This fixes the game time to not jump back to the real time when you resume it after having paused it.\r\n\r\nCo-authored-by: Christopher Serr <christopher.serr@gmail.com>",
"is_bot": false,
"headline": "Fix `resume_game_time` to not jump to real time (#822)",
"author_name": "Alex Knauth",
"author_login": "AlexKnauth",
"committed_at": "2024-06-24T14:07:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccc781eace6c0d3a2d4b2d12c77340f47bf04f8c",
"body": "Our `TimeStamp` type is internally an `Instant`. The representation of\r\n`Instant` depends on the platform, but for many platforms it internally\r\nconsists of unsigned numbers. For WASI its worse, because the moment the\r\nWASI VM starts, the time starts at 0. This means any subtraction from\r\nthe time results in a numeric underflow and might panic. To prevent this\r\nfrom happening, `TimeStamp`s can no longer be manually modified, they\r\nalways represent valid points in time.",
"is_bot": false,
"headline": "Prevent `TimeStamp`s from being modified (#821)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-06-22T14:44:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "922cc8475499f9c8d48877ff437661cefebfefd5",
"body": "This implements a new improved version of the server protocol. The\r\nfollowing changes have been made:\r\n- The protocol is based on JSON messages. This allows for example for\r\n more structured commands where it's easier to provide multiple \r\n arguments for a command and even have optional arguments.\n[…]\ntimers over the network.\r\n\r\nThe event sink has now been renamed to command sink, because there is\r\nnow a clear distinction between incoming commands and events that are\r\nthe results of these commands.",
"is_bot": false,
"headline": "Implement the Server Protocol (#819)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-06-22T10:58:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4ebb4bb6fc06528e5b9ed935e18191150cee2b33",
"body": "This refactors the internals of the `Timer`, such that it's impossible\r\nfor different fields to contain conflicting information. This is done by\r\nfactoring out an `ActiveAttempt` struct that only exists when there is\r\nan active attempt. Additionally inside it differentiates between the\r\nattempt havi\n[…]\ner`. Factoring out the\r\nnotion of an active attempt and making sure invalid states are\r\nunrepresentable is done so we can soon explore the possibility of\r\nstoring an active attempt in the splits file.",
"is_bot": false,
"headline": "Make invalid timer states unrepresentable (#818)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-06-15T13:50:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "77861113dd448ec873adac46cd7cf2cee56bb51c",
"body": "This commit increases the compression level for when we encode PNG\r\nimages. We do this for Llanfair files (Gered and original) were the\r\nimages are uncompressed and also for when we encounter BMP images in\r\nLiveSplit files or we scale down images. Increasing the compression\r\nlevel doesn't seem to really take much more time, but has a decent\r\nimpact on the size of the images.",
"is_bot": false,
"headline": "Increase PNG compression level (#817)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-06-14T19:18:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a33c167c5de4a6c04f5945cd5668f2cd5b94991b",
"body": "Instead of arbitrarily choosing a subset, why not just render all of\r\nthem that Wikipedia lists in their table that we use as a reference?\r\n\r\nAlso this bumps us to Rust 1.79, which just released.",
"is_bot": false,
"headline": "Render all writing systems in the rendering test (#816)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-06-14T18:49:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e48065a8bc8fb3c93e4499ff0c3f99798d08760",
"body": "Every browser's `performance.now()` implementation is not spec\r\ncompliant, unless the browser is running on Windows. On every other\r\noperating system, `performance.now()` does not properly keep ticking\r\nwhile the operating system is suspended / sleeping. There isn't much\r\nthat we can do. What we can\n[…]\n ideal, as `Date.now()` gets\r\nadjusted by NTP synchronizations, but it's the best we can do.\r\n\r\nMore information:\r\nhttps://developer.mozilla.org/en-US/docs/Web/API/Performance/now#ticking_during_sleep",
"is_bot": false,
"headline": "Add a fallback for the time tracking in the web (#814)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-06-09T21:33:56Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "334e37d7d39046bd7c01a9f073ec449fa29ffbf2",
"body": "Instead of assuming each column has the width of the text `88:88:88`, we\r\nnow determine the largest string per column (based on unicode scalar\r\nvalues) and adjust the column width accordingly. There is still a fixed\r\nminimum width based on the string `88:88`, which ensures that the\r\ncolumns don't sw\n[…]\n`8:88:88`, which would ensure there's no\r\ncolumn size change as you approach the hour mark. However, this would\r\nincrease the size of delta columns unnecessarily. So it's a little bit\r\nof a trade-off.",
"is_bot": false,
"headline": "Dynamically adjust the column widths (#813)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-06-09T15:53:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5be35bef56868e284c184614e778f434db4ac85a",
"body": "This adds functionality to the run editor to allow copying comparisons.\r\nThis is not only useful for copying custom comparisons, but also for\r\n\"baking\" the times of a generated comparison, such as the `Latest Run` or\r\nthe `Average Segments` to a custom comparison that you can keep around\r\nas long as\n[…]\nhis is somewhat also meant to replace the\r\nfunctionality of storing the current run as a Personal Best. Instead you\r\ncan just store the `Latest Run` as a custom comparison after you are\r\ndone with it.",
"is_bot": false,
"headline": "Allow copying comparisons (#812)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-06-08T13:14:19Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2f404c3e72db5e1b8d70b68ed079541cae2a7f92",
"body": "This exposes all the comparisons in the C API and makes it possible to\r\nset the comparison via a string. This will enable LiveSplit One to show\r\na list of comparisons to choose from.",
"is_bot": false,
"headline": "Expose all the comparisons in the C API (#811)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-06-03T18:38:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc188ff1cd506aa09b4e72c25084db04263088e9",
"body": "This adds an event system. The events usually come from the hotkey\r\nsystem, an auto splitter, the UI, or through a network connection. The\r\nUI usually provides the implementation for the so called event sink,\r\nforwarding all the events to the actual timer. It is able to intercept\r\nthe events and for example ask the user for confirmation before applying\r\nthem. Other handling is possible such as automatically saving the splits\r\nor notifying a server about changes happening in the run.",
"is_bot": false,
"headline": "Implement an Event System (#808)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-05-28T17:32:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99fbe174f4b91c5064c8f8dd87eab8b65304335b",
"body": "If the width or height is 0, the element likely isn't mounted into the\r\nDOM. This usually isn't a problem, but if we end up resizing the layout,\r\nwe would resize it based on a size of 0, which would break the entire\r\nlayout. This happened here:\r\n\r\nhttps://github.com/LiveSplit/LiveSplitOne/issues/881\r\n\r\nRendering the layout with a size of 0 is also a waste of time, so this\r\nends up benefiting us in multiple ways.",
"is_bot": false,
"headline": "Skip rendering to a canvas with zero dimensions (#805)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-05-18T18:29:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "808df2858d295cc60f6efade324d57d58963ea1e",
"body": "There is a [JavaScript\r\nproposal](https://github.com/tc39/proposal-explicit-resource-management)\r\nfor using `Symbol.dispose` as a way to automatically clean up resources.\r\nYou do that by declaring variables like so:\r\n```js\r\nusing resource = new Resource();\r\n```\r\nThe variable `x` will be automaticall\n[…]\n method\r\nthat allows scoped access to the resource, before it gets cleaned up at\r\nthe end. TypeScript already fully implements and polyfills support for\r\nit, so we can already fully switch over to it.",
"is_bot": false,
"headline": "Switch `wasm-bindgen` bindings to `Symbol.dispose` (#804)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-05-18T12:54:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d55aca7619f5c36d28bf8c57509d366f1a22b2e5",
"body": "- This forbids using any APIs that are incompatible with the MSRV. The\r\n MSRV is also specified in all the `Cargo.toml` files now.\r\n- The `unicase` crate is removed. The standard library can mostly handle\r\n it just fine.\r\n- The `Instant` type of the `time` crate is deprecated. You are supposed\r\n \n[…]\non the standard library's `Instant` type.\r\n This is what we do, though we still wrap the type to make it behave\r\n still mostly the same.\r\n- Fixes a bug with gradient backgrounds in the web renderer.",
"is_bot": false,
"headline": "Improve Code Quality in a few places (#803)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-05-09T13:39:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "be38e2b7b1d9fe5e495d6ed5b9fe4d0adeb5ca1a",
"body": "* Add tooltips to all settings\r\n\r\nThis adds tooltips to all settings exposed by `livesplit-core`. Copilot\r\nhelped a lot here.\r\n\r\nCo-authored-by: wooferzfg <spapushin@gmail.com>",
"is_bot": false,
"headline": "Add tooltips to all settings (#801)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-05-06T15:35:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "47bf322944a5e0eebc2f695c0b2305c45588edd6",
"body": "This improves the code that splits the rendered entities into the bottom\r\nand top layers. The top layer is intended to be used for entities that\r\nupdate frequently. This was mostly done pretty well before, but with the\r\nweb renderer it has been quite easy to find cases that could be\r\nimproved:\r\n\r\n1.\n[…]\nult for brightness and thus no brightness\r\n change was applied. This should've been at 1.\r\n5. The new Rust release brought some new clippy lints around string\r\n buffer reusage that were addressed.",
"is_bot": false,
"headline": "Improve Layer Separations (#798)",
"author_name": "Christopher Serr",
"author_login": "CryZe",
"committed_at": "2024-05-02T20:39:44Z",
"body_truncated": true,
"is_coding_agent": false
}
],
"releases_count": 20,
"commits_last_year": 42,
"latest_release_at": "2022-12-29T16:01:01Z",
"latest_release_tag": "v0.13.0",
"releases_from_tags": false,
"days_since_last_push": 3,
"active_weeks_last_year": 15,
"days_since_latest_release": 1309,
"mean_days_between_releases": 226.9
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "livesplit-core",
"exists": true,
"license": "Apache-2.0/MIT",
"keywords": [
"timer",
"gaming",
"speedrun",
"livesplit",
"no-std",
"date-and-time"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/livesplit-core",
"is_deprecated": false,
"latest_version": "0.13.0",
"repository_url": "https://github.com/LiveSplit/livesplit-core",
"versions_count": 16,
"total_downloads": 32966,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 195,
"first_published_at": "2017-03-26T17:52:37.233320Z",
"latest_published_at": "2022-12-29T16:37:04.032125Z",
"latest_version_yanked": false,
"days_since_latest_publish": 1309
}
]
},
"popularity": {
"forks": 76,
"stars": 228,
"watchers": 7,
"fork_history": {
"days": [
{
"date": "2017-01-04",
"count": 1
},
{
"date": "2017-01-12",
"count": 1
},
{
"date": "2017-08-18",
"count": 1
},
{
"date": "2017-12-18",
"count": 1
},
{
"date": "2018-02-25",
"count": 1
},
{
"date": "2018-03-04",
"count": 1
},
{
"date": "2018-08-10",
"count": 1
},
{
"date": "2018-11-04",
"count": 1
},
{
"date": "2018-11-07",
"count": 1
},
{
"date": "2019-07-17",
"count": 1
},
{
"date": "2019-09-04",
"count": 1
},
{
"date": "2019-12-19",
"count": 1
},
{
"date": "2020-03-01",
"count": 1
},
{
"date": "2020-03-12",
"count": 1
},
{
"date": "2021-01-31",
"count": 1
},
{
"date": "2021-03-09",
"count": 1
},
{
"date": "2021-04-07",
"count": 1
},
{
"date": "2021-04-27",
"count": 1
},
{
"date": "2021-06-13",
"count": 1
},
{
"date": "2021-07-01",
"count": 1
},
{
"date": "2021-08-03",
"count": 1
},
{
"date": "2021-09-22",
"count": 1
},
{
"date": "2021-10-28",
"count": 1
},
{
"date": "2021-11-06",
"count": 1
},
{
"date": "2021-12-04",
"count": 1
},
{
"date": "2022-01-19",
"count": 1
},
{
"date": "2022-05-17",
"count": 1
},
{
"date": "2022-05-18",
"count": 1
},
{
"date": "2022-07-21",
"count": 1
},
{
"date": "2022-09-07",
"count": 1
},
{
"date": "2022-09-27",
"count": 1
},
{
"date": "2022-10-07",
"count": 1
},
{
"date": "2022-12-15",
"count": 1
},
{
"date": "2023-01-18",
"count": 1
},
{
"date": "2023-01-23",
"count": 1
},
{
"date": "2023-02-04",
"count": 1
},
{
"date": "2023-03-19",
"count": 1
},
{
"date": "2023-03-25",
"count": 1
},
{
"date": "2023-03-31",
"count": 1
},
{
"date": "2023-04-26",
"count": 1
},
{
"date": "2023-04-28",
"count": 1
},
{
"date": "2023-06-12",
"count": 1
},
{
"date": "2023-06-14",
"count": 1
},
{
"date": "2023-08-19",
"count": 1
},
{
"date": "2023-09-08",
"count": 1
},
{
"date": "2023-09-10",
"count": 1
},
{
"date": "2023-09-24",
"count": 1
},
{
"date": "2024-01-02",
"count": 1
},
{
"date": "2024-01-14",
"count": 1
},
{
"date": "2024-01-20",
"count": 1
},
{
"date": "2024-01-25",
"count": 1
},
{
"date": "2024-03-24",
"count": 1
},
{
"date": "2024-06-08",
"count": 1
},
{
"date": "2024-07-17",
"count": 1
},
{
"date": "2024-08-19",
"count": 1
},
{
"date": "2024-12-20",
"count": 1
},
{
"date": "2025-01-14",
"count": 1
},
{
"date": "2025-03-04",
"count": 1
},
{
"date": "2025-06-14",
"count": 1
},
{
"date": "2025-08-10",
"count": 1
},
{
"date": "2025-08-17",
"count": 1
},
{
"date": "2025-08-19",
"count": 1
},
{
"date": "2025-10-04",
"count": 1
},
{
"date": "2025-11-04",
"count": 1
},
{
"date": "2025-12-09",
"count": 1
},
{
"date": "2026-01-13",
"count": 1
},
{
"date": "2026-01-16",
"count": 1
},
{
"date": "2026-02-07",
"count": 1
},
{
"date": "2026-02-24",
"count": 1
},
{
"date": "2026-03-17",
"count": 1
},
{
"date": "2026-05-07",
"count": 1
},
{
"date": "2026-05-16",
"count": 1
},
{
"date": "2026-06-13",
"count": 1
},
{
"date": "2026-07-13",
"count": 1
},
{
"date": "2026-07-29",
"count": 1
}
],
"complete": true,
"collected": 75,
"total_forks": 76
},
"star_history": null,
"open_issues_and_prs": 95
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"capi/js/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"capi/js/tsconfig.json"
],
"toolchain_manifests": [
"Cargo.toml",
"capi/Cargo.toml",
"capi/bind_gen/Cargo.toml",
"crates/livesplit-auto-splitting/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/create-file/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/empty/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/env/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/infinite-loop/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/proc-exit/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/random/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/segfault/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/sleep/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/stdout/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/threads/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/time/Cargo.toml",
"crates/livesplit-hotkey/Cargo.toml",
"crates/livesplit-title-abbreviations/Cargo.toml"
],
"largest_source_bytes": 68950,
"source_files_sampled": 413,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"capi/Cargo.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v",
"GHSA-mh99-v99m-4gvg",
"GHSA-v6h2-p8h4-qcjw"
],
"fixed_version": "5.0.8",
"advisory_count": 4,
"oldest_advisory_days": 416
},
{
"name": "marked",
"direct": false,
"version": "3.0.8",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-5v2h-r2cx-5xgj",
"GHSA-rrrm-qjm4-v8hf"
],
"fixed_version": "4.0.10",
"advisory_count": 2,
"oldest_advisory_days": 1658
},
{
"name": "minimatch",
"direct": false,
"version": "3.0.4",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23c5-xmqv-rm74",
"GHSA-3ppc-4f35-3m26",
"GHSA-7r86-cg39-jmmj",
"GHSA-f8q6-p94x-37v3"
],
"fixed_version": "10.2.3",
"advisory_count": 4,
"oldest_advisory_days": 1381
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 3
},
"advisory_count": 10,
"affected_count": 3,
"assessed_count": 22,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 60,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "base64-simd",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.0"
},
{
"name": "bytemuck",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.9.1"
},
{
"name": "bytemuck_derive",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.4.1"
},
{
"name": "cfg-if",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.0"
},
{
"name": "itoa",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.3"
},
{
"name": "time",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.47"
},
{
"name": "hashbrown",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.17.1"
},
{
"name": "libm",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.1"
},
{
"name": "livesplit-hotkey",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8.0"
},
{
"name": "livesplit-title-abbreviations",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.0"
},
{
"name": "memchr",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.3.4"
},
{
"name": "simdutf8",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.5"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.186"
},
{
"name": "serde_derive",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.186"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.60"
},
{
"name": "sha2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.11.0"
},
{
"name": "slab",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.9"
},
{
"name": "smallstr",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.0"
},
{
"name": "smallvec",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.15.1"
},
{
"name": "snafu",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9.1"
},
{
"name": "image",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.25.0"
},
{
"name": "cosmic-text",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.14.1"
},
{
"name": "tiny-skia",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12.0"
},
{
"name": "tiny-skia-path",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12.0"
},
{
"name": "foldhash",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.0"
},
{
"name": "livesplit-auto-splitting",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.0"
},
{
"name": "arc-swap",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.7.1"
},
{
"name": "log",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.14"
},
{
"name": "reqwest",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13.2"
},
{
"name": "livesplit-core",
"manifest": "capi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "capi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.8"
},
{
"name": "time",
"manifest": "capi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.4"
},
{
"name": "simdutf8",
"manifest": "capi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.5"
},
{
"name": "wasm-bindgen",
"manifest": "capi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.78"
},
{
"name": "wasm-bindgen-futures",
"manifest": "capi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.28"
},
{
"name": "web-sys",
"manifest": "capi/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.28"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "arc-swap",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "base64-simd",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bytemuck",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bytemuck_derive",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "cosmic-text",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "image",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "libm",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "livesplit-auto-splitting",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "livesplit-hotkey",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "livesplit-title-abbreviations",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "log",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "reqwest",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "simdutf8",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "slab",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "smallstr",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "snafu",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "time",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tiny-skia",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tiny-skia-path",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-futures",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "web-sys",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "async-trait",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "bstr",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "bytes",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "clap",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "crossbeam-channel",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "evdev",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "heck",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "mio",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "nix",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "proc-maps",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "promising-future",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "read-process-memory",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "seahash",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "slotmap",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "sysinfo",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "wasmtime",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "wasmtime-wasi",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "winreg",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "x11-dl",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "@types/node",
"direct": false,
"version": "16.11.7",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "jsonc-parser",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "lru-cache",
"direct": false,
"version": "5.1.1",
"ecosystem": "npm"
},
{
"name": "lunr",
"direct": false,
"version": "2.3.9",
"ecosystem": "npm"
},
{
"name": "marked",
"direct": false,
"version": "3.0.8",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "onigasm",
"direct": false,
"version": "2.2.5",
"ecosystem": "npm"
},
{
"name": "path-is-absolute",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "shiki",
"direct": false,
"version": "0.9.12",
"ecosystem": "npm"
},
{
"name": "typedoc",
"direct": false,
"version": "0.22.8",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "4.4.4",
"ecosystem": "npm"
},
{
"name": "vscode-textmate",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 82,
"direct_count": 32,
"indirect_count": 50
}
},
"maintainership": {
"issues": {
"open_prs": 22,
"merged_prs": 444,
"open_issues": 73,
"closed_ratio": 0.752,
"closed_issues": 221,
"closed_unmerged_prs": 184
},
"bus_factor": 1,
"bot_contributors": 2,
"top_contributors": [
{
"type": "User",
"login": "CryZe",
"commits": 947,
"avatar_url": "https://avatars.githubusercontent.com/u/1451630?v=4"
},
{
"type": "User",
"login": "hallcristobal",
"commits": 24,
"avatar_url": "https://avatars.githubusercontent.com/u/12072058?v=4"
},
{
"type": "User",
"login": "wooferzfg",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/8262173?v=4"
},
{
"type": "User",
"login": "AlexKnauth",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/6600123?v=4"
},
{
"type": "User",
"login": "kadiwa4",
"commits": 14,
"avatar_url": "https://avatars.githubusercontent.com/u/25464294?v=4"
},
{
"type": "User",
"login": "DarkRTA",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/15368682?v=4"
},
{
"type": "User",
"login": "mcdoll",
"commits": 10,
"avatar_url": "https://avatars.githubusercontent.com/u/21366319?v=4"
},
{
"type": "User",
"login": "dependabot-support",
"commits": 9,
"avatar_url": "https://avatars.githubusercontent.com/u/112581971?v=4"
},
{
"type": "User",
"login": "P1n3appl3",
"commits": 6,
"avatar_url": "https://avatars.githubusercontent.com/u/9326885?v=4"
},
{
"type": "User",
"login": "doesthisusername",
"commits": 4,
"avatar_url": "https://avatars.githubusercontent.com/u/23059113?v=4"
}
],
"contributors_sampled": 30,
"top_contributor_share": 0.859
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"build.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"package-lock.json"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": null,
"reason": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "20 out of 20 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": 2,
"reason": "Found 4/19 approved changesets -- score normalized to 2",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 4 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": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 10,
"reason": "15 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 0,
"reason": "Project has not signed or included provenance with any releases.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 0,
"reason": "10 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "f26195cd80e71e3be1a4cec4378180109b910410",
"ran_at": "2026-07-31T06:19:39Z",
"aggregate_score": 4.5,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-30T07:52:58Z",
"oldest_open_prs": [
{
"number": 512,
"created_at": "2022-01-19T02:39:06Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 537,
"created_at": "2022-06-05T22:41:14Z",
"last_comment_at": "2022-06-06T00:36:55Z",
"last_comment_author": "hyasynthesized"
},
{
"number": 642,
"created_at": "2023-03-01T02:54:50Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 792,
"created_at": "2024-04-14T19:39:16Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 797,
"created_at": "2024-04-30T02:43:50Z",
"last_comment_at": "2025-09-22T19:53:26Z",
"last_comment_author": "AlexKnauth"
},
{
"number": 860,
"created_at": "2025-03-04T10:45:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 875,
"created_at": "2025-06-14T23:39:49Z",
"last_comment_at": "2025-06-16T00:04:39Z",
"last_comment_author": "thirstyice"
},
{
"number": 878,
"created_at": "2025-08-17T21:31:11Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 889,
"created_at": "2025-10-04T19:59:59Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 902,
"created_at": "2026-02-25T22:46:17Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 905,
"created_at": "2026-03-02T07:21:01Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 910,
"created_at": "2026-03-17T05:48:35Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 920,
"created_at": "2026-04-24T07:55:46Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 925,
"created_at": "2026-06-02T20:31:50Z",
"last_comment_at": "2026-06-03T14:46:53Z",
"last_comment_author": "Mian-K"
},
{
"number": 931,
"created_at": "2026-06-22T14:47:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 932,
"created_at": "2026-06-23T07:52:53Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 933,
"created_at": "2026-06-30T07:56:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 935,
"created_at": "2026-07-20T07:52:51Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 937,
"created_at": "2026-07-20T21:23:41Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 942,
"created_at": "2026-07-23T20:00:16Z",
"last_comment_at": null,
"last_comment_author": null
}
],
"last_merged_pr_at": "2026-07-26T15:53:42Z",
"ci_last_conclusion": "SUCCESS",
"oldest_open_issues": [
{
"number": 30,
"created_at": "2017-06-01T13:45:08Z",
"last_comment_at": "2024-06-22T14:50:48Z",
"last_comment_author": "CryZe"
},
{
"number": 39,
"created_at": "2017-06-01T13:48:43Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 42,
"created_at": "2017-06-01T13:54:03Z",
"last_comment_at": "2020-02-11T08:25:51Z",
"last_comment_author": "CryZe"
},
{
"number": 57,
"created_at": "2017-07-05T01:20:15Z",
"last_comment_at": "2022-06-03T15:45:29Z",
"last_comment_author": "AkiteruSDA"
},
{
"number": 65,
"created_at": "2017-07-29T22:07:36Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 90,
"created_at": "2017-12-25T17:31:05Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 115,
"created_at": "2018-03-09T18:18:45Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 116,
"created_at": "2018-03-09T18:20:00Z",
"last_comment_at": "2022-12-12T07:36:48Z",
"last_comment_author": "DarkRTA"
},
{
"number": 117,
"created_at": "2018-03-09T18:21:04Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 156,
"created_at": "2018-12-27T23:09:21Z",
"last_comment_at": "2022-12-16T17:46:29Z",
"last_comment_author": "savage13"
},
{
"number": 178,
"created_at": "2019-03-28T07:51:34Z",
"last_comment_at": "2019-07-31T11:03:12Z",
"last_comment_author": "CryZe"
},
{
"number": 192,
"created_at": "2019-04-23T09:11:55Z",
"last_comment_at": "2020-02-13T08:45:15Z",
"last_comment_author": "CryZe"
},
{
"number": 196,
"created_at": "2019-05-03T15:55:11Z",
"last_comment_at": "2019-05-14T13:54:27Z",
"last_comment_author": "CryZe"
},
{
"number": 198,
"created_at": "2019-05-07T10:26:52Z",
"last_comment_at": "2019-08-26T17:04:14Z",
"last_comment_author": "CryZe"
},
{
"number": 199,
"created_at": "2019-05-14T13:53:46Z",
"last_comment_at": "2019-05-14T14:44:30Z",
"last_comment_author": "CryZe"
},
{
"number": 206,
"created_at": "2019-06-25T16:53:07Z",
"last_comment_at": "2025-01-06T04:47:54Z",
"last_comment_author": "TheTaraStark"
},
{
"number": 207,
"created_at": "2019-06-28T08:15:09Z",
"last_comment_at": "2019-06-28T08:35:30Z",
"last_comment_author": "CryZe"
},
{
"number": 210,
"created_at": "2019-07-03T08:03:51Z",
"last_comment_at": "2019-09-20T08:05:18Z",
"last_comment_author": "CryZe"
},
{
"number": 225,
"created_at": "2019-07-31T11:02:25Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 250,
"created_at": "2019-10-06T11:40:02Z",
"last_comment_at": "2019-10-06T18:33:23Z",
"last_comment_author": "Eein"
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/LiveSplit/livesplit-core",
"host": "github.com",
"name": "livesplit-core",
"owner": "LiveSplit"
},
"metrics": {
"overall": {
"key": "overall",
"band": "good",
"name": "Overall health",
"note": "The weighted overall 60 is calibrated to 65 on the published index scale (record calibration 2026-08-02).",
"notes": [
{
"code": "overall_calibration",
"params": {
"raw": 60,
"calibrated": 65,
"calibration": "2026-08-02"
}
}
],
"value": 65,
"inputs": {
"security": 56,
"vitality": 59,
"community": 55,
"governance": 58,
"calibration": "2026-08-02",
"engineering": 71,
"ai_readiness": 64,
"weighted_overall_raw": 60
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 59,
"weight": 0.21,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 71,
"inputs": {
"commits_last_year": 42,
"human_commit_share": 0.99,
"days_since_last_push": 3,
"active_weeks_last_year": 15
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 3 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 3
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "15/52 weeks with commits",
"points": 10.4,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 15
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "42 commits in the last year",
"points": 14.7,
"status": "partial",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 42
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "15 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "weak",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"releases_count": 20,
"latest_release_tag": "v0.13.0",
"releases_from_tags": false,
"days_since_latest_release": 1309,
"mean_days_between_releases": 226.9
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "20 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 20
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 1309 days ago",
"points": 0,
"status": "missed",
"details": [
{
"code": "release_recency",
"params": {
"days": 1309
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~226.9 days",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 226.9
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "exceptional",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 7,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 7 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 7
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 55,
"weight": 0.17,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 58,
"inputs": {
"forks": 76,
"stars": 228,
"watchers": 7,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "228 stars",
"points": 38.2,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 228
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "76 forks",
"points": 15.6,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 76
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "7 watchers",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 7
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "good",
"name": "Community health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"has_readme": true,
"has_license": true,
"readme_badges": null,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": true,
"readme_badge_services": [],
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"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": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "weak",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 38,
"inputs": {
"packages": [
"livesplit-core"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 32966,
"monthly_downloads": 195
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "195 downloads/month across crates",
"points": 30.6,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 195,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "moderate",
"name": "Sustainability & Governance",
"value": 58,
"weight": 0.23,
"metrics": [
{
"key": "maintainer_resilience",
"band": "weak",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 30,
"top_contributor_share": 0.859
},
"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 86% of commits",
"points": 3.2,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 86
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "30 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 30
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 4 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Newcomer PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"newcomer_pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 64,
"inputs": {
"merged_prs": 444,
"open_issues": 73,
"closed_issues": 221,
"prs_merged_7d": null,
"prs_decided_7d": null,
"prs_merged_30d": null,
"prs_decided_30d": null,
"issue_closed_ratio": 0.752,
"closed_unmerged_prs": 184,
"first_time_authors_30d": null,
"first_time_prs_merged_30d": null,
"first_time_prs_decided_30d": null
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "75% of issues closed",
"points": 31.6,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 75
}
}
],
"max_points": 42
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "444/628 decided PRs merged",
"points": 21.2,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 444,
"decided": 628
}
}
],
"max_points": 30
},
{
"key": "newcomer_pr_acceptance",
"name": "Newcomer PR acceptance",
"detail": "no first-time contributor's PR decided in 30d",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_newcomer_prs",
"params": {
"days": 30
}
}
],
"max_points": 13
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 4/19 approved changesets -- score normalized to 2",
"points": 3,
"status": "partial",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"followers": 101,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "LiveSplit",
"public_repos": 54,
"account_age_days": 4389
},
"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": "101 followers of LiveSplit",
"points": 14.4,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 101,
"login": "LiveSplit"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "54 public repos, account ~12 yr old",
"points": 24.7,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 54
}
},
{
"code": "account_age_years",
"params": {
"years": 12
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "good",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"packages": [
"livesplit-core"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 1309
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 1309 days ago",
"points": 4,
"status": "partial",
"details": [
{
"code": "publish_recency",
"params": {
"days": 1309
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "16 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 16
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 71,
"weight": 0.19,
"metrics": [
{
"key": "engineering_practices",
"band": "good",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [
"speedrunning",
"timer",
"speedrun",
"livesplit",
"rust",
"javascript",
"library",
"c",
"ruby",
"csharp",
"java",
"android",
"speedrun-timer",
"ios",
"hacktoberfest"
],
"has_wiki": true,
"homepage": "https://livesplit.org/",
"has_readme": true,
"has_docs_dir": false,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://livesplit.org/",
"points": 15,
"status": "met",
"details": [],
"max_points": 15
},
{
"key": "repository_description",
"name": "Repository description",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "topics",
"name": "Topics",
"detail": "15 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 15
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 56,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "weak",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): Branch-Protection, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"branch_protection",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 45,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 4.5
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "internal error: error during branchesHandler.setup: internal error: some github tokens can't read classic branch protection rules: https://github.com/ossf/scorecard-action/blob/main/docs/authentication/fine-grained-auth-token.md",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "20 out of 20 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 4/19 approved changesets -- score normalized to 2",
"points": 1.5,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 4 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": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "15 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "Project has not signed or included provenance with any releases.",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "10 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "exceptional",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 22 resolved dependencies against OSV; 60 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 22
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 60
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 10,
"affected_packages": 3,
"assessed_packages": 22,
"unassessed_packages": 60,
"affected_by_severity": "high 3",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "exceptional",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 22,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "exceptional",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"commit_weight_rule": {
"min_commits": 50,
"min_commit_share": 0.1
},
"review_only_matches": 0,
"below_threshold_exposures": [],
"assessed_self_published_locations": 7
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 64,
"weight": 0.04,
"metrics": [
{
"key": "ai_agent_context",
"band": "weak",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.879,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "87 of 99 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 87,
"sampled": 99
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "good",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 69,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"capi/js/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"capi/js/tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"capi/Cargo.toml",
"capi/bind_gen/Cargo.toml",
"crates/livesplit-auto-splitting/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/create-file/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/empty/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/env/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/infinite-loop/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/proc-exit/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/random/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/segfault/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/sleep/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/stdout/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/threads/Cargo.toml",
"crates/livesplit-auto-splitting/tests/test-cases/time/Cargo.toml",
"crates/livesplit-hotkey/Cargo.toml",
"crates/livesplit-title-abbreviations/Cargo.toml"
],
"dependency_bot_commit_share": 0.01
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "capi/js/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "capi/js/Makefile"
}
}
],
"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": "capi/js/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "capi/js/tsconfig.json"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "1 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 1,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "exceptional",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 68950,
"source_files_sampled": 413,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/413 source files over 60KB",
"points": 54.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 413,
"oversized": 2
}
}
],
"max_points": 55
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? Carries a deliberately small weight: agent tooling is a real maintenance signal, but its absence must never gate the top of the scale (calibration saturates at raw 91, so 100/100 remains reachable with AI Readiness at zero)."
}
],
"classification": {
"labels": [
"library"
],
"scores": {
"library": 10
},
"primary": "library",
"evidence": [
{
"tier": "distribution",
"label": "library",
"source": "registry:crates",
"weight": 6
},
{
"tier": "description",
"label": "library",
"source": "description:library",
"weight": 2
},
{
"tier": "tags",
"label": "library",
"source": "tag:library",
"weight": 2
}
],
"artifacts": [],
"confidence": "medium",
"host_extension": false,
"runs_as_process": false,
"consumed_by_code": true
},
"metrics_version": "2.3.1"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch crates package 'livesplit-core-capi' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-31T06:20:08.834226Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/l/LiveSplit/livesplit-core.svg",
"full_name": "LiveSplit/livesplit-core",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}