原始 JSON 报告 机器可读
{
"data": {
"repo": {
"topics": [
"ai",
"echo-state-network",
"hyperdimensional",
"libsql",
"reservoir-computing",
"rust",
"semantic-memory",
"wasm"
],
"is_fork": false,
"size_kb": 5005,
"has_wiki": false,
"homepage": "https://d-o-hub.github.io/chaotic_semantic_memory/",
"languages": {
"Nix": 2849,
"Rust": 2027795,
"Shell": 324327,
"Python": 23682,
"JavaScript": 12323
},
"pushed_at": "2026-07-23T11:42:01Z",
"created_at": "2026-02-15T13:27:02Z",
"owner_type": "User",
"updated_at": "2026-07-23T11:42:05Z",
"description": "Rust crate for chaotic semantic memory - echo state networks and hyperdimensional vectors.",
"is_archived": false,
"is_disabled": false,
"license_spdx": "MIT",
"default_branch": "main",
"license_spdx_raw": "MIT",
"primary_language": "Rust",
"significant_languages": [
"Rust",
"Shell"
]
},
"owner": {
"blog": null,
"name": "d.o.",
"type": "User",
"login": "d-o-hub",
"company": null,
"location": null,
"followers": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/242170972?v=4",
"created_at": "2025-11-05T09:51:02Z",
"is_verified": null,
"public_repos": 7,
"account_age_days": 260
},
"license": {
"state": "standard",
"spdx_id": "MIT",
"raw_spdx": "MIT",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.3.7",
"kind": "patch",
"published_at": "2026-06-28T17:01:35Z"
},
{
"tag": "v0.3.6",
"kind": "patch",
"published_at": "2026-05-20T10:41:24Z"
},
{
"tag": "v0.3.5",
"kind": "patch",
"published_at": "2026-04-28T11:55:35Z"
},
{
"tag": "v0.3.4",
"kind": "patch",
"published_at": "2026-04-24T10:39:47Z"
},
{
"tag": "v0.3.2",
"kind": "patch",
"published_at": "2026-04-09T15:18:57Z"
},
{
"tag": "v0.3.1",
"kind": "patch",
"published_at": "2026-04-09T09:58:05Z"
},
{
"tag": "v0.3.0",
"kind": "minor",
"published_at": "2026-04-08T09:07:11Z"
},
{
"tag": "v0.2.9",
"kind": "patch",
"published_at": "2026-04-19T18:09:32Z"
},
{
"tag": "v0.2.8",
"kind": "patch",
"published_at": "2026-04-05T14:11:41Z"
},
{
"tag": "v0.2.7",
"kind": "patch",
"published_at": "2026-04-05T11:26:45Z"
},
{
"tag": "v0.2.6",
"kind": "patch",
"published_at": "2026-04-05T11:02:03Z"
},
{
"tag": "v0.2.5",
"kind": "patch",
"published_at": "2026-03-23T10:50:57Z"
},
{
"tag": "v0.2.4",
"kind": "patch",
"published_at": "2026-03-19T16:26:22Z"
},
{
"tag": "v0.2.2",
"kind": "patch",
"published_at": "2026-03-17T12:43:51Z"
},
{
"tag": "v0.2.3",
"kind": "patch",
"published_at": "2026-04-19T18:09:30Z"
},
{
"tag": "v0.2.1",
"kind": "patch",
"published_at": "2026-03-09T20:11:08Z"
},
{
"tag": "v0.2.0",
"kind": "minor",
"published_at": "2026-03-04T18:31:36Z"
},
{
"tag": "v0.1.3",
"kind": "patch",
"published_at": "2026-02-28T10:17:00Z"
},
{
"tag": "v0.1.2",
"kind": "patch",
"published_at": "2026-02-28T09:27:53Z"
},
{
"tag": "v0.1.1",
"kind": "patch",
"published_at": "2026-02-27T20:16:15Z"
},
{
"tag": "v0.1.0",
"kind": "minor",
"published_at": "2026-02-20T10:09:45Z"
}
],
"recent_commits": [
{
"oid": "c03d402de555da5886cf2a410a0aaac6afb9b855",
"body": null,
"is_bot": false,
"headline": "chore: mark wave-33 actions complete",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-23T11:41:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0aa8ef3410baadf406a954182c3ea6e52398e4f3",
"body": "- Move troubleshooting table from SKILL.md to references/error-matrix.md\n- Replace inline table with link to reference file\n- Reduces SKILL.md from 241 to 234 LOC\n- Fixes skill_loc_trim_near_ceiling action",
"is_bot": false,
"headline": "docs: move npm error matrix to references",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-23T11:40:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bae54d9ee0a94c607e91bdeb620cb1308b2f6db5",
"body": null,
"is_bot": false,
"headline": "chore: mark implement_cli_metrics_reset complete",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-23T11:25:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90da81e96d6fe2cc6cfbe5f3da2a41662e99773f",
"body": "- Add reset() method to FrameworkMetrics, CacheMetrics, and ReservoirMetrics\n- Add reset_metrics() method to ChaoticSemanticFramework\n- Update CLI metrics command to call reset instead of returning error\n- Add test for metrics reset functionality\n- Fixes implement_cli_metrics_reset action",
"is_bot": false,
"headline": "feat(cli): implement metrics reset command",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-23T11:23:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "97c820071b4a2c2e23f99adb7b7c3de0343d5337",
"body": "- fix_agents_md_skill_inventory: complete\n- fix_readme_truth_version_and_ann: complete",
"is_bot": false,
"headline": "chore: mark P1 actions complete in GOAP state",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-23T11:08:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "65261375ba9592232ef2e3e1552922270214d039",
"body": "- Update AGENTS.md skill count from 30 to 32\n- Add goap-orchestrator and jules-orchestration to skill list\n- Update LOC policy to include crates/ directory",
"is_bot": false,
"headline": "docs: update skill count and LOC policy",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-23T11:07:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6e7173ab55f4a8fe016ceafda33ac79f25a6e08d",
"body": "…text\n\nScrubbed all marketing fluff (\"robust\", \"seamless\", \"powerful\", etc.) from README.md, book chapters, llms.txt, and planning files.\nAligned core components descriptions across all context files to precisely match the source code reality, specifically adding HVec10240, sparse chaotic reservoirs\n[…]\nied development gates reflect strict project policies including cargo-mutants, fuzz testing, and reservoir performance thresholds.\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "docs(docs): remove marketing language and synchronize core module con…",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-23T10:54:35Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2ed543968cdb222d3079385fd952201eb5dbd080",
"body": "…text\n\n- Update README.md to remove marketing language\n- Synchronize core module documentation\n- Update ADR references to use csm-core-lib paths\n- Update GOAP_STATE.md and ACTIONS.md references",
"is_bot": false,
"headline": "docs(docs): remove marketing language and synchronize core module con…",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-23T10:54:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "74679961b04fc0419a63f397f54117461c8722f2",
"body": "…ard operators\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(retrieval): optimize min max loop in hybrid retrieval with stand…",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-23T10:05:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "f5b67213d9f0acc592e1e7494872adcd3b6f458d",
"body": "…ard operators\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(retrieval): optimize min max loop in hybrid retrieval with stand…",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-23T10:05:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "8047ecf176e2e02b26eb44bf5581600ff3c4049e",
"body": "…ard operators\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(retrieval): optimize min max loop in hybrid retrieval with stand…",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-23T10:05:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c2632a4160900423c3702d1a549d6e526d833da5",
"body": "…ard operators\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(retrieval): optimize min max loop in hybrid retrieval with stand…",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-23T10:05:14Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "b04bf841883e497d19a04b6fed72fa6febef919a",
"body": "* refactor(workspace): rename csm-core to csm-core-lib\n\n- Rename crates/csm-core directory to crates/csm-core-lib\n- Update package name in Cargo.toml from csm-core to csm-core-lib\n- Update all workspace dependency references\n- Update all use statements in source code\n- Update CI/CD workflow referenc\n[…]\ndd cross reranker path test in rerank.rs (behind rerank-cross feature)\n- Add TextEncoder::encode tests in lib.rs to cover wasm.rs encode_text logic\n- Kills 6 missed mutants identified by cargo-mutants",
"is_bot": false,
"headline": "refactor(crates): rename csm-core to csm-core-lib (#546)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-23T10:05:14Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "82891bd9c007efc10d271dc2a32780209d80dec3",
"body": "- Fix double-renamed text in release-management skill\n- Update goap-orchestrator dependency graph\n- Update plans/ACTIONS.md file paths\n- Update plans/adr/ file references\n- Update plans/GOAP_STATE.md module names",
"is_bot": false,
"headline": "docs: update all csm-core references to csm-core-lib",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-23T08:42:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b145dc1a35086d7c5864628aa8b9abb32b373aea",
"body": "Bumps the npm_and_yarn group with 1 update in the / directory: [fast-uri](https://github.com/fastify/fast-uri).\n\n\nUpdates `fast-uri` from 3.1.3 to 3.1.4\n- [Release notes](https://github.com/fastify/fast-uri/releases)\n- [Commits](https://github.com/fastify/fast-uri/compare/v3.1.3...v3.1.4)\n\n---\nupdated-dependencies:\n- dependency-name: fast-uri\n dependency-version: 3.1.4\n dependency-type: indirect\n dependency-group: npm_and_yarn\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "ci(deps-dev): bump fast-uri in the npm_and_yarn group across 1 directory",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-23T08:01:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8230f72e145a2009a467649ebc7fcd53eda67e49",
"body": "- Recovery dispatch now checks out main instead of the old tag\n- This allows recovery to use the latest code (e.g., renamed crates)\n- Normal releases still use the tag ref",
"is_bot": false,
"headline": "fix(release): use main branch code for recovery dispatch",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-23T06:30:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "99427d7ece248e567c5b3eb2d124229f5f8582df",
"body": null,
"is_bot": false,
"headline": "refactor(workspace): rename csm-core to csm-core-lib (#546)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-23T05:52:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "02aee60e86a1134247183bcd8cf178ec0bb9239d",
"body": "…eshooting (#545)\n\n- Add crates.io name availability check to pre-release checklist\n- Document workspace crate name conflicts (csm-core taken by unrelated project)\n- Add environment wait timer documentation and troubleshooting\n- Add recovery dispatch documentation for partially published releases\n- Add pre-publish name conflict detection in release workflow\n- Update post-release checklist with name verification step",
"is_bot": false,
"headline": "docs(release): add crates.io name verification and environment troubl…",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-22T17:00:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ea489fdc16eff4f2a09d9193aa3426747d3c8e19",
"body": "…(#543)\n\n- Fix WASM build to use -p csm-wasm instead of --features wasm on root\n- Fix WASM artifact name: csm_wasm.wasm copied as chaotic_semantic_memory.wasm\n- Fix npm WASM build to run wasm-pack from crates/csm-wasm, not root\n- Move wasm-opt metadata from root Cargo.toml to crates/csm-wasm/Cargo.t\n[…]\nworkflow_dispatch recover input for retrying missing release artifacts\n- Pin all checkout steps to release-ref output for tag-pinned recovery\n- Add recover_v037_failed_deployments action to ACTIONS.md",
"is_bot": false,
"headline": "fix(release): correct WASM build path and add recovery dispatch mode …",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-22T15:00:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "683b5fd9131e35f17d9eb975b1e3b6be72d5d2da",
"body": "Co-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(retrieval): reduce redundant lock acquisitions in bm25 search",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-22T08:07:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "cdb24d69071cdaceb05652aa99b4047a47e45701",
"body": "Co-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(retrieval): reduce redundant lock acquisitions in bm25 search",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-22T08:07:22Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "696a80036213aa75045d8127f1f1282af5d5300b",
"body": "* perf(core): optimize BHVec10240 bundling via bit-sliced AVX2/NEON\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>\n\n* perf(core): optimize BHVec10240 bundling via bit-sliced AVX2/NEON\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>\n\n* perf(core): optimize\n[…]\nbit-sliced addition\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "perf(core): optimize BHVec10240 bundling via bit-sliced AVX2/NEON (#541)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-21T11:53:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "09c5beaed0e1d071cc0e75c4068624e3d3ae4606",
"body": "Bumps the actions-updates group with 1 update: [actions/setup-node](https://github.com/actions/setup-node).\n\n\nUpdates `actions/setup-node` from 6.4.0 to 7.0.0\n- [Release notes](https://github.com/actions/setup-node/releases)\n- [Commits](https://github.com/actions/setup-node/compare/48b55a011bda9f5d6\n[…]\n dependency-version: 7.0.0\n dependency-type: direct:production\n update-type: version-update:semver-major\n dependency-group: actions-updates\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "ci(deps)(deps): bump actions/setup-node in the actions-updates group",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T13:09:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ed93a0474aa52b48d4bc9a49c5872575c0ea4475",
"body": "Bumps the patch-updates group with 6 updates:\n\n| Package | From | To |\n| --- | --- | --- |\n| [async-trait](https://github.com/dtolnay/async-trait) | `0.1.89` | `0.1.91` |\n| [clap](https://github.com/clap-rs/clap) | `4.6.1` | `4.6.2` |\n| [http-body-util](https://github.com/hyperium/http-body) | `0.1.\n[…]\n dependency-version: 1.0.104\n dependency-type: direct:production\n update-type: version-update:semver-patch\n dependency-group: patch-updates\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps)(deps): bump the patch-updates group with 6 updates",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T12:43:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f3208d3111357a8e8c8f362546ed49e3bdd2b3ba",
"body": "Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.83.2 to 2.83.4.\n- [Release notes](https://github.com/taiki-e/install-action/releases)\n- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/taiki-e/install-action\n[…]\ndency-name: taiki-e/install-action\n dependency-version: 2.83.4\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "ci(deps)(deps): bump taiki-e/install-action from 2.83.2 to 2.83.4",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T12:14:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d3acd6d510794348eaada8ef5e3a09b95a86fcfe",
"body": "Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 3.0.1 to 3.0.2.\n- [Release notes](https://github.com/softprops/action-gh-release/releases)\n- [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md)\n- [Commits](https://github.com/so\n[…]\ny-name: softprops/action-gh-release\n dependency-version: 3.0.2\n dependency-type: direct:production\n update-type: version-update:semver-patch\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "ci(deps)(deps): bump softprops/action-gh-release from 3.0.1 to 3.0.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-20T11:54:41Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "19ad7d31159d148da4af1839c650c40cb8772cef",
"body": "Replace fold-based min/max with explicit loops in hybrid normalize/merge to avoid equivalent cargo-mutants relational mutants. Dual-surface: src/retrieval/hybrid.rs + crates/csm-retrieval/src/hybrid.rs.\n\nDropped accidental export.json timestamp churn before merge.",
"is_bot": false,
"headline": "perf(retrieval): optimize float min-max accumulation in hybrid search",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-20T11:21:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd6b8d24dde5c4eb39751945592d6a1c1ad7abc6",
"body": "* perf(framework): address open issues #524–#526 in framework_ops\n\n- #524: clone namespace once via namespace() for dual-read ops\n- #525: parallel ConceptBuilder construction before durable inject\n- #526: split import inject vs associate into short write holds\n with shared apply_import_payload help\n[…]\nCOMMENDATIONS_2026_07_20.md with full analysis\n- Update GOAP_STATE, ACTIONS, GOALS with Wave 33 targets\n- Remove stale opencode.json\n\n---------\n\nCo-authored-by: CommandCodeBot <noreply@commandcode.ai>",
"is_bot": false,
"headline": "chore(plans): archive completed plans and run codebase analysis (#535)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-20T10:28:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "fd08fe95d6a3a3d58855f2f5902affc50ac6f7fd",
"body": "Co-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(retrieval): delay string cloning in hybrid merge_results",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-19T11:08:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "2b4b4d592ec734b83afdb62fd9955c5f7ee6f8a9",
"body": "Co-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(retrieval): delay string cloning in hybrid merge_results",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-19T11:08:26Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "101962ef6edc982ce7e68b4305ca0db319bbe56a",
"body": "Promote Jules multi-PR, commitlint full-range, and mutation in-diff\npitfalls into git-workflow, github-ci-guardrails (new pitfalls ref),\nAGENTS checklist, hard-constraints, and mutation_test.sh comments.",
"is_bot": false,
"headline": "docs: harden instructions from open PR triage learnings (#531)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-18T15:09:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "183fd6af4faa5304862cd18fb1a264f345f8a2e0",
"body": "GOAP orchestrator + swarm cleared PRs #520/#527/#528/#529: merged BM25,\nRayon probe_batch, and hybrid top-k; closed empty research PR. Capture\nCI repair learnings and merge order in GOAP_STATE, ACTIONS, PROGRESS,\nand LEARNINGS.",
"is_bot": false,
"headline": "docs: record open PR triage 2026-07-18 outcomes (#530)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-18T14:46:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2db67110a89923059b19e61dfe0b4c70f275bbf",
"body": "…t (#529)\n\nKeep fold-based min/max (no intermediate Vec), add top_k with\nselect_nth_unstable_by + truncate, then sort only the retained top_k.\nEarly-return for top_k == 0. Dual-surface parity for src and csm-retrieval.\n\nKill mutation surface for len==top_k boundary ( > vs >= ) and exclude\nCLI run_query entry-point mutants under --lib-only CI mutation.\n\nFixes #523",
"is_bot": false,
"headline": "perf(retrieval): optimize hybrid merge_results with partial top-k sor…",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-18T14:02:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1e94c112d8280d355fd226d82e7d8dbc1e558c30",
"body": "…Rayon (#527)\n\nUse Rayon par_iter for multi-query probe_batch / probe_batch_cached when\nthe parallel feature is enabled (non-wasm). Keep serial fallback for wasm\nand builds without parallel. Add Send+Sync compile-time assert, focused\nops tests, and a probe_batch comparison benchmark.\n\nCo-authored-by: d.o. <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": false,
"headline": "perf(framework): parallelize probe_batch and probe_batch_cached with …",
"author_name": "Dominik Oswald",
"author_login": "d-oit",
"committed_at": "2026-07-18T11:44:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f8b2bbc88edbf6f3644f805b8886064f177004e2",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "perf(retrieval): optimize BM25 search hot loop (#528)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-18T11:02:20Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "817c3e3e2b3f1c770b3366f98ed822772a8706cb",
"body": "* perf(retrieval): optimize MMR reranker\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>\n\n* perf(retrieval): optimize MMR reranker and skip mutation timeouts\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>\n\n* perf(retrieval): optimize MMR reranker and skip\n[…]\n sequential mutants\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "perf(retrieval): optimize MMR reranker (#521)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-17T18:06:54Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "12c817a096f54af0701714925ff711dffd35e000",
"body": null,
"is_bot": false,
"headline": "fix(ci): exclude FrameworkBuilder::build comparison mutants",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-17T09:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "69012fc22a7433be4d9961baf538a1d6ba3f06d8",
"body": null,
"is_bot": false,
"headline": "fix(ci): exclude wave32 absence mutants causing build timeouts",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-17T09:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d95b8cc3dccdf570ec79cf0040e193857118cb2",
"body": null,
"is_bot": false,
"headline": "fix(ci): address code smells in eval-critical-skills.sh and validate.sh",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-17T09:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "eae38a30f7c4c09adab5fea0192d40baeb782786",
"body": null,
"is_bot": false,
"headline": "fix(ci): increase mutation test build timeout for wave32 features",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-17T09:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f7eaca56dc7df3e4b8a251d787df558eb07bd0bc",
"body": "Pass workflow_dispatch inputs via env: to satisfy Codacy/Opengrep\nrun-shell-injection rule. Document the pattern in CI pitfalls.",
"is_bot": false,
"headline": "fix(ci): avoid github context interpolation in fuzz-scheduled run",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-17T09:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84618c2d35dc65d35e541fbfed003f66d3644824",
"body": "cargo check --target wasm32 with default features pulls libsql via\ncsm-persistence, which is host-only. Match production: --no-default-features\n--features wasm. Document in hard-constraints and CI pitfalls.",
"is_bot": false,
"headline": "fix(ci): wasm validate check without default features",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-17T09:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a271f2b24a99fe4060f882855d1009629cd938d8",
"body": "Remove bare cargo-fuzz versions and fuzz timeouts from workflow steps;\nsource .github/ci-settings.env. TTL cancel/shutdown and absence threshold\nuse named defaults with CSM_* env overrides. Document in hard-constraints\nand CI skills.",
"is_bot": false,
"headline": "refactor(ci): centralize versions and timeouts in ci-settings.env",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-17T09:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a55c0cb5b4b81353f3657acd720cae8f5d3685f",
"body": null,
"is_bot": false,
"headline": "docs(ci): document cargo-fuzz pin and sanitizer none for pr",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-17T09:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "709ad72bde39a60e5ad4e9e6ff65036500b3ebf7",
"body": "Avoid taiki cargo-fuzz@ver (unsupported binstall) and dual\nsetup-rust-toolchain clobber. Install nightly via rustup; run short\nfuzz with --sanitizer none. Document in ci-pitfalls skill reference.",
"is_bot": false,
"headline": "fix(ci): make fuzz short runs use pinned cargo-fuzz without musl",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-17T09:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "278d46457f25b1dc47e69d32ffb9b03ff2ea32be",
"body": "Add plans/goap/agents scopes; document wasm out-dir, aarch64 unreachable,\nmutation stubs, ttl abort, and absence short-circuit in hard-constraints,\ngit-workflow, and github-ci-guardrails to prevent regressions.",
"is_bot": false,
"headline": "docs(ci): encode wave32 ci pitfalls and commitlint range checks",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-17T09:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e79777719132fbfebcd4c2e23190d92640423856",
"body": null,
"is_bot": false,
"headline": "docs: fix wave32 progress pr link to 518",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-17T09:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3bbeac59d068634882089878aed4c976c63136dd",
"body": "Abort TTL cleanup on shutdown timeout; poll cancel between intervals.\nGate BM25 absence skip when HDC is also empty; clear absences on inject.\nAdd delete/clear absence APIs and real short-circuit tests. Pin cargo-fuzz\ninstall and correct GOAP skill-eval wording.",
"is_bot": false,
"headline": "fix(framework): address pr 518 review on ttl and absence",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-17T09:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "92a11450cf79451cfe71912985628540afb3f78a",
"body": "wasm-pack out-dir is relative to the crate path; use absolute paths.\nRegenerate skill catalog with locale-stable sort. Exclude feature-disabled\npersistence stubs from mutation (build timeouts). Fix unreachable\nparallel fallback after aarch64 NEON early return.",
"is_bot": false,
"headline": "fix(ci): repair wasm out-dir, skill catalog, mutation and aarch64 batch",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-17T09:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e9da702643c04fc46b7d226f02a23ca73f380c84",
"body": "Own ttl cleanup lifecycle with bounded shutdown; lean feature matrix;\nbm25 absence short-circuit; csm-retrieval hybrid facade; skill catalog\nand critical evals; plan archive manifest; benchmark evidence\nmanifest and ann scale benches; measured memory model; ci wasm/fuzz\nlock remediations.",
"is_bot": false,
"headline": "feat(framework): add wave32 ownership contracts and quality gates",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-17T09:07:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de147d20ce61576f5181df00c9bb19db8a0949e5",
"body": "…CVE-2026-0009 (#519)\n\n- cargo update -p quinn-proto to 0.11.16\n- cargo update -p time --precise 0.3.47\n- cargo audit output clean after upgrades\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "fix(deps): upgrade quinn-proto and time to resolve CVE-2026-0185 and …",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-17T07:29:45Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d36457d0d50a0cd5ebbc742f8f8dc59a78174530",
"body": "Follow-up to 2026 CI review (ADR-0095 aligned):\n\n- mutation: keep timeouts in detected score; fail absolute/fraction budget;\n build-timeout 60s for fast profile; broader change detection via detect-changes\n- detect-changes job: path-filter duckdb/wasm/fuzz/mcp/mutation; cli_cross for\n macOS/Window\n[…]\nde cache\n- wasm: install wasm-pack via pinned taiki-e/install-action (no curl|sh)\n- mcp: drop redundant cargo build before cargo test\n- rust-cache shared-key buckets (test/cli/wasm/miri/fuzz/mutation)",
"is_bot": false,
"headline": "ci: harden mutation gates, path filters, commitlint lock, pin wasm-pack",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-16T12:09:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ca9f099858581866411321d5bc80f0c685fe67e5",
"body": "Analyze job 87601199764 (50+ min stuck on ~120 in-diff mutants):\nfull cargo test spends ~97s on integration vs ~12s on --lib per cycle.\n\nFast profile now: three-dot in-diff, cargo test --lib, 60s test / 120s\nbuild timeouts, preflight mutant count, exclude persistence_wasm. Job\ntimeout 45m; fetch base depth 50 for accurate merge-base.",
"is_bot": false,
"headline": "perf(ci): speed up mutation-test with unit tests and tight timeouts",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-16T12:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d949e365d307513fff20e027a7c5d5dc3d4192c",
"body": "Miri defaults to non-deterministic floating point, so ln/recip in BM25\nyields slightly different scores across identical searches and fails\ntest_cache_consistency (main CI red). Set -Zmiri-deterministic-floats\nin MIRIFLAGS. Also always zero the active score prefix and stabilize\nsort ties by doc index.",
"is_bot": false,
"headline": "fix(ci): miri deterministic floats for BM25 score stability",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-16T12:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "357d4ca2a0f94d1cccbcb26690bb9912e718c569",
"body": "Main CI failed only on miri after Wave 32 P0; PR CI previously skipped\nmiri (push-only). Run miri on pull_request so regressions surface before\nmerge.",
"is_bot": false,
"headline": "ci: run miri on pull requests to catch lib test UB early",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-16T12:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e00ed9f84c8796e613b7ab66b964135765206de7",
"body": "Main CI miri failed on retrieval::bm25::tests::test_cache_consistency:\nthread-local score residuals could skip sparse touch tracking and\npollute repeated searches. Zero the active doc_scores prefix each\nsearch, guard norm-cache length drift, and assert deterministic\nwarm-cache results. Applied to root and csm-retrieval copies.",
"is_bot": false,
"headline": "fix(retrieval): zero BM25 score buffer prefix for miri cache consistency",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-16T12:09:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8c9e9f283a6145cb8be3f3f7619391e4d968e812",
"body": "GOAP swarm Wave 32 Phase 1 continuation:\n\n- ADR-0093: schema v11 namespace revision, IndexSnapshotEnvelope with\n backend fingerprint + checksum, durable inject/delete before memory,\n transactional save_concept, bulk associations, lock-free I/O paths,\n persist revision TOCTOU guard, corrupt envelo\n[…]\n2 NDCG, should_abstain;\n CI adds csm-chaos, cargo-deny, benchmark unit tests; multi-label\n recall thresholds; WASM size headroom for envelope code.\n\nPlans updated for five completed Wave 32 actions.",
"is_bot": false,
"headline": "feat(persistence): wave32 ann envelopes, mcp base64, evidence ci",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-16T12:09:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "29237eb53b03728fab81e77ed5dca322a052fc4d",
"body": "Wave 32 P0: accept ADR-0093..0096, validate ANN backends at build without\nproduction expect, repair fuzz workspace with CI compile gate, add HARNESS.md,\nand enforce fail-closed skill format in validate.sh/pre-commit/CI.",
"is_bot": false,
"headline": "feat(memory): fallible ann validation, fuzz gate, and skill format ci",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-16T08:39:32Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "031accf9f4b81b1fc9f4f39f9dab90d775e2f07e",
"body": "- Raise accumulation planes from 16 to BUNDLE_MAX_PLANES (64) for HVec parity\n- Add N=2 bitwise-AND fast path\n- Extract shared bundle_word_u64 helper lockstep with bundle_word_scalar\n- Expand threshold-consistency tests (N=2..1000) and multi-size benches",
"is_bot": false,
"headline": "fix(core): address BHVec bundle review (planes, N=2, tests, helper)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-16T08:05:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "86031e6ef3e86813e3a92c05693e7bcd92c36b19",
"body": "Co-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(core): optimize BHVec10240 bundle with bit-sliced addition",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-16T08:05:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "3d28448c15bd13cdc4b21d29dd490b2e8d9f6f66",
"body": "Co-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(core): optimize BHVec10240 bundle with bit-sliced addition",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-16T08:05:08Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c93e05e4e7254e4e20dec07d3d816fc49c6b0bf3",
"body": "* chore(workspace): codebase audit and Wave 32 roadmap (2026-07-14)\n\nRead-only audit of architecture, implementation gaps, tests, fuzzing,\nbenchmarks, CI, workflow, and 32 agent skills. Produces evidence-backed\nWave 32 action graph and four proposed ADRs (0093-0096) covering\ncorrectness, ownership, \n[…]\n/0091 status\n- ADR-0024/0025/0091: updated to reflect actual implementation status\n\nNo source code, test, script, or workflow changes.\n\n---------\n\nCo-authored-by: CI/CD Tester <ci-cd-test@example.com>",
"is_bot": false,
"headline": "chore(workspace): codebase audit and Wave 32 roadmap (2026-07-14)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-15T18:38:11Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f9abbfff145215132afbf541bfbbffac4b5b4f1b",
"body": "…ors (#512)\n\n* perf(core): optimize AVX2 Hamming distance with independent accumulators\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>\n\n* perf(core): optimize AVX2 Hamming distance and fix formatting\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>\n\n* perf\n[…]\nds and safety notes\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "perf(core): optimize AVX2 Hamming distance with independent accumulat…",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-15T15:17:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "58918a61ecdf724fb257b5cb05061afed84431c3",
"body": "…ories (#511)\n\n- Fix P0 MCP schema/handler mismatch: tools.rs now reads 'concept_id'\n matching schema.rs declarations (was reading 'id')\n- Fix probe_schema: declare 'vector' array (handler expects vector, not concept_id)\n- Fix probe_text_schema: declare 'query' (handler reads 'query', not 'text')\n-\n[…]\n (lru), opentelemetry_sdk,\n libsql-sqlite3-parser (all blocked upstream)\n- Create .agents/context/shared-conventions.md for org-wide conventions\n\nCo-authored-by: CI/CD Tester <ci-cd-test@example.com>",
"is_bot": false,
"headline": "fix(mcp): align schema/handler field names, async fs, deny.toml advis…",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-14T11:07:16Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f4c29d3d663a7d0c09b6527c8562415a6ce81cdf",
"body": "Optimized update_counts_simd_avx2 in crates/csm-core/src/bundle_simd.rs\nby unrolling the inner byte-processing loop (step_by(2)). This allows\nprocessing 16 bits (2 bytes) per iteration, enhancing Instruction Level\nParallelism (ILP) by allowing the processor to overlap independent\nmasking and addition operations. Verified bit-perfect consistency with\nscalar fallback via unit tests.\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "perf(core): unroll AVX2 bundle update loop for improved ILP (#510)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-14T08:59:19Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "d443890eb1db54025e2d417dea8d111904619806",
"body": "Bumps the minor-updates group with 1 update in the / directory: [rmcp](https://github.com/modelcontextprotocol/rust-sdk).\n\n\nUpdates `rmcp` from 1.7.0 to 1.8.0\n- [Release notes](https://github.com/modelcontextprotocol/rust-sdk/releases)\n- [Changelog](https://github.com/modelcontextprotocol/rust-sdk/b\n[…]\np\n dependency-version: 1.8.0\n dependency-type: direct:production\n update-type: version-update:semver-minor\n dependency-group: minor-updates\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "chore(deps)(deps): bump rmcp",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T13:19:24Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a76deb3092fdc67ba63e99c240ca90cdbb96628e",
"body": "…(#506)\n\n* perf(core): implement deferred accumulation in avx2 hamming distance\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>\n\n* perf(core): optimize horizontal accumulation in avx2 hamming distance\n\n- Rephrase deferred accumulation comment for precision.\n- Remove redundant u\n[…]\ned lint violations.\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "perf(core): implement deferred accumulation in avx2 hamming distance …",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-13T13:00:12Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "1defa3e0325836542e0931b89f07e280dddc849b",
"body": "- Implement 8-bit intermediate accumulation for AVX2 and NEON.\n- Reduces expensive widening addition/SAD instructions by 90%.\n- Extracted loop constants and replaced debug_assert with compile-time assert for array alignment.\n- Restored inner unsafe blocks for consistency with linting rules.\n- Added \n[…]\nenchmark tracking raw Hamming distance performance.\n- Achieves ~7.9% measurable latency reduction in cosine_similarity benchmarks.\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(core): optimize SIMD Hamming distance via deferred accumulation",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-13T11:21:25Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "af7db8865824d3f0e339734602185d80fd09924d",
"body": "- Implement 8-bit intermediate accumulation for AVX2 and NEON.\n- Reduces expensive widening addition/SAD instructions by 90%.\n- Extracted loop constants and added safety guards for array size.\n- Restored inner unsafe blocks for consistency with linting rules.\n- Added regression benchmark tracking raw Hamming distance performance.\n- Achieves ~7.9% measurable latency reduction in cosine_similarity benchmarks.\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(core): optimize SIMD Hamming distance via deferred accumulation",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-13T11:21:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "096237affc9cb9194ba8e48fe983508f6c27c3dd",
"body": "- Implement 8-bit intermediate accumulation for AVX2 and NEON.\n- Reduces expensive widening addition/SAD instructions by 90%.\n- Achieves ~7.9% measurable latency reduction in cosine_similarity benchmarks.\n- Fixes formatting issues in SIMD imports.\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(core): optimize SIMD Hamming distance via deferred accumulation",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-13T11:21:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "c840d3cb8ada0749eba98f37e88dfe74e520c5c5",
"body": "Co-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(core): optimize SIMD Hamming distance via deferred accumulation",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-13T11:21:25Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "e501c3cb93f06f50fa319c5768c1717e73df7b22",
"body": "Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.82.2 to 2.83.2.\n- [Release notes](https://github.com/taiki-e/install-action/releases)\n- [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md)\n- [Commits](https://github.com/taiki-e/install-action\n[…]\ndency-name: taiki-e/install-action\n dependency-version: 2.83.2\n dependency-type: direct:production\n update-type: version-update:semver-minor\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>",
"is_bot": true,
"headline": "ci(deps)(deps): bump taiki-e/install-action from 2.82.2 to 2.83.2",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T10:53:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ab18dc5ee23713192f0542f0a16b4605cb1659ee",
"body": "Bumps the patch-updates group with 3 updates: [clap_complete](https://github.com/clap-rs/clap), [rand](https://github.com/rust-random/rand) and [uuid](https://github.com/uuid-rs/uuid).\n\n\nUpdates `clap_complete` from 4.6.5 to 4.6.7\n- [Release notes](https://github.com/clap-rs/clap/releases)\n- [Change\n[…]\nrsion-update:semver-patch\n dependency-group: patch-updates\n...\n\nSigned-off-by: dependabot[bot] <support@github.com>\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(deps)(deps): bump the patch-updates group with 3 updates (#508)",
"author_name": "dependabot[bot]",
"author_login": "dependabot[bot]",
"committed_at": "2026-07-13T10:33:33Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ea43fea28e10accac34f9de8717789aee9a9e75d",
"body": "LOC gate violations fixed:\n- crates/csm-memory/src/singularity.rs: 629→397 (extracted types to singularity_types.rs)\n- crates/csm-core/src/hyperdim.rs: 563→464 (extracted Hypervector trait to hyperdim_ops.rs)\n- crates/csm-memory/src/graph_traversal.rs: 517→312 (extracted tests to graph_traversal_tes\n[…]\nagents-docs/hard-constraints.md: workspace LOC, supply chain, commitlint rules\n- progress/LEARNINGS.md: Wave 31 patterns documented\n- .agents/skills/: Updated rust-development and github-ci-guardrails",
"is_bot": false,
"headline": "fix(workspace): resolve Wave 31 LOC, supply chain, and commitlint issues",
"author_name": "CI/CD Tester",
"author_login": null,
"committed_at": "2026-07-11T09:28:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "213f56b47e851bac0260979ca26aa5fd10e8062a",
"body": "GOAP reconciliation 2026-07-11 (ADR-0092)",
"is_bot": false,
"headline": "chore(docs): GOAP reconciliation 2026-07-11 (ADR-0092) (#503)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-11T08:25:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c964d503e3b9eeb4e4683a1a41af4ded17c254d8",
"body": "* perf(core): optimize hypervector Hamming distance with SIMD\n\nVectorized HVec10240::hamming_distance using AVX2 and NEON paths.\nAVX2 implementation utilizes _mm256_shuffle_epi8 for nibble popcount\nand _mm256_sad_epu8 for cross-lane accumulation. NEON implementation\nuses vcntq_u8 and vaddlvq_u16 hie\n[…]\non x86_64 hardware.\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "perf(core): optimize Hamming distance with SIMD (#502)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-11T08:11:21Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "87248dba90b99d7ffac77a0a61410593416bc34a",
"body": "* perf(core): optimize BundleAccumulator AVX2 count updates\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>\n\n* perf(core): optimize BundleAccumulator AVX2 count updates (fixed fmt)\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>\n\n* ci(codacy): exclude bund\n[…]\ns are guaranteed by loop structure.\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: CI/CD Tester <ci-cd-test@example.com>",
"is_bot": false,
"headline": "perf(core): optimize BundleAccumulator AVX2 count updates (#500)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-11T07:55:19Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "e8646c23c5cf6240109020c8293e2df49cce7d1f",
"body": "* fix(cli): handle EACCES gracefully in npm global install\n\n- postinstall.js: all error paths now exit 0 (non-fatal) so npm install -g\n doesn't fail entirely; EACCES/EPERM errors get specific guidance about\n npx fallback and npm prefix configuration\n- cli-npm/README.md: npx is now the clearly prim\n[…]\n 'no permission issues' messaging\n and 'Do not use sudo' warning\n\nCloses #469\n\n* ci(lints): add 'codacy' to commitlint allowed scopes\n\n---------\n\nCo-authored-by: CI/CD Tester <ci-cd-test@example.com>",
"is_bot": false,
"headline": "fix(cli-npm): handle EACCES gracefully in global install (#501)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-10T20:40:50Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b649c7ce13276f7e8d4a8b9fcc3ba36a441ec9a7",
"body": "Persist RetrievalAbstention events as absence-memory entries.\n\n## Changes\n- New table (schema v10) for persisting failed retrieval attempts\n- with FNV-1a hashed IDs, upsert semantics, attempt tracking\n- enum (Success/Abstained) replacing raw Vec returns\n- MCP tool for gap audit\n- Bridge filtered\n[…]\nure\n\n## CI Fixes (in this merge)\n- LOC gate: bm25.rs (501→499), singularity_retrieval.rs (563→490)\n- Commitlint: added loc-gate scope\n- WASM size gate raised to 1110000 for absence-memory feature size",
"is_bot": false,
"headline": "Persist RetrievalAbstention events as absence-memory entries (#463)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-09T21:30:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3a5154b776a0cc202d80131875bfae5d02b0e7c2",
"body": "refactor: rename chaotic_semantic_memory_duckdb to csm-duckdb\n\n- Renames crate directory and package name for consistency\n- Updates workspace member reference in root Cargo.toml\n- Formats csm-duckdb source files",
"is_bot": false,
"headline": "refactor: rename chaotic_semantic_memory_duckdb to csm-duckdb (#495)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-09T16:10:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "224a8b40e0dde2c3c6bbf31cb82f1eae43769b16",
"body": "…#499)\n\nfix(ci): add PR triage script and merge conflict checks to workflow\n\n- scripts/pr-triage.sh: overview of PR conflicts + CI status\n- AGENTS.md: step 5b (check merge conflicts FIRST before CI)\n- AGENTS.md: Phase 5 auto-merge anti-pattern warning\n- git-workflow skill: Sequential Merge Protocol + anti-patterns\n- Removed Jules delegation workflow",
"is_bot": false,
"headline": "fix(ci): add PR triage script and merge conflict checks to workflow (…",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-09T15:49:12Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c238342251fb01cdd0aeb0392214fb1dbb6bc1f",
"body": "* fix(build): remove cdylib from root crate, keep in csm-wasm\n\nThe root crate no longer produces a .so/.dylib/.dll on native builds.\nThe WASM cdylib target is properly scoped to the csm-wasm crate.\n\nCloses #474\n\n* fix(ci): update wasm job to build csm-wasm crate (cdylib moved from root)\n\n* fix(build\n[…]\nk for csm_wasm.wasm\n- check-wasm-freshness.sh: target csm-wasm with wasm-pack\n- commitlint.config.cjs: add build, clippy, lints scopes\n\n---------\n\nCo-authored-by: CI/CD Tester <ci-cd-test@example.com>",
"is_bot": false,
"headline": "fix(build): separate cdylib target into csm-wasm (#493)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-09T14:56:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d5077ea98b6f018fa2153a11fddc272c9322d1a5",
"body": "* fix(lints): warn on unwrap/expect/panic in library crates\n\n- Move lint configuration to [workspace.lints.clippy] for workspace-wide inheritance\n- Flip unwrap_used, expect_used, panic from \"allow\" to \"warn\"\n- Add [lints] workspace = true to all sub-crates\n- Add targeted #[allow(...)] in test module\n[…]\ntion rather than per-file #![allow] annotations.\n\n* docs(ci): update clippy best practices plan with current state\n\n* ci: retrigger CI\n\n---------\n\nCo-authored-by: CI/CD Tester <ci-cd-test@example.com>",
"is_bot": false,
"headline": "fix(lints): warn on unwrap/expect/panic in library crates (#497)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-09T14:21:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "3df7e923539f7418e979065f1ade89a617e24e5e",
"body": "* chore(ci): optimize mutation testing workflow\n\nImplement parallelism, tighter timeouts, and early-exit skip logic.\nThis reduces wall time and avoids redundant runs on non-Rust PRs.\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>\n\n* fix(ci): mutual exclusivity between --in-pla\n[…]\narse errors (actionlint validated).\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: CI/CD Tester <ci-cd-test@example.com>",
"is_bot": false,
"headline": "chore(ci): optimize mutation testing workflow and script (#490)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-09T13:51:56Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "abd246f23f2e51b4ec3709495aa4cbc01ae81501",
"body": "Extracted docs-only changes from closed PR #492. Recommends npx, adds EACCES guidance.",
"is_bot": false,
"headline": "docs: clarify npm CLI installation and fix permissions guidance (#498)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-09T13:10:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4969429b0277e8aba8032f27df0c5554df0bbdf7",
"body": "Refactored graph_rag_retrieve to merge similarity calculation, anchor collection, and map construction into a single pass. Replaced multiple single-source BFS traversals with a unified multi-source BFS and implemented top-K selection via select_nth_unstable_by.\n\nResolved redundant iterations over co\n[…]\ned results_map entry guard to prevent redundant enqueues.\n- Hoisted Entry import to module level.\n- Verified final_top_k=0 safety.\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(retrieval): optimize GraphRAG with unified BFS and merged passes",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-09T11:13:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "05432d2833e5303dc46c92fa5ad19ef88e34012f",
"body": "Refactored graph_rag_retrieve to merge similarity calculation, anchor collection, and map construction into a single pass. Replaced multiple single-source BFS traversals with a unified multi-source BFS and implemented top-K selection via select_nth_unstable_by.\n\nResolved redundant iterations over co\n[…]\n% latency reduction (267.3us to 263.6us) in probe_graph_1k_concepts_5_hops. Selection complexity improved from O(M log M) to O(M).\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(retrieval): optimize GraphRAG with unified BFS and merged passes",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-09T11:13:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "02fba741e0236da35252a03d71282e070e1d9dc2",
"body": "Refactored graph_rag_retrieve to merge similarity calculation, anchor collection, and map construction into a single pass. Replaced multiple single-source BFS traversals with a unified multi-source BFS and implemented top-K selection via select_nth_unstable_by.\n\nResolved redundant iterations over co\n[…]\n% latency reduction (267.3us to 263.6us) in probe_graph_1k_concepts_5_hops. Selection complexity improved from O(M log M) to O(M).\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(retrieval): optimize GraphRAG with unified BFS and merged passes",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-09T11:13:50Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "84cea32dacad291bcdbb723417fbddffe61cc94c",
"body": "* feat: expose csm-chaos and csm-traits from root facade crate\n\nCloses #477\n\n* fix: wrap NEON intrinsics in unsafe blocks for Rust 2024 edition compliance\n\n---------\n\nCo-authored-by: CI/CD Tester <ci-cd-test@example.com>",
"is_bot": false,
"headline": "feat: expose csm-chaos and csm-traits from root facade (#494)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-09T09:14:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bac639a57dd91e8578a09bcf7c3843ae4d8b1224",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "feat(deps): add profiling build profile and documentation (#491)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-08T20:01:15Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "232569ca65ca7cbb18dbe2819226579aeb2b71c2",
"body": "- Refine `release.toml` to remove redundant changelog replacements.\n- Update `cliff.toml` to move test commits to Internal and protect breaking changes.\n- Remove dead `validate_changelog` function from `sync-version.sh`.\n- Update `ci.yml` with null-SHA guard for commitlint and consistent version com\n[…]\nist.yml` with build matrix for multi-platform support and pinned SHAs.\n- Standardize all action versions to SHAs across workflows.\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "refactor(release): address PR review feedback",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-08T18:58:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "ff34efc7b37ade4a9a41c5de9ccf47597f94b57c",
"body": "Fixes CI failures caused by the use of tag-based action versions (e.g., @v4).\nAll actions in `.github/workflows/ci.yml` and `.github/workflows/dist.yml` are\nnow pinned to their respective immutable SHAs as required by the repository\nsecurity policy.\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "ci: pin all actions to full-length commit SHAs",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-08T18:58:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ce6a6ea365ec42a6cb975a9b371d10ad5f08cc12",
"body": "…e, and dist\n\n- Add `cliff.toml` for automated changelog generation from conventional commits.\n- Add `release.toml` for `cargo-release` configuration and hooks.\n- Add `dist-workspace.toml` and GitHub workflow for `cargo-dist` binary distribution.\n- Add `commitlint.config.cjs` and CI enforcement for \n[…]\nTRIBUTING.md` with the new release process documentation.\n- Refine `scripts/sync-version.sh` for integration with `cargo-release`.\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "feat(release): automate changelog and distribution with cliff, releas…",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-08T18:58:01Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "2131ef8185bd5fb9d36e3ea7394e4ae7ee500156",
"body": "Co-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "ci: add .actrc for local GitHub Actions testing",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-08T17:18:03Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "442239eb6d8162b7894b3bc969aa269dec7af756",
"body": "Co-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "chore: stop tracking generated metadata.json and export.json",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-08T17:04:42Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "ab6a34603bc4186b54f133ed07e5df2adb881d0b",
"body": "* feat(security): add gitleaks and secretlint for automated scanning\n\n- Ported .gitleaks.toml, .secretlintrc.json, and .secretlintignore from template.\n- Added .github/workflows/secret-scan.yml with pinned SHAs for security.\n- Explicitly allowlisted/ignored metadata.json to prevent false positives.\n\n[…]\net-recommend' rule can be resolved.\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: CI/CD Tester <ci-cd-test@example.com>",
"is_bot": false,
"headline": "Add gitleaks and secretlint for automated secret scanning (#484)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-08T16:10:16Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "94b354d650ff63a2f92951aafca23264fe859b96",
"body": "Implement local quality gate enforcement by porting and adapting the\npre-commit infrastructure from the rust-2026-template.\n\n- Add .pre-commit-config.yaml for orchestrating hooks.\n- Add scripts/quality-gates.sh and scripts/harness-check.sh for\n standardized local validation and structured AI-optimi\n[…]\nonventional commit enforcement.\n- Add .githooks/pre-commit fallback hook script.\n- Update CONTRIBUTING.md with setup instructions.\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "chore(ci): add pre-commit hooks for local quality gate enforcement",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-08T12:52:14Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "4dfe58da922adfeeab7e7c325083ff6d7f726eea",
"body": "Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>",
"is_bot": false,
"headline": "feat: add flake.nix for reproducible multi-target development (#483)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-08T09:34:01Z",
"body_truncated": false,
"is_coding_agent": true
},
{
"oid": "bea337917e7a869251bc9115b3abfad4bc76b8cf",
"body": "* perf(bridge): optimize retrieval pipeline allocations\n\nOptimized `merge_with_breakdown` and `compile_packet` in `BridgeRetrieval`\nto eliminate redundant String clones and unnecessary intermediate allocations.\nUtilized HashMap reference keys and Entry API for faster merges.\n\nCo-authored-by: d-o-hub\n[…]\n compress tests to fit 500 LOC gate\n\n---------\n\nCo-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>\nCo-authored-by: CI/CD Tester <ci-cd-test@example.com>",
"is_bot": false,
"headline": "perf(bridge): optimize retrieval pipeline allocations (#470)",
"author_name": "d.o.",
"author_login": "d-o-hub",
"committed_at": "2026-07-08T09:14:05Z",
"body_truncated": true,
"is_coding_agent": true
},
{
"oid": "29fa37ddcf556ade33effe3823b38360bce98377",
"body": "- Added early break for empty candidates pool.\n- Synchronized VERSION file with Cargo.toml.\n- Maintained guard logic consistency across workspace.\n\nCo-authored-by: d-o-hub <242170972+d-o-hub@users.noreply.github.com>",
"is_bot": true,
"headline": "perf(retrieval): address review feedback on MMR optimization",
"author_name": "google-labs-jules[bot]",
"author_login": "google-labs-jules[bot]",
"committed_at": "2026-07-07T11:57:05Z",
"body_truncated": false,
"is_coding_agent": true
}
],
"releases_count": 21,
"commits_last_year": 935,
"latest_release_at": "2026-06-28T17:01:35Z",
"latest_release_tag": "v0.3.7",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 23,
"days_since_latest_release": 24,
"mean_days_between_releases": 9.4
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 100,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"ecosystem": {
"packages": [
{
"name": "chaotic_semantic_memory",
"exists": true,
"license": "MIT",
"keywords": [
"ai",
"memory",
"wasm",
"reservoir",
"hypervector",
"algorithms",
"wasm",
"data-structures"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/chaotic_semantic_memory",
"is_deprecated": false,
"latest_version": "0.3.7",
"repository_url": "https://github.com/d-o-hub/chaotic_semantic_memory",
"versions_count": 20,
"total_downloads": 11439,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 3349,
"first_published_at": "2026-02-20T10:15:27.195203Z",
"latest_published_at": "2026-07-23T08:06:36.501983Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "@d-o-hub/chaotic_semantic_memory",
"exists": true,
"license": "MIT",
"keywords": [
"ai",
"memory",
"hypervector",
"reservoir",
"wasm",
"semantic",
"neural",
"echo-state-network"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@d-o-hub/chaotic_semantic_memory",
"is_deprecated": false,
"latest_version": "0.3.7",
"repository_url": "https://github.com/d-o-hub/chaotic_semantic_memory",
"versions_count": 15,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 266,
"first_published_at": "2026-02-20T11:00:53.121000Z",
"latest_published_at": "2026-07-22T15:17:45.770000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 0
},
{
"name": "@d-o-hub/csm",
"exists": true,
"license": "MIT",
"keywords": [
"cli",
"ai",
"memory",
"hypervector",
"reservoir",
"semantic",
"echo-state-network"
],
"ecosystem": "npm",
"matches_repo": true,
"registry_url": "https://www.npmjs.com/package/@d-o-hub/csm",
"is_deprecated": false,
"latest_version": "0.3.7",
"repository_url": "https://github.com/d-o-hub/chaotic_semantic_memory",
"versions_count": 4,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": 1,
"monthly_downloads": 333,
"first_published_at": "2026-04-25T19:15:14.312000Z",
"latest_published_at": "2026-06-28T17:01:57.988000Z",
"latest_version_yanked": null,
"days_since_latest_publish": 24
}
]
},
"popularity": {
"forks": 0,
"stars": 3,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": true,
"example_dirs": [
"examples"
],
"has_llms_txt": true,
"has_dockerfile": false,
"has_mcp_signal": true,
"bootstrap_files": [],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"benchmarks/Cargo.toml",
"crates/csm-chaos/Cargo.toml",
"crates/csm-cli/Cargo.toml",
"crates/csm-core-lib/Cargo.toml",
"crates/csm-duckdb/Cargo.toml",
"crates/csm-embedding/Cargo.toml",
"crates/csm-memory/Cargo.toml",
"crates/csm-persistence/Cargo.toml",
"crates/csm-retrieval/Cargo.toml",
"crates/csm-traits/Cargo.toml",
"crates/csm-wasm/Cargo.toml",
"fuzz/Cargo.toml"
],
"largest_source_bytes": 29003,
"source_files_sampled": 334,
"oversized_source_files": 0,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md",
"benchmarks/AGENTS.md",
"crates/csm-duckdb/AGENTS.md"
],
"agent_instruction_max_bytes": 18220
},
"dependencies": {
"manifests": [
"Cargo.toml",
"benchmarks/Cargo.toml",
"cli-npm/package.json",
"fuzz/Cargo.toml",
"package.json",
"wasm/package.json"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "opentelemetry_sdk",
"direct": true,
"version": "0.27.1",
"severity": "moderate",
"ecosystem": "crates",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-w9wp-h8wv-79jx"
],
"fixed_version": "0.32.1",
"advisory_count": 1,
"oldest_advisory_days": 27
},
{
"name": "lru",
"direct": false,
"version": "0.12.5",
"severity": "moderate",
"ecosystem": "crates",
"cvss_score": 5.3,
"advisory_ids": [
"GHSA-rhfx-m35p-ff5j",
"RUSTSEC-2026-0002"
],
"fixed_version": "0.16.3",
"advisory_count": 2,
"oldest_advisory_days": 196
},
{
"name": "rand",
"direct": true,
"version": "0.8.5",
"severity": "low",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"GHSA-cq8v-f236-94qc",
"RUSTSEC-2026-0097"
],
"fixed_version": "0.10.1",
"advisory_count": 2,
"oldest_advisory_days": 104
},
{
"name": "libsql-sqlite3-parser",
"direct": false,
"version": "0.13.0",
"severity": "low",
"ecosystem": "crates",
"cvss_score": 2.9,
"advisory_ids": [
"GHSA-8m95-fffc-h4c5"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 440
},
{
"name": "anyhow",
"direct": true,
"version": "1.0.102",
"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": true,
"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": "instant",
"direct": false,
"version": "0.1.13",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2024-0384"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 689
},
{
"name": "memmap2",
"direct": false,
"version": "0.9.10",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2026-0186"
],
"fixed_version": "0.9.11",
"advisory_count": 1,
"oldest_advisory_days": 32
},
{
"name": "number_prefix",
"direct": false,
"version": "0.4.0",
"severity": "unknown",
"ecosystem": "crates",
"cvss_score": null,
"advisory_ids": [
"RUSTSEC-2025-0119"
],
"fixed_version": null,
"advisory_count": 1,
"oldest_advisory_days": 247
},
{
"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
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"low": 2,
"unknown": 7,
"moderate": 2
},
"advisory_count": 13,
"affected_count": 11,
"assessed_count": 912,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 32,
"direct_affected_count": 4
},
"ecosystems": [
"crates",
"npm"
],
"dependencies": [
{
"name": "csm-chaos",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.7"
},
{
"name": "csm-core-lib",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.7"
},
{
"name": "csm-embedding",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.7"
},
{
"name": "csm-memory",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.7"
},
{
"name": "csm-retrieval",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.7"
},
{
"name": "csm-traits",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.7"
},
{
"name": "tempfile",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "chrono",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4.45"
},
{
"name": "cloudevents-sdk",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9.0"
},
{
"name": "uuid",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "bincode",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.3.3"
},
{
"name": "base64",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "tracing-subscriber",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "rand",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "rand_chacha",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "async-trait",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.1.83"
},
{
"name": "reqwest",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.12"
},
{
"name": "fastembed",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4"
},
{
"name": "hnsw_rs",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.4"
},
{
"name": "clap",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4.5"
},
{
"name": "clap_complete",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4.5.42"
},
{
"name": "anyhow",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "colored",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.2.0"
},
{
"name": "glob",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.3.2"
},
{
"name": "rmcp",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.7"
},
{
"name": "prometheus",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.13"
},
{
"name": "opentelemetry",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.27"
},
{
"name": "opentelemetry_sdk",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.27"
},
{
"name": "opentelemetry-otlp",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.27"
},
{
"name": "tracing-opentelemetry",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.28"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "anyhow",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "anyhow",
"direct": true,
"version": "1.0.102",
"ecosystem": "crates"
},
{
"name": "anyhow",
"direct": true,
"version": "1.0.103",
"ecosystem": "crates"
},
{
"name": "anyhow",
"direct": true,
"version": "1.0.104",
"ecosystem": "crates"
},
{
"name": "async-trait",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "async-trait",
"direct": true,
"version": "0.1.89",
"ecosystem": "crates"
},
{
"name": "async-trait",
"direct": true,
"version": "0.1.91",
"ecosystem": "crates"
},
{
"name": "base64",
"direct": true,
"version": "0.13.1",
"ecosystem": "crates"
},
{
"name": "base64",
"direct": true,
"version": "0.21.7",
"ecosystem": "crates"
},
{
"name": "base64",
"direct": true,
"version": "0.22.1",
"ecosystem": "crates"
},
{
"name": "bincode",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "bincode",
"direct": true,
"version": "1.3.3",
"ecosystem": "crates"
},
{
"name": "chrono",
"direct": true,
"version": "0.4.44",
"ecosystem": "crates"
},
{
"name": "chrono",
"direct": true,
"version": "0.4.45",
"ecosystem": "crates"
},
{
"name": "clap",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "clap",
"direct": true,
"version": "4.6.0",
"ecosystem": "crates"
},
{
"name": "clap",
"direct": true,
"version": "4.6.2",
"ecosystem": "crates"
},
{
"name": "clap_complete",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "clap_complete",
"direct": true,
"version": "4.6.0",
"ecosystem": "crates"
},
{
"name": "clap_complete",
"direct": true,
"version": "4.6.7",
"ecosystem": "crates"
},
{
"name": "cloudevents-sdk",
"direct": true,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "colored",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "colored",
"direct": true,
"version": "2.2.0",
"ecosystem": "crates"
},
{
"name": "colored",
"direct": true,
"version": "3.1.1",
"ecosystem": "crates"
},
{
"name": "csm-chaos",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "csm-core-lib",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "csm-embedding",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "csm-memory",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "csm-retrieval",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "csm-traits",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "fastembed",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "fastembed",
"direct": true,
"version": "4.9.1",
"ecosystem": "crates"
},
{
"name": "glob",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "glob",
"direct": true,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "hnsw_rs",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "hnsw_rs",
"direct": true,
"version": "0.3.4",
"ecosystem": "crates"
},
{
"name": "opentelemetry",
"direct": true,
"version": "0.27.1",
"ecosystem": "crates"
},
{
"name": "opentelemetry-otlp",
"direct": true,
"version": "0.27.0",
"ecosystem": "crates"
},
{
"name": "opentelemetry_sdk",
"direct": true,
"version": "0.27.1",
"ecosystem": "crates"
},
{
"name": "prometheus",
"direct": true,
"version": "0.13.4",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": "0.10.2",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": "0.8.5",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": "0.8.7",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": "0.9.4",
"ecosystem": "crates"
},
{
"name": "rand_chacha",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "rand_chacha",
"direct": true,
"version": "0.10.0",
"ecosystem": "crates"
},
{
"name": "rand_chacha",
"direct": true,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "rand_chacha",
"direct": true,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "reqwest",
"direct": true,
"version": null,
"ecosystem": "crates"
},
{
"name": "reqwest",
"direct": true,
"version": "0.12.28",
"ecosystem": "crates"
},
{
"name": "rmcp",
"direct": true,
"version": "1.8.0",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": "1.0.149",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": "1.0.150",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": "1.0.151",
"ecosystem": "crates"
},
{
"name": "tempfile",
"direct": true,
"version": "3.27.0",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "1.0.69",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "2.0.19",
"ecosystem": "crates"
},
{
"name": "tracing",
"direct": true,
"version": "0.1.44",
"ecosystem": "crates"
},
{
"name": "tracing-opentelemetry",
"direct": true,
"version": "0.28.0",
"ecosystem": "crates"
},
{
"name": "tracing-subscriber",
"direct": true,
"version": "0.3.23",
"ecosystem": "crates"
},
{
"name": "uuid",
"direct": true,
"version": "1.23.0",
"ecosystem": "crates"
},
{
"name": "uuid",
"direct": true,
"version": "1.23.5",
"ecosystem": "crates"
},
{
"name": "uuid",
"direct": true,
"version": "1.24.0",
"ecosystem": "crates"
},
{
"name": "adler2",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "aes",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "ahash",
"direct": false,
"version": "0.7.8",
"ecosystem": "crates"
},
{
"name": "ahash",
"direct": false,
"version": "0.8.12",
"ecosystem": "crates"
},
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "aligned",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "aligned-vec",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "allocator-api2",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "android_system_properties",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "anes",
"direct": false,
"version": "0.1.6",
"ecosystem": "crates"
},
{
"name": "anndists",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "anstream",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "anstyle",
"direct": false,
"version": "1.0.14",
"ecosystem": "crates"
},
{
"name": "anstyle-parse",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "anstyle-query",
"direct": false,
"version": "1.1.5",
"ecosystem": "crates"
},
{
"name": "anstyle-wincon",
"direct": false,
"version": "3.0.11",
"ecosystem": "crates"
},
{
"name": "arbitrary",
"direct": false,
"version": "1.4.2",
"ecosystem": "crates"
},
{
"name": "arc-swap",
"direct": false,
"version": "1.9.1",
"ecosystem": "crates"
},
{
"name": "arg_enum_proc_macro",
"direct": false,
"version": "0.3.4",
"ecosystem": "crates"
},
{
"name": "arrayvec",
"direct": false,
"version": "0.7.6",
"ecosystem": "crates"
},
{
"name": "arrow",
"direct": false,
"version": "56.2.1",
"ecosystem": "crates"
},
{
"name": "arrow-arith",
"direct": false,
"version": "56.2.1",
"ecosystem": "crates"
},
{
"name": "arrow-array",
"direct": false,
"version": "56.2.1",
"ecosystem": "crates"
},
{
"name": "arrow-buffer",
"direct": false,
"version": "56.2.1",
"ecosystem": "crates"
},
{
"name": "arrow-cast",
"direct": false,
"version": "56.2.1",
"ecosystem": "crates"
},
{
"name": "arrow-data",
"direct": false,
"version": "56.2.1",
"ecosystem": "crates"
},
{
"name": "arrow-ord",
"direct": false,
"version": "56.2.1",
"ecosystem": "crates"
},
{
"name": "arrow-row",
"direct": false,
"version": "56.2.1",
"ecosystem": "crates"
},
{
"name": "arrow-schema",
"direct": false,
"version": "56.2.1",
"ecosystem": "crates"
},
{
"name": "arrow-select",
"direct": false,
"version": "56.2.1",
"ecosystem": "crates"
},
{
"name": "arrow-string",
"direct": false,
"version": "56.2.1",
"ecosystem": "crates"
},
{
"name": "as-slice",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "assert-json-diff",
"direct": false,
"version": "2.0.2",
"ecosystem": "crates"
},
{
"name": "assert_cmd",
"direct": false,
"version": "2.2.2",
"ecosystem": "crates"
},
{
"name": "async-stream",
"direct": false,
"version": "0.3.6",
"ecosystem": "crates"
},
{
"name": "async-stream-impl",
"direct": false,
"version": "0.3.6",
"ecosystem": "crates"
},
{
"name": "atoi",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "atomic-waker",
"direct": false,
"version": "1.1.2",
"ecosystem": "crates"
},
{
"name": "autocfg",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "autocfg",
"direct": false,
"version": "1.5.1",
"ecosystem": "crates"
},
{
"name": "av-scenechange",
"direct": false,
"version": "0.14.1",
"ecosystem": "crates"
},
{
"name": "av1-grain",
"direct": false,
"version": "0.2.5",
"ecosystem": "crates"
},
{
"name": "avif-serialize",
"direct": false,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "axum",
"direct": false,
"version": "0.6.20",
"ecosystem": "crates"
},
{
"name": "axum",
"direct": false,
"version": "0.7.9",
"ecosystem": "crates"
},
{
"name": "axum-core",
"direct": false,
"version": "0.3.4",
"ecosystem": "crates"
},
{
"name": "axum-core",
"direct": false,
"version": "0.4.5",
"ecosystem": "crates"
},
{
"name": "bindgen",
"direct": false,
"version": "0.66.1",
"ecosystem": "crates"
},
{
"name": "bit-set",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "bit-vec",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "bit_field",
"direct": false,
"version": "0.10.3",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "1.3.2",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.11.0",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.13.0",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.13.1",
"ecosystem": "crates"
},
{
"name": "bitpacking",
"direct": false,
"version": "0.9.3",
"ecosystem": "crates"
},
{
"name": "bitstream-io",
"direct": false,
"version": "4.10.0",
"ecosystem": "crates"
},
{
"name": "bitvec",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "block-buffer",
"direct": false,
"version": "0.10.4",
"ecosystem": "crates"
},
{
"name": "block-padding",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "borsh",
"direct": false,
"version": "1.6.1",
"ecosystem": "crates"
},
{
"name": "borsh-derive",
"direct": false,
"version": "1.6.1",
"ecosystem": "crates"
},
{
"name": "bstr",
"direct": false,
"version": "1.12.1",
"ecosystem": "crates"
},
{
"name": "built",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.20.2",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.20.3",
"ecosystem": "crates"
},
{
"name": "bytecheck",
"direct": false,
"version": "0.6.12",
"ecosystem": "crates"
},
{
"name": "bytecheck_derive",
"direct": false,
"version": "0.6.12",
"ecosystem": "crates"
},
{
"name": "bytemuck",
"direct": false,
"version": "1.25.0",
"ecosystem": "crates"
},
{
"name": "byteorder",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "byteorder-lite",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "bytes",
"direct": false,
"version": "1.11.1",
"ecosystem": "crates"
},
{
"name": "bytes",
"direct": false,
"version": "1.12.1",
"ecosystem": "crates"
},
{
"name": "cast",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "castaway",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "cbc",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.2.59",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.2.64",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.2.67",
"ecosystem": "crates"
},
{
"name": "census",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "cexpr",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "cfg_aliases",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "chacha20",
"direct": false,
"version": "0.10.0",
"ecosystem": "crates"
},
{
"name": "chacha20",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "chaotic_semantic_memory",
"direct": false,
"version": null,
"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": "cipher",
"direct": false,
"version": "0.4.4",
"ecosystem": "crates"
},
{
"name": "clang-sys",
"direct": false,
"version": "1.8.1",
"ecosystem": "crates"
},
{
"name": "clap_builder",
"direct": false,
"version": "4.6.0",
"ecosystem": "crates"
},
{
"name": "clap_builder",
"direct": false,
"version": "4.6.2",
"ecosystem": "crates"
},
{
"name": "clap_derive",
"direct": false,
"version": "4.6.0",
"ecosystem": "crates"
},
{
"name": "clap_derive",
"direct": false,
"version": "4.6.1",
"ecosystem": "crates"
},
{
"name": "clap_lex",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "cmake",
"direct": false,
"version": "0.1.58",
"ecosystem": "crates"
},
{
"name": "color_quant",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "colorchoice",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "combine",
"direct": false,
"version": "4.6.7",
"ecosystem": "crates"
},
{
"name": "comfy-table",
"direct": false,
"version": "7.1.2",
"ecosystem": "crates"
},
{
"name": "compact_str",
"direct": false,
"version": "0.9.1",
"ecosystem": "crates"
},
{
"name": "console",
"direct": false,
"version": "0.15.11",
"ecosystem": "crates"
},
{
"name": "console",
"direct": false,
"version": "0.16.3",
"ecosystem": "crates"
},
{
"name": "console_error_panic_hook",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "console_error_panic_hook",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "const-random",
"direct": false,
"version": "0.1.18",
"ecosystem": "crates"
},
{
"name": "const-random-macro",
"direct": false,
"version": "0.1.16",
"ecosystem": "crates"
},
{
"name": "core-foundation",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "core-foundation",
"direct": false,
"version": "0.9.4",
"ecosystem": "crates"
},
{
"name": "core-foundation-sys",
"direct": false,
"version": "0.8.7",
"ecosystem": "crates"
},
{
"name": "cpu-time",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "cpufeatures",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "cpufeatures",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "crc32fast",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "criterion",
"direct": false,
"version": null,
"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-channel",
"direct": false,
"version": "0.5.15",
"ecosystem": "crates"
},
{
"name": "crossbeam-deque",
"direct": false,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "crossbeam-deque",
"direct": false,
"version": "0.8.7",
"ecosystem": "crates"
},
{
"name": "crossbeam-epoch",
"direct": false,
"version": "0.9.18",
"ecosystem": "crates"
},
{
"name": "crossbeam-epoch",
"direct": false,
"version": "0.9.20",
"ecosystem": "crates"
},
{
"name": "crossbeam-utils",
"direct": false,
"version": "0.8.21",
"ecosystem": "crates"
},
{
"name": "crossbeam-utils",
"direct": false,
"version": "0.8.22",
"ecosystem": "crates"
},
{
"name": "crunchy",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "crypto-common",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "csm-persistence",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "darling",
"direct": false,
"version": "0.20.11",
"ecosystem": "crates"
},
{
"name": "darling",
"direct": false,
"version": "0.23.0",
"ecosystem": "crates"
},
{
"name": "darling_core",
"direct": false,
"version": "0.20.11",
"ecosystem": "crates"
},
{
"name": "darling_core",
"direct": false,
"version": "0.23.0",
"ecosystem": "crates"
},
{
"name": "darling_macro",
"direct": false,
"version": "0.20.11",
"ecosystem": "crates"
},
{
"name": "darling_macro",
"direct": false,
"version": "0.23.0",
"ecosystem": "crates"
},
{
"name": "dary_heap",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "delegate-attr",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "deranged",
"direct": false,
"version": "0.5.8",
"ecosystem": "crates"
},
{
"name": "derive_arbitrary",
"direct": false,
"version": "1.4.2",
"ecosystem": "crates"
},
{
"name": "derive_builder",
"direct": false,
"version": "0.20.2",
"ecosystem": "crates"
},
{
"name": "derive_builder_core",
"direct": false,
"version": "0.20.2",
"ecosystem": "crates"
},
{
"name": "derive_builder_macro",
"direct": false,
"version": "0.20.2",
"ecosystem": "crates"
},
{
"name": "difflib",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "digest",
"direct": false,
"version": "0.10.7",
"ecosystem": "crates"
},
{
"name": "dirs",
"direct": false,
"version": "6.0.0",
"ecosystem": "crates"
},
{
"name": "dirs-sys",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "displaydoc",
"direct": false,
"version": "0.2.6",
"ecosystem": "crates"
},
{
"name": "downcast-rs",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "duckdb",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "duckdb",
"direct": false,
"version": "1.4.5",
"ecosystem": "crates"
},
{
"name": "dyn-clone",
"direct": false,
"version": "1.0.20",
"ecosystem": "crates"
},
{
"name": "either",
"direct": false,
"version": "1.15.0",
"ecosystem": "crates"
},
{
"name": "either",
"direct": false,
"version": "1.16.0",
"ecosystem": "crates"
},
{
"name": "encode_unicode",
"direct": false,
"version": "1.0.0",
"ecosystem": "crates"
},
{
"name": "encoding_rs",
"direct": false,
"version": "0.8.35",
"ecosystem": "crates"
},
{
"name": "enum-as-inner",
"direct": false,
"version": "0.6.1",
"ecosystem": "crates"
},
{
"name": "env_filter",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "env_logger",
"direct": false,
"version": "0.11.10",
"ecosystem": "crates"
},
{
"name": "equator",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "equator-macro",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "errno",
"direct": false,
"version": "0.3.14",
"ecosystem": "crates"
},
{
"name": "esaxx-rs",
"direct": false,
"version": "0.1.10",
"ecosystem": "crates"
},
{
"name": "exr",
"direct": false,
"version": "1.74.0",
"ecosystem": "crates"
},
{
"name": "fallible-iterator",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "fallible-iterator",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "fallible-streaming-iterator",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "fastdivide",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "fastrand",
"direct": false,
"version": "2.4.1",
"ecosystem": "crates"
},
{
"name": "fax",
"direct": false,
"version": "0.2.7",
"ecosystem": "crates"
},
{
"name": "fdeflate",
"direct": false,
"version": "0.3.7",
"ecosystem": "crates"
},
{
"name": "filetime",
"direct": false,
"version": "0.2.29",
"ecosystem": "crates"
},
{
"name": "find-msvc-tools",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "flate2",
"direct": false,
"version": "1.1.9",
"ecosystem": "crates"
},
{
"name": "float-cmp",
"direct": false,
"version": "0.10.0",
"ecosystem": "crates"
},
{
"name": "fnv",
"direct": false,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "foreign-types",
"direct": false,
"version": "0.3.2",
"ecosystem": "crates"
},
{
"name": "foreign-types-shared",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "form_urlencoded",
"direct": false,
"version": "1.2.2",
"ecosystem": "crates"
},
{
"name": "fs4",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "funty",
"direct": false,
"version": "2.0.0",
"ecosystem": "crates"
},
{
"name": "futures",
"direct": false,
"version": "0.1.31",
"ecosystem": "crates"
},
{
"name": "futures",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-channel",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-core",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-executor",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-io",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-macro",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-sink",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-task",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "futures-util",
"direct": false,
"version": "0.3.32",
"ecosystem": "crates"
},
{
"name": "generic-array",
"direct": false,
"version": "0.14.7",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.3.4",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "getrandom",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "gif",
"direct": false,
"version": "0.14.2",
"ecosystem": "crates"
},
{
"name": "h2",
"direct": false,
"version": "0.3.27",
"ecosystem": "crates"
},
{
"name": "h2",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "half",
"direct": false,
"version": "2.7.1",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.12.3",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.14.5",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.15.5",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.16.1",
"ecosystem": "crates"
},
{
"name": "hashbrown",
"direct": false,
"version": "0.17.1",
"ecosystem": "crates"
},
{
"name": "hashlink",
"direct": false,
"version": "0.10.0",
"ecosystem": "crates"
},
{
"name": "hashlink",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "heck",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "hermit-abi",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "hf-hub",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "home",
"direct": false,
"version": "0.5.11",
"ecosystem": "crates"
},
{
"name": "home",
"direct": false,
"version": "0.5.12",
"ecosystem": "crates"
},
{
"name": "hostname",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "htmlescape",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "http",
"direct": false,
"version": "0.2.12",
"ecosystem": "crates"
},
{
"name": "http",
"direct": false,
"version": "1.4.2",
"ecosystem": "crates"
},
{
"name": "http-body",
"direct": false,
"version": "0.4.6",
"ecosystem": "crates"
},
{
"name": "http-body",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "http-body-util",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "http-range-header",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "httparse",
"direct": false,
"version": "1.10.1",
"ecosystem": "crates"
},
{
"name": "httpdate",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "hyper",
"direct": false,
"version": "0.14.32",
"ecosystem": "crates"
},
{
"name": "hyper",
"direct": false,
"version": "1.10.1",
"ecosystem": "crates"
},
{
"name": "hyper-rustls",
"direct": false,
"version": "0.27.9",
"ecosystem": "crates"
},
{
"name": "hyper-timeout",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "hyper-timeout",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "hyper-tls",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "hyper-util",
"direct": false,
"version": "0.1.20",
"ecosystem": "crates"
},
{
"name": "iana-time-zone",
"direct": false,
"version": "0.1.65",
"ecosystem": "crates"
},
{
"name": "iana-time-zone-haiku",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "icu_collections",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "icu_locale_core",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "icu_normalizer",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "icu_normalizer_data",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "icu_properties",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "icu_properties_data",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "icu_provider",
"direct": false,
"version": "2.1.1",
"ecosystem": "crates"
},
{
"name": "id-arena",
"direct": false,
"version": "2.3.0",
"ecosystem": "crates"
},
{
"name": "ident_case",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "idna",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "idna_adapter",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "image",
"direct": false,
"version": "0.25.9",
"ecosystem": "crates"
},
{
"name": "image-webp",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "imgref",
"direct": false,
"version": "1.12.2",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": false,
"version": "1.9.3",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": false,
"version": "2.13.1",
"ecosystem": "crates"
},
{
"name": "indexmap",
"direct": false,
"version": "2.14.0",
"ecosystem": "crates"
},
{
"name": "indicatif",
"direct": false,
"version": "0.17.11",
"ecosystem": "crates"
},
{
"name": "inout",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "insta",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "insta",
"direct": false,
"version": "1.48.0",
"ecosystem": "crates"
},
{
"name": "instant",
"direct": false,
"version": "0.1.13",
"ecosystem": "crates"
},
{
"name": "interpolate_name",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "ipnet",
"direct": false,
"version": "2.12.0",
"ecosystem": "crates"
},
{
"name": "is-terminal",
"direct": false,
"version": "0.4.17",
"ecosystem": "crates"
},
{
"name": "is_terminal_polyfill",
"direct": false,
"version": "1.70.2",
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": false,
"version": "0.10.5",
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": false,
"version": "0.14.0",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.18",
"ecosystem": "crates"
},
{
"name": "jiff",
"direct": false,
"version": "0.2.28",
"ecosystem": "crates"
},
{
"name": "jiff-static",
"direct": false,
"version": "0.2.28",
"ecosystem": "crates"
},
{
"name": "jobserver",
"direct": false,
"version": "0.1.34",
"ecosystem": "crates"
},
{
"name": "jobserver",
"direct": false,
"version": "0.1.35",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": "0.3.102",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": "0.3.103",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": "0.3.94",
"ecosystem": "crates"
},
{
"name": "lazy_static",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "lazycell",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "leb128fmt",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "lebe",
"direct": false,
"version": "0.5.3",
"ecosystem": "crates"
},
{
"name": "levenshtein_automata",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "lexical-core",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "lexical-parse-float",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "lexical-parse-integer",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "lexical-util",
"direct": false,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "lexical-write-float",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "lexical-write-integer",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.184",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.186",
"ecosystem": "crates"
},
{
"name": "libduckdb-sys",
"direct": false,
"version": "1.4.5",
"ecosystem": "crates"
},
{
"name": "libfuzzer-sys",
"direct": false,
"version": "0.4.13",
"ecosystem": "crates"
},
{
"name": "libloading",
"direct": false,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "libm",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "libm",
"direct": false,
"version": "0.2.16",
"ecosystem": "crates"
},
{
"name": "libredox",
"direct": false,
"version": "0.1.17",
"ecosystem": "crates"
},
{
"name": "libsql",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "libsql",
"direct": false,
"version": "0.9.30",
"ecosystem": "crates"
},
{
"name": "libsql-ffi",
"direct": false,
"version": "0.9.30",
"ecosystem": "crates"
},
{
"name": "libsql-hrana",
"direct": false,
"version": "0.9.30",
"ecosystem": "crates"
},
{
"name": "libsql-rusqlite",
"direct": false,
"version": "0.9.30",
"ecosystem": "crates"
},
{
"name": "libsql-sqlite3-parser",
"direct": false,
"version": "0.13.0",
"ecosystem": "crates"
},
{
"name": "libsql-sys",
"direct": false,
"version": "0.9.30",
"ecosystem": "crates"
},
{
"name": "libsql_replication",
"direct": false,
"version": "0.9.30",
"ecosystem": "crates"
},
{
"name": "linux-raw-sys",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "linux-raw-sys",
"direct": false,
"version": "0.4.15",
"ecosystem": "crates"
},
{
"name": "litemap",
"direct": false,
"version": "0.8.2",
"ecosystem": "crates"
},
{
"name": "lock_api",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.29",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.32",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.33",
"ecosystem": "crates"
},
{
"name": "loop9",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "lru",
"direct": false,
"version": "0.12.5",
"ecosystem": "crates"
},
{
"name": "lru-slab",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "lz4_flex",
"direct": false,
"version": "0.11.6",
"ecosystem": "crates"
},
{
"name": "mach2",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "macro_rules_attribute",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "macro_rules_attribute-proc_macro",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "matchers",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "matchit",
"direct": false,
"version": "0.7.3",
"ecosystem": "crates"
},
{
"name": "matrixmultiply",
"direct": false,
"version": "0.3.10",
"ecosystem": "crates"
},
{
"name": "maybe-rayon",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "measure_time",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.8.0",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.8.2",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.8.3",
"ecosystem": "crates"
},
{
"name": "memmap2",
"direct": false,
"version": "0.9.10",
"ecosystem": "crates"
},
{
"name": "mime",
"direct": false,
"version": "0.3.17",
"ecosystem": "crates"
},
{
"name": "minicov",
"direct": false,
"version": "0.3.8",
"ecosystem": "crates"
},
{
"name": "minimal-lexical",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "miniz_oxide",
"direct": false,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "mio",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "mio",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "mio",
"direct": false,
"version": "1.2.2",
"ecosystem": "crates"
},
{
"name": "mmap-rs",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "mockito",
"direct": false,
"version": "1.7.2",
"ecosystem": "crates"
},
{
"name": "monostate",
"direct": false,
"version": "0.1.18",
"ecosystem": "crates"
},
{
"name": "monostate-impl",
"direct": false,
"version": "0.1.18",
"ecosystem": "crates"
},
{
"name": "moxcms",
"direct": false,
"version": "0.7.11",
"ecosystem": "crates"
},
{
"name": "murmurhash32",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "native-tls",
"direct": false,
"version": "0.2.18",
"ecosystem": "crates"
},
{
"name": "ndarray",
"direct": false,
"version": "0.16.1",
"ecosystem": "crates"
},
{
"name": "new_debug_unreachable",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "nix",
"direct": false,
"version": "0.30.1",
"ecosystem": "crates"
},
{
"name": "no_std_io2",
"direct": false,
"version": "0.9.4",
"ecosystem": "crates"
},
{
"name": "nom",
"direct": false,
"version": "7.1.3",
"ecosystem": "crates"
},
{
"name": "nom",
"direct": false,
"version": "8.0.0",
"ecosystem": "crates"
},
{
"name": "noop_proc_macro",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "normalize-line-endings",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "ntapi",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "nu-ansi-term",
"direct": false,
"version": "0.50.3",
"ecosystem": "crates"
},
{
"name": "num",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "num-bigint",
"direct": false,
"version": "0.4.6",
"ecosystem": "crates"
},
{
"name": "num-complex",
"direct": false,
"version": "0.4.6",
"ecosystem": "crates"
},
{
"name": "num-conv",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "num-derive",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "num-integer",
"direct": false,
"version": "0.1.46",
"ecosystem": "crates"
},
{
"name": "num-iter",
"direct": false,
"version": "0.1.45",
"ecosystem": "crates"
},
{
"name": "num-rational",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.2.19",
"ecosystem": "crates"
},
{
"name": "num_cpus",
"direct": false,
"version": "1.17.0",
"ecosystem": "crates"
},
{
"name": "number_prefix",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": "1.21.4",
"ecosystem": "crates"
},
{
"name": "once_cell_polyfill",
"direct": false,
"version": "1.70.2",
"ecosystem": "crates"
},
{
"name": "oneshot",
"direct": false,
"version": "0.1.13",
"ecosystem": "crates"
},
{
"name": "onig",
"direct": false,
"version": "6.5.3",
"ecosystem": "crates"
},
{
"name": "onig_sys",
"direct": false,
"version": "69.9.3",
"ecosystem": "crates"
},
{
"name": "oorandom",
"direct": false,
"version": "11.1.5",
"ecosystem": "crates"
},
{
"name": "openssl",
"direct": false,
"version": "0.10.81",
"ecosystem": "crates"
},
{
"name": "openssl-macros",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "openssl-probe",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "openssl-sys",
"direct": false,
"version": "0.9.117",
"ecosystem": "crates"
},
{
"name": "opentelemetry-proto",
"direct": false,
"version": "0.27.0",
"ecosystem": "crates"
},
{
"name": "option-ext",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "ort",
"direct": false,
"version": "2.0.0-rc.9",
"ecosystem": "crates"
},
{
"name": "ort-sys",
"direct": false,
"version": "2.0.0-rc.9",
"ecosystem": "crates"
},
{
"name": "ownedbytes",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "parking_lot",
"direct": false,
"version": "0.12.5",
"ecosystem": "crates"
},
{
"name": "parking_lot_core",
"direct": false,
"version": "0.9.12",
"ecosystem": "crates"
},
{
"name": "paste",
"direct": false,
"version": "1.0.15",
"ecosystem": "crates"
},
{
"name": "pastey",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "pastey",
"direct": false,
"version": "0.2.3",
"ecosystem": "crates"
},
{
"name": "peeking_take_while",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "percent-encoding",
"direct": false,
"version": "2.3.2",
"ecosystem": "crates"
},
{
"name": "phf",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "phf_codegen",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "phf_generator",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "phf_shared",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "pin-project",
"direct": false,
"version": "1.1.11",
"ecosystem": "crates"
},
{
"name": "pin-project",
"direct": false,
"version": "1.1.13",
"ecosystem": "crates"
},
{
"name": "pin-project-internal",
"direct": false,
"version": "1.1.11",
"ecosystem": "crates"
},
{
"name": "pin-project-internal",
"direct": false,
"version": "1.1.13",
"ecosystem": "crates"
},
{
"name": "pin-project-lite",
"direct": false,
"version": "0.2.17",
"ecosystem": "crates"
},
{
"name": "pkg-config",
"direct": false,
"version": "0.3.33",
"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": "png",
"direct": false,
"version": "0.18.1",
"ecosystem": "crates"
},
{
"name": "portable-atomic",
"direct": false,
"version": "1.13.1",
"ecosystem": "crates"
},
{
"name": "portable-atomic-util",
"direct": false,
"version": "0.2.7",
"ecosystem": "crates"
},
{
"name": "potential_utf",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "powerfmt",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "ppv-lite86",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "predicates",
"direct": false,
"version": "3.1.4",
"ecosystem": "crates"
},
{
"name": "predicates-core",
"direct": false,
"version": "1.0.10",
"ecosystem": "crates"
},
{
"name": "predicates-tree",
"direct": false,
"version": "1.0.13",
"ecosystem": "crates"
},
{
"name": "prettyplease",
"direct": false,
"version": "0.2.37",
"ecosystem": "crates"
},
{
"name": "proc-macro-crate",
"direct": false,
"version": "3.5.0",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.106",
"ecosystem": "crates"
},
{
"name": "profiling",
"direct": false,
"version": "1.0.18",
"ecosystem": "crates"
},
{
"name": "profiling-procmacros",
"direct": false,
"version": "1.0.18",
"ecosystem": "crates"
},
{
"name": "proptest",
"direct": false,
"version": "1.11.0",
"ecosystem": "crates"
},
{
"name": "prost",
"direct": false,
"version": "0.12.6",
"ecosystem": "crates"
},
{
"name": "prost",
"direct": false,
"version": "0.13.5",
"ecosystem": "crates"
},
{
"name": "prost-derive",
"direct": false,
"version": "0.12.6",
"ecosystem": "crates"
},
{
"name": "prost-derive",
"direct": false,
"version": "0.13.5",
"ecosystem": "crates"
},
{
"name": "ptr_meta",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "ptr_meta_derive",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "pxfm",
"direct": false,
"version": "0.1.29",
"ecosystem": "crates"
},
{
"name": "qoi",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "quick-error",
"direct": false,
"version": "1.2.3",
"ecosystem": "crates"
},
{
"name": "quick-error",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "quinn",
"direct": false,
"version": "0.11.9",
"ecosystem": "crates"
},
{
"name": "quinn-proto",
"direct": false,
"version": "0.11.16",
"ecosystem": "crates"
},
{
"name": "quinn-udp",
"direct": false,
"version": "0.5.14",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.45",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.46",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "5.3.0",
"ecosystem": "crates"
},
{
"name": "r-efi",
"direct": false,
"version": "6.0.0",
"ecosystem": "crates"
},
{
"name": "radium",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "rand_core",
"direct": false,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "rand_distr",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "rand_pcg",
"direct": false,
"version": "0.10.2",
"ecosystem": "crates"
},
{
"name": "rand_xorshift",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "rav1e",
"direct": false,
"version": "0.8.1",
"ecosystem": "crates"
},
{
"name": "ravif",
"direct": false,
"version": "0.12.0",
"ecosystem": "crates"
},
{
"name": "rawpointer",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "rayon",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "rayon",
"direct": false,
"version": "1.11.0",
"ecosystem": "crates"
},
{
"name": "rayon",
"direct": false,
"version": "1.12.0",
"ecosystem": "crates"
},
{
"name": "rayon-cond",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "rayon-core",
"direct": false,
"version": "1.13.0",
"ecosystem": "crates"
},
{
"name": "redox_syscall",
"direct": false,
"version": "0.5.18",
"ecosystem": "crates"
},
{
"name": "redox_users",
"direct": false,
"version": "0.5.2",
"ecosystem": "crates"
},
{
"name": "ref-cast",
"direct": false,
"version": "1.0.25",
"ecosystem": "crates"
},
{
"name": "ref-cast-impl",
"direct": false,
"version": "1.0.25",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.12.3",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.12.4",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.13.1",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.16",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.10",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.11",
"ecosystem": "crates"
},
{
"name": "rend",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "rgb",
"direct": false,
"version": "0.8.53",
"ecosystem": "crates"
},
{
"name": "ring",
"direct": false,
"version": "0.17.14",
"ecosystem": "crates"
},
{
"name": "rkyv",
"direct": false,
"version": "0.7.46",
"ecosystem": "crates"
},
{
"name": "rkyv_derive",
"direct": false,
"version": "0.7.46",
"ecosystem": "crates"
},
{
"name": "rmcp-macros",
"direct": false,
"version": "1.8.0",
"ecosystem": "crates"
},
{
"name": "rust-stemmers",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "rust_decimal",
"direct": false,
"version": "1.42.1",
"ecosystem": "crates"
},
{
"name": "rustc-hash",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "rustc-hash",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "rustix",
"direct": false,
"version": "0.38.44",
"ecosystem": "crates"
},
{
"name": "rustix",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "rustls",
"direct": false,
"version": "0.23.40",
"ecosystem": "crates"
},
{
"name": "rustls-pki-types",
"direct": false,
"version": "1.14.1",
"ecosystem": "crates"
},
{
"name": "rustls-webpki",
"direct": false,
"version": "0.103.13",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.22",
"ecosystem": "crates"
},
{
"name": "rustversion",
"direct": false,
"version": "1.0.23",
"ecosystem": "crates"
},
{
"name": "rusty-fork",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "ryu",
"direct": false,
"version": "1.0.23",
"ecosystem": "crates"
},
{
"name": "same-file",
"direct": false,
"version": "1.0.6",
"ecosystem": "crates"
},
{
"name": "schannel",
"direct": false,
"version": "0.1.29",
"ecosystem": "crates"
},
{
"name": "schemars",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "schemars_derive",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "scopeguard",
"direct": false,
"version": "1.2.0",
"ecosystem": "crates"
},
{
"name": "seahash",
"direct": false,
"version": "4.1.0",
"ecosystem": "crates"
},
{
"name": "security-framework",
"direct": false,
"version": "3.7.0",
"ecosystem": "crates"
},
{
"name": "security-framework-sys",
"direct": false,
"version": "2.17.0",
"ecosystem": "crates"
},
{
"name": "semver",
"direct": false,
"version": "1.0.28",
"ecosystem": "crates"
},
{
"name": "serde_core",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_derive",
"direct": false,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_derive_internals",
"direct": false,
"version": "0.29.1",
"ecosystem": "crates"
},
{
"name": "serde_path_to_error",
"direct": false,
"version": "0.1.20",
"ecosystem": "crates"
},
{
"name": "serde_urlencoded",
"direct": false,
"version": "0.7.1",
"ecosystem": "crates"
},
{
"name": "sha2",
"direct": false,
"version": "0.10.9",
"ecosystem": "crates"
},
{
"name": "sharded-slab",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "shlex",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "shlex",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "signal-hook-registry",
"direct": false,
"version": "1.4.8",
"ecosystem": "crates"
},
{
"name": "simd-adler32",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "simd_helpers",
"direct": false,
"version": "0.1.0",
"ecosystem": "crates"
},
{
"name": "simdutf8",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "similar",
"direct": false,
"version": "2.7.0",
"ecosystem": "crates"
},
{
"name": "siphasher",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "siphasher",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "sketches-ddsketch",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "slab",
"direct": false,
"version": "0.4.12",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": false,
"version": "1.15.1",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": false,
"version": "1.15.2",
"ecosystem": "crates"
},
{
"name": "snafu",
"direct": false,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "snafu-derive",
"direct": false,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "socket2",
"direct": false,
"version": "0.5.10",
"ecosystem": "crates"
},
{
"name": "socket2",
"direct": false,
"version": "0.6.3",
"ecosystem": "crates"
},
{
"name": "socket2",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "socket2",
"direct": false,
"version": "0.6.5",
"ecosystem": "crates"
},
{
"name": "socks",
"direct": false,
"version": "0.3.4",
"ecosystem": "crates"
},
{
"name": "spm_precompiled",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "sse-stream",
"direct": false,
"version": "0.2.3",
"ecosystem": "crates"
},
{
"name": "stable_deref_trait",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "static_assertions",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "strsim",
"direct": false,
"version": "0.11.1",
"ecosystem": "crates"
},
{
"name": "strum",
"direct": false,
"version": "0.26.3",
"ecosystem": "crates"
},
{
"name": "strum",
"direct": false,
"version": "0.27.2",
"ecosystem": "crates"
},
{
"name": "strum_macros",
"direct": false,
"version": "0.26.4",
"ecosystem": "crates"
},
{
"name": "strum_macros",
"direct": false,
"version": "0.27.2",
"ecosystem": "crates"
},
{
"name": "subtle",
"direct": false,
"version": "2.6.1",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "1.0.109",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.117",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.119",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "3.0.2",
"ecosystem": "crates"
},
{
"name": "sync_wrapper",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "sync_wrapper",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "synstructure",
"direct": false,
"version": "0.13.2",
"ecosystem": "crates"
},
{
"name": "sysctl",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "sysinfo",
"direct": false,
"version": "0.33.1",
"ecosystem": "crates"
},
{
"name": "system-configuration",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "system-configuration-sys",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "tantivy",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "tantivy",
"direct": false,
"version": "0.22.1",
"ecosystem": "crates"
},
{
"name": "tantivy-bitpacker",
"direct": false,
"version": "0.6.0",
"ecosystem": "crates"
},
{
"name": "tantivy-columnar",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "tantivy-common",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "tantivy-fst",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "tantivy-query-grammar",
"direct": false,
"version": "0.22.0",
"ecosystem": "crates"
},
{
"name": "tantivy-sstable",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "tantivy-stacker",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "tantivy-tokenizer-api",
"direct": false,
"version": "0.3.0",
"ecosystem": "crates"
},
{
"name": "tap",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "tar",
"direct": false,
"version": "0.4.46",
"ecosystem": "crates"
},
{
"name": "termtree",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "1.0.69",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "thiserror-impl",
"direct": false,
"version": "2.0.19",
"ecosystem": "crates"
},
{
"name": "thread_local",
"direct": false,
"version": "1.1.10",
"ecosystem": "crates"
},
{
"name": "thread_local",
"direct": false,
"version": "1.1.9",
"ecosystem": "crates"
},
{
"name": "tiff",
"direct": false,
"version": "0.10.3",
"ecosystem": "crates"
},
{
"name": "time",
"direct": false,
"version": "0.3.47",
"ecosystem": "crates"
},
{
"name": "time-core",
"direct": false,
"version": "0.1.8",
"ecosystem": "crates"
},
{
"name": "time-macros",
"direct": false,
"version": "0.2.27",
"ecosystem": "crates"
},
{
"name": "tiny-keccak",
"direct": false,
"version": "2.0.2",
"ecosystem": "crates"
},
{
"name": "tinystr",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "tinytemplate",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "tinyvec",
"direct": false,
"version": "1.11.0",
"ecosystem": "crates"
},
{
"name": "tinyvec_macros",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "tokenizers",
"direct": false,
"version": "0.21.4",
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": false,
"version": "1.51.1",
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": false,
"version": "1.52.3",
"ecosystem": "crates"
},
{
"name": "tokio-io-timeout",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "tokio-macros",
"direct": false,
"version": "2.7.0",
"ecosystem": "crates"
},
{
"name": "tokio-native-tls",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "tokio-rustls",
"direct": false,
"version": "0.26.4",
"ecosystem": "crates"
},
{
"name": "tokio-stream",
"direct": false,
"version": "0.1.18",
"ecosystem": "crates"
},
{
"name": "tokio-util",
"direct": false,
"version": "0.7.18",
"ecosystem": "crates"
},
{
"name": "toml_datetime",
"direct": false,
"version": "1.1.1+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_edit",
"direct": false,
"version": "0.25.12+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "toml_parser",
"direct": false,
"version": "1.1.2+spec-1.1.0",
"ecosystem": "crates"
},
{
"name": "tonic",
"direct": false,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "tonic",
"direct": false,
"version": "0.12.3",
"ecosystem": "crates"
},
{
"name": "tonic-web",
"direct": false,
"version": "0.11.0",
"ecosystem": "crates"
},
{
"name": "tower",
"direct": false,
"version": "0.4.13",
"ecosystem": "crates"
},
{
"name": "tower",
"direct": false,
"version": "0.5.3",
"ecosystem": "crates"
},
{
"name": "tower-http",
"direct": false,
"version": "0.4.4",
"ecosystem": "crates"
},
{
"name": "tower-http",
"direct": false,
"version": "0.6.11",
"ecosystem": "crates"
},
{
"name": "tower-layer",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "tower-service",
"direct": false,
"version": "0.3.3",
"ecosystem": "crates"
},
{
"name": "tracing-attributes",
"direct": false,
"version": "0.1.31",
"ecosystem": "crates"
},
{
"name": "tracing-core",
"direct": false,
"version": "0.1.36",
"ecosystem": "crates"
},
{
"name": "tracing-log",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "tracing-serde",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "try-lock",
"direct": false,
"version": "0.2.5",
"ecosystem": "crates"
},
{
"name": "typenum",
"direct": false,
"version": "1.19.0",
"ecosystem": "crates"
},
{
"name": "typenum",
"direct": false,
"version": "1.20.1",
"ecosystem": "crates"
},
{
"name": "unarray",
"direct": false,
"version": "0.1.4",
"ecosystem": "crates"
},
{
"name": "uncased",
"direct": false,
"version": "0.9.10",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "unicode-normalization-alignments",
"direct": false,
"version": "0.1.12",
"ecosystem": "crates"
},
{
"name": "unicode-segmentation",
"direct": false,
"version": "1.13.3",
"ecosystem": "crates"
},
{
"name": "unicode-width",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "unicode-xid",
"direct": false,
"version": "0.2.6",
"ecosystem": "crates"
},
{
"name": "unicode_categories",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "untrusted",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "ureq",
"direct": false,
"version": "2.12.1",
"ecosystem": "crates"
},
{
"name": "url",
"direct": false,
"version": "2.5.8",
"ecosystem": "crates"
},
{
"name": "utf8-ranges",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "utf8_iter",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "utf8parse",
"direct": false,
"version": "0.2.2",
"ecosystem": "crates"
},
{
"name": "v_frame",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "valuable",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "vcpkg",
"direct": false,
"version": "0.2.15",
"ecosystem": "crates"
},
{
"name": "version_check",
"direct": false,
"version": "0.9.5",
"ecosystem": "crates"
},
{
"name": "wait-timeout",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "walkdir",
"direct": false,
"version": "2.5.0",
"ecosystem": "crates"
},
{
"name": "want",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "wasi",
"direct": false,
"version": "0.11.1+wasi-snapshot-preview1",
"ecosystem": "crates"
},
{
"name": "wasip2",
"direct": false,
"version": "1.0.1+wasi-0.2.4",
"ecosystem": "crates"
},
{
"name": "wasip2",
"direct": false,
"version": "1.0.2+wasi-0.2.9",
"ecosystem": "crates"
},
{
"name": "wasip3",
"direct": false,
"version": "0.4.0+wasi-0.3.0-rc-2026-01-06",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": false,
"version": "0.2.117",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": false,
"version": "0.2.125",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-futures",
"direct": false,
"version": "0.4.67",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-futures",
"direct": false,
"version": "0.4.75",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-futures",
"direct": false,
"version": "0.4.76",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.117",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.125",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.117",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.125",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.117",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.125",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.126",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-test",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-test",
"direct": false,
"version": "0.3.75",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-test-macro",
"direct": false,
"version": "0.3.75",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-test-shared",
"direct": false,
"version": "0.2.125",
"ecosystem": "crates"
},
{
"name": "wasm-encoder",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "wasm-metadata",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "wasm-streams",
"direct": false,
"version": "0.4.2",
"ecosystem": "crates"
},
{
"name": "wasmparser",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "web-sys",
"direct": false,
"version": null,
"ecosystem": "crates"
},
{
"name": "web-sys",
"direct": false,
"version": "0.3.102",
"ecosystem": "crates"
},
{
"name": "web-time",
"direct": false,
"version": "1.1.0",
"ecosystem": "crates"
},
{
"name": "webpki-roots",
"direct": false,
"version": "0.26.11",
"ecosystem": "crates"
},
{
"name": "webpki-roots",
"direct": false,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "weezl",
"direct": false,
"version": "0.1.12",
"ecosystem": "crates"
},
{
"name": "which",
"direct": false,
"version": "4.4.2",
"ecosystem": "crates"
},
{
"name": "widestring",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "winapi",
"direct": false,
"version": "0.3.9",
"ecosystem": "crates"
},
{
"name": "winapi-i686-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "winapi-util",
"direct": false,
"version": "0.1.11",
"ecosystem": "crates"
},
{
"name": "winapi-x86_64-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "windows",
"direct": false,
"version": "0.48.0",
"ecosystem": "crates"
},
{
"name": "windows",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "windows-core",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "windows-core",
"direct": false,
"version": "0.62.2",
"ecosystem": "crates"
},
{
"name": "windows-implement",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "windows-implement",
"direct": false,
"version": "0.60.2",
"ecosystem": "crates"
},
{
"name": "windows-interface",
"direct": false,
"version": "0.57.0",
"ecosystem": "crates"
},
{
"name": "windows-interface",
"direct": false,
"version": "0.59.3",
"ecosystem": "crates"
},
{
"name": "windows-link",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "windows-registry",
"direct": false,
"version": "0.6.1",
"ecosystem": "crates"
},
{
"name": "windows-result",
"direct": false,
"version": "0.1.2",
"ecosystem": "crates"
},
{
"name": "windows-result",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "windows-strings",
"direct": false,
"version": "0.5.1",
"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-sys",
"direct": false,
"version": "0.60.2",
"ecosystem": "crates"
},
{
"name": "windows-sys",
"direct": false,
"version": "0.61.2",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.53.5",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.48.5",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.53.1",
"ecosystem": "crates"
},
{
"name": "winnow",
"direct": false,
"version": "1.0.3",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.46.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen-core",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen-rust",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-bindgen-rust-macro",
"direct": false,
"version": "0.51.0",
"ecosystem": "crates"
},
{
"name": "wit-component",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "wit-parser",
"direct": false,
"version": "0.244.0",
"ecosystem": "crates"
},
{
"name": "writeable",
"direct": false,
"version": "0.6.3",
"ecosystem": "crates"
},
{
"name": "wyz",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "xattr",
"direct": false,
"version": "1.6.1",
"ecosystem": "crates"
},
{
"name": "y4m",
"direct": false,
"version": "0.8.0",
"ecosystem": "crates"
},
{
"name": "yoke",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "yoke-derive",
"direct": false,
"version": "0.8.2",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": false,
"version": "0.7.35",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": false,
"version": "0.8.48",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": false,
"version": "0.8.52",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": false,
"version": "0.8.54",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.7.35",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.8.48",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.8.52",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.8.54",
"ecosystem": "crates"
},
{
"name": "zerofrom",
"direct": false,
"version": "0.1.8",
"ecosystem": "crates"
},
{
"name": "zerofrom-derive",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "zeroize",
"direct": false,
"version": "1.9.0",
"ecosystem": "crates"
},
{
"name": "zerotrie",
"direct": false,
"version": "0.2.4",
"ecosystem": "crates"
},
{
"name": "zerovec",
"direct": false,
"version": "0.11.6",
"ecosystem": "crates"
},
{
"name": "zerovec-derive",
"direct": false,
"version": "0.11.3",
"ecosystem": "crates"
},
{
"name": "zip",
"direct": false,
"version": "6.0.0",
"ecosystem": "crates"
},
{
"name": "zlib-rs",
"direct": false,
"version": "0.6.3",
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": false,
"version": "1.0.21",
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": false,
"version": "1.0.23",
"ecosystem": "crates"
},
{
"name": "zopfli",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "zstd",
"direct": false,
"version": "0.13.3",
"ecosystem": "crates"
},
{
"name": "zstd-safe",
"direct": false,
"version": "7.2.4",
"ecosystem": "crates"
},
{
"name": "zstd-sys",
"direct": false,
"version": "2.0.16+zstd.1.5.7",
"ecosystem": "crates"
},
{
"name": "zune-core",
"direct": false,
"version": "0.4.12",
"ecosystem": "crates"
},
{
"name": "zune-core",
"direct": false,
"version": "0.5.1",
"ecosystem": "crates"
},
{
"name": "zune-inflate",
"direct": false,
"version": "0.2.54",
"ecosystem": "crates"
},
{
"name": "zune-jpeg",
"direct": false,
"version": "0.4.21",
"ecosystem": "crates"
},
{
"name": "zune-jpeg",
"direct": false,
"version": "0.5.15",
"ecosystem": "crates"
},
{
"name": "@babel/code-frame",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@babel/helper-validator-identifier",
"direct": false,
"version": "7.29.7",
"ecosystem": "npm"
},
{
"name": "@commitlint/cli",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/config-conventional",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/config-validator",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/ensure",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/execute-rule",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/format",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/is-ignored",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/lint",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/load",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/message",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/parse",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/read",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/resolve-extends",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/rules",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/to-lines",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/top-level",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@commitlint/types",
"direct": false,
"version": "19.8.1",
"ecosystem": "npm"
},
{
"name": "@kilocode/plugin",
"direct": false,
"version": "7.3.41",
"ecosystem": "npm"
},
{
"name": "@kilocode/sdk",
"direct": false,
"version": "7.3.41",
"ecosystem": "npm"
},
{
"name": "@msgpackr-extract/msgpackr-extract-darwin-arm64",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@msgpackr-extract/msgpackr-extract-darwin-x64",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@msgpackr-extract/msgpackr-extract-linux-arm",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@msgpackr-extract/msgpackr-extract-linux-arm64",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@msgpackr-extract/msgpackr-extract-linux-x64",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@msgpackr-extract/msgpackr-extract-win32-x64",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "@opencode-ai/plugin",
"direct": false,
"version": "1.3.17",
"ecosystem": "npm"
},
{
"name": "@opencode-ai/sdk",
"direct": false,
"version": "1.3.17",
"ecosystem": "npm"
},
{
"name": "@standard-schema/spec",
"direct": false,
"version": "1.1.0",
"ecosystem": "npm"
},
{
"name": "@types/conventional-commits-parser",
"direct": false,
"version": "5.0.2",
"ecosystem": "npm"
},
{
"name": "@types/node",
"direct": false,
"version": "26.1.1",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-aix-ppc64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-darwin-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-darwin-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-freebsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-freebsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-arm",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-loong64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-mips64el",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-ppc64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-riscv64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-s390x",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-linux-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-netbsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-netbsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-openbsd-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-openbsd-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-sunos-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-win32-arm64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "@typescript/typescript-win32-x64",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "ajv",
"direct": false,
"version": "8.20.0",
"ecosystem": "npm"
},
{
"name": "ansi-regex",
"direct": false,
"version": "5.0.1",
"ecosystem": "npm"
},
{
"name": "ansi-styles",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "argparse",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "array-ify",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "callsites",
"direct": false,
"version": "3.1.0",
"ecosystem": "npm"
},
{
"name": "chalk",
"direct": false,
"version": "5.6.2",
"ecosystem": "npm"
},
{
"name": "cliui",
"direct": false,
"version": "8.0.1",
"ecosystem": "npm"
},
{
"name": "color-convert",
"direct": false,
"version": "2.0.1",
"ecosystem": "npm"
},
{
"name": "color-name",
"direct": false,
"version": "1.1.4",
"ecosystem": "npm"
},
{
"name": "compare-func",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-angular",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "conventional-changelog-conventionalcommits",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "conventional-commits-parser",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "cosmiconfig",
"direct": false,
"version": "9.0.2",
"ecosystem": "npm"
},
{
"name": "cosmiconfig-typescript-loader",
"direct": false,
"version": "6.3.0",
"ecosystem": "npm"
},
{
"name": "cross-spawn",
"direct": false,
"version": "7.0.6",
"ecosystem": "npm"
},
{
"name": "dargs",
"direct": false,
"version": "8.1.0",
"ecosystem": "npm"
},
{
"name": "detect-libc",
"direct": false,
"version": "2.1.2",
"ecosystem": "npm"
},
{
"name": "dot-prop",
"direct": false,
"version": "5.3.0",
"ecosystem": "npm"
},
{
"name": "effect",
"direct": false,
"version": "4.0.0-beta.59",
"ecosystem": "npm"
},
{
"name": "emoji-regex",
"direct": false,
"version": "8.0.0",
"ecosystem": "npm"
},
{
"name": "env-paths",
"direct": false,
"version": "2.2.1",
"ecosystem": "npm"
},
{
"name": "error-ex",
"direct": false,
"version": "1.3.4",
"ecosystem": "npm"
},
{
"name": "escalade",
"direct": false,
"version": "3.2.0",
"ecosystem": "npm"
},
{
"name": "fast-check",
"direct": false,
"version": "4.8.0",
"ecosystem": "npm"
},
{
"name": "fast-deep-equal",
"direct": false,
"version": "3.1.3",
"ecosystem": "npm"
},
{
"name": "fast-uri",
"direct": false,
"version": "3.1.4",
"ecosystem": "npm"
},
{
"name": "find-my-way-ts",
"direct": false,
"version": "0.1.6",
"ecosystem": "npm"
},
{
"name": "find-up",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "get-caller-file",
"direct": false,
"version": "2.0.5",
"ecosystem": "npm"
},
{
"name": "git-raw-commits",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "global-directory",
"direct": false,
"version": "4.0.1",
"ecosystem": "npm"
},
{
"name": "import-fresh",
"direct": false,
"version": "3.3.1",
"ecosystem": "npm"
},
{
"name": "import-meta-resolve",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "ini",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "ini",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "is-arrayish",
"direct": false,
"version": "0.2.1",
"ecosystem": "npm"
},
{
"name": "is-fullwidth-code-point",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "is-obj",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "is-text-path",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "isexe",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "jiti",
"direct": false,
"version": "2.6.1",
"ecosystem": "npm"
},
{
"name": "js-tokens",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "js-yaml",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "json-parse-even-better-errors",
"direct": false,
"version": "2.3.1",
"ecosystem": "npm"
},
{
"name": "json-schema-traverse",
"direct": false,
"version": "1.0.0",
"ecosystem": "npm"
},
{
"name": "jsonparse",
"direct": false,
"version": "1.3.1",
"ecosystem": "npm"
},
{
"name": "JSONStream",
"direct": false,
"version": "1.3.5",
"ecosystem": "npm"
},
{
"name": "kubernetes-types",
"direct": false,
"version": "1.30.0",
"ecosystem": "npm"
},
{
"name": "lines-and-columns",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "locate-path",
"direct": false,
"version": "7.2.0",
"ecosystem": "npm"
},
{
"name": "lodash.camelcase",
"direct": false,
"version": "4.3.0",
"ecosystem": "npm"
},
{
"name": "lodash.isplainobject",
"direct": false,
"version": "4.0.6",
"ecosystem": "npm"
},
{
"name": "lodash.kebabcase",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "lodash.merge",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "lodash.mergewith",
"direct": false,
"version": "4.6.2",
"ecosystem": "npm"
},
{
"name": "lodash.snakecase",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "lodash.startcase",
"direct": false,
"version": "4.4.0",
"ecosystem": "npm"
},
{
"name": "lodash.uniq",
"direct": false,
"version": "4.5.0",
"ecosystem": "npm"
},
{
"name": "lodash.upperfirst",
"direct": false,
"version": "4.3.1",
"ecosystem": "npm"
},
{
"name": "meow",
"direct": false,
"version": "12.1.1",
"ecosystem": "npm"
},
{
"name": "minimist",
"direct": false,
"version": "1.2.8",
"ecosystem": "npm"
},
{
"name": "msgpackr",
"direct": false,
"version": "1.12.1",
"ecosystem": "npm"
},
{
"name": "msgpackr-extract",
"direct": false,
"version": "3.0.4",
"ecosystem": "npm"
},
{
"name": "multipasta",
"direct": false,
"version": "0.2.7",
"ecosystem": "npm"
},
{
"name": "node-gyp-build-optional-packages",
"direct": false,
"version": "5.2.2",
"ecosystem": "npm"
},
{
"name": "p-limit",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "p-locate",
"direct": false,
"version": "6.0.0",
"ecosystem": "npm"
},
{
"name": "parent-module",
"direct": false,
"version": "1.0.1",
"ecosystem": "npm"
},
{
"name": "parse-json",
"direct": false,
"version": "5.2.0",
"ecosystem": "npm"
},
{
"name": "path-exists",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "path-key",
"direct": false,
"version": "3.1.1",
"ecosystem": "npm"
},
{
"name": "picocolors",
"direct": false,
"version": "1.1.1",
"ecosystem": "npm"
},
{
"name": "pure-rand",
"direct": false,
"version": "8.4.0",
"ecosystem": "npm"
},
{
"name": "require-directory",
"direct": false,
"version": "2.1.1",
"ecosystem": "npm"
},
{
"name": "require-from-string",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "4.0.0",
"ecosystem": "npm"
},
{
"name": "resolve-from",
"direct": false,
"version": "5.0.0",
"ecosystem": "npm"
},
{
"name": "semver",
"direct": false,
"version": "7.8.5",
"ecosystem": "npm"
},
{
"name": "shebang-command",
"direct": false,
"version": "2.0.0",
"ecosystem": "npm"
},
{
"name": "shebang-regex",
"direct": false,
"version": "3.0.0",
"ecosystem": "npm"
},
{
"name": "split2",
"direct": false,
"version": "4.2.0",
"ecosystem": "npm"
},
{
"name": "string-width",
"direct": false,
"version": "4.2.3",
"ecosystem": "npm"
},
{
"name": "strip-ansi",
"direct": false,
"version": "6.0.1",
"ecosystem": "npm"
},
{
"name": "text-extensions",
"direct": false,
"version": "2.4.0",
"ecosystem": "npm"
},
{
"name": "through",
"direct": false,
"version": "2.3.8",
"ecosystem": "npm"
},
{
"name": "tinyexec",
"direct": false,
"version": "1.2.4",
"ecosystem": "npm"
},
{
"name": "toml",
"direct": false,
"version": "4.1.1",
"ecosystem": "npm"
},
{
"name": "typescript",
"direct": false,
"version": "7.0.2",
"ecosystem": "npm"
},
{
"name": "undici-types",
"direct": false,
"version": "8.3.0",
"ecosystem": "npm"
},
{
"name": "unicorn-magic",
"direct": false,
"version": "0.1.0",
"ecosystem": "npm"
},
{
"name": "uuid",
"direct": false,
"version": "13.0.2",
"ecosystem": "npm"
},
{
"name": "which",
"direct": false,
"version": "2.0.2",
"ecosystem": "npm"
},
{
"name": "wrap-ansi",
"direct": false,
"version": "7.0.0",
"ecosystem": "npm"
},
{
"name": "y18n",
"direct": false,
"version": "5.0.8",
"ecosystem": "npm"
},
{
"name": "yaml",
"direct": false,
"version": "2.9.0",
"ecosystem": "npm"
},
{
"name": "yargs",
"direct": false,
"version": "17.7.3",
"ecosystem": "npm"
},
{
"name": "yargs-parser",
"direct": false,
"version": "21.1.1",
"ecosystem": "npm"
},
{
"name": "yocto-queue",
"direct": false,
"version": "1.2.2",
"ecosystem": "npm"
},
{
"name": "zod",
"direct": false,
"version": "4.1.8",
"ecosystem": "npm"
}
],
"collected": true,
"truncated": false,
"total_count": 944,
"direct_count": 67,
"indirect_count": 877
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 382,
"open_issues": 0,
"closed_ratio": 1,
"closed_issues": 123,
"closed_unmerged_prs": 43
},
"bus_factor": 1,
"bot_contributors": 4,
"top_contributors": [
{
"type": "User",
"login": "d-o-hub",
"commits": 564,
"avatar_url": "https://avatars.githubusercontent.com/u/242170972?v=4"
},
{
"type": "User",
"login": "do-ops885",
"commits": 83,
"avatar_url": "https://avatars.githubusercontent.com/u/197610269?v=4"
},
{
"type": "User",
"login": "d-oit",
"commits": 3,
"avatar_url": "https://avatars.githubusercontent.com/u/6849456?v=4"
}
],
"contributors_sampled": 3,
"top_contributor_share": 0.868
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"benchmark-ci.yml",
"ci.yml",
"dist.yml",
"pages.yml",
"pre-release-gate.yml",
"release.yml",
"tooling-guard.yml",
"version-integrity.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"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": 4,
"reason": "branch protection is not maximal on development and all release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": 10,
"reason": "14 out of 14 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 0/18 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 10,
"reason": "update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 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": 10,
"reason": "30 commit(s) and 30 issue activity found in the last 90 days -- score normalized to 10",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": 10,
"reason": "packaging workflow detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 9,
"reason": "dependency not pinned by hash detected -- score normalized to 9",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 10,
"reason": "SAST tool is run on all commits",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 4,
"reason": "security policy file 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": "11 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "c03d402de555da5886cf2a410a0aaac6afb9b855",
"ran_at": "2026-07-23T11:49:18Z",
"aggregate_score": 5.9,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": true
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-23T11:42:57Z",
"oldest_open_prs": [],
"last_merged_pr_at": "2026-07-23T10:54:36Z",
"ci_last_conclusion": null,
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/d-o-hub/chaotic_semantic_memory",
"host": "github.com",
"name": "chaotic_semantic_memory",
"owner": "d-o-hub"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 68,
"inputs": {
"security": 61,
"vitality": 84,
"community": 49,
"governance": 52,
"engineering": 92
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "good",
"name": "Vitality",
"value": 84,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "good",
"name": "Development activity",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"commits_last_year": 935,
"human_commit_share": 0.67,
"days_since_last_push": 0,
"active_weeks_last_year": 23
},
"components": [
{
"key": "push_recency",
"name": "Push recency",
"detail": "last push 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "push_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "commit_cadence",
"name": "Commit cadence",
"detail": "23/52 weeks with commits",
"points": 15.9,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 23
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "935 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 935
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "30 commit(s) and 30 issue activity found in the last 90 days -- score normalized to 10",
"points": 10,
"status": "met",
"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.3.7",
"releases_from_tags": false,
"days_since_latest_release": 24,
"mean_days_between_releases": 9.4
},
"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 24 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 24
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~9.4 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 9.4
}
}
],
"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": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "at_risk",
"name": "Community & Adoption",
"value": 49,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"forks": 0,
"stars": 3,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "3 stars",
"points": 4.9,
"status": "partial",
"details": [
{
"code": "stars",
"params": {
"count": 3
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "excellent",
"name": "Community health",
"note": null,
"notes": [],
"value": 92,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": true,
"has_pull_request_template": true
},
"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": 18,
"status": "met",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 13.5,
"status": "met",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 6.3,
"status": "met",
"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": [
"chaotic_semantic_memory",
"@d-o-hub/chaotic_semantic_memory",
"@d-o-hub/csm"
],
"dependents": null,
"ecosystems": "crates, npm",
"total_downloads": 11439,
"monthly_downloads": 3948
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "3,948 downloads/month across crates, npm",
"points": 48,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 3948,
"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": 52,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 16,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 3,
"top_contributor_share": 0.868
},
"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 87% of commits",
"points": 3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 87
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "3 contributors",
"points": 4.1,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 3
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "good",
"name": "Issue & PR responsiveness",
"note": null,
"notes": [],
"value": 81,
"inputs": {
"merged_prs": 382,
"open_issues": 0,
"closed_issues": 123,
"issue_closed_ratio": 1,
"closed_unmerged_prs": 43
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "100% of issues closed",
"points": 46.8,
"status": "met",
"details": [
{
"code": "issues_closed_share",
"params": {
"share": 100
}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "382/425 decided PRs merged",
"points": 34.4,
"status": "partial",
"details": [
{
"code": "decided_prs_merged",
"params": {
"merged": 382,
"decided": 425
}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/18 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "critical",
"name": "Ownership & stewardship",
"note": "Excluded from scoring (no data or not applicable): Verified domain. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"verified_domain"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 28,
"inputs": {
"followers": 3,
"owner_type": "User",
"is_verified": null,
"owner_login": "d-o-hub",
"public_repos": 7,
"account_age_days": 260
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "personal (user) account",
"points": 10,
"status": "partial",
"details": [
{
"code": "owner_personal",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": "not applicable to user accounts",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_applicable_to_user_accounts",
"params": {}
}
],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "3 followers of d-o-hub",
"points": 4.3,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 3,
"login": "d-o-hub"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "7 public repos, account ~0 yr old",
"points": 8,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 7
}
},
{
"code": "account_age_years",
"params": {
"years": 0
}
}
],
"max_points": 25
}
]
},
{
"key": "package_maintenance",
"band": "excellent",
"name": "Package maintenance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"packages": [
"chaotic_semantic_memory",
"@d-o-hub/chaotic_semantic_memory",
"@d-o-hub/csm"
],
"ecosystems": "crates, npm",
"any_deprecated": false,
"min_days_since_publish": 0
},
"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 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "20 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 20
}
}
],
"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": "excellent",
"name": "Engineering Quality",
"value": 92,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "excellent",
"name": "Engineering practices",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": true,
"has_precommit_config": true
},
"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": 16,
"status": "met",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 9.6,
"status": "met",
"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": "14 out of 14 merged PRs checked by a CI test -- score normalized to 10",
"points": 20,
"status": "met",
"details": [],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"ai",
"echo-state-network",
"hyperdimensional",
"libsql",
"reservoir-computing",
"rust",
"semantic-memory",
"wasm"
],
"has_wiki": false,
"homepage": "https://d-o-hub.github.io/chaotic_semantic_memory/",
"has_readme": true,
"has_docs_dir": true,
"has_description": true
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 30,
"status": "met",
"details": [],
"max_points": 30
},
{
"key": "documentation_directory",
"name": "Documentation directory",
"detail": null,
"points": 25,
"status": "met",
"details": [],
"max_points": 25
},
{
"key": "documentation_homepage_site",
"name": "Documentation / homepage site",
"detail": "https://d-o-hub.github.io/chaotic_semantic_memory/",
"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": "8 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 8
}
}
],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "moderate",
"name": "Security",
"value": 61,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "moderate",
"name": "Security posture",
"note": null,
"notes": [],
"value": 59,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 18,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 0,
"scorecard_aggregate": 5.9
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection is not maximal on development and all release branches",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "14 out of 14 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 0/18 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "update tool detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is 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": "30 commit(s) and 30 issue activity found in the last 90 days -- score normalized to 10",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "packaging workflow 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 9",
"points": 4.5,
"status": "partial",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "SAST tool is run on all commits",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 2,
"status": "partial",
"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": "11 existing vulnerabilities detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "good",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories. Remaining weights renormalized. Matched 912 resolved dependencies against OSV; 32 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": 912
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 32
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 71,
"inputs": {
"source": "osv",
"advisories": 13,
"affected_packages": 11,
"assessed_packages": 912,
"unassessed_packages": 32,
"affected_by_severity": "moderate 2, low 2, unknown 7",
"direct_affected_packages": 4
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "4 affected: opentelemetry_sdk 0.27.1 (moderate 5.3), rand 0.8.5 (low), anyhow 1.0.102 (unknown), +1 more",
"points": 17.2,
"status": "partial",
"details": [
{
"code": "advisories_affected",
"params": {
"count": 4,
"packages": "opentelemetry_sdk 0.27.1 (moderate 5.3), rand 0.8.5 (low), anyhow 1.0.102 (unknown)"
}
},
{
"code": "advisories_affected_more",
"params": {
"count": 1
}
}
],
"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": "2 advisory-carrying package(s) unaddressed past 90 days; oldest published 218 days ago",
"points": 36.4,
"status": "partial",
"details": [
{
"code": "advisories_stale",
"params": {
"days": 90,
"count": 2,
"oldest": 218
}
}
],
"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": 912,
"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": 1
},
"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": "excellent",
"name": "AI Readiness",
"value": 92,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "excellent",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"has_llms_txt": true,
"legible_history_share": 1,
"agent_instruction_files": [
"AGENTS.md",
"CLAUDE.md",
"benchmarks/AGENTS.md",
"crates/csm-duckdb/AGENTS.md"
],
"agent_instruction_max_bytes": 18220
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "AGENTS.md, CLAUDE.md, benchmarks/AGENTS.md, crates/csm-duckdb/AGENTS.md",
"points": 45,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "AGENTS.md, CLAUDE.md, benchmarks/AGENTS.md, crates/csm-duckdb/AGENTS.md"
}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": "llms.txt present",
"points": 15,
"status": "met",
"details": [
{
"code": "llms_txt_present",
"params": {}
}
],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "67 of 67 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 67,
"sampled": 67
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "excellent",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 94,
"inputs": {
"has_nix": true,
"has_tests": true,
"lockfiles": [
"Cargo.lock",
"package-lock.json"
],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": true,
"typecheck_configs": [],
"agent_commit_share": 0.39,
"toolchain_manifests": [
"Cargo.toml",
"benchmarks/Cargo.toml",
"crates/csm-chaos/Cargo.toml",
"crates/csm-cli/Cargo.toml",
"crates/csm-core-lib/Cargo.toml",
"crates/csm-duckdb/Cargo.toml",
"crates/csm-embedding/Cargo.toml",
"crates/csm-memory/Cargo.toml",
"crates/csm-persistence/Cargo.toml",
"crates/csm-retrieval/Cargo.toml",
"crates/csm-traits/Cargo.toml",
"crates/csm-wasm/Cargo.toml",
"fuzz/Cargo.toml"
],
"dependency_bot_commit_share": 0.08
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml, benchmarks/Cargo.toml, crates/csm-chaos/Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml, benchmarks/Cargo.toml, crates/csm-chaos/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": 11,
"status": "met",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Nix, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Nix, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "39 of the last 100 commits agent-authored or agent-credited",
"points": 10,
"status": "met",
"details": [
{
"code": "agent_authored_commits",
"params": {
"count": 39,
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "8 of the last 100 commits are automated dependency updates",
"points": 8,
"status": "met",
"details": [
{
"code": "dependency_bot_commits",
"params": {
"count": 8,
"sampled": 100
}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 9",
"points": 9,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 29003,
"source_files_sampled": 334,
"oversized_source_files": 0
},
"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": "0/334 source files over 60KB",
"points": 55,
"status": "met",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 334,
"oversized": 0
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "moderate",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 60,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": true,
"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": 20,
"status": "met",
"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",
"deps.dev does not index crates:chaotic_semantic_memory@0.3.7; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-23T11:49:34.331363Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/d/d-o-hub/chaotic_semantic_memory.svg",
"full_name": "d-o-hub/chaotic_semantic_memory",
"license_state": "standard",
"license_spdx": "MIT"
}