Raw JSON report machine-readable
{
"data": {
"repo": {
"topics": [
"decoder",
"mwpm",
"python",
"rust-lang",
"union-find",
"qector",
"cuda",
"ldpc-bp-decoder",
"pymatching",
"qec",
"stim",
"belief-propagation",
"blossom",
"error-correction",
"gpu-acceleration",
"hpc",
"quantum-computing",
"simulation",
"surface-code"
],
"is_fork": false,
"size_kb": 1543,
"has_wiki": false,
"homepage": "https://qector.store",
"languages": {
"Rust": 4473,
"Python": 1120668,
"Dockerfile": 2463
},
"pushed_at": "2026-07-22T19:06:03Z",
"created_at": "2026-06-24T03:18:38Z",
"owner_type": "Organization",
"updated_at": "2026-07-22T19:03:53Z",
"description": "Production-grade Rust/Python quantum error correction decoder. 25+ decoder families: MWPM Blossom, Union-Find, BP-OSD, LDPC/qLDPC, belief-matching, CUDA/GPU batch decoding, AutoDecoder 7-tier fallback. PyMatching/Stim/Sinter compatible. Ed25519 license verification. Benchmark evidence included.",
"is_archived": false,
"is_disabled": false,
"license_spdx": null,
"default_branch": "main",
"license_spdx_raw": "NOASSERTION",
"primary_language": "Python",
"significant_languages": [
"Python"
]
},
"owner": {
"blog": "www.qector.store",
"name": "QECTOR",
"type": "Organization",
"login": "GuillaumeLessard",
"company": null,
"location": "Canada",
"followers": 1,
"avatar_url": "https://avatars.githubusercontent.com/u/296352635?v=4",
"created_at": "2026-06-24T03:06:11Z",
"is_verified": null,
"public_repos": 2,
"account_age_days": 28
},
"license": {
"state": "custom",
"spdx_id": null,
"raw_spdx": "NOASSERTION",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.6.7",
"kind": "patch",
"published_at": "2026-07-22T17:33:10Z"
},
{
"tag": "v0.6.6",
"kind": "patch",
"published_at": "2026-07-12T07:40:10Z"
},
{
"tag": "v0.6.5",
"kind": "patch",
"published_at": "2026-07-12T06:42:29Z"
},
{
"tag": "v0.6.4",
"kind": "patch",
"published_at": "2026-07-10T20:59:02Z"
},
{
"tag": "v0.6.3",
"kind": "patch",
"published_at": "2026-07-10T18:03:08Z"
},
{
"tag": "v0.6.2",
"kind": "patch",
"published_at": "2026-07-08T01:48:34Z"
},
{
"tag": "v0.6.1",
"kind": "patch",
"published_at": "2026-07-05T21:44:40Z"
},
{
"tag": "v0.6.0",
"kind": "minor",
"published_at": "2026-07-05T20:59:15Z"
},
{
"tag": "v0.5.9",
"kind": "patch",
"published_at": "2026-07-05T01:49:35Z"
},
{
"tag": "v0.5.8",
"kind": "patch",
"published_at": "2026-07-02T09:50:27Z"
},
{
"tag": "v0.5.7",
"kind": "patch",
"published_at": "2026-07-02T06:56:26Z"
},
{
"tag": "v0.5.6",
"kind": "patch",
"published_at": "2026-06-29T01:38:53Z"
},
{
"tag": "v0.5.5",
"kind": "patch",
"published_at": "2026-06-28T15:09:44Z"
},
{
"tag": "v0.5.4",
"kind": "patch",
"published_at": "2026-06-27T07:34:57Z"
},
{
"tag": "v0.5.3",
"kind": "patch",
"published_at": "2026-06-25T16:48:42Z"
},
{
"tag": "v0.5.2",
"kind": "patch",
"published_at": "2026-06-25T04:50:36Z"
},
{
"tag": "v0.5.1",
"kind": "patch",
"published_at": "2026-06-24T08:17:47Z"
},
{
"tag": "v0.5.0",
"kind": "minor",
"published_at": "2026-06-24T07:45:16Z"
}
],
"recent_commits": [
{
"oid": "af6e16ec11f50d870a2eda8d7e45094ee5f022a2",
"body": null,
"is_bot": false,
"headline": "fix ruff formatting in __init__.py",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-22T19:05:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a44eeedf260222503c167e75cebdd782d92fd3c1",
"body": null,
"is_bot": false,
"headline": "bump version to 0.6.8",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-22T19:03:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41e21a908b2d7deb7bdaea3d2b1759ae0133ea6d",
"body": "…ke test before publish\n\n- Replace 18 unconditional _native_module lookups with _guard() that\n returns a callable stub raising RuntimeError if symbol is missing\n- _guard() prevents the exact same bug class as 0.6.5 and 0.6.7 from\n shipping again — any missing Rust symbol produces a clear error\n at call time instead of breaking import qector_decoder_v3 entirely\n- Add smoke-test step in the release job that installs the wheel and\n runs import + decoder creation before twine upload",
"is_bot": false,
"headline": "fix: guard all native module imports with _guard() helper, add CI smo…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-22T18:51:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "13c4e39468ee69c771bdaa9687062c56847d98a0",
"body": null,
"is_bot": false,
"headline": "Bust GitHub camo cache for PyPI badge",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-22T17:50:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28cfb1754a3500486bc1211184f0d105b600c48f",
"body": "…zation\n\n- Removed all internal/dev files from git tracking and working tree\n- Created MANIFEST.in for PyPI source distribution\n- Updated CHANGELOG.md — closed publish pipeline gap\n- Merged README.md + PYPI_README.md into single pro, SEO-optimized README\n- Removed PYPI_README.md (merged into README.\n[…]\n requires-python >=3.9\n- Updated codemeta.json and .zenodo.json descriptions for SEO\n- Updated GitHub repo: description, homepage URL (fixed typo), topics\n- Updated .gitignore with additional patterns",
"is_bot": false,
"headline": "v0.6.7 — Production release: repo cleanup, PyPI readiness, SEO optimi…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-22T17:33:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d94dd71301b9c80ac01d98146b3777307eb37fa9",
"body": "Fixes F401 unused imports and F821 undefined names in:\n\n- backend.py: remove unused UnionFindDecoder import, add cast() for mypy\n\n- license.py: remove unused ed25519 module import, narrow to Ed25519PublicKey\n\n- stripe_integration.py: define STRIPE_WEBHOOK_SECRET, fix typing\n\nThis unblocks the tests / ruff-and-mypy CI job which was failing after 8s.",
"is_bot": false,
"headline": "fix(ci): resolve ruff lint errors blocking tests workflow",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-22T16:40:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "81b1da18ac8e6e1bf3dbff0b1c1cd0e2c5bf0db9",
"body": "…license terms",
"is_bot": false,
"headline": "docs: align PyPI and README licensing sections with exact commercial …",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-22T13:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "18e0c6497ae96a51092a9e53de11045751b3b04d",
"body": "…ok signatures, add LRU pool caching, update documentation & clean repo root",
"is_bot": false,
"headline": "refactor(v0.6.7): harden license key generation, enforce Stripe webho…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-22T13:00:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a1cf19badb7c54e8ef6026f22b5c99ca3bd815db",
"body": null,
"is_bot": false,
"headline": "Restore public compile_error! stub for src/lib.rs",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-22T11:46:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e311ec2fcdddd78e59f4bd75245668e33b35c069",
"body": "…fication, Stripe webhook fulfillment, and PyPI documentation",
"is_bot": false,
"headline": "v0.6.7: Complete 7-tier self-auto-debug backend, Ed25519 license veri…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-22T11:44:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d313a630bc0380b2e6cccb20777b0fd19fab1e62",
"body": null,
"is_bot": false,
"headline": "Update tags.json",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T13:53:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3088e0c14a492b62d238ab81f0691f060efc43da",
"body": null,
"is_bot": false,
"headline": "Update RELEASE_NOTES.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T13:22:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcf30619e433fda9f1b8ff07bcdb97e2d4d20eaf",
"body": null,
"is_bot": false,
"headline": "Update SECURITY.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T13:16:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c51b573cd217806f8160f2ca8b37e4d97bccbd85",
"body": null,
"is_bot": false,
"headline": "Update install.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T13:15:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3b6378e8bdb65cccc450202c46b0d67656215c1f",
"body": null,
"is_bot": false,
"headline": "Update install.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T13:14:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0027483fa222aab9ed029409a07f63ade9412b3c",
"body": null,
"is_bot": false,
"headline": "Update install.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T13:13:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "94f36906c8919e7002f83a0c5c0602f8e8364eb7",
"body": null,
"is_bot": false,
"headline": "Update install.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T13:12:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec4e1cef5bb2a2efae7bae14fb4f8755b8ab63f7",
"body": null,
"is_bot": false,
"headline": "Update DISCOVERY.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T13:09:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d216fbf0e89351d65dfbdd3df4a6fa8a5335bf43",
"body": null,
"is_bot": false,
"headline": "Delete QECTOR_Decoder_v3_User_Manual_v063.pdf",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T13:07:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10e54a7d29355035f3e3f94e1928ec7353ac0b8d",
"body": null,
"is_bot": false,
"headline": "Delete QECTOR_Decoder_v3_User_Manual_v064.pdf",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T13:07:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3c13e1f3e2e0736ea686a3406554bd6e33cf6629",
"body": null,
"is_bot": false,
"headline": "Create install.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T13:07:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cd4f4dfadab8d24aa1b367d912e163116352f5e1",
"body": null,
"is_bot": false,
"headline": "Update LICENSE",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T13:05:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fef3c0a5bfd2907fb048b727ea98ad2453b9dee1",
"body": null,
"is_bot": false,
"headline": "Update AGENTS.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T12:58:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "dc0182a29f2ffc5bc6df206de9f55e5314d7e7b5",
"body": null,
"is_bot": false,
"headline": "Delete todo.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T12:41:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1058cc7c2c9d77019294608bd0a7b87eed679edf",
"body": null,
"is_bot": false,
"headline": "Delete generate_v063_user_manual.py",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T12:40:47Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a6a98727aa73e0f11ba156fff87b9036bf9003f3",
"body": null,
"is_bot": false,
"headline": "Delete INSTALL.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T12:40:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0da6be95b6d7058495ebf947c5ebe91c4c97070e",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-16T12:39:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9a204920650dcc82a17d12002d9600e13588df8b",
"body": "…epo)",
"is_bot": false,
"headline": "gitignore: exclude RELEASE_PROCEDURE.md (local-only, not for public r…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-12T08:20:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "750fc7557799372a74a6dc93ec4cbacf6c6c7bc0",
"body": "…flow\"\n\nThis reverts commit c3f9d2d89ec3cc9021d4a0a0d5b5a6bed9671c75.",
"is_bot": false,
"headline": "Revert \"docs: add RELEASE_PROCEDURE.md for LLM/agent dev+release work…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-12T08:19:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3f9d2d89ec3cc9021d4a0a0d5b5a6bed9671c75",
"body": "Documents the full release pipeline for any LLM or human working in this repo: the src/ never-commit-directly rule, version-bump checklist across all 8 files, safe staging pattern (never git add -A), CI verification before tagging, injected-secret update procedure, tag/publish mechanics with irrever\n[…]\ndents in this repo's history (v0.6.5 shipped a broken import, a wrong tag once pointed at a stray deleted branch). AGENTS.md updated to point here and stop hardcoding a version number that goes stale.",
"is_bot": false,
"headline": "docs: add RELEASE_PROCEDURE.md for LLM/agent dev+release workflow",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-12T08:17:00Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "6daa7440fb8826fb4c80891f081c640c8ed2585a",
"body": "…te docs\n\nRoot cause: __init__.py unconditionally referenced _native_module.OpenCLBatchDecoder via a leftover unguarded line, crashing import on every published wheel (all wheels are built without the opencl feature). The correctly-guarded OpenCLBatchDecoder access already existed later in the file;\n[…]\ntation blocks to 0.6.6 and documents the new decoder-family rows (LERBenchmark, HybridDecoder, SlidingWindowDecoder, StreamingDecoder, NeuralPredecoder, GNNPredecoder, GNNTrainer, LookupTableDecoder).",
"is_bot": false,
"headline": "v0.6.6: fix critical import crash (dead OpenCLBatchDecoder ref), upda…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-12T07:40:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b7dd6c8230e5f1a1c808de48dc4808aa8f32b154",
"body": "- Fixed stale 'version = {0.6.4}' citation blocks in both README.md and\n PYPI_README.md (pyproject.toml/Cargo.toml/CITATION.cff/codemeta.json\n were already correctly at 0.6.5).\n- Added 'New in v0.6.5' / 'v0.6.5 Highlights' sections to both files,\n documenting only verified fixes: mypy clean, test\n[…]\ns additional verified fixes\n (test NameError, ruff clean, example_batch.py, CI secret injection)\n alongside the existing entry.\n- Cargo.lock: picked up the 0.6.4->0.6.5 version bump from Cargo.toml.",
"is_bot": false,
"headline": "docs: update README/PYPI_README/CHANGELOG for v0.6.5 release",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-12T06:42:29Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "5e107ead0d40c9da130c3ee5bb7e219de52cbedd",
"body": "…decoders\n\nCPUBatchDecoder/OpenCLBatchDecoder/CUDABatchDecoder are Union-Find-based\nand only support weight <= 2 checks. generate_surface_code_checks()\nproduces weight-4 (four-body) checks, which these decoders correctly\nreject at construction. Switched the demo to generate_ring_code_checks(),\nthe n\n[…]\nis decoder class.\n\nVerified: examples/example_batch.py runs cleanly end-to-end (CPU path,\nOpenCL/CUDA skip gracefully when unavailable). python/tests/test_examples.py\nnow passes (1 passed in 154.39s).",
"is_bot": false,
"headline": "fix: example_batch.py used weight-4 surface code with weight<=2-only …",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-12T06:24:37Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f7e264e34ff0e2ea705f247e92423a5e3e435df7",
"body": "…nge)\n\nFixes CI 'ruff format --check' failure in tests/ruff-and-mypy job.\nVerified: ruff format --check python/ now passes clean (153/153 files).",
"is_bot": false,
"headline": "style: ruff format 10 files (whitespace/blank-line only, no logic cha…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-12T06:06:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b6440949631c544a8a16525bb580408c1538f7e4",
"body": "- pyproject.toml: exclude .venv/.venv_clean_test/target/dist/lib/proto from ruff scope, add per-file ignores for cpu_benchmark_report.py and test_exports.py\n- belief_matching.py, bposd.py, decode_mmap.py, decoder_cache.py, decoder_pool.py, result.py, torch_predecoder.py: v0.6.5 fixes\n- qector_decode\n[…]\ny: test fixes for v0.6.5 API\n- README.md, PYPI_README.md: doc updates\n\nVerified locally: ruff 0 errors, mypy 0 issues (25 files), cargo check clean,\npytest 988 passed / 101 skipped / 0 failed (32:41).",
"is_bot": false,
"headline": "v0.6.5: ruff .venv exclude, decoder module fixes, test suite fixes",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-11T21:33:58Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "9cb88f67937d00cdd4e37189eb596e91104739c0",
"body": null,
"is_bot": false,
"headline": "Update COMMERCIAL.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-11T14:39:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35f7feacb404f287d321264bb189a90858164daf",
"body": null,
"is_bot": false,
"headline": "Update COMMERCIAL.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-11T14:35:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c7a801bfe6c01ed9f371a413f2e36f76f0bcb9c2",
"body": "- README.md: updated 'New in', environment, citation, and additions sections\n- PYPI_README.md: updated highlights and citation version\n- CHANGELOG.md: already had 0.6.5 entry\n- CITATION.cff, codemeta.json: version 0.6.5\n- pyproject.toml, Cargo.toml, __init__.py: version 0.6.5",
"is_bot": false,
"headline": "docs: bump all version references to v0.6.5",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-11T04:25:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c36377bd166e0c00c6c2c49321497a24fa582bf9",
"body": "- PredecodedDecoder: use canonical 'union_find' (not 'unionfind')\n- BeliefMatching: use from_stim_circuit (from_detector_error_model (from_numpy_h doesn't exist in v0.6.2)\n- AutoDecoder: select() takes batch_size, not (c2q, nq)",
"is_bot": false,
"headline": "test: fix test_comprehensive_suite.py for v0.6.2 installed API",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-11T04:20:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d0da8dde0f68fd824995e57d938877e0c459a1b7",
"body": "- Fixed 8 mypy errors across decode_mmap.py, decoder_pool.py, belief_matching.py\n- Fixed test_comprehensive_suite.py import path for new v0.6.4+ APIs\n- PredecodedDecoder backend validation accepts canonical 'union_find'\n- Version bump to 0.6.5 across all metadata (Cargo.toml, pyproject.toml, __init__.py, CITATION.cff, codemeta.json)\n- CHANGELOG.md updated",
"is_bot": false,
"headline": "v0.6.5: mypy clean, test imports fixed, API consistency",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-11T03:58:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f8b5e65129c84308cdabd7af97c1e8b5a6d5e0b",
"body": null,
"is_bot": false,
"headline": "v0.6.4: fix LERBenchmark guard, bump version, expand user manual",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-10T20:59:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8fb3298371a51a8318bb2a743e3e8aea140bd1cf",
"body": "…hon layer)\n\nv0.6.3 was published with stale Rust source from CI secrets.\nUpdated RUST_SRC_B64_1/2/3 with current v0.6.4 Rust source.\nSupersedes broken v0.6.3 wheels on PyPI.",
"is_bot": false,
"headline": "v0.6.4: bump version, CI secrets updated (Rust source now matches Pyt…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-10T18:35:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41176e6fda74fc6c365414a299405faec4ff81fd",
"body": "Full rewrite: DecoderPool, decode_timed, AVX2 SIMD, Blossom Rayon,\nget_decoder, decode_mmap, DecodeResult, Workbench, feature gates,\nupdated code examples, resolved version quirk",
"is_bot": false,
"headline": "Add v0.6.3 User Manual PDF (45 pages, v0.5.2->v0.6.3 upgrade)",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-10T18:20:13Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a74388a780dac2bc77d4d63b56f8290c68e3191",
"body": "…ariable name typo",
"is_bot": false,
"headline": "Fix 11 ruff errors: unused vars, missing Optional import, f-string, v…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-10T18:03:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "bd8291daec595b600e2fc9dac119ac84a9a40e69",
"body": "…, decode_mmap, DecodeResult, Workbench\n\n- BP-OSD: decode_timed(max_latency_ms), 50-iter cap, early-exit on belief convergence\n- CPU batch: AVX2 SIMD transpose+gather (1.1M shots/s via runtime dispatch)\n- Blossom: pre-allocated adjacency, intra-decode Rayon at n>40 defects\n- DecoderPool: multi-proce\n[…]\nnionFindDecoder consistently faster (updated docstring)\n- Feature gates: run_mcp_server behind grpc, OpenCLBatchDecoder behind opencl\n- Cleanup: removed apply_fixes.py, fix_empty_msg.py, stale patches",
"is_bot": false,
"headline": "v0.6.3: BP-OSD convergence cap, AVX2 SIMD, Blossom Rayon, DecoderPool…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-10T17:59:21Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "69f6f7655c7aaeaa8c2a351fa4df47182d49815a",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-09T09:33:22Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d39e34bb31bb5cc51530ea226663754a35fb559f",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-09T09:33:06Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96618bfc4e7fff0f7c6895cb7411e083101fc671",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-09T09:32:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d59fe8d5a510384f8c359cc61a86e342f279061",
"body": "…vements for v0.6.2 (Grok assisted)",
"is_bot": false,
"headline": "Add benchmark_runner.py and full_audit_runner.py + minor script impro…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-09T09:17:28Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6bc05a0ebc672b824ea8afe761bb4ba0e3128c30",
"body": null,
"is_bot": false,
"headline": "Create smoke_test.py",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-09T09:05:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "41fd0373c50c975b0df14bf04cccae4f3b8660cb",
"body": null,
"is_bot": false,
"headline": "Create quick_test.py",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-09T09:05:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e8df01c5a2042bc1f11126d8a41cb6a19533ebb3",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-09T08:45:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6448b8cfa4ef4be4592632d2b89d7f1647542cd5",
"body": "…eues (if: false). Will re-enable after release.",
"is_bot": false,
"headline": "ci: temporarily disable macos-intel job for v0.6.2 to prevent long qu…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-08T01:48:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4dfe751e783435111e513431021d6a80a2abc85a",
"body": "…flect v0.6.2 without macOS Intel x86_64 wheels (due to GitHub Actions queue delays). Supported: Linux, Windows, macOS arm64 + sdist.",
"is_bot": false,
"headline": "docs: update all READMEs, PYPI docs, RELEASE_NOTES, and roadmap to re…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-08T01:48:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b0cdc667967029a6447db04c77b228fedb1b6ca2",
"body": "…ng for publish due to long GitHub Intel macOS queues (8h+). Other wheels will publish promptly.",
"is_bot": false,
"headline": "ci: add concurrency to cancel stale runs; make macos-intel non-blocki…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-08T01:24:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "be5a65731c4572b2ccca73d82c7a660d58598fe7",
"body": "… (generate_surface_code_checks doc, quickstart warning, audit references); ensure v0.6.2 fully remediates P0 issues",
"is_bot": false,
"headline": "docs+code: address remaining points from 0.6.1 independent evaluation…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-07T16:51:43Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b298857c5b6f7cf779b1f3070ddcbfd3f7d6a04b",
"body": "…+ARM support, hypergraph rejection details, sdist, accurate limits, install examples, roadmap reality)",
"is_bot": false,
"headline": "docs: verify and upgrade all documentation for v0.6.2 (full Mac Intel…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-07T16:31:05Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "12cc963ef0ac00f646db5cb00d218f4b3fb81cfc",
"body": "…plicit [tool.ruff.format] with line-ending=lf; reformat python/ to satisfy format check (12 files normalized after recent edits)",
"is_bot": false,
"headline": "ci: pin actions to v5/v6 to silence Node 20 deprecation; ruff: add ex…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-07T16:25:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8f02fcfb001ddd865fe011a420bfac6bdbe9a330",
"body": "…79d introduced formatting drift from namespace/validation edits)",
"is_bot": false,
"headline": "fix: run ruff format on __init__.py to satisfy ruff-and-mypy CI (f788…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-07T16:15:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f78879da83f4727410aa065288375bc463d7b7be",
"body": null,
"is_bot": false,
"headline": "docs: clarify macOS wheel support includes Intel x86_64 + Apple Silicon",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-07T16:11:02Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5dbd4a6ed49d08a3289a44948bf343fb9bbfddb8",
"body": "… target x86_64. Update needs and header comment. Now produces full Mac (Intel+ARM) + Linux + Windows wheels for v0.6.2.",
"is_bot": false,
"headline": "ci: add missing macOS Intel (x86_64) wheel build job using macos-13 +…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-07T16:09:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f9969ffa20141f40075be009d12b3b44a11839f9",
"body": "…ey docs",
"is_bot": false,
"headline": "docs: add v0.6.2 correctness note to CORRECTNESS_AUDIT.md and other k…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-07T16:02:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e875a10eafaa35784508a0c4bbf4ad3e8bcf0b87",
"body": "…ection, validation), and Mac/Linux wheel notes via CI",
"is_bot": false,
"headline": "docs: update all key docs with v0.6.2 highlights, features (hyper rej…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-07T16:02:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d78271179b91e241fc38a1af431e524500de6818",
"body": "…anded validation tests, latest Python fixes for flawless cross-platform (Mac/Linux via CI)",
"is_bot": false,
"headline": "v0.6.2: update all docs, versioning consistency, namespace clean, exp…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-07T16:01:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "de89ab987a309f9bf939eab7c85f9003b891f4c7",
"body": "…ease notes\n\n- Reject hypergraph checks in UnionFindDecoder/FastUnionFindDecoder/BatchDecoder/CPUBatchDecoder/OpenCLBatchDecoder/CUDABatchDecoder via centralized _validate_check_to_qubits(..., reject_hyperedges=True).\n- Add comprehensive input validation for empty, negative, duplicate, out-of-range,\n[…]\n for hypergraph rejection and relaxed d=21 latency threshold.\n- Add release artifact bundle: qector_v0.6.2_critical_fixes.patch, apply_fixes.py, fix_empty_msg.py, python-package.yml workflow, todo.md.",
"is_bot": false,
"headline": "Release v0.6.2: harden Union-Find validation, align versions, add rel…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-06T20:17:35Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "54c0a7a5c0826afac8430245738f2d33db67c645",
"body": "…ME.md\n\n- README.md 'Belief-matching accuracy mode' example called\n BeliefMatching(check_to_qubits, n_qubits, error_rate=0.005), which\n raises TypeError against the real constructor\n (matrices, max_iter=30, bp_shortcut=False). Replaced with a\n self-contained example using BeliefMatching.from_sti\n[…]\n. BpOsdDecoder and the\n Sinter integration example confirmed correct.\n- Bump version to 0.6.1 across all metadata and plain-text labels.\n- CHANGELOG.md / RELEASE_NOTES.md: add matching 0.6.1 entries.",
"is_bot": false,
"headline": "Release v0.6.1: fix broken BeliefMatching constructor example in READ…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-05T21:44:40Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cf97c5af29629f728b46dc9baf28265a98922d04",
"body": "…tadata\n\n- README.md / PYPI_README.md: fix Stim workflow example that imported\n stim_circuit_to_check_matrix, a function removed since 0.5.9 and\n superseded by from_stim_detector_error_model. Verified by AST-parsing\n every documented import against the real module surface.\n- Bump version to 0.6.0\n[…]\n\n plain-text version labels in INSTALL.md, README.md, PYPI_README.md,\n docs/GPU_AND_CUPY.md, docs/SERVICE_API_SCHEMA.md, examples/*.py.\n- CHANGELOG.md / RELEASE_NOTES.md: add matching 0.6.0 entries.",
"is_bot": false,
"headline": "Release v0.6.0: fix stim_compat doc drift, version bump across all me…",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-05T20:59:15Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8a77086cb26b4c8cb055e38f6111133382b8a2f3",
"body": "…typing.Optional/Union across backend, qiskit_plugin, stim_compat, __init__; harden qiskit-absent smoke test",
"is_bot": false,
"headline": "Fix Python 3.9 compatibility: replace PEP 604 'X | None' unions with …",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-05T20:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f7b4f2b73da7c70f42b7f8f7c08b002e48f45ad",
"body": null,
"is_bot": false,
"headline": "Fix smoke-import workflow: skip import step when PyPI install fails",
"author_name": "Ninisadventures",
"author_login": "qectorlab",
"committed_at": "2026-07-05T20:46:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d5ad4eefd5d7fce356d55fd48dd4518f2468a6ed",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-05T06:58:20Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57e759aa9e1c1cbf4a509dd4cfbc970e4dc4d7ef",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-05T06:56:39Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3e0295d8e2cb9433ff8b6325893a4cfbc6b5f369",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-07-05T06:54:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a3f6a67eb31b1c4b8bbcf967bf9e532a9ef59ef0",
"body": null,
"is_bot": false,
"headline": "Release v0.5.9: update package metadata and PyPI/docs references",
"author_name": "Ninisadventures",
"author_login": "qectorlab",
"committed_at": "2026-07-05T01:49:35Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7a09f1f8bde4ecb4e46f388e09cebf6f4dc97a3c",
"body": "0.5.7 was already published to PyPI under the prior module layout, so the\nGPU/CuPy backend + auto-routing + streaming work committed in 930672b ships\nas 0.5.8 instead.\n\n- Bump pyproject.toml, Cargo.toml, Cargo.lock, and the Python runtime\n fallback version (__init__.py) to 0.5.8.\n- CHANGELOG.md / R\n[…]\n subprocess tests fail only because those entry points\nsys.path-insert the source tree, which has no compiled extension in this\ndev environment (site-packages does). Neither is exercised by tests.yml.",
"is_bot": false,
"headline": "Release 0.5.8: version bump across all metadata + doc consistency fixes",
"author_name": "Guillaume Lessard",
"author_login": "iD01tQEC",
"committed_at": "2026-07-02T09:50:27Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "930672b4389462b5a0afaa425ee79476123affda",
"body": "- Add CuPy-accelerated BP backend (bp_cupy.py, gpu_backend.py)\n- Add decoder routing module (routing.py) with auto backend selection\n- Add streaming/sliding-window session support (streaming.py)\n- Add matching examples, tests, and docs (GPU_AND_CUPY.md)\n- Remove superseded advanced.py module and its\n[…]\nupy.py,\n test_gpu_backend.py, test_routing.py, test_streaming.py) to fix\n failing \"tests / ruff-and-mypy (push)\" CI check (ruff format --check\n was failing; ruff lint and mypy were already passing)",
"is_bot": false,
"headline": "Release 0.5.7: GPU/CuPy backend, routing, streaming; fix ruff format CI",
"author_name": "Guillaume Lessard",
"author_login": "iD01tQEC",
"committed_at": "2026-07-02T08:40:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "805577239c1813d9bc5268f6fd2497962713a74d",
"body": null,
"is_bot": false,
"headline": "Harden OpenCL auto backend routing",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-07-02T06:56:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a713f790aa7a8acb623001047344489dbab3bc6a",
"body": "…sioning",
"is_bot": false,
"headline": "Implement 2025/2026 QEC strategic roadmap in v0.5.7 and align all ver…",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-06-29T03:00:09Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b69b5cd0449141566015942a8a11af22bbabd57",
"body": "…stim_compat parallel-impl note, changelog table, API surface, latency table, verified platforms",
"is_bot": false,
"headline": "docs(v0.5.6): rebuild README, PYPI_README, INSTALL, RELEASE_NOTES -- …",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-06-29T01:50:08Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e56b22effd18790e5ebc4b6fb4a3d601f0cf355f",
"body": "…pl not alias; bump to v0.5.6",
"is_bot": false,
"headline": "fix(stim_compat): clarify stim_circuit_to_check_matrix is parallel im…",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-06-29T01:38:53Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "33da8005fb1253b6f05a9f5cb4c3b7616a753446",
"body": null,
"is_bot": false,
"headline": "chore: ignore _kimi_fix_probe.py and _fix_fixtures.py session helpers",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-06-28T23:46:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2a4bd3df627026c353f682e64fdedcb2e40ce3d9",
"body": "…audit issues\n\nEach of the 7 findings from sheet_20260628_182933_generated_by_Kimi_AI.csv\ngets a dedicated test class with multiple assertions:\n\n Issue 1 from_stim_detector_error_model() empty checks (5 tests)\n Issue 2 stim_decoder_from_dem() empty/wrong corrections (3 tests)\n Issue 3 Py\n[…]\n (5 tests)\n Issue 6 decode_with_diagnostics AttributeError (5 tests)\n Issue 7 Blossom sub-optimal on repetition (3 tests)\n\nAll 28 tests pass (0 warnings) on v0.5.5.",
"is_bot": false,
"headline": "test(kimi): add test_kimi_findings.py — 28 tests covering all 7 Kimi …",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-06-28T23:41:13Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8907801ddd44faf18838826a577fc5775acb9703",
"body": "…erified PASS",
"is_bot": false,
"headline": "v0.5.5: add session scratch patterns to .gitignore; 7/7 Kimi issues v…",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-06-28T22:54:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "becfdd53ad28654561e74e59755a064a8271a03a",
"body": "…tore\n\nruff format --check was failing in CI (tests/ruff-and-mypy) because\n__init__.py was restored from the installed wheel which had Windows CRLF\nline endings and minor style drift. Applied ruff format to fix.",
"is_bot": false,
"headline": "fix(lint): ruff format __init__.py -- CRLF/style drift from wheel res…",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-06-28T15:41:31Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "10e586b7a98faf49fabc3e94a9d743bb1488dfec",
"body": "Fixes all 19 previously-documented non-passes from the 0.5.4 test run.\n\n## Code fixes\n\n- python/qector_decoder_v3/predecoder.py: add batch_decode() method\n The source-tree fix was present but never propagated into the installed\n site-packages; sync resolves test_predecoder_all_backends_faithful\n \n[…]\nresult\n\nTargeted smoke: 3/3 PASS (test_predecoder_all_backends_faithful,\ntest_run_examples, test_version_consistency).\nFull suite baseline (0.5.4): 775 passed, 71 skipped, 2 failed -> 0.5.5: 0 failed.",
"is_bot": false,
"headline": "v0.5.5: fix stale tests, PYTHONPATH guard, version consistency sweep",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-06-28T15:09:44Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bcb743628b2e5170d241e7a310f840c3e19bc07f",
"body": null,
"is_bot": false,
"headline": "fix(ci): ruff format python/qector_decoder_v3/__init__.py",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-06-27T07:46:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9b675bfc5f37c75943afcc27dfbae04d3b050109",
"body": "NeuralPredecoder.train() now raises a documented RuntimeError when the\ncompiled extension's native array-type check fails under numpy>=2.0,\ninstead of the raw 'ndarray' object is not an instance of 'ndarray'\nTypeError. Confirmed the failure is not fixable from Python: a plain\nPython list hits the id\n[…]\n.toml, Cargo.lock, pyproject.toml,\nCITATION.cff, codemeta.json, the Python __version__ fallback, and\nINSTALL.md. Re-ran the full 125-check validation suite as a clean PyPI\nwheel install: 125/125 PASS.",
"is_bot": false,
"headline": "v0.5.4: clear error for NeuralPredecoder.train() numpy>=2.0 ABI issue",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-06-27T07:34:57Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "01aebbe8f0d494b53bddfcccb05306631f79338d",
"body": "Changed: version(qector-decoder) -> version(qector-decoder-v3)\nThe primary importlib path now resolves correctly; fallback stays at 0.5.3.\nAll version surfaces confirmed at v0.5.3: pyproject.toml, Cargo.toml, __init__.py, CHANGELOG, RELEASE_NOTES, CITATION.cff, codemeta.json.",
"is_bot": false,
"headline": "fix: correct importlib.metadata package name in __version__ lookup",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-06-27T05:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e1e87a7ec344ecbf8643d7d47b5f54d65f98fa3",
"body": null,
"is_bot": false,
"headline": "fix: v0.5.3 version consistency sweep -- all docs unified",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-06-27T05:59:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4301597482653e5fddc9db59150d39287d33a0c9",
"body": null,
"is_bot": false,
"headline": "metadata: add manual links and naked website URLs",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-06-25T17:20:54Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c73c892851a2fb8d6c6e88bcf32c3ebd1036596e",
"body": null,
"is_bot": false,
"headline": "fix: resolve ruff lint/format warnings and configuration errors",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-06-25T16:48:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "84cc2bfa947369cbb3dbdcfadcbaa5a27f6d017e",
"body": "…ismatch and neural predecoder train fix",
"is_bot": false,
"headline": "Fix import logic, add Stim exports, update ruff config, address ABI m…",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-06-25T16:11:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ac32d2bc256e846c95cead92cf675ba58c1290e4",
"body": null,
"is_bot": false,
"headline": "docs: update all validation report references and statistics to v0.5.3",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-06-25T14:50:36Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5911e1e31f2ac314467f4f426b45064fcb413c6d",
"body": "…artifacts\n\n- CHANGELOG.md: restore and expand [0.5.3] entry with all 4 fixes + validation section\n- CITATION.cff: version 0.5.2 -> 0.5.3\n- codemeta.json: version 0.5.2 -> 0.5.3\n- INSTALL.md: header v0.5.0 -> v0.5.3, clone URL qectorlab -> GuillaumeLessard, installed version string\n- README.md: vali\n[…]\n validation_v052_retest.json (re-test, 100k shots, seed 777)\n results_v053_run1.json\n results_v053_retest.json\n wb_artifact_v052.json\n wb_artifact_v052.csv\n QECTOR_Validation_Report_v0.5.2.pdf",
"is_bot": false,
"headline": "chore: bump to v0.5.3 -- 87/87 validation pass, add v0.5.2 benchmark …",
"author_name": "Guillaume Lessard",
"author_login": "qectorlab",
"committed_at": "2026-06-25T14:50:36Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "a745778639f9a44e55aecefd57229c49acb2c2c7",
"body": null,
"is_bot": false,
"headline": "Update README.md",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-06-25T12:57:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "200238807343314a106d6178bb17f1780700318e",
"body": null,
"is_bot": false,
"headline": "seo: add canonical topics to README",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-06-25T12:57:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "463a94476a2e71770aef0f5e9b2ceae6ed938436",
"body": null,
"is_bot": false,
"headline": "seo: add public keyword metadata",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-06-25T12:56:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f3f1632318b64a255ae997059d821a6bd0286db6",
"body": null,
"is_bot": false,
"headline": "agent: add well-known keyword metadata",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-06-25T12:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "56bbe5b180a70079603b0bb912fa7004d34c5044",
"body": null,
"is_bot": false,
"headline": "seo: add machine-readable keyword metadata",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-06-25T12:54:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f914b45326643028c2451d4cae7c53eb2aae6ccf",
"body": null,
"is_bot": false,
"headline": "seo: add canonical keyword tag list",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-06-25T12:54:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3475886bd370724879ba5cc355c0f22f922bef93",
"body": null,
"is_bot": false,
"headline": "docs: add canonical repository topics",
"author_name": "QECTOR",
"author_login": "qectorlab",
"committed_at": "2026-06-25T12:53:37Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 18,
"commits_last_year": 128,
"latest_release_at": "2026-07-22T17:33:10Z",
"latest_release_tag": "v0.6.7",
"releases_from_tags": true,
"days_since_last_push": 0,
"active_weeks_last_year": 4,
"days_since_latest_release": 0,
"mean_days_between_releases": 2.3
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": true,
"health_percentage": 75,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "qector-decoder-v3",
"exists": true,
"license": null,
"keywords": [
"quantum",
"error correction",
"decoder",
"union-find",
"QEC",
"rust",
"MWPM",
"Stim",
"PyMatching",
"LDPC",
"qLDPC",
"Development Status :: 4 - Beta",
"Intended Audience :: Science/Research",
"License :: Other/Proprietary License",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.9",
"Programming Language :: Rust",
"Topic :: Scientific/Engineering :: Physics"
],
"ecosystem": "pypi",
"matches_repo": true,
"registry_url": "https://pypi.org/project/qector-decoder-v3/",
"is_deprecated": false,
"latest_version": "0.6.6",
"repository_url": "https://github.com/GuillaumeLessard/qector-decoder.git",
"versions_count": 18,
"total_downloads": null,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": null,
"first_published_at": "2026-06-24T07:55:43.068519Z",
"latest_published_at": "2026-07-12T07:51:01.088522Z",
"latest_version_yanked": null,
"days_since_latest_publish": 10
}
]
},
"popularity": {
"forks": 0,
"stars": 3,
"watchers": 1,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": null,
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"examples"
],
"has_llms_txt": false,
"has_dockerfile": true,
"has_mcp_signal": false,
"bootstrap_files": [],
"api_schema_files": [
"proto/qector.proto"
],
"has_devcontainer": false,
"typecheck_configs": [
"python/qector_decoder_v3/py.typed"
],
"toolchain_manifests": [
"Cargo.toml"
],
"largest_source_bytes": 65517,
"source_files_sampled": 213,
"oversized_source_files": 2,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"pyproject.toml"
],
"advisories": {
"error": null,
"scope": "repository_graph",
"source": "osv",
"findings": [
{
"name": "anyhow",
"direct": false,
"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": "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
}
],
"collected": true,
"malicious": [],
"truncated": false,
"by_severity": {
"unknown": 2
},
"advisory_count": 2,
"affected_count": 2,
"assessed_count": 247,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 21,
"direct_affected_count": 0
},
"ecosystems": [
"crates",
"pypi"
],
"dependencies": [
{
"name": "pyo3",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.29.0"
},
{
"name": "numpy",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.29.0"
},
{
"name": "ndarray",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.17"
},
{
"name": "rayon",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.12"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
},
{
"name": "fastrand",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2.4"
},
{
"name": "chrono",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "safetensors",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.5"
},
{
"name": "memmap2",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.9"
},
{
"name": "thiserror",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "rand",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "ocl",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.19"
},
{
"name": "libloading",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.8"
},
{
"name": "tonic",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.14"
},
{
"name": "tonic-prost",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.14"
},
{
"name": "prost",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.14"
},
{
"name": "tokio",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "metrics",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.24"
},
{
"name": "metrics-exporter-prometheus",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.18"
},
{
"name": "rand_distr",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "numpy",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=1.24.0,<2.3"
},
{
"name": "cryptography",
"manifest": "pyproject.toml",
"ecosystem": "pypi",
"version_constraint": ">=3.4.0"
}
],
"all_dependencies": {
"error": null,
"source": "github-sbom",
"packages": [
{
"name": "chrono",
"direct": true,
"version": "0.4.45",
"ecosystem": "crates"
},
{
"name": "fastrand",
"direct": true,
"version": "2.4.1",
"ecosystem": "crates"
},
{
"name": "libloading",
"direct": true,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "memmap2",
"direct": true,
"version": "0.9.11",
"ecosystem": "crates"
},
{
"name": "metrics",
"direct": true,
"version": "0.24.6",
"ecosystem": "crates"
},
{
"name": "metrics-exporter-prometheus",
"direct": true,
"version": "0.18.3",
"ecosystem": "crates"
},
{
"name": "ndarray",
"direct": true,
"version": "0.17.2",
"ecosystem": "crates"
},
{
"name": "numpy",
"direct": true,
"version": "0.29.0",
"ecosystem": "crates"
},
{
"name": "ocl",
"direct": true,
"version": "0.19.7",
"ecosystem": "crates"
},
{
"name": "prost",
"direct": true,
"version": "0.14.4",
"ecosystem": "crates"
},
{
"name": "pyo3",
"direct": true,
"version": "0.29.0",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": "0.8.6",
"ecosystem": "crates"
},
{
"name": "rand",
"direct": true,
"version": "0.9.4",
"ecosystem": "crates"
},
{
"name": "rand_distr",
"direct": true,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "rayon",
"direct": true,
"version": "1.12.0",
"ecosystem": "crates"
},
{
"name": "safetensors",
"direct": true,
"version": "0.5.3",
"ecosystem": "crates"
},
{
"name": "serde",
"direct": true,
"version": "1.0.228",
"ecosystem": "crates"
},
{
"name": "serde_json",
"direct": true,
"version": "1.0.150",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "1.0.69",
"ecosystem": "crates"
},
{
"name": "thiserror",
"direct": true,
"version": "2.0.18",
"ecosystem": "crates"
},
{
"name": "tokio",
"direct": true,
"version": "1.52.3",
"ecosystem": "crates"
},
{
"name": "tonic",
"direct": true,
"version": "0.14.6",
"ecosystem": "crates"
},
{
"name": "tonic-prost",
"direct": true,
"version": "0.14.6",
"ecosystem": "crates"
},
{
"name": "cryptography",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "numpy",
"direct": true,
"version": null,
"ecosystem": "pypi"
},
{
"name": "aho-corasick",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "android_system_properties",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "anyhow",
"direct": false,
"version": "1.0.102",
"ecosystem": "crates"
},
{
"name": "async-trait",
"direct": false,
"version": "0.1.89",
"ecosystem": "crates"
},
{
"name": "atomic-waker",
"direct": false,
"version": "1.1.2",
"ecosystem": "crates"
},
{
"name": "autocfg",
"direct": false,
"version": "1.5.1",
"ecosystem": "crates"
},
{
"name": "aws-lc-rs",
"direct": false,
"version": "1.17.0",
"ecosystem": "crates"
},
{
"name": "aws-lc-sys",
"direct": false,
"version": "0.41.0",
"ecosystem": "crates"
},
{
"name": "axum",
"direct": false,
"version": "0.8.9",
"ecosystem": "crates"
},
{
"name": "axum-core",
"direct": false,
"version": "0.5.6",
"ecosystem": "crates"
},
{
"name": "base64",
"direct": false,
"version": "0.22.1",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "1.3.2",
"ecosystem": "crates"
},
{
"name": "bitflags",
"direct": false,
"version": "2.13.0",
"ecosystem": "crates"
},
{
"name": "bumpalo",
"direct": false,
"version": "3.20.3",
"ecosystem": "crates"
},
{
"name": "bytes",
"direct": false,
"version": "1.12.0",
"ecosystem": "crates"
},
{
"name": "cc",
"direct": false,
"version": "1.2.65",
"ecosystem": "crates"
},
{
"name": "cfg-if",
"direct": false,
"version": "1.0.4",
"ecosystem": "crates"
},
{
"name": "cl-sys",
"direct": false,
"version": "0.4.3",
"ecosystem": "crates"
},
{
"name": "cmake",
"direct": false,
"version": "0.1.58",
"ecosystem": "crates"
},
{
"name": "core-foundation",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "core-foundation-sys",
"direct": false,
"version": "0.8.7",
"ecosystem": "crates"
},
{
"name": "crossbeam",
"direct": false,
"version": "0.8.4",
"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-epoch",
"direct": false,
"version": "0.9.18",
"ecosystem": "crates"
},
{
"name": "crossbeam-queue",
"direct": false,
"version": "0.3.12",
"ecosystem": "crates"
},
{
"name": "crossbeam-utils",
"direct": false,
"version": "0.8.21",
"ecosystem": "crates"
},
{
"name": "dunce",
"direct": false,
"version": "1.0.5",
"ecosystem": "crates"
},
{
"name": "either",
"direct": false,
"version": "1.16.0",
"ecosystem": "crates"
},
{
"name": "enum_primitive",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "equivalent",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "errno",
"direct": false,
"version": "0.3.14",
"ecosystem": "crates"
},
{
"name": "evmap",
"direct": false,
"version": "11.0.0",
"ecosystem": "crates"
},
{
"name": "find-msvc-tools",
"direct": false,
"version": "0.1.9",
"ecosystem": "crates"
},
{
"name": "fixedbitset",
"direct": false,
"version": "0.5.7",
"ecosystem": "crates"
},
{
"name": "fnv",
"direct": false,
"version": "1.0.7",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": false,
"version": "0.1.5",
"ecosystem": "crates"
},
{
"name": "foldhash",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "fs_extra",
"direct": false,
"version": "1.3.0",
"ecosystem": "crates"
},
{
"name": "futures",
"direct": false,
"version": "0.1.31",
"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-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": "generator",
"direct": false,
"version": "0.8.9",
"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.3",
"ecosystem": "crates"
},
{
"name": "h2",
"direct": false,
"version": "0.4.15",
"ecosystem": "crates"
},
{
"name": "hashbag",
"direct": false,
"version": "0.1.13",
"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": "heck",
"direct": false,
"version": "0.5.0",
"ecosystem": "crates"
},
{
"name": "http",
"direct": false,
"version": "1.4.2",
"ecosystem": "crates"
},
{
"name": "http-body",
"direct": false,
"version": "1.0.1",
"ecosystem": "crates"
},
{
"name": "http-body-util",
"direct": false,
"version": "0.1.3",
"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": "1.10.1",
"ecosystem": "crates"
},
{
"name": "hyper-rustls",
"direct": false,
"version": "0.27.9",
"ecosystem": "crates"
},
{
"name": "hyper-timeout",
"direct": false,
"version": "0.5.2",
"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": "indexmap",
"direct": false,
"version": "2.14.0",
"ecosystem": "crates"
},
{
"name": "ipnet",
"direct": false,
"version": "2.12.0",
"ecosystem": "crates"
},
{
"name": "itertools",
"direct": false,
"version": "0.14.0",
"ecosystem": "crates"
},
{
"name": "itoa",
"direct": false,
"version": "1.0.18",
"ecosystem": "crates"
},
{
"name": "jobserver",
"direct": false,
"version": "0.1.34",
"ecosystem": "crates"
},
{
"name": "js-sys",
"direct": false,
"version": "0.3.102",
"ecosystem": "crates"
},
{
"name": "lazy_static",
"direct": false,
"version": "1.5.0",
"ecosystem": "crates"
},
{
"name": "left-right",
"direct": false,
"version": "0.11.7",
"ecosystem": "crates"
},
{
"name": "libc",
"direct": false,
"version": "0.2.186",
"ecosystem": "crates"
},
{
"name": "libm",
"direct": false,
"version": "0.2.16",
"ecosystem": "crates"
},
{
"name": "linux-raw-sys",
"direct": false,
"version": "0.12.1",
"ecosystem": "crates"
},
{
"name": "log",
"direct": false,
"version": "0.4.33",
"ecosystem": "crates"
},
{
"name": "loom",
"direct": false,
"version": "0.7.2",
"ecosystem": "crates"
},
{
"name": "matchers",
"direct": false,
"version": "0.2.0",
"ecosystem": "crates"
},
{
"name": "matchit",
"direct": false,
"version": "0.8.4",
"ecosystem": "crates"
},
{
"name": "matrixmultiply",
"direct": false,
"version": "0.3.10",
"ecosystem": "crates"
},
{
"name": "memchr",
"direct": false,
"version": "2.8.2",
"ecosystem": "crates"
},
{
"name": "metrics-util",
"direct": false,
"version": "0.20.4",
"ecosystem": "crates"
},
{
"name": "mime",
"direct": false,
"version": "0.3.17",
"ecosystem": "crates"
},
{
"name": "mio",
"direct": false,
"version": "1.2.1",
"ecosystem": "crates"
},
{
"name": "multimap",
"direct": false,
"version": "0.10.1",
"ecosystem": "crates"
},
{
"name": "nodrop",
"direct": false,
"version": "0.1.14",
"ecosystem": "crates"
},
{
"name": "nu-ansi-term",
"direct": false,
"version": "0.50.3",
"ecosystem": "crates"
},
{
"name": "num-complex",
"direct": false,
"version": "0.4.6",
"ecosystem": "crates"
},
{
"name": "num-integer",
"direct": false,
"version": "0.1.46",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.1.43",
"ecosystem": "crates"
},
{
"name": "num-traits",
"direct": false,
"version": "0.2.19",
"ecosystem": "crates"
},
{
"name": "ocl-core",
"direct": false,
"version": "0.11.5",
"ecosystem": "crates"
},
{
"name": "ocl-core-vector",
"direct": false,
"version": "0.1.1",
"ecosystem": "crates"
},
{
"name": "once_cell",
"direct": false,
"version": "1.21.4",
"ecosystem": "crates"
},
{
"name": "openssl-probe",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "percent-encoding",
"direct": false,
"version": "2.3.2",
"ecosystem": "crates"
},
{
"name": "petgraph",
"direct": false,
"version": "0.8.3",
"ecosystem": "crates"
},
{
"name": "pin-project",
"direct": false,
"version": "1.1.13",
"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": "portable-atomic",
"direct": false,
"version": "1.13.1",
"ecosystem": "crates"
},
{
"name": "portable-atomic-util",
"direct": false,
"version": "0.2.7",
"ecosystem": "crates"
},
{
"name": "ppv-lite86",
"direct": false,
"version": "0.2.21",
"ecosystem": "crates"
},
{
"name": "prettyplease",
"direct": false,
"version": "0.2.37",
"ecosystem": "crates"
},
{
"name": "proc-macro2",
"direct": false,
"version": "1.0.106",
"ecosystem": "crates"
},
{
"name": "prost-build",
"direct": false,
"version": "0.14.4",
"ecosystem": "crates"
},
{
"name": "prost-derive",
"direct": false,
"version": "0.14.4",
"ecosystem": "crates"
},
{
"name": "prost-types",
"direct": false,
"version": "0.14.4",
"ecosystem": "crates"
},
{
"name": "protoc-bin-vendored",
"direct": false,
"version": "3.2.0",
"ecosystem": "crates"
},
{
"name": "protoc-bin-vendored-linux-aarch_64",
"direct": false,
"version": "3.2.0",
"ecosystem": "crates"
},
{
"name": "protoc-bin-vendored-linux-ppcle_64",
"direct": false,
"version": "3.2.0",
"ecosystem": "crates"
},
{
"name": "protoc-bin-vendored-linux-s390_64",
"direct": false,
"version": "3.2.0",
"ecosystem": "crates"
},
{
"name": "protoc-bin-vendored-linux-x86_32",
"direct": false,
"version": "3.2.0",
"ecosystem": "crates"
},
{
"name": "protoc-bin-vendored-linux-x86_64",
"direct": false,
"version": "3.2.0",
"ecosystem": "crates"
},
{
"name": "protoc-bin-vendored-macos-aarch_64",
"direct": false,
"version": "3.2.0",
"ecosystem": "crates"
},
{
"name": "protoc-bin-vendored-macos-x86_64",
"direct": false,
"version": "3.2.0",
"ecosystem": "crates"
},
{
"name": "protoc-bin-vendored-win32",
"direct": false,
"version": "3.2.0",
"ecosystem": "crates"
},
{
"name": "pulldown-cmark",
"direct": false,
"version": "0.13.4",
"ecosystem": "crates"
},
{
"name": "pulldown-cmark-to-cmark",
"direct": false,
"version": "22.0.0",
"ecosystem": "crates"
},
{
"name": "pyo3-build-config",
"direct": false,
"version": "0.29.0",
"ecosystem": "crates"
},
{
"name": "pyo3-ffi",
"direct": false,
"version": "0.29.0",
"ecosystem": "crates"
},
{
"name": "pyo3-macros",
"direct": false,
"version": "0.29.0",
"ecosystem": "crates"
},
{
"name": "pyo3-macros-backend",
"direct": false,
"version": "0.29.0",
"ecosystem": "crates"
},
{
"name": "quanta",
"direct": false,
"version": "0.12.6",
"ecosystem": "crates"
},
{
"name": "quote",
"direct": false,
"version": "1.0.46",
"ecosystem": "crates"
},
{
"name": "qutex",
"direct": false,
"version": "0.2.6",
"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": "rand_chacha",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "rand_chacha",
"direct": false,
"version": "0.9.0",
"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_xoshiro",
"direct": false,
"version": "0.7.0",
"ecosystem": "crates"
},
{
"name": "rapidhash",
"direct": false,
"version": "4.4.1",
"ecosystem": "crates"
},
{
"name": "raw-cpuid",
"direct": false,
"version": "11.6.0",
"ecosystem": "crates"
},
{
"name": "rawpointer",
"direct": false,
"version": "0.2.1",
"ecosystem": "crates"
},
{
"name": "rayon-core",
"direct": false,
"version": "1.13.0",
"ecosystem": "crates"
},
{
"name": "regex",
"direct": false,
"version": "1.12.4",
"ecosystem": "crates"
},
{
"name": "regex-automata",
"direct": false,
"version": "0.4.14",
"ecosystem": "crates"
},
{
"name": "regex-syntax",
"direct": false,
"version": "0.8.11",
"ecosystem": "crates"
},
{
"name": "ring",
"direct": false,
"version": "0.17.14",
"ecosystem": "crates"
},
{
"name": "rustc-hash",
"direct": false,
"version": "2.1.2",
"ecosystem": "crates"
},
{
"name": "rustc_version",
"direct": false,
"version": "0.4.1",
"ecosystem": "crates"
},
{
"name": "rustix",
"direct": false,
"version": "1.1.4",
"ecosystem": "crates"
},
{
"name": "rustls",
"direct": false,
"version": "0.23.40",
"ecosystem": "crates"
},
{
"name": "rustls-native-certs",
"direct": false,
"version": "0.8.4",
"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": "schannel",
"direct": false,
"version": "0.1.29",
"ecosystem": "crates"
},
{
"name": "scoped-tls",
"direct": false,
"version": "1.0.1",
"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": "sharded-slab",
"direct": false,
"version": "0.1.7",
"ecosystem": "crates"
},
{
"name": "shlex",
"direct": false,
"version": "2.0.1",
"ecosystem": "crates"
},
{
"name": "sketches-ddsketch",
"direct": false,
"version": "0.3.1",
"ecosystem": "crates"
},
{
"name": "slab",
"direct": false,
"version": "0.4.12",
"ecosystem": "crates"
},
{
"name": "smallvec",
"direct": false,
"version": "1.15.2",
"ecosystem": "crates"
},
{
"name": "socket2",
"direct": false,
"version": "0.6.4",
"ecosystem": "crates"
},
{
"name": "subtle",
"direct": false,
"version": "2.6.1",
"ecosystem": "crates"
},
{
"name": "syn",
"direct": false,
"version": "2.0.118",
"ecosystem": "crates"
},
{
"name": "sync_wrapper",
"direct": false,
"version": "1.0.2",
"ecosystem": "crates"
},
{
"name": "target-lexicon",
"direct": false,
"version": "0.13.5",
"ecosystem": "crates"
},
{
"name": "tempfile",
"direct": false,
"version": "3.27.0",
"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": "thread_local",
"direct": false,
"version": "1.1.9",
"ecosystem": "crates"
},
{
"name": "tokio-macros",
"direct": false,
"version": "2.7.0",
"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": "tonic-build",
"direct": false,
"version": "0.14.6",
"ecosystem": "crates"
},
{
"name": "tonic-prost-build",
"direct": false,
"version": "0.14.6",
"ecosystem": "crates"
},
{
"name": "tower",
"direct": false,
"version": "0.5.3",
"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",
"direct": false,
"version": "0.1.44",
"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-subscriber",
"direct": false,
"version": "0.3.23",
"ecosystem": "crates"
},
{
"name": "try-lock",
"direct": false,
"version": "0.2.5",
"ecosystem": "crates"
},
{
"name": "unicase",
"direct": false,
"version": "2.9.0",
"ecosystem": "crates"
},
{
"name": "unicode-ident",
"direct": false,
"version": "1.0.24",
"ecosystem": "crates"
},
{
"name": "untrusted",
"direct": false,
"version": "0.9.0",
"ecosystem": "crates"
},
{
"name": "valuable",
"direct": false,
"version": "0.1.1",
"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.4+wasi-0.2.12",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen",
"direct": false,
"version": "0.2.125",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro",
"direct": false,
"version": "0.2.125",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-macro-support",
"direct": false,
"version": "0.2.125",
"ecosystem": "crates"
},
{
"name": "wasm-bindgen-shared",
"direct": false,
"version": "0.2.125",
"ecosystem": "crates"
},
{
"name": "web-sys",
"direct": false,
"version": "0.3.102",
"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-x86_64-pc-windows-gnu",
"direct": false,
"version": "0.4.0",
"ecosystem": "crates"
},
{
"name": "windows-core",
"direct": false,
"version": "0.62.2",
"ecosystem": "crates"
},
{
"name": "windows-implement",
"direct": false,
"version": "0.60.2",
"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-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.61.2",
"ecosystem": "crates"
},
{
"name": "windows-targets",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_aarch64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_i686_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnu",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_gnullvm",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "windows_x86_64_msvc",
"direct": false,
"version": "0.52.6",
"ecosystem": "crates"
},
{
"name": "wit-bindgen",
"direct": false,
"version": "0.57.1",
"ecosystem": "crates"
},
{
"name": "zerocopy",
"direct": false,
"version": "0.8.52",
"ecosystem": "crates"
},
{
"name": "zerocopy-derive",
"direct": false,
"version": "0.8.52",
"ecosystem": "crates"
},
{
"name": "zeroize",
"direct": false,
"version": "1.9.0",
"ecosystem": "crates"
},
{
"name": "zmij",
"direct": false,
"version": "1.0.21",
"ecosystem": "crates"
},
{
"name": "beliefmatching",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "cupy-cuda12x",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "fastapi",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "httpx",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "hypothesis",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "ldpc",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "matplotlib",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "maturin",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "mypy",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "psutil",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pymatching",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "pytest-cov",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "ruff",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "scipy",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "sinter",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "stim",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "tabulate",
"direct": false,
"version": null,
"ecosystem": "pypi"
},
{
"name": "uvicorn",
"direct": false,
"version": null,
"ecosystem": "pypi"
}
],
"collected": true,
"truncated": false,
"total_count": 268,
"direct_count": 25,
"indirect_count": 243
}
},
"maintainership": {
"issues": {
"open_prs": 0,
"merged_prs": 0,
"open_issues": 0,
"closed_ratio": null,
"closed_issues": 0,
"closed_unmerged_prs": 0
},
"bus_factor": 1,
"bot_contributors": 0,
"top_contributors": [
{
"type": "User",
"login": "qectorlab",
"commits": 136,
"avatar_url": "https://avatars.githubusercontent.com/u/236265514?v=4"
},
{
"type": "User",
"login": "iD01tQEC",
"commits": 2,
"avatar_url": "https://avatars.githubusercontent.com/u/277105440?v=4"
}
],
"contributors_sampled": 2,
"top_contributor_share": 0.986
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"CI.yml",
"tests.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [
"Cargo.lock"
],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 0,
"reason": "branch protection not enabled on development/release branches",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#branch-protection"
},
{
"name": "CI-Tests",
"score": null,
"reason": "no pull request found",
"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/30 approved changesets -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#code-review"
},
{
"name": "Contributors",
"score": 3,
"reason": "project has 1 contributing companies or organizations -- score normalized to 3",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": null,
"reason": "internal error: internal error: invalid GitHub workflow:\n:254:0: could not parse as YAML: could not find expected ':' [syntax-check]",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 9,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 0,
"reason": "project was created within the last 90 days. Please review its contents carefully",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#maintained"
},
{
"name": "Packaging",
"score": null,
"reason": "internal error: internal error: invalid GitHub workflow:\n:254:0: could not parse as YAML: could not find expected ':' [syntax-check]",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": null,
"reason": "internal error: internal error: invalid GitHub workflow:\n:254:0: could not parse as YAML: could not find expected ':' [syntax-check]",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": null,
"reason": "internal error: internal error: invalid GitHub workflow:\n:254:0: could not parse as YAML: could not find expected ':' [syntax-check]",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 10,
"reason": "security policy file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": null,
"reason": "no releases found",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": null,
"reason": "internal error: internal error: invalid GitHub workflow:\n:254:0: could not parse as YAML: could not find expected ':' [syntax-check]",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 8,
"reason": "2 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "af6e16ec11f50d870a2eda8d7e45094ee5f022a2",
"ran_at": "2026-07-22T19:07:31Z",
"aggregate_score": 3.4,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": true,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-22T19:06:53Z",
"oldest_open_prs": [],
"last_merged_pr_at": null,
"ci_last_conclusion": "FAILURE",
"oldest_open_issues": []
}
},
"config": {
"disabled_metrics": [],
"disabled_categories": [],
"disabled_components": {}
},
"source": {
"url": "https://github.com/GuillaumeLessard/qector-decoder",
"host": "github.com",
"name": "qector-decoder",
"owner": "GuillaumeLessard"
},
"metrics": {
"overall": {
"key": "overall",
"band": "moderate",
"name": "Overall health",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"security": 47,
"vitality": 69,
"community": 33,
"governance": 34,
"engineering": 72
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 69,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "moderate",
"name": "Development activity",
"note": null,
"notes": [],
"value": 57,
"inputs": {
"commits_last_year": 128,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 4
},
"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": "4/52 weeks with commits",
"points": 2.8,
"status": "partial",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 4
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "128 commits in the last year",
"points": 18,
"status": "met",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 128
}
}
],
"max_points": 18
},
{
"key": "openssf_scorecard_maintained",
"name": "OpenSSF Scorecard: Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "release_discipline",
"band": "excellent",
"name": "Release discipline",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Signed-Releases. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_signed_releases"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 88,
"inputs": {
"releases_count": 18,
"latest_release_tag": "v0.6.7",
"releases_from_tags": true,
"days_since_latest_release": 0,
"mean_days_between_releases": 2.3
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "18 version tags (no GitHub releases)",
"points": 16.2,
"status": "partial",
"details": [
{
"code": "version_tags_no_releases",
"params": {
"count": 18
}
}
],
"max_points": 27
},
{
"key": "release_recency",
"name": "Release recency",
"detail": "latest release 0 days ago",
"points": 36,
"status": "met",
"details": [
{
"code": "release_recency",
"params": {
"days": 0
}
}
],
"max_points": 36
},
{
"key": "release_cadence",
"name": "Release cadence",
"detail": "a release every ~2.3 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 2.3
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "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": 33,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 5,
"inputs": {
"forks": 0,
"stars": 3,
"watchers": 1,
"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": "1 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 1
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 64,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": true,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "license file present, not a recognized license",
"points": 16.9,
"status": "partial",
"details": [
{
"code": "license_custom",
"params": {}
}
],
"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": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 34,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 15,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 2,
"top_contributor_share": 0.986
},
"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 99% of commits",
"points": 0.3,
"status": "partial",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 99
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "2 contributors",
"points": 2.7,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 2
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 3,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "critical",
"name": "Issue & PR responsiveness",
"note": "Excluded from scoring (no data or not applicable): Issue resolution, PR acceptance. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"issue_resolution",
"pr_acceptance"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 1,
"inputs": {
"merged_prs": 0,
"open_issues": 0,
"closed_issues": 0,
"issue_closed_ratio": null,
"closed_unmerged_prs": 0
},
"components": [
{
"key": "issue_resolution",
"name": "Issue resolution",
"detail": "no issues or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_issues_or_data",
"params": {}
}
],
"max_points": 46.75
},
{
"key": "pr_acceptance",
"name": "PR acceptance",
"detail": "no decided pull requests or no data",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_decided_prs_or_data",
"params": {}
}
],
"max_points": 38.25
},
{
"key": "openssf_scorecard_code_review",
"name": "OpenSSF Scorecard: Code-Review",
"detail": "Found 0/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
}
]
},
{
"key": "stewardship",
"band": "at_risk",
"name": "Ownership & stewardship",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"followers": 1,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "GuillaumeLessard",
"public_repos": 2,
"account_age_days": 28
},
"components": [
{
"key": "ownership_backing",
"name": "Ownership backing",
"detail": "organization-owned",
"points": 30,
"status": "met",
"details": [
{
"code": "owner_organization",
"params": {}
}
],
"max_points": 30
},
{
"key": "verified_domain",
"name": "Verified domain",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "owner_reach",
"name": "Owner reach",
"detail": "1 followers of GuillaumeLessard",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "owner_followers",
"params": {
"count": 1,
"login": "GuillaumeLessard"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "2 public repos, account ~0 yr old",
"points": 3.6,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 2
}
},
{
"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": [
"qector-decoder-v3"
],
"ecosystems": "pypi",
"any_deprecated": false,
"min_days_since_publish": 10
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "1 package(s) on pypi",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 1,
"ecosystems": "pypi"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 10 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 10
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "18 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 18
}
}
],
"max_points": 20
},
{
"key": "not_deprecated",
"name": "Not deprecated",
"detail": "active, not deprecated or yanked",
"points": 20,
"status": "met",
"details": [
{
"code": "package_not_deprecated",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Will the project survive its people — bus factor, responsiveness, who backs it, and package upkeep?"
},
{
"key": "engineering",
"band": "good",
"name": "Engineering Quality",
"value": 72,
"weight": 0.2,
"metrics": [
{
"key": "engineering_practices",
"band": "moderate",
"name": "Engineering practices",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: CI-Tests. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_ci_tests"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 60,
"inputs": {
"has_ci": true,
"has_tests": true,
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"components": [
{
"key": "ci_workflows",
"name": "CI workflows",
"detail": "2 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 2
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "excellent",
"name": "Documentation",
"note": null,
"notes": [],
"value": 90,
"inputs": {
"topics": [
"decoder",
"mwpm",
"python",
"rust-lang",
"union-find",
"qector",
"cuda",
"ldpc-bp-decoder",
"pymatching",
"qec",
"stim",
"belief-propagation",
"blossom",
"error-correction",
"gpu-acceleration",
"hpc",
"quantum-computing",
"simulation",
"surface-code"
],
"has_wiki": false,
"homepage": "https://qector.store",
"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://qector.store",
"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": "19 topics",
"points": 10,
"status": "met",
"details": [
{
"code": "topics_count",
"params": {
"count": 19
}
}
],
"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": "at_risk",
"name": "Security",
"value": 47,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Dangerous-Workflow, Packaging, Pinned-Dependencies, SAST, Signed-Releases, Token-Permissions. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"dangerous_workflow",
"packaging",
"pinned_dependencies",
"sast",
"signed_releases",
"token_permissions"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 34,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 11,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 7,
"scorecard_aggregate": 3.4
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection not enabled on development/release branches",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "ci_tests",
"name": "CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"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/30 approved changesets -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "contributors",
"name": "Contributors",
"detail": "project has 1 contributing companies or organizations -- score normalized to 3",
"points": 0.8,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "internal error: internal error: invalid GitHub workflow:\n:254:0: could not parse as YAML: could not find expected ':' [syntax-check]",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.2,
"status": "partial",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "project was created within the last 90 days. Please review its contents carefully",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "packaging",
"name": "Packaging",
"detail": "internal error: internal error: invalid GitHub workflow:\n:254:0: could not parse as YAML: could not find expected ':' [syntax-check]",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "internal error: internal error: invalid GitHub workflow:\n:254:0: could not parse as YAML: could not find expected ':' [syntax-check]",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "internal error: internal error: invalid GitHub workflow:\n:254:0: could not parse as YAML: could not find expected ':' [syntax-check]",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file detected",
"points": 5,
"status": "met",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "no releases found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "internal error: internal error: invalid GitHub workflow:\n:254:0: could not parse as YAML: could not find expected ':' [syntax-check]",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "2 existing vulnerabilities detected",
"points": 6,
"status": "partial",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "dependency_advisories",
"band": "excellent",
"name": "Dependency advisories",
"note": "Excluded from scoring (no data or not applicable): Indirect dependencies free of known advisories, No advisories left outstanding. Remaining weights renormalized. Matched 247 resolved dependencies against OSV; 21 could not be assessed (no resolved version, an unsupported ecosystem, or beyond the reported package list). This repository publishes no package the index resolves, so the repository dependency graph was assessed instead. That graph mixes development and test pins with shipped dependencies, so only the declared runtime dependencies are scored; transitive findings are reported as context and excluded from the score. Reachability is not analyzed.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"indirect_dependencies_free_of_known_advisories",
"no_advisories_left_outstanding"
]
}
},
{
"code": "weights_renormalized",
"params": {}
},
{
"code": "advisories_scope_repository",
"params": {
"assessed": 247
}
},
{
"code": "advisories_unassessed",
"params": {
"count": 21
}
},
{
"code": "advisories_repo_graph_caveat",
"params": {}
},
{
"code": "advisories_reachability",
"params": {}
}
],
"value": 100,
"inputs": {
"source": "osv",
"advisories": 2,
"affected_packages": 2,
"assessed_packages": 247,
"unassessed_packages": 21,
"affected_by_severity": "unknown 2",
"direct_affected_packages": 0
},
"components": [
{
"key": "direct_dependencies_free_of_known_advisories",
"name": "Direct dependencies free of known advisories",
"detail": "no direct dependency carries a known advisory",
"points": 35,
"status": "met",
"details": [
{
"code": "no_direct_advisories",
"params": {}
}
],
"max_points": 35
},
{
"key": "indirect_dependencies_free_of_known_advisories",
"name": "Indirect dependencies free of known advisories",
"detail": "transitive set not separable from development and test dependencies in this scope",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_scope_not_separable",
"params": {}
}
],
"max_points": 25
},
{
"key": "no_advisories_left_outstanding",
"name": "No advisories left outstanding",
"detail": "no advisory carries a publication date",
"points": 0,
"status": "excluded",
"details": [
{
"code": "advisories_no_publication_date",
"params": {}
}
],
"max_points": 40
}
]
},
{
"key": "malicious_dependencies",
"band": "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": 247,
"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": 2
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 58,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 30,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.56,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"components": [
{
"key": "agent_instructions",
"name": "Agent instructions",
"detail": "no CLAUDE.md / AGENTS.md / editor rules",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_instructions",
"params": {}
}
],
"max_points": 45
},
{
"key": "machine_readable_docs_llms_txt",
"name": "Machine-readable docs (llms.txt)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 15
},
{
"key": "legible_commit_history",
"name": "Legible commit history",
"detail": "56 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 29.9,
"status": "partial",
"details": [
{
"code": "legible_history",
"params": {
"legible": 56,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": "Excluded from scoring (no data or not applicable): OpenSSF Scorecard: Pinned-Dependencies. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"openssf_scorecard_pinned_dependencies"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 62,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [
"Cargo.lock"
],
"has_dockerfile": true,
"typed_language": false,
"bootstrap_files": [],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [
"python/qector_decoder_v3/py.typed"
],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "Cargo.toml (toolchain convention, no task runner)",
"points": 12.6,
"status": "partial",
"details": [
{
"code": "toolchain_convention",
"params": {
"files": "Cargo.toml"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "python/qector_decoder_v3/py.typed",
"points": 11,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "python/qector_decoder_v3/py.typed"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": "Dockerfile, lockfile",
"points": 10,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "Dockerfile, lockfile"
}
}
],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "internal error: internal error: invalid GitHub workflow:\n:254:0: could not parse as YAML: could not find expected ':' [syntax-check]",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "good",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 82,
"inputs": {
"primary_language": "Python",
"largest_source_bytes": 65517,
"source_files_sampled": 213,
"oversized_source_files": 2
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Python with type-check config (python/qector_decoder_v3/py.typed)",
"points": 27,
"status": "partial",
"details": [
{
"code": "typecheck_config_language",
"params": {
"files": "python/qector_decoder_v3/py.typed",
"language": "Python"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "2/213 source files over 60KB",
"points": 54.5,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 213,
"oversized": 2
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "good",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 80,
"inputs": {
"example_dirs": [
"examples"
],
"has_mcp_signal": false,
"api_schema_files": [
"proto/qector.proto"
]
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": "proto/qector.proto",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "proto/qector.proto"
}
}
],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "examples"
}
}
],
"max_points": 40
}
]
}
],
"description": "How well is the repo equipped to be developed and maintained with AI coding agents? An independent, experimental badge — weight 0.0, so it is surfaced on its own and does not affect the overall health score."
}
],
"metrics_version": "1.13.0"
},
"warnings": [
"Star history unavailable: GitHub GraphQL error: Resource not accessible by personal access token",
"Could not fetch crates package 'qector_decoder_v3' from its registry",
"deps.dev does not index pypi:qector-decoder-v3@0.6.6; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-22T19:07:36.144148Z",
"schema_version": "0.26.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/g/GuillaumeLessard/qector-decoder.svg",
"full_name": "GuillaumeLessard/qector-decoder",
"license_state": "custom",
"license_spdx": null
}