Звіт у форматі JSON машиночитний
{
"data": {
"repo": {
"topics": [
"cooklang"
],
"is_fork": false,
"size_kb": 11733,
"has_wiki": true,
"homepage": "https://cooklang.github.io/cooklang-rs/",
"languages": {
"CSS": 1684,
"HTML": 3019,
"Rust": 614908,
"Shell": 5265,
"Swift": 118872,
"Python": 1522,
"Cooklang": 8316,
"JavaScript": 1154,
"TypeScript": 34831
},
"pushed_at": "2026-07-11T21:24:31Z",
"created_at": "2023-05-17T15:34:29Z",
"owner_type": "Organization",
"updated_at": "2026-07-19T18:43:08Z",
"description": "Canonical Cooklang parser in Rust ",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust",
"Swift"
]
},
"owner": {
"blog": "https://cooklang.org",
"name": null,
"type": "Organization",
"login": "cooklang",
"company": null,
"location": null,
"followers": 559,
"avatar_url": "https://avatars.githubusercontent.com/u/77641416?v=4",
"created_at": "2021-01-18T19:59:27Z",
"is_verified": null,
"public_repos": 34,
"account_age_days": 2011
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.18.7",
"kind": "patch",
"published_at": "2026-06-08T17:00:52Z"
},
{
"tag": "v0.18.6",
"kind": "patch",
"published_at": "2026-04-12T19:56:43Z"
},
{
"tag": "v0.18.5",
"kind": "patch",
"published_at": "2026-04-12T19:42:38Z"
},
{
"tag": "v0.18.4",
"kind": "patch",
"published_at": "2026-04-07T20:25:36Z"
},
{
"tag": "v0.18.3",
"kind": "patch",
"published_at": "2026-03-03T15:27:42Z"
},
{
"tag": "v0.18.2",
"kind": "patch",
"published_at": "2026-02-26T16:14:06Z"
},
{
"tag": "v0.18.1",
"kind": "patch",
"published_at": "2026-02-24T15:28:58Z"
},
{
"tag": "v0.18.0",
"kind": "minor",
"published_at": "2026-02-24T12:20:50Z"
},
{
"tag": "v0.17.14",
"kind": "patch",
"published_at": "2026-01-23T06:32:41Z"
},
{
"tag": "v0.17.13",
"kind": "patch",
"published_at": "2026-01-21T20:08:57Z"
},
{
"tag": "v0.17.12",
"kind": "patch",
"published_at": "2026-01-15T17:47:46Z"
},
{
"tag": "v0.17.11",
"kind": "patch",
"published_at": "2025-12-22T20:36:09Z"
},
{
"tag": "v0.17.3",
"kind": "patch",
"published_at": "2025-12-05T17:35:01Z"
},
{
"tag": "v0.17.2",
"kind": "patch",
"published_at": "2025-11-19T19:50:49Z"
},
{
"tag": "v0.17.0",
"kind": "minor",
"published_at": "2025-08-19T16:21:28Z"
},
{
"tag": "v0.16.4",
"kind": "patch",
"published_at": "2025-08-01T14:52:05Z"
},
{
"tag": "v0.16.2",
"kind": "patch",
"published_at": "2025-07-01T11:14:32Z"
},
{
"tag": "v0.16.0",
"kind": "minor",
"published_at": "2025-03-27T19:04:10Z"
},
{
"tag": "v0.15.0",
"kind": "minor",
"published_at": "2025-01-14T16:00:31Z"
},
{
"tag": "v0.14.0",
"kind": "minor",
"published_at": "2024-12-11T11:51:42Z"
},
{
"tag": "v0.13.3",
"kind": "patch",
"published_at": "2024-10-28T09:56:16Z"
}
],
"recent_commits": [
{
"oid": "94540020fe54c96fc7eb0370b66c6d36d54256b6",
"body": null,
"is_bot": false,
"headline": "Merge pull request #99 from cooklang/feat/improve-find-inline-quantity",
"author_name": "Alex Dubowski",
"author_login": "dubadub",
"committed_at": "2026-07-11T21:24:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e5109dd3d4034747dba7cdbcb58860061cda90bf",
"body": "…om unit",
"is_bot": false,
"headline": "improve find_inline_quantity by trimming non alphabetic characters fr…",
"author_name": "Francisco J. Sanchez",
"author_login": "Zheoni",
"committed_at": "2026-07-11T15:35:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a05061db31fbbdb2ce4af6a96502fc3ff86c65d",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.18.7",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-06-08T16:59:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e36645d76ac30654a708511a906dcc36bd607f4a",
"body": "The build-ios job has its own inline xcframework build (not build-swift.sh)\nand only built iOS slices. Mirror build-swift.sh by also building the\naarch64/x86_64-apple-darwin targets and assembling a fat macOS slice into\nCooklangParserFFI.xcframework.",
"is_bot": false,
"headline": "ci(release): add macOS slice to published xcframework",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-06-08T16:52:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dd866b7f0e56baaa33bc8263e31e52bc3935cf4d",
"body": "release",
"is_bot": false,
"headline": "Merge pull request #96 from cooklang/feat/macos-xcframework-slices",
"author_name": "Alex Dubowski",
"author_login": "dubadub",
"committed_at": "2026-06-08T16:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bcbafc5f3a0beeafb925983a849f2bd5be9bde4b",
"body": null,
"is_bot": false,
"headline": "release",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-06-08T16:47:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6c0cb5c4b6194bc14ce7a1a961bc523d32f33aef",
"body": "Feat/macos xcframework slices",
"is_bot": false,
"headline": "Merge pull request #95 from cooklang/feat/macos-xcframework-slices",
"author_name": "Alex Dubowski",
"author_login": "dubadub",
"committed_at": "2026-06-08T16:45:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7b1a1c2c2b96c5b954b30443bab0b0a3e870e8da",
"body": null,
"is_bot": false,
"headline": "fix(swift): drop inert iOS MinimumOSVersion from macOS framework slice",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-06-08T10:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d798fc89a470adce47bb5d9454176319ba2cd1c2",
"body": "Build aarch64/x86_64-apple-darwin targets and add a universal macOS\nframework slice to CooklangParserFFI.xcframework so desktop consumers\n(e.g. a macOS Quick Look extension) can link CooklangParser.\n\n- build-swift.sh: build darwin targets in the main loop (so uniffi\n bindgen finds the host-arch library) and lipo a fat arm64+x86_64\n macOS binary into a new macos framework slice; add it to\n xcodebuild -create-xcframework.\n- Package.swift: add .macOS(.v12) platform alongside .iOS(.v15).",
"is_bot": false,
"headline": "feat(swift): add macOS universal slices to xcframework",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-06-08T10:32:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c6784031c04027992225313c203fc0861a81d8f",
"body": "Node 20 ships npm 10.x, but npm 11.5.1+ is required to perform OIDC\ntrusted publishing. Without it, 'npm publish' falls back to the\ntoken-auth flow with no token, and npm's registry returns 404 on PUT\n(it hides package existence from unauthenticated callers), producing\nthe misleading 'Not found' error we saw on @cooklang/cooklang.",
"is_bot": false,
"headline": "ci: upgrade npm before publishing for OIDC trusted publishing support",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-04-12T20:13:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "40df5fbb6ede2f228dba2a463fb4ca5f13afa60b",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.18.6",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-12T19:56:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "00f4522ee0aa9e8c5ef8cb27716a44ee2f192384",
"body": "v0.18.5 release partially succeeded (GitHub release, crates.io, Swift\nPackage.swift update) but the npm and Android→GH Packages publish jobs\nfailed. The Kotlin bindings issues are fixed on main, so retry as 0.18.6.\n\nAdditionally, typescript/package.json previously carried a hardcoded\n\"0.18.0\" that t\n[…]\nworkflow never updated, so every run would\nhave attempted to publish the wrong version. Add a \"Sync package.json\nversion\" step that runs npm version with the dispatch input before\nbuilding/publishing.",
"is_bot": false,
"headline": "release: bump to 0.18.6 and sync npm package version in release workflow",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-04-12T19:54:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "46f7b58ba9312485d15bcc1449288439ee4134c1",
"body": "…on clash\n\nUniFFI maps Error enums to subclasses of kotlin.Exception, which already\nhas a 'message: String?' property. A variant field named 'message' was\ngenerated as a conflicting declaration, causing Kotlin compilation to\nfail during Android packaging.\n\nRename the field to 'reason' so UniFFI generates a proper override of\nException.message as a getter.",
"is_bot": false,
"headline": "fix(bindings): rename ShoppingListError field to avoid Kotlin Excepti…",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-04-12T19:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7e55b4563467dce2a8363eb2d0baae9748c92b7",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.18.5",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-12T19:41:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f36abafe864eab97d025c009149571809d86b7f1",
"body": "UniFFI 0.28 rejects plain String error types during binding generation,\ncausing release workflow to fail with \"unknown throw type: Some(String)\"\non both Android (Kotlin) and iOS (Swift) jobs.\n\nIntroduce a ShoppingListError enum (Parse/Serialize variants) derived\nwith thiserror::Error and uniffi::Error, and update the three exported\nshopping list functions to return it.",
"is_bot": false,
"headline": "fix(bindings): replace Result<_, String> with typed ShoppingListError",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-04-12T19:39:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e85c03bbaef9ea6625c8ae42c67de7ff8d554ad",
"body": null,
"is_bot": false,
"headline": "release",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-04-12T19:26:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "aa0ea3749c0df1504c23f9399f4d2b78be75dc49",
"body": "feat: shopping list checked file support and comment syntax update",
"is_bot": false,
"headline": "Merge pull request #93 from cooklang/feat/shopping-list-checked-support",
"author_name": "Alex Dubowski",
"author_login": "dubadub",
"committed_at": "2026-04-12T19:24:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93fb44d67385538b10de69ad80a03df4d83646dd",
"body": null,
"is_bot": false,
"headline": "test(bindings): update compact_shopping_checked for name-based API",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-04-12T19:04:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a158fb78c5c0dc3ff10b04434e63c6f70ccf6293",
"body": "Previously `compact_checked(entries, &ShoppingList)` walked the list\nlooking for `Ingredient` items. That works only if the caller's list\nis fully expanded — callers that persist shopping lists as recipe\n*references* (the on-disk `.shopping-list` format, CookCLI, UniFFI\nclients) always got an empty \n[…]\n\nresponsibility back to the layer that has parser context. Makes\n`collect_ingredient_names` public for callers whose lists happen to\ncontain `Ingredient` items directly. FFI wrapper takes `&[String]`.",
"is_bot": false,
"headline": "refactor(shopping_list): compact_checked takes ingredient names",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-04-12T19:00:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "71c5d566db6e9fea84d6c6cf283f1cce8b23775c",
"body": "- Backtick `IndexMap`, `BTreeMap`, `IngredientList` in doc comments.\n- Replace `or_insert_with(Vec::new)` with `or_default()` in pantry index.\n- Use `contains_key` instead of `get(...).is_some()` in aisle tests.\n- Explicit `'_` lifetime on `Vec<Event<'_>>` in parser test helpers.\n- Normalize `PantryItem::WithAttributes` with no attributes back to\n `Simple` on parse so write→parse roundtrips preserve the variant.",
"is_bot": false,
"headline": "chore: fix clippy warnings across crate",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-04-12T17:00:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "240cd74f08900d873086f46919b4bba4614e0e9f",
"body": "- Return ShoppingListError::Parse for unterminated block comments instead\n of silently swallowing everything after `[-`.\n- Replace stripped block comments with a single space so adjacent tokens\n don't get glued together (`foo[-x-]bar` -> `foo bar`).\n- Normalize whitespace in ingredient/recipe name\n[…]\nping behavior.\n- Simplify the compact_checked() sort closure.\n- Sort shopping_checked_set's Vec<String> for deterministic FFI output.\n- Fix typo in bindings/Cargo.toml keywords (\"unuffi\" -> \"uniffi\").",
"is_bot": false,
"headline": "fix(shopping_list): address review feedback on PR #93",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-04-12T16:48:42Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "21ea32c0186570eabeaa411df74c92e785247348",
"body": "…ecked-support",
"is_bot": false,
"headline": "Merge remote-tracking branch 'origin/main' into feat/shopping-list-ch…",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-04-12T10:03:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9e229286b04f9b115454b9db1d97e9e01de2821",
"body": "…8091559\n\nAdd Claude Code GitHub Workflow",
"is_bot": false,
"headline": "Merge pull request #94 from cooklang/add-claude-github-actions-177598…",
"author_name": "Alex Dubowski",
"author_login": "dubadub",
"committed_at": "2026-04-12T10:01:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "64f7e990d2d6915684895191d0c3fa9e976fe504",
"body": null,
"is_bot": false,
"headline": "\"Claude Code Review workflow\"",
"author_name": "Alex Dubowski",
"author_login": "dubadub",
"committed_at": "2026-04-12T10:01:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94cfbf3fba4440f3a1faa818b391e10b94e28ee7",
"body": null,
"is_bot": false,
"headline": "\"Claude PR Assistant workflow\"",
"author_name": "Alex Dubowski",
"author_login": "dubadub",
"committed_at": "2026-04-12T10:01:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e74d794698267ad78ecb1fcd9e81e511419c07e0",
"body": "Exposes the shopping_list parse/write APIs and the checked-log state\ntracking to iOS and Android via UniFFI, so mobile apps can use the\nsame .shopping-list and .shopping-checked file formats as CookCLI.",
"is_bot": false,
"headline": "feat(bindings): add shopping list UniFFI bindings for mobile apps",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-04-12T09:54:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "275329b8426a4efb39d55ea148fddb55dfc448d9",
"body": "… lists\n\nImplements `.shopping-checked` append-only log support per proposal 0016:\n- Parse/write `+ name` (checked) and `- name` (unchecked) entries\n- Case-insensitive matching with last-entry-wins semantics\n- Compaction against current shopping list to remove stale entries\n- Change comment syntax from `//` to `--` for line/inline comments\n- Add `[- ... -]` block comment support",
"is_bot": false,
"headline": "feat: add checked file support and update comment syntax for shopping…",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-04-10T18:59:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f11d6a91570d07bb56e0d6ebb71de86cd1fb6a7",
"body": null,
"is_bot": false,
"headline": "release",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-04-07T20:26:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "73625ecb5939d3f9cfb7ba058527dfd821ad826b",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.18.4",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-04-07T20:24:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d12d03cc00189c3d4541f38f6084f869b87c09d2",
"body": "- Switch PantryConf.sections from BTreeMap to IndexMap to preserve\n file order through parse-modify-write cycles.\n- Enable toml's preserve_order feature so item order within sections\n is preserved too.\n- Replace toml::to_string_pretty with toml_edit-based serialization\n in the public to_toml_string() / write() functions. This properly\n handles non-ASCII keys, uses inline tables for item attributes,\n and correctly serializes general (top-level) items.",
"is_bot": false,
"headline": "fix: use IndexMap and toml_edit for pantry serialization",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-04-07T20:11:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc0e3d387120aa20076505da9d9632a0247c518c",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.18.3",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-03T15:27:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "61cac0dd33e52cee0e1db56aa7c59b0e31960703",
"body": "The release profile has strip=true which removes symbol metadata that\nuniffi-bindgen needs to generate Kotlin bindings. Build a debug host\nlibrary (without stripping) specifically for bindings generation.\nThe stripped release builds are still used for the actual AAR.",
"is_bot": false,
"headline": "fix: use non-stripped host library for uniffi-bindgen",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-03-03T15:25:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b096be48d61a6539b2293136f01f46ac2d26d13b",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.18.3",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-03-03T15:23:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "326473fa36fd673f21a814b54213a2759ac810f8",
"body": "Fix empty classes.jar in published Android AAR by:\n- Use cp -r instead of find -exec cp to preserve directory structure\n when copying generated Kotlin bindings\n- Add missing androidx.core:core-ktx dependency (needed for\n @RequiresApi in uniffi-generated code)\n- Add verification steps that fail early if Kotlin bindings are\n missing at each stage of the pipeline",
"is_bot": false,
"headline": "fix: Android AAR packaging and bump to 0.18.3",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-03-03T15:21:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4613601b9a9e42f25fcf352a1b791760472877fe",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:cooklang/cooklang-rs",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-26T16:14:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1f67bc07832725472dca8c463728020189b66681",
"body": null,
"is_bot": false,
"headline": "fix: cargo",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-26T16:14:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f6087b69d2b5dc219c9226a645416df47f4956eb",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.18.2",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-02-26T16:13:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1daa451ced6f6539973cf8e85a7aaa4a5c34f908",
"body": null,
"is_bot": false,
"headline": "release: 0.18.2",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-26T16:08:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "db150ff53c49c05edfeb90641eb9a195546887de",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:cooklang/cooklang-rs",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-26T16:06:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a1c1c1d148a0030e201a7cf665308697a1acb18",
"body": null,
"is_bot": false,
"headline": "style: fix clippy doc_markdown lint in ingredient_sort_key",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-26T13:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8b9d3481fbbdce8dea6bb37a4d8609c7c321eea5",
"body": null,
"is_bot": false,
"headline": "feat: add ingredient_sort_key method to AisleConf",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-26T13:48:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "709d1fa135b4223f4a7616e8feba5696b8c77e67",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.18.1",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-02-24T15:28:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e055c87c2b8b572e16536c442888f131532c33ab",
"body": "- Expose categories() method on AisleConf\n- Rename package from cooklang-rs to CooklangParser",
"is_bot": false,
"headline": "release: 0.18.1",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-24T15:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4cef823c2df5260b1bdb4647fca882d2cc6837dd",
"body": null,
"is_bot": false,
"headline": "refactor: rename package from cooklang-rs to CooklangParser",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-24T15:21:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dfc370ac7132840215cf3f7513a088995a55ff4f",
"body": "Allows Swift bindings to access the ordered list of aisle categories\nas they appear in the configuration file.",
"is_bot": false,
"headline": "feat: expose categories() method on AisleConf",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-24T15:18:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f5dd00e30027745795252755e8c2da38a4407f8e",
"body": null,
"is_bot": false,
"headline": "fix: lock file",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-24T12:25:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "34404b5b1623e1c00ae09953b027dbf58da0cde2",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.18.0",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-02-24T12:19:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "173ad04ab0361ea5894fd6f271a582cb3510ba73",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.18.0",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-24T12:16:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e4882e6fb910f23ce1a73f1f43a0642a70fa250c",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:cooklang/cooklang-rs",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-24T11:40:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3f66190f72f065529f8db2ee37131e938a99c8dc",
"body": "feat(bindings): add use_common_names for ingredient list normalization",
"is_bot": false,
"headline": "Merge pull request #91 from cooklang/feat/bindings-use-common-names",
"author_name": "Alex Dubowski",
"author_login": "dubadub",
"committed_at": "2026-02-24T11:37:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "242ddaef2312383a890c3e6a3b0229a52928aff0",
"body": "Expose common name resolution from aisle configuration in the bindings,\nallowing consumers to replace ingredient aliases (e.g. \"apples\") with\ntheir canonical common names (e.g. \"apple gala\") after combining.",
"is_bot": false,
"headline": "feat(bindings): add use_common_names for ingredient list normalization",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-24T11:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "37319df0ce4ce4dc1e6fde781516ac0fc3df5afd",
"body": null,
"is_bot": false,
"headline": "Merge branch 'main' of github.com:cooklang/cooklang-rs",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-24T10:41:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "101f62b424b326a567a1fae72be8f0ed9f7c1f3b",
"body": "…order\n\nfeat(aisle): case-insensitive matching and preserve config order",
"is_bot": false,
"headline": "Merge pull request #88 from cooklang/feat/aisle-case-insensitive-and-…",
"author_name": "Alex Dubowski",
"author_login": "dubadub",
"committed_at": "2026-02-23T15:05:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8094e2a1ed064d45223ae958ba56ab4edbe3a7b",
"body": "The previous test used alphabetical order in aisle.conf, which meant\nthe test would pass even without the ordering fix. Now uses reversed\norder (zucchini, banana, carrot, apple) so the test actually verifies\nthat aisle.conf order is preserved.",
"is_bot": false,
"headline": "test(aisle): use non-alphabetical order to properly test ordering",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-21T09:13:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ed8f1710f1cef2110eef069fd1a759e789b49642",
"body": null,
"is_bot": false,
"headline": "feat: add RichError impl and error tests for shopping list",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-05T20:06:44Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8497fe2449b5efb3a808b72877b4a851c289e36",
"body": null,
"is_bot": false,
"headline": "feat: implement shopping list write() serializer with round-trip tests",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-05T20:05:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "87b3b4e8d7613641654a15f5e1ebf8bdacb6f4c9",
"body": null,
"is_bot": false,
"headline": "test: add nested and complex parsing tests for shopping list",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-05T20:04:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2452ae073b1a4abd7e386f7c01d3e847c4787c89",
"body": null,
"is_bot": false,
"headline": "feat: add shopping_list module with parse() and basic tests",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-05T20:03:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ece701e6d63f1be4141fc2474c68060eda02ff2",
"body": "Fixes mismatched_lifetime_syntaxes warnings by adding '_ to Cow return types.",
"is_bot": false,
"headline": "fix: add explicit lifetime annotations to satisfy clippy",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-05T19:22:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c66e7a39e577b75c1c361ec1a725079a43077526",
"body": null,
"is_bot": false,
"headline": "ci: use npm install to fix optional dependency issue",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-05T17:29:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "95dcf1521bfc9963292d29637c0d34b7230303cf",
"body": "Ingredients within each category now appear in the same order as they\nare listed in the aisle.conf file, not alphabetically.\n\nChanged IngredientList from BTreeMap to IndexMap and rewrote\ncategorize() to iterate through aisle.conf ingredients in order.",
"is_bot": false,
"headline": "feat(aisle): preserve ingredient order within categories",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-05T17:27:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d76c54884a405db78d2351bbb70417a5eaf9955c",
"body": "Use --install-strategy=nested to avoid npm hoisting issues with\nplatform-specific optional dependencies (rollup required by vitest).\n\nSee: https://github.com/npm/cli/issues/4828",
"is_bot": false,
"headline": "ci: fix npm optional dependency issue in typescript tests",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-05T17:18:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a15b276e412936a312575bb346d946f2249ae06d",
"body": "- Make ingredient matching case-insensitive so \"Chili flakes\" matches\n \"chili flakes\" in aisle.conf (consistent with pantry behavior)\n- Preserve aisle.conf category order in shopping lists instead of\n sorting alphabetically\n- Add indexmap dependency for insertion-order preservation\n- Add tests for both behaviors",
"is_bot": false,
"headline": "feat(aisle): case-insensitive matching and preserve config order",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-02-05T17:06:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "600c2cd3b5dbce1b482888fbb18aa9cf605a578b",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.17.14",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-23T06:32:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cc06d43c45fe1a20a810a2279c0ed1a243ea55ca",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.17.14",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-01-23T06:28:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ccf53a82a88572eb81c543d9f0151d382470d366",
"body": "The release pipeline was generating the Swift bindings via uniffi-bindgen\nbut never committing the updated CooklangParser.swift wrapper to the repo.\nThis caused a mismatch between the compiled xcframework binary and the\nSwift wrapper, resulting in unexpectedOptionalTag errors at runtime.",
"is_bot": false,
"headline": "ci: include Swift wrapper in release pipeline",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-01-23T06:27:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4ab40e12d6373d4118f0ed377bcafd37f8522a64",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.17.13",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-21T20:08:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3604e1dc13c99b7130c41bf3a8f776817a2b9264",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.17.13",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-01-21T20:05:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12bfc73b712790d55981fd3586ff23d161192d65",
"body": "Add RecipeReference struct to bindings with name and components fields,\nallowing consumers to access recipe dependencies when an ingredient\nreferences another recipe file (e.g., @./pasta/spaghetti).",
"is_bot": false,
"headline": "feat(bindings): expose recipe reference fields for ingredients",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-01-21T20:01:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3311c51c7d765a4533b0c9ede75defc61533061f",
"body": "Add missing id-token permission for crates.io trusted publishing and --provenance flag for npm trusted publishing.",
"is_bot": false,
"headline": "ci: fix trusted publishing permissions for Rust and npm",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-01-18T20:34:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1d8ce4f900a59b0b83dc325b326338f5c98aa1a3",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.17.12",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2026-01-15T17:47:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b9d7156378fc10f0e5af78a24a6f17d2f2748eee",
"body": "Restructured release workflow to fix race condition where SPM would\nfetch old Package.swift because tag was created before checksum update.\n\nChanges:\n- Changed trigger from tag push to workflow_dispatch with version input\n- Added prepare-release job to set version outputs\n- Added separate update-pac\n[…]\n to create-release job (after Package.swift commit)\n- All jobs now checkout ref: main to get latest commits\n\nFlow: prepare-release → build-ios/android → update-package-swift → create-release → publish",
"is_bot": false,
"headline": "fix: create tag after Package.swift update for correct SPM checksum",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2026-01-15T15:21:05Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "4cc08239fc6d2e3c743a2743974ad044b1358f0e",
"body": "ci: start setting up trusted publishing",
"is_bot": false,
"headline": "Merge pull request #87 from tomodachi94/ci-trusted-publishing",
"author_name": "Alex Dubowski",
"author_login": "dubadub",
"committed_at": "2026-01-11T06:10:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7efb7e9251e90a5cd3c8c41651fe375e63fb0f1",
"body": "> This approach eliminates the security risks associated with long-lived write tokens, which can be compromised, accidentally exposed in logs, or require manual rotation. (npmjs.com)\n\nYou will need to configure this on crates.io:\nhttps://crates.io/docs/trusted-publishing",
"is_bot": false,
"headline": "ci: enable trusted publishing for crates.io",
"author_name": "Tomodachi94",
"author_login": "tomodachi94",
"committed_at": "2026-01-11T00:50:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1a0aa63e7dbf7411461a383ee23c81e1818ed312",
"body": "> This approach eliminates the security risks associated with long-lived write tokens, which can be compromised, accidentally exposed in logs, or require manual rotation. (npmjs.com)\n\nYou will need to configure this on npmjs.com:\nhttps://docs.npmjs.com/trusted-publishers#for-github-actions",
"is_bot": false,
"headline": "ci: enable trusted publishing for npm",
"author_name": "Tomodachi94",
"author_login": "tomodachi94",
"committed_at": "2026-01-11T00:44:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35edb5f9a898a90588670dfcd60bd79b55e91237",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.17.11",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-22T20:35:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "807db4a77852bd3a5e3f74af8cece2bba2b5ee2d",
"body": null,
"is_bot": false,
"headline": "fix: Package.swift URL regex and bump to 0.17.11",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2025-12-22T20:34:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "91f91927ed5264bfb8484c94b7d6c7615f333cf4",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.17.10",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-22T20:25:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a7288fef3defe62ceffb0ae970634851614500a",
"body": null,
"is_bot": false,
"headline": "chore: bump to 0.17.10",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2025-12-22T20:24:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4a812778ebd6ae61622e08a5cd80fb5ceeb9d60e",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for refs/heads/main",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-22T20:22:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03e72b3bfadd455aa027c5281071d1fc0941a9dc",
"body": null,
"is_bot": false,
"headline": "fix: update Package.swift during build-ios before release",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2025-12-22T19:53:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b7b6c154a965e8fe25ea9c2780be593c93cfae73",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.17.9",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-22T17:42:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "464464ec3124a46ba67a833568b6e5502d9d46cb",
"body": null,
"is_bot": false,
"headline": "fix: publish Android to org.cooklang:parser, bump to 0.17.9",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2025-12-22T17:39:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de19caf84b6c5db9b0efe2683b1115898c57785f",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.17.8",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-22T07:17:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ffdf9aea37860ab622d698ecebd504d5320da156",
"body": null,
"is_bot": false,
"headline": "fix: use iOS target for Swift bindings generation, bump to 0.17.8",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2025-12-22T07:12:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9517f749dc79508d973af862682a4617475cc284",
"body": "The release.yml had its own build logic that wasn't updated.\nNow iOS-only: arm64 device + arm64 simulator (Apple Silicon).",
"is_bot": false,
"headline": "fix: update release workflow to remove macOS, bump to 0.17.7",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2025-12-22T07:03:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b71d788d5783ec578e48150e1d6aba5dab83bdc6",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.17.6",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-22T07:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "948444402063a78981110bc9347d1380a8f21f58",
"body": "- Remove macOS targets from build script (aarch64-apple-darwin, x86_64-apple-darwin)\n- Remove macOS platform from Package.swift\n- XCFramework now iOS-only (device + simulator)",
"is_bot": false,
"headline": "chore: remove macOS support from Swift package, bump to 0.17.6",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2025-12-22T06:56:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1cc7e258b3d3d02d8ecc26c6d47a5f8684352f1c",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.17.5",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-22T06:49:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbe4f0421b8ee76ca77d9797a3a00b09e0e4ad64",
"body": "- Add release profile with strip and codegen-units=1\n- Remove unused clap_derive dependency\n- Remove x86_64-apple-ios target (Intel Mac simulator)",
"is_bot": false,
"headline": "chore: optimize binary size and bump to 0.17.5",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2025-12-22T06:45:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9fb80b37de1660ac9d9b6b6b1809ad6d8a5ffb41",
"body": null,
"is_bot": true,
"headline": "Update Package.swift for v0.17.4",
"author_name": "github-actions[bot]",
"author_login": "github-actions[bot]",
"committed_at": "2025-12-10T20:45:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1c69c36321a843803630e84edba28bd51d0bff9d",
"body": null,
"is_bot": false,
"headline": "chore: bump version to 0.17.4",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2025-12-10T20:37:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "518a77109460d0cfdd62b04173b4e77c2c3ad806",
"body": "Common names in ingredient list",
"is_bot": false,
"headline": "Merge pull request #83 from mawo66/fix/ingredient-list-with-common-names",
"author_name": "Alex Dubowski",
"author_login": "dubadub",
"committed_at": "2025-12-10T20:34:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cf3da0470696287c93fee2d6abe0455410d4a10b",
"body": null,
"is_bot": false,
"headline": "ci: release",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2025-12-10T20:30:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e97a4b47c430de0ff8e2add688d896ef3d5fcd2",
"body": "…ames from aisle configuration",
"is_bot": false,
"headline": "feat: add function for ingredient list to replace names with common n…",
"author_name": "Matthias Wolf",
"author_login": "mawo66",
"committed_at": "2025-12-10T17:54:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b86eec65856d03e94112524d04886439d5e42d57",
"body": null,
"is_bot": false,
"headline": "fix: ts package name",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2025-12-05T17:31:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c1b4dbb69953ff92cb930dc6f7bc06fce819ae41",
"body": "fix: path parsing",
"is_bot": false,
"headline": "Merge pull request #81 from mawo66/bugfix/path-parsing",
"author_name": "Alex Dubowski",
"author_login": "dubadub",
"committed_at": "2025-12-05T17:24:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "08277b222be711f6c8321dfe46e6c7e40e89c368",
"body": "… RecipeReference.path() generate a valid relative path",
"is_bot": false,
"headline": "fix: parse_reference() leaves '.' or '..' in components vector to let…",
"author_name": "Matthias Wolf",
"author_login": "mawo66",
"committed_at": "2025-12-05T14:17:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ecf3df7520610e83a26374da4c9d481a2a1d5258",
"body": null,
"is_bot": false,
"headline": "release: publishing ts",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2025-11-23T20:34:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a0e292617aa74704f8de14a2b0bc5ba6438adff",
"body": null,
"is_bot": false,
"headline": "fix: #75 #76",
"author_name": "Alexey Dubovskoy",
"author_login": "dubadub",
"committed_at": "2025-11-19T19:49:52Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 21,
"commits_last_year": 166,
"latest_release_at": "2026-06-08T17:00:52Z",
"latest_release_tag": "v0.18.7",
"releases_from_tags": false,
"days_since_last_push": 11,
"active_weeks_last_year": 26,
"days_since_latest_release": 44,
"mean_days_between_releases": 15.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "cooklang",
"exists": true,
"license": "MIT",
"keywords": [
"recipes",
"cooklang",
"cooking",
"parser-implementations"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/cooklang",
"is_deprecated": false,
"latest_version": "0.18.7",
"repository_url": "https://github.com/cooklang/cooklang-rs",
"versions_count": 53,
"total_downloads": 80458,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2130,
"first_published_at": "2023-05-04T02:19:04.695019Z",
"latest_published_at": "2026-06-08T17:01:00.821651Z",
"latest_version_yanked": false,
"days_since_latest_publish": 44
},
{
"name": "cooklang-bindings",
"exists": true,
"license": "MIT",
"keywords": [
"cooklang",
"unuffi"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/cooklang-bindings",
"is_deprecated": false,
"latest_version": "0.14.1",
"repository_url": "https://github.com/cooklang/cooklang-rs",
"versions_count": 1,
"total_downloads": 925,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 2,
"first_published_at": "2024-12-22T20:30:14.762106Z",
"latest_published_at": "2024-12-22T20:30:14.762106Z",
"latest_version_yanked": false,
"days_since_latest_publish": 577
},
{
"name": "@cooklang/cooklang",
"exists": true,
"license": "MIT",
"keywords": [
"cooklang",
"parser",
"recipe",
"cooking",
"markup",
"wasm",
"rust",
"typescript",
"javascript"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@cooklang/cooklang",
"is_deprecated": false,
"latest_version": "0.18.7",
"repository_url": "https://github.com/cooklang/cooklang-rs",
"versions_count": 2,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 2,
"monthly_downloads": 1695,
"first_published_at": "2025-11-23T20:31:37.977000Z",
"latest_published_at": "2026-06-08T17:03:28.556000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 44
}
]
},
"popularity": {
"forks": 29,
"stars": 119,
"watchers": 6,
"fork_history": {
"days": [
{
"date": "2023-08-06",
"count": 1
},
{
"date": "2023-09-01",
"count": 1
},
{
"date": "2024-01-31",
"count": 1
},
{
"date": "2024-03-21",
"count": 1
},
{
"date": "2024-03-26",
"count": 1
},
{
"date": "2024-09-30",
"count": 1
},
{
"date": "2024-12-19",
"count": 1
},
{
"date": "2025-02-15",
"count": 1
},
{
"date": "2025-03-09",
"count": 1
},
{
"date": "2025-05-28",
"count": 1
},
{
"date": "2025-06-04",
"count": 1
},
{
"date": "2025-06-28",
"count": 1
},
{
"date": "2025-07-05",
"count": 1
},
{
"date": "2025-07-30",
"count": 1
},
{
"date": "2025-08-20",
"count": 1
},
{
"date": "2025-11-10",
"count": 1
},
{
"date": "2025-11-19",
"count": 1
},
{
"date": "2025-12-05",
"count": 1
},
{
"date": "2025-12-11",
"count": 1
},
{
"date": "2025-12-15",
"count": 1
},
{
"date": "2025-12-29",
"count": 1
},
{
"date": "2026-01-19",
"count": 1
},
{
"date": "2026-01-25",
"count": 1
},
{
"date": "2026-02-06",
"count": 1
},
{
"date": "2026-02-16",
"count": 1
},
{
"date": "2026-03-22",
"count": 1
},
{
"date": "2026-03-28",
"count": 1
},
{
"date": "2026-04-10",
"count": 1
},
{
"date": "2026-06-04",
"count": 1
}
],
"complete": true,
"collected": 29,
"total_forks": 29
},
"star_history": null,
"open_issues_and_prs": 21
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [
"playground/tsconfig.json",
"typescript/tsconfig.json"
],
"toolchain_manifests": [
"Cargo.toml",
"bindings/Cargo.toml",
"fuzz/Cargo.toml",
"typescript/Cargo.toml"
],
"largest_source_bytes": 115016,
"source_files_sampled": 66,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"bindings/Cargo.toml",
"fuzz/Cargo.toml",
"package.json",
"playground/package.json",
"typescript/Cargo.toml",
"typescript/package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "rollup",
"direct": false,
"version": "4.41.1",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.1,
"advisory_ids": [
"GHSA-mw96-cpmx-2vgc"
],
"fixed_version": "4.59.0",
"advisory_count": 1,
"oldest_advisory_days": 147
},
{
"name": "vitest",
"direct": false,
"version": "3.2.3",
"severity": "critical",
"ecosystem": "npm",
"cvss_score": 9.8,
"advisory_ids": [
"GHSA-5xrq-8626-4rwp"
],
"fixed_version": "4.1.0",
"advisory_count": 1,
"oldest_advisory_days": 51
},
{
"name": "axios",
"direct": false,
"version": "0.26.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.6,
"advisory_ids": [
"GHSA-3g43-6gmg-66jw",
"GHSA-3p68-rc4w-qgx5",
"GHSA-43fc-jf86-j433",
"GHSA-5c9x-8gcm-mpgx",
"GHSA-62hf-57xw-28j9",
"GHSA-6chq-wfr3-2hj9",
"GHSA-7q8q-rj6j-mhjq",
"GHSA-898c-q2cr-xwhg",
"GHSA-fvcv-3m26-pcqx",
"GHSA-hfxv-24rg-xrqf"
],
"fixed_version": "1.18.0",
"advisory_count": 23,
"oldest_advisory_days": 987
},
{
"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-v6h2-p8h4-qcjw"
],
"fixed_version": "5.0.7",
"advisory_count": 3,
"oldest_advisory_days": 408
},
{
"name": "brace-expansion",
"direct": false,
"version": "4.0.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3jxr-9vmj-r5cp",
"GHSA-f886-m6hf-6m8v"
],
"fixed_version": "5.0.7",
"advisory_count": 2,
"oldest_advisory_days": 118
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-23c5-xmqv-rm74",
"GHSA-3ppc-4f35-3m26",
"GHSA-7r86-cg39-jmmj"
],
"fixed_version": "10.2.3",
"advisory_count": 3,
"oldest_advisory_days": 154
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3v7f-55p6-f55p",
"GHSA-c2c7-rcm5-vvqj"
],
"fixed_version": "4.0.4",
"advisory_count": 2,
"oldest_advisory_days": 119
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.2",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-3v7f-55p6-f55p",
"GHSA-c2c7-rcm5-vvqj"
],
"fixed_version": "4.0.4",
"advisory_count": 2,
"oldest_advisory_days": 119
},
{
"name": "tar",
"direct": false,
"version": "6.2.1",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 8.8,
"advisory_ids": [
"GHSA-23hp-3jrh-7fpw",
"GHSA-34x7-hfp2-rc4v",
"GHSA-83g3-92jg-28cx",
"GHSA-8qq5-rm4j-mr97",
"GHSA-8x88-c5mf-7j5w",
"GHSA-9ppj-qmqm-q256",
"GHSA-gvwx-54wh-qm9j",
"GHSA-qffp-2rhf-9h96",
"GHSA-r6q2-hw4h-h46w",
"GHSA-vmf3-w455-68vh"
],
"fixed_version": "7.5.19",
"advisory_count": 11,
"oldest_advisory_days": 187
},
{
"name": "vite",
"direct": false,
"version": "6.3.5",
"severity": "high",
"ecosystem": "npm",
"cvss_score": 7.5,
"advisory_ids": [
"GHSA-4w7w-66w2-5vf9",
"GHSA-93m4-6634-74q7",
"GHSA-fx2h-pf6j-xcff",
"GHSA-g4jq-h2w9-997c",
"GHSA-jqfw-vq24-v9c3",
"GHSA-p9ff-h696-f583",
"GHSA-v6wh-96g9-6wx3"
],
"fixed_version": "8.0.16",
"advisory_count": 7,
"oldest_advisory_days": 316
},
{
"name": "bytes",
"direct": false,
"version": "1.9.0",
"severity": "moderate",
"ecosystem": "crates",
"cvss_score": 6.2,
"advisory_ids": [
"GHSA-434x-w66g-qw3r",
"RUSTSEC-2026-0007"
],
"fixed_version": "1.11.1",
"advisory_count": 2,
"oldest_advisory_days": 169
},
{
"name": "follow-redirects",
"direct": false,
"version": "1.15.9",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-r4q5-vmmm-2653"
],
"fixed_version": "1.16.0",
"advisory_count": 1,
"oldest_advisory_days": 100
},
{
"name": "git2",
"direct": false,
"version": "0.20.2",
"severity": "moderate",
"ecosystem": "crates",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-j39j-6gw9-jw6h",
"RUSTSEC-2026-0008",
"RUSTSEC-2026-0183",
"RUSTSEC-2026-0184"
],
"fixed_version": "0.21.0",
"advisory_count": 4,
"oldest_advisory_days": 170
},
{
"name": "postcss",
"direct": false,
"version": "8.5.3",
"severity": "moderate",
"ecosystem": "npm",
"cvss_score": 6.1,
"advisory_ids": [
"GHSA-qx2v-qp2m-jg93"
],
"fixed_version": "8.5.10",
"advisory_count": 1,
"oldest_advisory_days": 89
},
{
"name": "anyhow",
"direct": true,
"version": "1.0.95",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2026-0190"
],
"fixed_version": "1.0.103",
"advisory_count": 1,
"oldest_advisory_days": 27
},
{
"name": "bincode",
"direct": false,
"version": "1.3.3",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2025-0141"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 218
},
{
"name": "crossbeam-epoch",
"direct": false,
"version": "0.9.18",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2026-0204"
],
"fixed_version": "0.9.20",
"advisory_count": 1,
"oldest_advisory_days": 16
},
{
"name": "paste",
"direct": false,
"version": "1.0.15",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2024-0436"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 653
},
{
"name": "proc-macro-error",
"direct": false,
"version": "1.0.4",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2024-0370"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 689
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"high": 8,
"unknown": 5,
"critical": 2,
"moderate": 4
},
"advisory_count": 68,
"affected_count": 19,
"assessed_count": 302,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 20,
"direct_affected_count": 1
},
"ecosystems": [
"crates",
"npm"
],
"dependencies": [
{
"name": "bitflags",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "strum",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.26.1"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "enum-map",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "tracing",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1"
},
{
"name": "codesnake",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.1"
},
{
"name": "unicode-width",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "finl_unicode",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.2"
},
{
"name": "smallvec",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "unicase",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.7.0"
},
{
"name": "indexmap",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "yansi",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0.1"
},
{
"name": "serde_yaml",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9.34"
},
{
"name": "toml",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "toml_edit",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.22"
},
{
"name": "tsify",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "wasm-bindgen",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2"
},
{
"name": "anyhow",
"manifest": "bindings/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "cooklang",
"manifest": "bindings/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "bindings/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "uniffi",
"manifest": "bindings/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.28.1"
},
{
"name": "@cooklang/cooklang",
"manifest": "playground/package.json",
"ecosystem": "npm",
"version_constraint": "*"
},
{
"name": "cooklang",
"manifest": "typescript/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "wasm-bindgen",
"manifest": "typescript/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.87"
},
{
"name": "ansi-to-html",
"manifest": "typescript/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.2.1"
},
{
"name": "serde",
"manifest": "typescript/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "typescript/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde-wasm-bindgen",
"manifest": "typescript/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.6"
},
{
"name": "maud",
"manifest": "typescript/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.26.0"
},
{
"name": "tsify",
"manifest": "typescript/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "serde_yaml",
"manifest": "typescript/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9.34"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "ansi-to-html",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "ansi-to-html",
"direct": true,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "anyhow",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "anyhow",
"direct": true,
"version": "1.0.95",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": true,
"version": "2.7.0",
"ecosystem": "crates"
},
{
"name": "codesnake",
"direct": true,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "enum-map",
"direct": true,
"version": "2.7.3",
"ecosystem": "crates"
},
{
"name": "finl_unicode",
"direct": true,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": true,
"version": "2.9.0",
"ecosystem": "crates"
},
{
"name": "maud",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "maud",
"direct": true,
"version": "0.26.0",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": "1.0.217",
"ecosystem": "crates"
},
{
"name": "serde-wasm-bindgen",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde-wasm-bindgen",
"direct": true,
"version": "0.6.5",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": "1.0.140",
"ecosystem": "crates"
},
{
"name": "serde_yaml",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "serde_yaml",
"direct": true,
"version": "0.9.34+deprecated",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": true,
"version": "1.15.0",
"ecosystem": "crates"
},
{
"name": "strum",
"direct": true,
"version": "0.26.3",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "1.0.69",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "2.0.11",
"ecosystem": "crates"
},
{
"name": "toml",
"direct": true,
"version": "0.5.11",
"ecosystem": "crates"
},
{
"name": "toml",
"direct": true,
"version": "0.8.19",
"ecosystem": "crates"
},
{
"name": "toml_edit",
"direct": true,
"version": "0.22.26",
"ecosystem": "crates"
},
{
"name": "tracing",
"direct": true,
"version": "0.1.41",
"ecosystem": "crates"
},
{
"name": "tsify",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "tsify",
"direct": true,
"version": "0.5.5",
"ecosystem": "crates"
},
{
"name": "unicase",
"direct": true,
"version": "2.8.1",
"ecosystem": "crates"
},
{
"name": "unicode-width",
"direct": true,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "uniffi",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "uniffi",
"direct": true,
"version": "0.28.3",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": true,
"version": "0.2.100",
"ecosystem": "crates"
},
{
"name": "yansi",
"direct": true,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "@cooklang/cooklang",
"direct": true,
"version": "*",
"ecosystem": "npm"
},
{
"name": "@cooklang/cooklang",
"direct": true,
"version": "0.17.4",
"ecosystem": "npm"
},
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.3",
"ecosystem": "crates"
},
{
"name": "anes",
"direct": false,
"version": "0.1.6",
"ecosystem": "crates"
},
{
"name": "anstyle",
"direct": false,
"version": "1.0.10",
"ecosystem": "crates"
},
{
"name": "arbitrary",
"direct": false,
"version": "1.4.1",
"ecosystem": "crates"
},
{
"name": "askama",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "askama_derive",
"direct": false,
"version": "0.12.5",
"ecosystem": "crates"
},
{
"name": "askama_escape",
"direct": false,
"version": "0.10.3",
"ecosystem": "crates"
},
{
"name": "askama_parser",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "autocfg",
"direct": false,
"version": "1.4.0",
"ecosystem": "crates"
},
{
"name": "basic-toml",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "bincode",
"direct": false,
"version": "1.3.3",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.16.0",
"ecosystem": "crates"
},
{
"name": "bytes",
"direct": false,
"version": "1.9.0",
"ecosystem": "crates"
},
{
"name": "camino",
"direct": false,
"version": "1.1.9",
"ecosystem": "crates"
},
{
"name": "cargo-platform",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "cargo_metadata",
"direct": false,
"version": "0.15.4",
"ecosystem": "crates"
},
{
"name": "cast",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.2.9",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "ciborium",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "ciborium-io",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "ciborium-ll",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "clap",
"direct": false,
"version": "4.5.26",
"ecosystem": "crates"
},
{
"name": "clap_builder",
"direct": false,
"version": "4.5.26",
"ecosystem": "crates"
},
{
"name": "clap_lex",
"direct": false,
"version": "0.7.4",
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "criterion-plot",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "crossbeam-deque",
"direct": false,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "crossbeam-epoch",
"direct": false,
"version": "0.9.18",
"ecosystem": "crates"
},
{
"name": "crossbeam-utils",
"direct": false,
"version": "0.8.21",
"ecosystem": "crates"
},
{
"name": "crunchy",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "displaydoc",
"direct": false,
"version": "0.2.5",
"ecosystem": "crates"
},
{
"name": "either",
"direct": false,
"version": "1.13.0",
"ecosystem": "crates"
},
{
"name": "enum-map-derive",
"direct": false,
"version": "0.17.0",
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "form_urlencoded",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "fs-err",
"direct": false,
"version": "2.11.0",
"ecosystem": "crates"
},
{
"name": "git2",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "git2",
"direct": false,
"version": "0.20.2",
"ecosystem": "crates"
},
{
"name": "glob",
"direct": false,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "gloo-utils",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "goblin",
"direct": false,
"version": "0.8.2",
"ecosystem": "crates"
},
{
"name": "half",
"direct": false,
"version": "2.4.1",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.15.2",
"ecosystem": "crates"
},
{
"name": "heck",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "hermit-abi",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "icu_collections",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "icu_locale_core",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "icu_normalizer",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "icu_normalizer_data",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "icu_properties",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "icu_properties_data",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "icu_provider",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "idna",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "idna_adapter",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "indoc",
"direct": false,
"version": "2.0.5",
"ecosystem": "crates"
},
{
"name": "is-terminal",
"direct": false,
"version": "0.4.13",
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": false,
"version": "0.10.5",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.14",
"ecosystem": "crates"
},
{
"name": "jobserver",
"direct": false,
"version": "0.1.32",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": "0.3.77",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.172",
"ecosystem": "crates"
},
{
"name": "libfuzzer-sys",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "libfuzzer-sys",
"direct": false,
"version": "0.4.8",
"ecosystem": "crates"
},
{
"name": "libgit2-sys",
"direct": false,
"version": "0.18.1+1.9.0",
"ecosystem": "crates"
},
{
"name": "libz-sys",
"direct": false,
"version": "1.1.22",
"ecosystem": "crates"
},
{
"name": "litemap",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.25",
"ecosystem": "crates"
},
{
"name": "maud_macros",
"direct": false,
"version": "0.26.0",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.7.4",
"ecosystem": "crates"
},
{
"name": "mime",
"direct": false,
"version": "0.3.17",
"ecosystem": "crates"
},
{
"name": "mime_guess",
"direct": false,
"version": "2.0.5",
"ecosystem": "crates"
},
{
"name": "minimal-lexical",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "nom",
"direct": false,
"version": "7.1.3",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.2.19",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": "1.21.3",
"ecosystem": "crates"
},
{
"name": "oorandom",
"direct": false,
"version": "11.1.4",
"ecosystem": "crates"
},
{
"name": "paste",
"direct": false,
"version": "1.0.15",
"ecosystem": "crates"
},
{
"name": "percent-encoding",
"direct": false,
"version": "2.3.1",
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": false,
"version": "0.2.16",
"ecosystem": "crates"
},
{
"name": "pkg-config",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "plain",
"direct": false,
"version": "0.2.3",
"ecosystem": "crates"
},
{
"name": "plotters",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "plotters-backend",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "plotters-svg",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "potential_utf",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "prettyplease",
"direct": false,
"version": "0.2.29",
"ecosystem": "crates"
},
{
"name": "proc-macro-error",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "proc-macro-error-attr",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.93",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.38",
"ecosystem": "crates"
},
{
"name": "rayon",
"direct": false,
"version": "1.10.0",
"ecosystem": "crates"
},
{
"name": "rayon-core",
"direct": false,
"version": "1.12.1",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.11.1",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.9",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.5",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.19",
"ecosystem": "crates"
},
{
"name": "ryu",
"direct": false,
"version": "1.0.18",
"ecosystem": "crates"
},
{
"name": "same-file",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "scroll",
"direct": false,
"version": "0.12.0",
"ecosystem": "crates"
},
{
"name": "scroll_derive",
"direct": false,
"version": "0.12.0",
"ecosystem": "crates"
},
{
"name": "semver",
"direct": false,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.217",
"ecosystem": "crates"
},
{
"name": "serde_derive_internals",
"direct": false,
"version": "0.29.1",
"ecosystem": "crates"
},
{
"name": "serde_spanned",
"direct": false,
"version": "0.6.8",
"ecosystem": "crates"
},
{
"name": "shlex",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "siphasher",
"direct": false,
"version": "0.3.11",
"ecosystem": "crates"
},
{
"name": "smawk",
"direct": false,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "stable_deref_trait",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "static_assertions",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "strum_macros",
"direct": false,
"version": "0.26.4",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.101",
"ecosystem": "crates"
},
{
"name": "synstructure",
"direct": false,
"version": "0.13.2",
"ecosystem": "crates"
},
{
"name": "test-case",
"direct": false,
"version": "3.3.1",
"ecosystem": "crates"
},
{
"name": "test-case-core",
"direct": false,
"version": "3.3.1",
"ecosystem": "crates"
},
{
"name": "test-case-macros",
"direct": false,
"version": "3.3.1",
"ecosystem": "crates"
},
{
"name": "textwrap",
"direct": false,
"version": "0.16.1",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "1.0.69",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.11",
"ecosystem": "crates"
},
{
"name": "tinystr",
"direct": false,
"version": "0.8.1",
"ecosystem": "crates"
},
{
"name": "tinytemplate",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "toml_datetime",
"direct": false,
"version": "0.6.9",
"ecosystem": "crates"
},
{
"name": "toml_write",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "tracing-attributes",
"direct": false,
"version": "0.1.28",
"ecosystem": "crates"
},
{
"name": "tracing-core",
"direct": false,
"version": "0.1.33",
"ecosystem": "crates"
},
{
"name": "tsify-macros",
"direct": false,
"version": "0.5.5",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.14",
"ecosystem": "crates"
},
{
"name": "uniffi_bindgen",
"direct": false,
"version": "0.28.3",
"ecosystem": "crates"
},
{
"name": "uniffi_checksum_derive",
"direct": false,
"version": "0.28.3",
"ecosystem": "crates"
},
{
"name": "uniffi_core",
"direct": false,
"version": "0.28.3",
"ecosystem": "crates"
},
{
"name": "uniffi_macros",
"direct": false,
"version": "0.28.3",
"ecosystem": "crates"
},
{
"name": "uniffi_meta",
"direct": false,
"version": "0.28.3",
"ecosystem": "crates"
},
{
"name": "uniffi_testing",
"direct": false,
"version": "0.28.3",
"ecosystem": "crates"
},
{
"name": "uniffi_udl",
"direct": false,
"version": "0.28.3",
"ecosystem": "crates"
},
{
"name": "unsafe-libyaml",
"direct": false,
"version": "0.2.11",
"ecosystem": "crates"
},
{
"name": "url",
"direct": false,
"version": "2.5.4",
"ecosystem": "crates"
},
{
"name": "utf8_iter",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "vcpkg",
"direct": false,
"version": "0.2.15",
"ecosystem": "crates"
},
{
"name": "version_check",
"direct": false,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "walkdir",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-backend",
"direct": false,
"version": "0.2.100",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.100",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.100",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.100",
"ecosystem": "crates"
},
{
"name": "web-sys",
"direct": false,
"version": "0.3.77",
"ecosystem": "crates"
},
{
"name": "weedle2",
"direct": false,
"version": "5.0.0",
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.52.0",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.59.0",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "winnow",
"direct": false,
"version": "0.7.10",
"ecosystem": "crates"
},
{
"name": "writeable",
"direct": false,
"version": "0.6.1",
"ecosystem": "crates"
},
{
"name": "yoke",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "yoke-derive",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "zerofrom",
"direct": false,
"version": "0.1.6",
"ecosystem": "crates"
},
{
"name": "zerofrom-derive",
"direct": false,
"version": "0.1.6",
"ecosystem": "crates"
},
{
"name": "zerotrie",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "zerovec",
"direct": false,
"version": "0.11.2",
"ecosystem": "crates"
},
{
"name": "zerovec-derive",
"direct": false,
"version": "0.11.1",
"ecosystem": "crates"
},
{
"name": "@esbuild/darwin-x64",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "@jridgewell/sourcemap-codec",
"direct": false,
"version": "1.5.0",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.scandir",
"direct": false,
"version": "2.1.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.stat",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "@nodelib/fs.walk",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "@rollup/rollup-darwin-x64",
"direct": false,
"version": "4.41.1",
"ecosystem": "npm"
},
{
"name": "@types/chai",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "@types/deep-eql",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "@types/estree",
"direct": false,
"version": "1.0.7",
"ecosystem": "npm"
},
{
"name": "@vitest/expect",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "@vitest/mocker",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "@vitest/pretty-format",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "@vitest/runner",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "@vitest/snapshot",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "@vitest/spy",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "@vitest/utils",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "anymatch",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "assertion-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "axios",
"direct": false,
"version": "0.26.1",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "balanced-match",
"direct": false,
"version": "3.0.1",
"ecosystem": "npm"
},
{
"name": "binary-extensions",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "binary-install",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "1.1.11",
"ecosystem": "npm"
},
{
"name": "brace-expansion",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "braces",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "cac",
"direct": false,
"version": "6.7.14",
"ecosystem": "npm"
},
{
"name": "chai",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "check-error",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "chokidar",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "chownr",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "concat-map",
"direct": false,
"version": "0.0.1",
"ecosystem": "npm"
},
{
"name": "cooklang-playground",
"direct": false,
"version": "0.0.0",
"ecosystem": "npm"
},
{
"name": "debug",
"direct": false,
"version": "4.4.1",
"ecosystem": "npm"
},
{
"name": "deep-eql",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "es-module-lexer",
"direct": false,
"version": "1.7.0",
"ecosystem": "npm"
},
{
"name": "esbuild",
"direct": false,
"version": "0.25.5",
"ecosystem": "npm"
},
{
"name": "estree-walker",
"direct": false,
"version": "3.0.3",
"ecosystem": "npm"
},
{
"name": "expect-type",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "fast-glob",
"direct": false,
"version": "3.3.3",
"ecosystem": "npm"
},
{
"name": "fastq",
"direct": false,
"version": "1.19.1",
"ecosystem": "npm"
},
{
"name": "fdir",
"direct": false,
"version": "6.4.5",
"ecosystem": "npm"
},
{
"name": "fill-range",
"direct": false,
"version": "7.1.1",
"ecosystem": "npm"
},
{
"name": "follow-redirects",
"direct": false,
"version": "1.15.9",
"ecosystem": "npm"
},
{
"name": "fs-minipass",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "fs.realpath",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "fsevents",
"direct": false,
"version": "2.3.3",
"ecosystem": "npm"
},
{
"name": "glob",
"direct": false,
"version": "7.2.3",
"ecosystem": "npm"
},
{
"name": "glob-parent",
"direct": false,
"version": "5.1.2",
"ecosystem": "npm"
},
{
"name": "graceful-fs",
"direct": false,
"version": "4.2.11",
"ecosystem": "npm"
},
{
"name": "inflight",
"direct": false,
"version": "1.0.6",
"ecosystem": "npm"
},
{
"name": "inherits",
"direct": false,
"version": "2.0.4",
"ecosystem": "npm"
},
{
"name": "is-binary-path",
"direct": false,
"version": "2.1.0",
"ecosystem": "npm"
},
{
"name": "is-extglob",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "is-glob",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "is-number",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "9.0.1",
"ecosystem": "npm"
},
{
"name": "jsonc-parser",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "loupe",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "magic-string",
"direct": false,
"version": "0.30.17",
"ecosystem": "npm"
},
{
"name": "merge2",
"direct": false,
"version": "1.4.1",
"ecosystem": "npm"
},
{
"name": "micromatch",
"direct": false,
"version": "4.0.8",
"ecosystem": "npm"
},
{
"name": "minimatch",
"direct": false,
"version": "3.1.2",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "3.3.6",
"ecosystem": "npm"
},
{
"name": "minipass",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "minizlib",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "mkdirp",
"direct": false,
"version": "1.0.4",
"ecosystem": "npm"
},
{
"name": "ms",
"direct": false,
"version": "2.1.3",
"ecosystem": "npm"
},
{
"name": "nanoid",
"direct": false,
"version": "3.3.11",
"ecosystem": "npm"
},
{
"name": "normalize-path",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "once",
"direct": false,
"version": "1.4.0",
"ecosystem": "npm"
},
{
"name": "path-is-absolute",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "pathe",
"direct": false,
"version": "2.0.3",
"ecosystem": "npm"
},
{
"name": "pathval",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "picomatch",
"direct": false,
"version": "4.0.2",
"ecosystem": "npm"
},
{
"name": "postcss",
"direct": false,
"version": "8.5.3",
"ecosystem": "npm"
},
{
"name": "proper-lockfile",
"direct": false,
"version": "4.1.2",
"ecosystem": "npm"
},
{
"name": "queue-microtask",
"direct": false,
"version": "1.2.3",
"ecosystem": "npm"
},
{
"name": "readdirp",
"direct": false,
"version": "3.6.0",
"ecosystem": "npm"
},
{
"name": "retry",
"direct": false,
"version": "0.12.0",
"ecosystem": "npm"
},
{
"name": "reusify",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "rimraf",
"direct": false,
"version": "3.0.2",
"ecosystem": "npm"
},
{
"name": "rollup",
"direct": false,
"version": "4.41.1",
"ecosystem": "npm"
},
{
"name": "run-parallel",
"direct": false,
"version": "1.2.0",
"ecosystem": "npm"
},
{
"name": "siginfo",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "signal-exit",
"direct": false,
"version": "3.0.7",
"ecosystem": "npm"
},
{
"name": "source-map-js",
"direct": false,
"version": "1.2.1",
"ecosystem": "npm"
},
{
"name": "stackback",
"direct": false,
"version": "0.0.2",
"ecosystem": "npm"
},
{
"name": "std-env",
"direct": false,
"version": "3.9.0",
"ecosystem": "npm"
},
{
"name": "strip-literal",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "tar",
"direct": false,
"version": "6.2.1",
"ecosystem": "npm"
},
{
"name": "tinybench",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "0.3.2",
"ecosystem": "npm"
},
{
"name": "tinyglobby",
"direct": false,
"version": "0.2.14",
"ecosystem": "npm"
},
{
"name": "tinypool",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "tinyrainbow",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "tinyspy",
"direct": false,
"version": "4.0.3",
"ecosystem": "npm"
},
{
"name": "to-regex-range",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "5.8.3",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^5.7.2",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "^5.8.3",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "6.3.5",
"ecosystem": "npm"
},
{
"name": "vite",
"direct": false,
"version": "^6.3.5",
"ecosystem": "npm"
},
{
"name": "vite-node",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "vite-plugin-wasm",
"direct": false,
"version": "3.4.1",
"ecosystem": "npm"
},
{
"name": "vite-plugin-wasm",
"direct": false,
"version": "^3.4.1",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "3.2.3",
"ecosystem": "npm"
},
{
"name": "vitest",
"direct": false,
"version": "^3.2.3",
"ecosystem": "npm"
},
{
"name": "wasm-pack",
"direct": false,
"version": "0.13.1",
"ecosystem": "npm"
},
{
"name": "wasm-pack",
"direct": false,
"version": "^0.13.1",
"ecosystem": "npm"
},
{
"name": "why-is-node-running",
"direct": false,
"version": "2.3.0",
"ecosystem": "npm"
},
{
"name": "wireit",
"direct": false,
"version": "0.14.12",
"ecosystem": "npm"
},
{
"name": "wrappy",
"direct": false,
"version": "1.0.2",
"ecosystem": "npm"
},
{
"name": "yallist",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 322,
"direct_count": 39,
"indirect_count": 283
}
},
"maintainership": {
"issues": {
"open_prs": 8,
"merged_prs": 53,
"open_issues": 13,
"closed_ratio": 0.606,
"closed_issues": 20,
"closed_unmerged_prs": 5
},
"bus_factor": 1,
"bot_contributors": 1,
"top_contributors": [
{
"type": "User",
"login": "Zheoni",
"commits": 306,
"avatar_url": "https://avatars.githubusercontent.com/u/38019254?v=4"
},
{
"type": "User",
"login": "dubadub",
"commits": 219,
"avatar_url": "https://avatars.githubusercontent.com/u/4168619?v=4"
},
{
"type": "User",
"login": "jbolda",
"commits": 23,
"avatar_url": "https://avatars.githubusercontent.com/u/2019387?v=4"
},
{
"type": "User",
"login": "michalmoc",
"commits": 19,
"avatar_url": "https://avatars.githubusercontent.com/u/13559018?v=4"
},
{
"type": "User",
"login": "4kk11",
"commits": 5,
"avatar_url": "https://avatars.githubusercontent.com/u/61794994?v=4"
},
{
"type": "User",
"login": "melusc",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/61409445?v=4"
},
{
"type": "User",
"login": "mawo66",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/47376883?v=4"
},
{
"type": "User",
"login": "Someone0nEarth",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/99350163?v=4"
},
{
"type": "User",
"login": "tomodachi94",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/68489118?v=4"
},
{
"type": "User",
"login": "Tweoss",
"commits": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/70821802?v=4"
}
],
"contributors_sampled": 13,
"top_contributor_share": 0.524
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"bindings.yml",
"claude-code-review.yml",
"claude.yml",
"playground.yml",
"preview.yml",
"release.yml",
"rust.yml",
"typescript.yml"
],
"has_docs_dir": false,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock",
"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": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#ci-tests"
},
{
"name": "CII-Best-Practices",
"score": 0,
"reason": "no effort to earn an OpenSSF best practices badge detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#cii-best-practices"
},
{
"name": "Code-Review",
"score": 0,
"reason": "Found 1/17 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 10,
"reason": "project has 5 contributing companies or organizations",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 10,
"reason": "project is 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": 8,
"reason": "9 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 8",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 1,
"reason": "dependency not pinned by hash detected -- score normalized to 1",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "SAST tool is not run on all commits -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 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": "62 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "94540020fe54c96fc7eb0370b66c6d36d54256b6",
"ran_at": "2026-07-23T11:51:38Z",
"aggregate_score": 4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-11T21:24:29Z",
"oldest_open_prs": [
{
"number": 48,
"created_at": "2025-08-06T12:21:53Z",
"last_comment_at": "2025-08-07T22:53:25Z",
"last_comment_author": "panzer"
},
{
"number": 58,
"created_at": "2025-08-20T17:36:10Z",
"last_comment_at": "2025-08-20T17:38:33Z",
"last_comment_author": "pkg-pr-new"
},
{
"number": 60,
"created_at": "2025-08-22T02:16:35Z",
"last_comment_at": "2025-08-31T09:26:28Z",
"last_comment_author": "michalmoc"
},
{
"number": 61,
"created_at": "2025-08-22T19:41:34Z",
"last_comment_at": "2025-08-22T19:43:48Z",
"last_comment_author": "pkg-pr-new"
},
{
"number": 74,
"created_at": "2025-09-08T15:59:46Z",
"last_comment_at": "2025-09-08T16:02:06Z",
"last_comment_author": "pkg-pr-new"
},
{
"number": 78,
"created_at": "2025-11-10T10:23:27Z",
"last_comment_at": "2025-11-10T10:25:44Z",
"last_comment_author": "pkg-pr-new"
},
{
"number": 80,
"created_at": "2025-11-11T15:45:41Z",
"last_comment_at": "2025-11-11T15:47:49Z",
"last_comment_author": "pkg-pr-new"
},
{
"number": 84,
"created_at": "2025-12-15T22:47:21Z",
"last_comment_at": "2025-12-16T17:10:39Z",
"last_comment_author": "dubadub"
}
],
"last_merged_pr_at": "2026-07-11T21:24:14Z",
"ci_last_conclusion": "SKIPPED",
"oldest_open_issues": [
{
"number": 18,
"created_at": "2024-09-02T03:05:47Z",
"last_comment_at": "2025-01-23T17:54:14Z",
"last_comment_author": "T045T"
},
{
"number": 42,
"created_at": "2025-07-05T16:57:24Z",
"last_comment_at": "2025-07-05T20:44:58Z",
"last_comment_author": "dubadub"
},
{
"number": 49,
"created_at": "2025-08-06T15:09:55Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 51,
"created_at": "2025-08-06T15:37:23Z",
"last_comment_at": "2025-11-11T04:13:37Z",
"last_comment_author": "farooqu"
},
{
"number": 52,
"created_at": "2025-08-06T15:41:14Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 55,
"created_at": "2025-08-06T16:11:09Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 56,
"created_at": "2025-08-06T16:17:19Z",
"last_comment_at": "2025-12-05T17:30:43Z",
"last_comment_author": "dubadub"
},
{
"number": 82,
"created_at": "2025-12-08T20:18:58Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 85,
"created_at": "2025-12-27T23:38:28Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 86,
"created_at": "2025-12-28T13:35:26Z",
"last_comment_at": "2025-12-28T21:04:51Z",
"last_comment_author": "undermark5"
},
{
"number": 90,
"created_at": "2026-02-06T17:37:20Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 92,
"created_at": "2026-03-27T14:04:00Z",
"last_comment_at": null,
"last_comment_author": null
},
{
"number": 97,
"created_at": "2026-06-29T22:18:06Z",
"last_comment_at": null,
"last_comment_author": null
}
]
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/cooklang/cooklang-rs",
"host": "github.com",
"name": "cooklang-rs",
"owner": "cooklang"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 65,
"inputs": {
"security": 50,
"vitality": 80,
"community": 52,
"governance": 67,
"engineering": 71
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 80,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 73,
"inputs": {
"commits_last_year": 166,
"human_commit_share": 0.8,
"days_since_last_push": 11,
"active_weeks_last_year": 26
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 11 days ago",
"points": 28.8,
"status": "partial",
"details": [
{
"code": "push_recency",
"params": {
"days": 11
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "26/52 weeks with commits",
"points": 18,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 26
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "166 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 166
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "9 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 8",
"points": 8,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"releases_count": 21,
"latest_release_tag": "v0.18.7",
"releases_from_tags": false,
"days_since_latest_release": 44,
"mean_days_between_releases": 15.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "21 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 21
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 44 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 44
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~15.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 15.3
}
}
],
"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": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "maintained",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": null,
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": 11,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "last human commit 11 days ago",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_maintained",
"params": {
"days": 11
}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "moderate",
"name": "Community & Adoption",
"value": 52,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "moderate",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"forks": 29,
"stars": 119,
"watchers": 6,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "119 stars",
"points": 33.6,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 119
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "29 forks",
"points": 12.1,
"status": "partial",
"details": [
{
"code": "forks",
"params": {
"count": 29
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "6 watchers",
"points": 3.9,
"status": "partial",
"details": [
{
"code": "watchers",
"params": {
"count": 6
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (MIT)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "MIT"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "moderate",
"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": 60,
"inputs": {
"packages": [
"cooklang",
"cooklang-bindings",
"@cooklang/cooklang"
],
"dependents": null,
"ecosystems": "crates, npm",
"total_downloads": 81383,
"monthly_downloads": 3827
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,827 downloads/month across crates, npm",
"points": 47.8,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3827,
"ecosystems": "crates, npm"
}
}
],
"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": 67,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "at_risk",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 43,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 13,
"top_contributor_share": 0.524
},
"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 52% of commits",
"points": 10.7,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 52
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "13 contributors",
"points": 13.5,
"status": "met",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 13
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "moderate",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 63,
"inputs": {
"merged_prs": 53,
"open_issues": 13,
"closed_issues": 20,
"issue_closed_ratio": 0.606,
"closed_unmerged_prs": 5
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "61% of issues closed",
"points": 28.3,
"status": "partial",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 61
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "53/58 decided PRs merged",
"points": 35,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 53,
"decided": 58
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 1/17 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "good",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 72,
"inputs": {
"followers": 559,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "cooklang",
"public_repos": 34,
"account_age_days": 2011
},
"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": "559 followers of cooklang",
"points": 19.8,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 559,
"login": "cooklang"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "34 public repos, account ~5 yr old",
"points": 22.3,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 34
}
},
{
"code": "account_age_years",
"params": {
"years": 5
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"cooklang",
"cooklang-bindings",
"@cooklang/cooklang"
],
"ecosystems": "crates, npm",
"any_deprecated": false,
"min_days_since_publish": 44
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "3 package(s) on crates, npm",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 3,
"ecosystems": "crates, npm"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 44 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 44
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "53 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 53
}
}
],
"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.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"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": "8 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 8
}
}
],
"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": "5 out of 5 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": [
"cooklang"
],
"has_wiki": true,
"homepage": "https://cooklang.github.io/cooklang-rs/",
"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://cooklang.github.io/cooklang-rs/",
"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": "1 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 1
}
}
],
"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": 50,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "5 out of 5 merged PRs checked by a CI test -- score normalized to 10",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "cii_best_practices",
"name": "CII-Best-Practices",
"detail": "no effort to earn an OpenSSF best practices badge detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "code_review",
"name": "Code-Review",
"detail": "Found 1/17 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 5 contributing companies or organizations",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is fuzzed",
"points": 5,
"status": "met",
"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": "9 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 8",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 0.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is not run on all commits -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file 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": "62 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 302 resolved dependencies against OSV; 20 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"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 302
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 20
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 89,
"inputs": {
"source": "osv",
"advisories": 68,
"affected_packages": 19,
"assessed_packages": 302,
"unassessed_packages": 20,
"affected_by_severity": "critical 2, high 8, moderate 4, unknown 5",
"direct_affected_packages": 1
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "1 affected: anyhow 1.0.95 (unknown)",
"points": 26.6,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 1,
"packages": "anyhow 1.0.95 (unknown)"
}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory has been public longer than 90 days",
"points": 40,
"status": "met",
"details": [
{
"code": "advisories_none_stale",
"params": {
"days": 90
}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "excellent",
"name": "Malicious dependencies",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"source": "osv",
"meaning": "reported as a malicious package by the OpenSSF corpus; the remedy is removal or moving off the compromised name, never an upgrade of the same artifact. Versions the registry has since pulled are listed but not scored",
"packages": [],
"red_flag": false,
"assessed_packages": 302,
"malicious_packages": 0,
"direct_malicious_packages": 0,
"withdrawn_malicious_packages": 0,
"installable_malicious_packages": 0
},
"components": [
{
"key": "no_dependency_reported_as_a_malicious_package",
"name": "No dependency reported as a malicious package",
"detail": "no dependency is reported as a malicious package",
"points": 100,
"status": "met",
"details": [
{
"code": "no_malicious_dependencies",
"params": {}
}
],
"max_points": 100
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 9
},
"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": 56,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.863,
"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": "69 of 80 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 69,
"sampled": 80
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock",
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"playground/tsconfig.json",
"typescript/tsconfig.json"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"bindings/Cargo.toml",
"fuzz/Cargo.toml",
"typescript/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, bindings/Cargo.toml, fuzz/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, bindings/Cargo.toml, fuzz/Cargo.toml"
}
}
],
"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": "playground/tsconfig.json, typescript/tsconfig.json",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "playground/tsconfig.json, typescript/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": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 1",
"points": 1,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 98,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 115016,
"source_files_sampled": 66,
"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/66 source files over 60KB",
"points": 53.3,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 66,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch crates package 'cooklang-wasm' from its registry"
],
"report_type": "repository",
"generated_at": "2026-07-23T11:51:56.813463Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/c/cooklang/cooklang-rs.svg",
"full_name": "cooklang/cooklang-rs",
"license_state": "standard",
"license_spdx": "MIT"
}