JSON-Rohbericht maschinenlesbar
{
"data": {
"repo": {
"topics": [],
"is_fork": false,
"size_kb": 1936,
"has_wiki": true,
"homepage": null,
"languages": {
"C": 20364,
"Go": 12664,
"C++": 24817,
"Dart": 142943,
"Java": 12162,
"Ruby": 6922,
"Rust": 2176636,
"CMake": 25499,
"Shell": 6954,
"Swift": 10548,
"Kotlin": 6651,
"Python": 31395,
"Makefile": 2793,
"Batchfile": 2441,
"JavaScript": 2679,
"PowerShell": 925,
"Objective-C": 38
},
"pushed_at": "2026-07-29T08:38:56Z",
"created_at": "2026-07-29T01:44:32Z",
"owner_type": "Organization",
"updated_at": "2026-07-29T08:38:03Z",
"description": "Embedded graph-first multimodel database",
"is_archived": false,
"is_disabled": false,
"license_spdx": "Apache-2.0",
"default_branch": "main",
"license_spdx_raw": "Apache-2.0",
"primary_language": "Rust",
"significant_languages": [
"Rust"
]
},
"owner": {
"blog": null,
"name": null,
"type": "Organization",
"login": "sekejapdb",
"company": null,
"location": null,
"followers": 0,
"avatar_url": "https://avatars.githubusercontent.com/u/309978916?v=4",
"created_at": "2026-07-28T02:25:03Z",
"is_verified": null,
"public_repos": 1,
"account_age_days": 1
},
"license": {
"state": "standard",
"spdx_id": "Apache-2.0",
"raw_spdx": "Apache-2.0",
"file_present": true,
"scorecard_found": true,
"profile_has_license": true
},
"activity": {
"releases": [
{
"tag": "v0.13.2",
"kind": "patch",
"published_at": "2026-07-29T08:41:54Z"
},
{
"tag": "precompiled_7c19135223a7d88aa40858d7c3418ea0",
"kind": "other",
"published_at": "2026-07-29T08:38:57Z"
},
{
"tag": "v0.13.1",
"kind": "patch",
"published_at": "2026-07-29T04:08:58Z"
},
{
"tag": "precompiled_b320970107d88e798dc724cde210ec26",
"kind": "other",
"published_at": "2026-07-29T04:07:40Z"
}
],
"recent_commits": [
{
"oid": "ff3bbb3f52886430ec73aaee9b4332fa123a18b1",
"body": "- bump all packages to 0.13.2 (core/cli/capi/python via workspace; dart, node, kotlin, c)\n- fix(ci): napi create-npm-dirs so platform .node files land in npm/ (unblocks npm publish)\n- removes redundant prepublishOnly (was double-publishing)\n- all registries now publish 0.13.2 fresh",
"is_bot": false,
"headline": "release: v0.13.2 — coordinated version bump + npm CI packaging fix",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-29T08:35:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "03eb6dd8e79ea3de3329b4d418d2f0eafb525cb7",
"body": "…b skipped it)",
"is_bot": false,
"headline": "fix(ci): use dart-lang/setup-dart for pub.dev OIDC (flutter's dart pu…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-29T07:56:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "50e0a3a26f14a16978351ac335044aaffb4f61c0",
"body": "…ace, npm triples+artifacts",
"is_bot": false,
"headline": "fix(ci): windows precompile shell, empty javadoc jar, swift release r…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-29T05:00:42Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5e533562e2c31f1bb0b98ca679bca8ed1eab9ae2",
"body": "- release.yml: publish to crates.io/PyPI/npm/pub.dev/Maven Central + native libs & xcframework\n- dual-license MIT OR Apache-2.0 (LICENSE-MIT + LICENSE-APACHE, holder zebflow)\n- umbrella branding: com.zebflow namespace, sekejap.zebflow.com homepage, enriched context7.json\n- README + guide/internals docs refresh",
"is_bot": false,
"headline": "chore: release CI, dual license, docs, zebflow branding",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-29T04:02:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "35c6931f55f8532cef7fa820a2803ddc533a8ee6",
"body": "…th prepared statements\n\n- C ABI crate (sekejap-capi) + cbindgen header; concurrent Engine handle\n- Python (PyO3), Node (napi-rs), Go (cgo), Swift (SwiftPM), Kotlin (Panama/FFM)\n- Dart/Flutter (flutter_rust_bridge + cargokit precompiled binaries)\n- prepared statements across every wrapper; cross-wrapper overhead benchmark\n- rename wrappers/flutter -> wrappers/dart; workspace member + crates.io patch so\n the published pub.dev package is self-contained",
"is_bot": false,
"headline": "feat: language wrappers (C, Python, Node, Go, Swift, Kotlin, Dart) wi…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-29T03:52:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "520cefe455647ea047710c10c6a3e3b5e189ae02",
"body": "- prepared statements (prepare/query_prepared) via a shared run_plan executor\n- BM25 search now deterministic + complete (score_all + stable tie-break)\n- remove zstd payload compression (only C-compiled dep, was default-off)\n- trim_memory() shrinks maps/indexes, runs inside compact()\n- tests + benches for the above",
"is_bot": false,
"headline": "feat: prepared statements, deterministic BM25, zstd removal, RAM reclaim",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-29T03:51:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e5afbc879c50e6eb39b2a39d73aafefc47affec",
"body": "Reorganize into docs/guide (usage) and docs/internals (engine). Index every\ndoc from its section README. Drop superseded foundations.md (its invariants are\nnow in architecture.md) and stale benchmark-results.md. Correct payload storage\ndocs to SKBIN (block-zstd was evaluated and dropped for payloads).",
"is_bot": false,
"headline": "docs: rewrite README + restructure docs into guide/ and internals/",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-27T13:26:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4f175b0f348118fe473081beb47fefd6204d2f3a",
"body": "Add downstream-callable RAM reclaim: CoreDB::trim_memory() and Engine::\ntrim_memory() shrink map/index capacity (nodes, slugs, collections, field\nindexes) after churn; compact() auto-trims at the end. shrink_to_fit only —\nnever drops data or indexes, so query results are unchanged.\n\nAdd SQL resource\n[…]\nndom queries never panic; caps reject pathological,\nallow normal), crash_recovery (WAL replay, torn tail, corrupt frame, batch\ndurability), trim_memory correctness (data + queries intact after churn).",
"is_bot": false,
"headline": "feat: RAM reclaim (trim_memory) + SQL DoS guardrails + crash/fuzz tests",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-27T13:02:08Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f7f104cc00004f089969462a1015d329dcfa572b",
"body": "…rop unused\n\n- Move runnable perf/inspection programs out of examples/ into benches/, grouped:\n benches/payload/ size_speed, mega_query, hybrid, search\n benches/write/ profile, stress, scaling, vs_sqlite, edge_scale\n benches/tools/ dump_record\n examples/ removed entirely (these were\n[…]\nd standalone codec prototype)\n - remove dead CoreDB::put_value_many (engine uses put_value_bulk)\n- Update the how-to-run doc comments to 'cargo bench'.\nNo library behavior change; all suites green.",
"is_bot": false,
"headline": "refactor(benches): consolidate benchmarks into benches/ subfolders; d…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-27T08:14:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "13e649db88173da58ca48afe5e964b7d366b2259",
"body": "… write path\n\nSKBIN payload format\n- Drop FSST (unproven, added shared value-state); replace with optional\n per-field zstd (tag T_ZSTR) that is self-contained (no shared dictionary),\n so 1-record corruption isolation and 'no user data in shared state' hold.\n- Make SKBIN Level-1 the default payload\n[…]\n- ~590 tests green (lib + integration + persistence + skbin_surface + engine).\n\nAdds benchmark examples (payload size, concurrency vs SQLite, write\nscaling/stress/profile, mega query, hybrid, search).",
"is_bot": false,
"headline": "feat(skbin+engine): SKBIN as default payload format + concurrent bulk…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-27T06:49:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "ed28573849f93ecd3d0136adcf84b1d3b16417e7",
"body": "…engine\n\nCompletes SKBIN Level 1: kills the read-path round-trip, wires the skip-scan field extractor into filters, adds field-table redundancy, and proves all four claims on the real CoreDB (examples/skbin_engine_bench.rs, 100k records):\n\nSIZE payloads.bin 27.4MB -> 14.5MB (1.88x smaller). SPEE\n[…]\nreEq/WhereNeq. Fixes a correctness bug where boolean/string equality over SKBIN returned 0 rows (JSON byte-search found nothing in binary). Regression-tested (WHERE active=true, WHERE customer='...').",
"is_bot": false,
"headline": "feat(storage): SKBIN perf + recoverability, proven end-to-end on the …",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-26T00:51:12Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "426baf87b704f69e4089fe6b2bdef67d14d1d882",
"body": "…overability-first)\n\nImplements the chosen payload encoding in the engine: field names -> int IDs from a shared append-only table; typed values (varint ints, f64, packed bool/null); strings LITERAL in the record. No cross-record sharing -> every value byte lives in exactly one record; a corrupt byte\n[…]\ns, field table persists, payloads strictly smaller than raw. 196 lib + 334 integration + 24 persistence green.\n\nDesign: docs/internals/payload-binary-format.md. Proof: examples/schema_encode_bench.rs.",
"is_bot": false,
"headline": "feat(storage): SKBIN Level-1 binary payload format (config-gated, rec…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-26T00:18:23Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b9f790e6c1faee292c787b91d8997264c5ba1bc5",
"body": "…txn fsync fix\n\nScale-tested the reset edge model (examples/edge_scale.rs: 200k nodes / 425k edges, disk-first) and landed three wins it surfaced:\n\n1. Transaction::commit now does ONE fsync, not one per op. A transaction is atomic-or-nothing, so per-op fsync was both wrong (partial durability) and c\n[…]\nON object. F back to the general path for GROUP BY / node-var aggregates / intrinsics / multi-hop. AVG over 200k edges: 521 -> 61ms (8.5x, resident); 617 -> 305ms (paged, at the mmap-traversal floor).",
"is_bot": false,
"headline": "perf(edges): streaming edge-attribute aggregation + columnar reads + …",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-25T13:46:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2e3e687af2f44df047d72e0c699267a3dfd8c403",
"body": "…shared by\n\nAPI/SQL/WAL replay; compact folds columns into edgemeta.bin.\n\nBREAKING: on-disk format changed (old DBs won't read). Flutter Dart binding\nneeds `flutter_rust_bridge_codegen generate` to resync.",
"is_bot": false,
"headline": "Edge fast-lane columns now persist: one routing site (link_meta_raw) …",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-25T11:24:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "837a78f13fb2fdbf23aacb5911060ce23681e5a7",
"body": "…at spec\n\nbest-practices.md: measured design-space guidance (aggregation -> indexed fact;\ndrill-down -> traversal; put_many/link_many/compact; open_paged). edge-design-thought-\nexperiment.md: cross-domain edge-shape study (generic domains). requirements.md +\ntopology-format-v2.md: storage strategy, dense-id StreamVByte topology, phased roadmap.\nAll examples generic; no private project data.",
"is_bot": false,
"headline": "docs: best-practices guide, edge-design study, storage roadmap + form…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-24T15:18:58Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "4d7a3d292b6ce7c234ffc56828a487aa97068e54",
"body": "Edge counterpart of put_many. Individual link() fsyncs the WAL per edge (correct for\nincremental durability, but ~ms/edge -> minutes for tens of thousands). link_many\ndefers the per-edge fsync and flushes once. Measured: 66k edges 92s -> 0.16s. Ongoing\nincremental link() is unchanged.",
"is_bot": false,
"headline": "feat(storage): link_many — bulk edge insert with a single fsync",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-24T15:18:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7c0010be25d8b8bbf6fde37be3be46e7407f661b",
"body": "strength is a typed f32 already in the CSR (strengths_per_hop), but a quirk kept\nr.strength out of EDGE_INTRINSICS, so referencing it forced a full JSON edge-metadata\nparse per edge just to read a value already in memory. Add strength to EDGE_INTRINSICS\nand serve obj[strength] from the path strengths; the metadata block now runs only for\ngenuine JSON fields. Measured 2.3x on weighted-edge aggregates (6.22 -> 2.73 ms).",
"is_bot": false,
"headline": "perf(query): r.strength reads typed CSR column, not JSON parse (2.3x)",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-24T15:17:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "57edbca6a92e252623fdcee92070a6995d04821c",
"body": "The paged-base edge-metadata methods (Edge::from_base / base_meta_ref, BASE_META_BIT\ntag packing) plus the edge_meta() pread fallback were left unstaged when the edgemeta\nchange was committed, so HEAD did not build without the working tree. No behavior\nchange — stages the code the committed lib.rs already depends on. The pread fallback\nalso fixes a latent durability bug: edge_meta returned None when the mmap was absent\nor stale (fresh DB never reopened, or metas appended post-open).",
"is_bot": false,
"headline": "fix(storage): commit edgemeta edge methods + WAL pread fallback",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-24T15:17:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9c52f54338205f1abd2eeb275fd05953ddef225f",
"body": "…ybe_compact() / on-close\n\nConfig.auto_compact { Off | Manual | OnWrite (default) } + CompactThresholds\n(wal_bytes 64MB — bounds reopen replay + disk; overlay_entries 200k — bounds paged-mode\nRAM) + compact_on_close (opt-in; only if WAL > 4KB; never during panic unwind).\nCoreDB::maybe_compact() is t\n[…]\nrrupted; reentrancy flag; memory DBs Off.\n\nTests: auto_compact_on_write_fires_and_wal, maybe_compact_manual_mode,\ncompact_on_close_checkpoints. Suite green: 185 lib + 337 integration + 24 persistence.",
"is_bot": false,
"headline": "feat(storage): auto-compaction — OnWrite (SQLite-style) / Manual + ma…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-22T13:28:26Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "532f6c5396558b1873a6b2c64e77e4a130bbc912",
"body": "…measured, default off\n\nPer-record zstd (level 3) behind Config.payload_compression. First-byte tag\ndiscrimination (raw JSON starts '{'; 0x01 = zstd) -> zero migration: legacy/mixed\nfiles read transparently, compact() transcodes both directions and preserves the\npolicy across its store reopen. Recor\n[…]\n) could reconcile size+speed later.\n\nTest: payload_compression_roundtrips_anshrinks (roundtrip, auto-detect, transcode\nboth ways, >=2x shrink). Suite green: 182 lib + 337 integration + 24 persistence.",
"is_bot": false,
"headline": "feat(storage): opt-in zstd payload compression — 3.85x smaller, gate-…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-22T12:00:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "efcd9dd026e8b326cb186d5f774e30ef8d75a287",
"body": "…rialization (-38%)\n\nMeasured journey: raw-byte field extraction was tried and REJECTED (per-field reverse\nscans lose to one serde parse on ordinary payloads; note left in code). Profiling showed\nthe aggregate row-scan cost is materialization — a PathRow HashMap per path plus a\nValue::clone of each \n[…]\nllup (660 answers): 3.03 -> 1.875 ms (2KB payloads, -38%); 1.63 ms on small\npayloads. Full suite green first run (181+337+24). Also: MathExpr::collect_fields,\npayload_loc used for offset-sorted reads.",
"is_bot": false,
"headline": "perf(query): streaming-fold aggregation for MATCH — skip PathRow mate…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-22T11:23:46Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "7d54a48bb67c85a6b46d95aadde059981bf916b1",
"body": "…files become the single source of truth\n\nB1: spatial.bin (48B records: centroid+bbox); NodeRecord.spatial_ref now real; paged\nnode_data serves spatial from the side-table; rebuild_spatial_grid includes the mapped\nbase (paged spatial grid was empty); recovery reads the table instead of parsing\npaylo\n[…]\node_serves_spatial_from_side_table, manifest_snapshot_shrinks_and_\nreopens_complete; full suite green (181+337+24) with every reopen exercising the\nmanifest path. One version assertion updated (2->3).",
"is_bot": false,
"headline": "feat(storage): spatial side-table + v3 manifest snapshots — topology …",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-22T10:47:22Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "d875cecc65c1e5b1143c271cc4115b8690c8ed7f",
"body": "… overlay",
"is_bot": false,
"headline": "feat(storage): paged topology mode — mmap-served graph with RAM write…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-21T22:24:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f03435a5d269d805898e6c120c463bd19d37fddc",
"body": "node_data -> Option<Cow<NodeData>>, fwd/rev_edges -> Option<Cow<[Edge]>>. Resident\nbacking returns Cow::Borrowed (zero-cost, verified: graph_traversal atom 1.86us vs\n1.90us baseline, mem_sql/disk_sql unchanged); the upcoming paged mode returns\nCow::Owned values decoded from the mmap'd topology files\n[…]\ntire read-wiring surface. NodeData now\nderives Clone. Mechanical call-site fixes: for-loops -> .iter(), two spatial-meta\nclosures restructured to keep the Cow alive, equivalence test uses .as_deref().",
"is_bot": false,
"headline": "refactor(storage): Cow-based topology accessors — backing-agnostic reads",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-21T14:03:38Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "cecfb2aa9f96a1eeae2bf199f1610d1b8a450097",
"body": "…ivalence-proven\n\nNode records v2 (24->32B): slug hash inline -> O(1) id->hash, so the hash-keyed\nengine API can be served from mmap without re-hashing slugs per edge. Version-aware\nreader keeps v1 files loadable.\n\nMappedTopology: opens the six topology files via mmap (MmapView; owned-bytes\nfallback\n[…]\nuivalent_to_resident_graph — for every node of a compacted\nmulti-collection graph, mapped == resident (identity, slug, payload loc, collection,\nfwd+rev edge multisets incl. type hashes and strengths).",
"is_bot": false,
"headline": "feat(storage): Phase 1.1 — mmap-backed MappedTopology, format v2, equ…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-21T13:20:17Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "b14321b8ad6f0252111279903e90df8e16fcdbe0",
"body": "…them; collision guard\n\ncompact() emits the six topology files (atomic tmp->fsync->rename, post payload\ncompaction). open(): when snapshot.json is missing/corrupt but topology files exist,\nrebuild nodes+edges+collections from them (payloads preserved) — previously that\nscenario was total data loss s\n[…]\nsions loudly instead of\nsilently merging two slugs. Tests: compact_writes_readable_topology_files,\nopen_recovers_from_topology_files_when_snapshot_lost,\nhash_collision_is_rejected_not_silently_merged.",
"is_bot": false,
"headline": "feat(storage): compact() writes topology files; open() recovers from …",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-21T13:08:10Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "8f4f41c972424752a30174b76b3f72a3d1804e74",
"body": "…odule\n\nSelf-contained offset-addressable topology format: nodes.bin (fixed 24B records),\nCSR adj_fwd/rev (varint count + StreamVByte-delta neighbors + parallel attrs),\nidx.bin (sorted hash->dense_id), slugs.bin (dense_id->slug reverse mapping),\ndict.bin (collection/edge-type tables). All files carry 16B [magic][version][flags]\nheaders. StreamVByte {1,2,4,8}B classes -> u64-capable, unbounded, ~1-2 B/neighbor.\nTopologyView reads over &[u8] (mmap-ready). Round-trip tested.",
"is_bot": false,
"headline": "feat(storage): Phase 0 — dense-id StreamVByte-delta topology format m…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-21T13:07:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "e6010019fb13b85a44e14c11dd0f93dc6e4e56d5",
"body": "…odule\n\nSelf-contained, offset-addressable topology format (not yet wired into the engine):\nnodes.bin (fixed 24B records, arithmetic addressing), CSR adj_fwd/rev (per-node blocks:\nvarint count + StreamVByte-delta neighbors + parallel type/strength/meta), idx.bin\n(sorted hash->u64 dense id, binary se\n[…]\ne, unbounded (no u32\nceiling), ~1-2 B/neighbor. build()/TopologyView read over &[u8] (mmap-ready for Phase 1).\nRound-trip tested (SVB all classes, graph, empty, versioned headers). Zero engine impact.",
"is_bot": false,
"headline": "feat(storage): Phase 0 — dense-id StreamVByte-delta topology format m…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-21T10:56:20Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "2f643528a034813dae2a2552faf2ff18d4415275",
"body": null,
"is_bot": false,
"headline": "chore: increment version",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-20T08:32:33Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6a4e077538a24b6f3f21e911b76a5eb71091b82b",
"body": null,
"is_bot": false,
"headline": "perf(query): skip payloads for traversal-only vars in MATCH aggregate",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-20T08:30:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3ff54bb3bd6532d961740963d1540d39ebe2ca35",
"body": "…pshot format, S3 parity\n\n- SELECT FROM MATCH: backward traversal, DISTINCT/COUNT(DISTINCT), edge properties,\n anonymous & inline-prop nodes, UNION, b.*, variable-length path intrinsics, WITH-chaining\n- plain SELECT: CASE WHEN, COUNT(DISTINCT), scalar fns (AGE_DAYS/AGE_HOURS/JSON_ARRAY_LENGTH/NOW),\n[…]\nshot header roundtrip, legacy headerless open,\n header/JSON version refusal; index-rebuild tests made header-aware\n- new feature-gated S3 parity / minio / remote-only / bench tests, plus stress tests",
"is_bot": false,
"headline": "test: full 0.12.0 coverage — MATCH surface, CASE/COUNT(DISTINCT), sna…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-20T06:40:04Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "58fb532c9b224979d2e65e1092e32a2714617254",
"body": "…t evolution\n\nAdd a 16-byte [magic \"SKSNAP\\0\\0\"][version u32][flags u32] header to snapshot.json\n(mirrors the WAL), bumping SNAPSHOT_FORMAT_VERSION 1->2.\n\n- v1 legacy headerless JSON is still auto-detected and opens unchanged.\n- Refuse-newer now happens at the header, before body parse, so a future\n\n[…]\n) is an additive dispatch arm, not a break.\n- payloads.bin untouched -> read hot path byte-identical (no regression).\n\nTests (header roundtrip, legacy open, version refusal) follow in the test commit.",
"is_bot": false,
"headline": "feat(storage): versioned snapshot header for forward-compatible forma…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-20T06:36:55Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "e5821d9a631a1afd6f3780211760276b360e6bdd",
"body": "Breaking: MATCH … RETURN removed (SELECT … FROM MATCH is the only graph surface).\nAdds plain-SELECT CASE/COUNT(DISTINCT), backward traversal, DISTINCT, edge properties,\nanonymous nodes, scalar functions, and the Python EXPLAIN binding.",
"is_bot": false,
"headline": "chore: bump version to 0.12.0",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-18T13:13:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "208cbdd63299aa913fb5cee263b81a7a57f600c1",
"body": "…-code cleanup\n\n- BM25: smoothed IDF ln(1+(N-df+.5)/(df+.5)) so common terms score > 0; rewrite dict.rs\n to the live HashMap (drop abandoned manual serialize/deserialize, build_index, sorted_terms);\n gate decode_postings to tests; drop VARINT_MASK\n- WAL: gate test-only helpers (read_all, migrate_wal, WalReader::format, WalWriter::open)\n- edgestore: remove unused meta accessors + unwired compact_meta + MetaStore::Disk.path",
"is_bot": false,
"headline": "refactor(storage,bm25): WAL/edge refinements, BM25 smoothed IDF, dead…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-18T12:40:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6d77801c0aae84fd78af4dc97e994e56d4658ccd",
"body": "… + help fixes\n\n- Python: add DB.explain(sql, analyze); open_s3 raises a clear error when built without\n the s3 feature instead of AttributeError; __main__ REPL routes EXPLAIN/COMPACT/SET/BEGIN/COMMIT/ROLLBACK\n- df.load_nodes: keep falsy-but-valid keys (0, \"\") instead of dropping them\n- skcli help: document backward traversal, DISTINCT, COUNT(DISTINCT)\n- pyproject: point readme at the repo README",
"is_bot": false,
"headline": "feat(cli,python): EXPLAIN binding, open_s3 fallback, REPL routing, df…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-18T12:35:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "834903d789c0d3fbe347844e466ddea09c035f1c",
"body": "…payloads\n\n- SELECT … FROM MATCH is the only graph surface (MATCH…RETURN removed): backward\n traversal, DISTINCT/COUNT(DISTINCT), edge properties, anonymous & inline-prop nodes,\n UNION, b.*, correct variable-length path intrinsics, WITH-chaining\n- Plain SELECT: COUNT(DISTINCT), CASE WHEN, AGE_DAYS\n[…]\ntance/Length/Area parsing, empty-aggregate PG semantics\n- Dead-code sweep: drop OrderKey::Bm25/Step::Bm25Sort, scan_string_end, node_in_collection,\n get_payload_raw, MatchCond.var, parse_with_options",
"is_bot": false,
"headline": "feat(query): unify graph surface on SELECT … FROM MATCH + disk-first …",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-07-18T12:33:59Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "180ac9afe34d917bfed0f67ec0dd5754fdf008dd",
"body": null,
"is_bot": false,
"headline": "fix: pip CI — manylinux_2_28 for aarch64, remove pyo3 auto-initialize",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-06-30T12:17:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fc574b70c8ea2b2313217309c778248cbeee4aa1",
"body": null,
"is_bot": false,
"headline": "fix: aarch64 pip build — use manylinux_2_28 for C11 support (aws-lc-sys)",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-06-30T10:54:03Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "054324f0614d1d43ac9156ddb7ad88f49da58384",
"body": "- Upgrade object_store 0.11 → 0.14 (aws-lc-rs replaces ring, fixes aarch64 CI)\n- Add S3Credentials struct for caller-owned credential management\n- Unified open_s3(remote, budget, cache_dir): cache_dir presence decides RAM vs disk cache\n- Configurable BlockCache RAM cap via CacheBudget\n- Python wrapper exposes open_s3 staticmethod with --features s3\n- README: add S3 remote storage, search index, transaction docs\n- S3 full parity tests: 15 tests covering SQL, MATCH, SHORTEST, GROUP BY, disk cache",
"is_bot": false,
"headline": "feat: unified open_s3 API, S3Credentials, object_store 0.14",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-06-30T10:35:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b4887be0e05af7adbb4a0c5417ab571cdf35b42",
"body": "- BlockCache: two-tier LRU (256MB RAM + bounded disk), 64KB blocks via S3 GET_RANGE\n- CoreDB::open_s3(remote, budget, cache_dir) — unified API, cache_dir presence decides RAM vs disk mode\n- S3Credentials: caller-owned credentials (no env vars), supports custom endpoints (MinIO, R2)\n- RemoteSync: fro\n[…]\n[cfg(feature = \"s3\")] — same unified API\n- Full feature parity: 15 tests (SQL, MATCH, SHORTEST, graph traversal, GROUP BY, SHOW TABLES)\n- Default build unchanged: +0 bytes without feature, +1.4MB with",
"is_bot": false,
"headline": "feat: S3 remote-only storage with block-level caching",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-06-30T07:41:03Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "f13ec4efb243723b3cadab7aa6801622053c2f32",
"body": "Performance: byte-splice UPDATE (src/lib.rs, src/query.rs)\n- splice_json_field() + find_value_end() — splice fields directly in raw JSON bytes\n- UPDATE fast path: skips all 5 serde_json parse/serialize cycles per row\n- Result: UPDATE 12.4ms → 1.72ms (7.2x faster), gap vs SQLite from 46x → 6.5x\n- Fal\n[…]\nbject\n\nSafety: LIMIT/OFFSET overflow (src/sql.rs)\n- expect_usize() validates non-negative + finite before as usize cast\n- LIMIT -1 now returns a proper error instead of silently wrapping to usize::MAX",
"is_bot": false,
"headline": "update:",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-06-29T03:08:43Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "bfae6ec762e4654b3662b6573209d6b7bb59cd9f",
"body": "…king\n\nAdd IndexMethod::Search, a disk-backed positional inverted index using\nRoaringBitmaps and FST (finite state transducer) for term lookup.\n\nSQL surface:\n CREATE INDEX ON t USING search (field1, field2)\n SELECT * FROM t WHERE SEARCH('query')\n ORDER BY SEARCH_SCORE('query') DESC",
"is_bot": false,
"headline": "feat: positional search index with FST typo tolerance and cascade ran…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-06-28T04:29:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "96e563189bb2c9f14aafc19d677bdf4154be12fd",
"body": null,
"is_bot": false,
"headline": "Fix: remove edge_store_benchmark bench entry (requires local dataset)",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-06-23T21:44:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7f8dbf92f0605b9ee497e6e80f28ee49aadcee57",
"body": "- BEGIN buffers mutations, COMMIT replays them, ROLLBACK discards\n- WAL entries bracketed by TxnBegin/TxnEnd markers on COMMIT\n- Recovery discards incomplete transactions (no TxnEnd = crash)\n- Backwards compatible: old WAL files replay unchanged, old binaries\nskip TxnBegin/TxnEnd via Unknown variant",
"is_bot": false,
"headline": "feat: SQL BEGIN/COMMIT/ROLLBACK with crash-atomic WAL transactions",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-06-23T20:13:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2bb95c522dda354e557d4db46c3e596ba02e0a0",
"body": "…snapshot\n\n- VectorStore: dual-mode (Memory/Disk) per-field vector storage with mmap\n- EdgeStore: dual-mode (Fat/Compact) — compact topology in RAM, metadata on disk\n- Config/EdgeMode: runtime selection between Fat and Compact edge modes\n- Phase 6: skip vectors in snapshot.json when .bin files exist (25x faster open)\n- Shared MmapView for zero-copy reads across PayloadStore, VectorStore, EdgeStore\n- VectorAccess trait decouples HNSW from HashMap",
"is_bot": false,
"headline": "feat: disk-backed storage mmap vectors, compact edge store, Phase 6 …",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-06-22T12:17:57Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b15011acdc44ec4ec28bdf6ae17aff4be78bbb4d",
"body": " put_vector() now uses O(log n) incremental graph.insert() instead of\n O(n log n) full HNSW rebuild — constant throughput at 10K vectors.\n\n fix: WAL replay skips redundant HNSW/GIN/BM25 index builds (apply_index\n guards on self.replaying), rebuilds once at end — fixes open() hang on\n production\n[…]\nsed\n read/write separation, write buffering, WAL compaction policy, and\n index rebuild scheduling. Covers full multi-model SQL surface (graph,\n spatial, vector, full-text). Zero cost when disabled.",
"is_bot": false,
"headline": "feat: incremental HNSW insert + engine concurrency layer",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-06-20T11:43:31Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "0182016806295269513bbbf3447905ab07072d9b",
"body": null,
"is_bot": false,
"headline": "feat: multi-row INSERT and deferred HNSW rebuild on batch updates",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-06-19T11:24:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "90951662c2102ddd39716129e035745a44606129",
"body": null,
"is_bot": false,
"headline": " feat: score functions in SELECT projection with AS alias",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-06-14T06:47:25Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2230574b12e134c13cb31c1887228ad278a2c9ae",
"body": "…urned in SELECT * and explicit SELECT\n\n fix: GEO column dropped from explicit multi-column SELECT — extract_simple_value now handles arrays and objects\n feat: expose table_schema(), FieldDef, FieldType for embedders",
"is_bot": false,
"headline": "feat: lazy vector field resolution in SELECT — VECTOR columns now ret…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-06-12T23:53:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "906ca618921cfa78306082f1789c40ba2c3cd157",
"body": null,
"is_bot": false,
"headline": "update: expose table schema",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-06-10T03:22:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "8d50a68978ff22ad361199d45e08c6bc582c2a18",
"body": "…ching bracket/brace (respecting nesting and\n\n strings), then parses the slice with serde_json.",
"is_bot": false,
"headline": "Fix: Added [ and { handling to extract_simple_value() — finds the mat…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-06-07T22:20:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0e076ebd72599e2b64e05ae0577ccf8f34adc6bc",
"body": "…-typed fields were misrouted to vector store instead of JSON payload",
"is_bot": false,
"headline": "fix: GEO column values not returned in SELECT — numeric arrays on GEO…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-06-07T22:06:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fa1acf626141ce7aaa1ac1157f9e2487d322e19d",
"body": null,
"is_bot": false,
"headline": "fix: remove pipeline_query, feat: explain and reindex",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-05-27T13:13:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1046ddaa46a4e236c5c87460167749ff3585462e",
"body": "- perf: btree range scans for WHERE Gt/Lt/Gte/Lte/Between\n- perf: index-only aggregates without GROUP BY\n- perf: index-only GROUP BY for AVG/SUM/MIN/MAX\n- perf: start-variable GROUP BY fast path in MATCH\n- feat: = ANY($1) PostgreSQL-style dynamic array IN binding\n- feat: @> PostgreSQL-compatible array containment operator\n- feat: EXPLAIN / EXPLAIN ANALYZE query plan introspection",
"is_bot": false,
"headline": "- feat: hash index builds btree data structure",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-05-27T12:58:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "edca3ea47e894d4132666472e1137213e034dbb9",
"body": "…h now creates a real btree index (was hint-only no-op) , perf: btree range scans for WHERE Gt/Lt/Gte/Lte/Between — zero payload reads for range filters on indexed fields, perf: index-only aggregates without GROUP BY — COUNT/SUM/AVG/MIN/MAX computed from btree alone, perf: index-only GROUP BY for AVG/SUM/MIN/MAX — extends existing COUNT-only path to all numeric aggregates, perf: start-variable GROUP BY fast path in MATCH — avoids destination payload reads when grouping by start node",
"is_bot": false,
"headline": "feat: hash index builds btree data structure — CREATE INDEX USING has…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-05-16T11:53:34Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c145a86a2478e7bd2c9054fa7eb7c7dffafa1618",
"body": "fix: unified query, drop pipeline\nperf: GROUP BY MATCH deep-hop now 3x faster via frontier BFS collect_final_dest_counts(): merged frontier HashMap<hash,count> through hop chain, no per-path RawPath materialisation. 81k paths → 34 entries. Ultra-fast path in execute_match_agg for final-var-only GROUP BY.",
"is_bot": false,
"headline": "feat: increase version",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-05-10T13:25:48Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f019e58e634c53e9c95d302744a83ae5a1217f3d",
"body": null,
"is_bot": false,
"headline": "feat: increase version",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-22T23:55:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c4de94ed12797329e893e31fd44f0148fc719024",
"body": "…final_dest_counts(): merged frontier HashMap<hash,count> through\n\n hop chain — no per-path RawPath materialisation. 81k paths → 34 entries.\n Ultra-fast path in execute_match_agg for final-var-only GROUP BY.",
"is_bot": false,
"headline": "perf: GROUP BY MATCH deep-hop now 3x faster via frontier BFS collect_…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-22T23:53:21Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "28c29e2e731c7a058623bd5a5f5de97f3ce41f94",
"body": null,
"is_bot": false,
"headline": "increment version",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-20T03:09:55Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "04e157bb72f9ce526f567da0230aa90ce6fc5aaa",
"body": null,
"is_bot": false,
"headline": "fix: MATCH SHORTEST collection-in-pattern + mega benchmark (20 cases)",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-20T03:09:26Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3505a737b2ce12513a719271fc5ab2bcb0b971b1",
"body": "…ction\n\n - PayloadStore: Memory/Disk variants — payloads.bin on disk, pread on demand\n - WAL replay_all(): streaming one-frame-at-a-time (eliminates ~860 MB buffer on open)\n - compact(): streaming rewrite via tmp file + atomic rename\n - GIN trigram index (gin.bin) — powers ILIKE queries\n - get_\n[…]\n→ 1 ms\n\n fix: remove dSYM debug bundle from git tracking\n\n Add *.dSYM/ to .gitignore and untrack libsekejap.dylib.dSYM (31 MB,\n regenerated by maturin on every build — should never be in the repo).",
"is_bot": false,
"headline": " feat: disk-first payload store, GIN trigram index, fast field extra…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-19T06:19:18Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "66e07ed6a3b3a18197e52b8fc2599971e5f48b3b",
"body": "… start var binding. feat: DEFAULT UUIDV4/UUIDV5 column defaults, auto _key generation",
"is_bot": false,
"headline": " feat: date functions in WHERE/SELECT, BM25 incremental insert, MATCH…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-17T08:54:07Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "5bc86e495bfef4d5a8d45a92b3778233a904f5ba",
"body": " SqlError::GroupByViolation returned at parse time (no more silent MySQL-style pick-a-row)\n - MATCH path: group_by upgraded from Option<(String,String)> to\n Option<Vec<(String,String)>> — GROUP BY a.city, b.role now works\n - Set path: single-pass executor — node_data() called once per row (2N→N);\n drops intermediate Vec<u64> per group in favour of inline GroupState accumulation\n - Both paths: same SQL surface, same Vec<Hit> output, engines stay separate",
"is_bot": false,
"headline": "- PG enforcement: non-aggregate SELECT columns must appear in GROUP BY;",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-16T08:19:16Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "317ec2d548d5cdf1b76566ef187f8ef110275c9e",
"body": null,
"is_bot": false,
"headline": "increment to 0.8.2",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-16T06:34:37Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "60b7e47c57f78a04ba849a4b03ca5fbf2c511860",
"body": " - Bm25Index::delete(), orphan_count(), needs_rebuild(), avg_doc_len()\n - DEFAULT_REBUILD_THRESHOLD = 0.20; remove_raw() calls delete()\n - bm25_search() filters deleted docs via nodes.contains_key()\n - ST_AsGeoJSON(field) in SELECT, ST_GeomFromGeoJSON('...') in INSERT VALUES",
"is_bot": false,
"headline": "feat: incremental BM25 deletion + PostGIS GeoJSON functions",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-16T06:33:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0ee1673fc85d876cb1ed20f13beab73563cd51b6",
"body": null,
"is_bot": false,
"headline": "increment minor version for updated documentation",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-14T22:59:19Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "a39f2c9c9da03b1563358819869466888f3930b7",
"body": null,
"is_bot": false,
"headline": "fix: select match documentation",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-14T22:04:50Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7e3a0469d524ee02aedee383c6127071fabea59f",
"body": null,
"is_bot": false,
"headline": "feat: unified SQL surface — SELECT-first query language (0.8.0)",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-14T14:30:01Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1bce865049210b38d7ac3f478b0a4cc590da0b89",
"body": null,
"is_bot": false,
"headline": "increment version",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-14T11:18:52Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec3ac3c58a1deba20ddbd9e4b2c735e181d5fbac",
"body": "… aggregate executor\n\n feat: PATH_* aggregates — PATH_AVG/SUM/MIN/MAX/PRODUCT/FIRST/LAST on path intrinsic arrays\n feat: CASE WHEN, NOW(), AGE_DAYS(), AGE_HOURS(), JSON_ARRAY_LENGTH() in MATCH returns\n docs: update README, skcli help, Rust and Python docstrings for 0.7.0",
"is_bot": false,
"headline": "feat: SELECT FROM MATCH unification — SQL-first syntax routes through…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-14T11:18:17Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ae7d3060b5c4334fe9cbb6277a538b8c286b13e4",
"body": "…lumn type\n\n feat: reindex — REINDEX ON collection USING method (field)\n feat: sql error variants IndexBuildFailed and IndexNotBuilt with reindex hints\n feat: show tables and edges introspection\n feat: gin incremental maintenance — insert_doc keeps index live after each put\n feat: hnsw auto-reb\n[…]\nn index is declared\n fix: create index on empty table always succeeds\n fix: wal replay rebuilds all declared gin and hnsw indexes on open\n docs: reindex and gin/hnsw maintenance behaviour in readme",
"is_bot": false,
"headline": " feat: alter table — add/drop/rename columns, rename table, change co…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-13T09:16:07Z",
"body_truncated": true,
"is_coding_agent": false
},
{
"oid": "93718974399e0d3596d57dd5393180adb843ce62",
"body": null,
"is_bot": false,
"headline": "feat: show tables and edges",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-12T09:31:45Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b337861464fbc57be4ea43f0f821fc6267392c38",
"body": null,
"is_bot": false,
"headline": "fix: auto increment version",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-12T06:18:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "008603e67c6a3178fbaf6e4dc73243d75290241b",
"body": null,
"is_bot": false,
"headline": "fix: auto increment version",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-12T06:14:46Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "7fe7adada9fa4a1b5c5d6dc65b3cea82c0e3f45f",
"body": null,
"is_bot": false,
"headline": "fix: one line to increase version",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-12T05:51:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "77b7f5bce7983ae3ac85f5baca5822739119c16f",
"body": null,
"is_bot": false,
"headline": "fix: workspace dependencies",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-12T05:23:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c8648d4445474158041a9625f0c0ff53a254bc4b",
"body": null,
"is_bot": false,
"headline": "fix: add workspace dependencies",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-12T05:22:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ec65a404e7e4ca372ccc9a48eb310dcc0aa25104",
"body": null,
"is_bot": false,
"headline": "remove unused line",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-12T05:11:00Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "0a0203c648e1fe25b000ea72064768c5354baba7",
"body": "…ction",
"is_bot": false,
"headline": "fix: replace panics with proper errors, add DbError + corruption dete…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-12T04:32:38Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "765864c5e804ced6fb1a80763a51e9b567aa5593",
"body": "…t data storage",
"is_bot": false,
"headline": "feat: 0.6.0, solid sql format with MATCH for graph operation, explici…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-04-12T04:01:51Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "93bff95160e38515149e463fc8a1b300f0698b06",
"body": null,
"is_bot": false,
"headline": "fix: windows support",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-03-31T07:24:59Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "ddb9909d90ed9e66c21be1f32ea3853c7526b84e",
"body": null,
"is_bot": false,
"headline": "increase version",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-03-31T07:01:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "c3f7db8a7cfc4b90cd8280f41012f8581dbe8568",
"body": null,
"is_bot": false,
"headline": "add support to context7 and windows python",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-03-31T07:01:29Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "cbbeb0f713324bd3421839c9b220dfe597be8faa",
"body": null,
"is_bot": false,
"headline": "pandas support and version increase",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-03-31T05:24:18Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "f00bac6b9f5ae5feec0de4ad6679dba746d882e7",
"body": null,
"is_bot": false,
"headline": "increase version to 0.5.0",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-03-31T04:37:30Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "fcd19b5d565d43cee30d76ae28536f3259c2ca6f",
"body": null,
"is_bot": false,
"headline": "feat: sekejap SQL and improvement",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-03-31T04:37:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "1b91c381cee48ab39878c3858dac750936fff2f6",
"body": null,
"is_bot": false,
"headline": "updated readme",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-03-31T04:36:40Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "46136c1918dcd2e15b68bf736d9b12b563bd477a",
"body": null,
"is_bot": false,
"headline": "feat: sekejap cli",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-03-31T04:36:24Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "af25deb425a50d527448131ee844dbb1321b0f83",
"body": null,
"is_bot": false,
"headline": "python wrapper",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-03-31T04:36:14Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2efbae0706519950b56ee7e3a6094e0f7844f8e",
"body": null,
"is_bot": false,
"headline": "new benchmark for both sql and atomic operation",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-03-31T04:35:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "2e44abb0bbeaca94a038a8833c02d96d1421d512",
"body": null,
"is_bot": false,
"headline": "sekejap sql docs",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-03-31T04:35:23Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "3edecb7ad49d9c0cd2164d568123b92161cb70ce",
"body": null,
"is_bot": false,
"headline": "addition of sekejap cli",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-03-31T04:35:10Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "d2113a232ac0ca403de5879ad641d1b22bba2ebe",
"body": null,
"is_bot": false,
"headline": "skill and context7 files",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-03-04T21:55:15Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "b95c8707708f2f23e612bd3db396ca58b0b12f0f",
"body": null,
"is_bot": false,
"headline": "update naming reference",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-03-04T21:45:41Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "221b794c28cb325453f9a50f012fe380c43847eb",
"body": "…. Update SekejapQL syntax. Improve vector and spatial ingestion and retrieval performance. Add comprehensive API reference and benchmark results for improved performance insights.",
"is_bot": false,
"headline": "Update version to 0.4.0, enhance .gitignore, and remove outdated docs…",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-03-04T21:31:49Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "07d7c503c517f0043984d6385a4014fb19967c6b",
"body": null,
"is_bot": false,
"headline": "increment the version, add skcli, and context7",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-02-23T00:54:56Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "6f99abbafd57041cdfe02b097496359ea808796b",
"body": null,
"is_bot": false,
"headline": "update and unified the sekejap interfaces",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-02-23T00:52:27Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "153c13f1e1842684d54ffb8170242b59d55173b4",
"body": null,
"is_bot": false,
"headline": "increase version",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-02-21T00:07:04Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "25c7b615f56e5912f2d6899fc2834a1449b620c1",
"body": null,
"is_bot": false,
"headline": "fix RUSTFLAG",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-02-21T00:02:11Z",
"body_truncated": false,
"is_coding_agent": false
},
{
"oid": "9f4dcecc9b1f00f5a16bc643bd3d10aa8eeec626",
"body": null,
"is_bot": false,
"headline": "increase version",
"author_name": "Insan",
"author_login": "insanalamin",
"committed_at": "2026-02-20T23:46:19Z",
"body_truncated": false,
"is_coding_agent": false
}
],
"releases_count": 4,
"commits_last_year": 0,
"latest_release_at": "2026-07-29T08:41:54Z",
"latest_release_tag": "v0.13.2",
"releases_from_tags": false,
"days_since_last_push": 0,
"active_weeks_last_year": 0,
"days_since_latest_release": 0,
"mean_days_between_releases": 0.1
},
"community": {
"has_readme": true,
"has_license": true,
"has_description": true,
"has_contributing": false,
"health_percentage": 50,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"ecosystem": {
"packages": [
{
"name": "sekejap",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [
"database",
"graph",
"multi-model",
"spatial",
"vector",
"data-structures",
"database",
"embedded"
],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/sekejap",
"is_deprecated": false,
"latest_version": "0.13.2",
"repository_url": "https://github.com/sekejapdb/sekejap",
"versions_count": 51,
"total_downloads": 1363,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 286,
"first_published_at": "2026-02-07T06:11:09.373549Z",
"latest_published_at": "2026-07-29T08:41:13.452987Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
},
{
"name": "sekejap-cli",
"exists": true,
"license": "MIT OR Apache-2.0",
"keywords": [],
"ecosystem": "crates",
"matches_repo": true,
"registry_url": "https://crates.io/crates/sekejap-cli",
"is_deprecated": false,
"latest_version": "0.13.2",
"repository_url": "https://github.com/sekejapdb/sekejap",
"versions_count": 35,
"total_downloads": 583,
"dependents_count": null,
"deprecation_note": null,
"maintainers_count": null,
"monthly_downloads": 136,
"first_published_at": "2026-03-31T05:26:38.437847Z",
"latest_published_at": "2026-07-29T08:41:47.044952Z",
"latest_version_yanked": false,
"days_since_latest_publish": 0
}
]
},
"popularity": {
"forks": 0,
"stars": 0,
"watchers": 0,
"fork_history": {
"days": [],
"complete": true,
"collected": 0,
"total_forks": 0
},
"star_history": {
"days": [],
"complete": true,
"collected": 0,
"total_stars": 0,
"collected_at": null
},
"open_issues_and_prs": 0
},
"ai_readiness": {
"has_nix": false,
"example_dirs": [
"example",
"examples"
],
"has_llms_txt": false,
"has_dockerfile": false,
"has_mcp_signal": false,
"bootstrap_files": [
"wrappers/c/examples/Makefile"
],
"api_schema_files": [],
"has_devcontainer": false,
"typecheck_configs": [],
"toolchain_manifests": [
"Cargo.toml",
"skcli/Cargo.toml",
"wrappers/c/Cargo.toml",
"wrappers/dart/android/build.gradle",
"wrappers/dart/example/android/app/build.gradle.kts",
"wrappers/dart/example/android/build.gradle.kts",
"wrappers/dart/rust/Cargo.toml",
"wrappers/go/go.mod",
"wrappers/kotlin/build.gradle.kts",
"wrappers/node/Cargo.toml",
"wrappers/python/Cargo.toml"
],
"largest_source_bytes": 357299,
"source_files_sampled": 167,
"oversized_source_files": 4,
"agent_instruction_files": [],
"agent_instruction_max_bytes": null
},
"dependencies": {
"manifests": [
"Cargo.toml",
"skcli/Cargo.toml"
],
"advisories": {
"error": null,
"scope": null,
"source": null,
"findings": [],
"collected": false,
"malicious": [],
"truncated": false,
"by_severity": {},
"advisory_count": 0,
"affected_count": 0,
"assessed_count": 0,
"malicious_count": 0,
"assessed_package": null,
"unassessed_count": 0,
"direct_affected_count": 0
},
"ecosystems": [
"crates"
],
"dependencies": [
{
"name": "serde_json",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "serde",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "seahash",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "4"
},
{
"name": "crc32fast",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.4"
},
{
"name": "roaring",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.10"
},
{
"name": "fst",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "memchr",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "chrono",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.4"
},
{
"name": "uuid",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "object_store",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "0.14"
},
{
"name": "tokio",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1"
},
{
"name": "surrealdb",
"manifest": "Cargo.toml",
"ecosystem": "crates",
"version_constraint": "2"
},
{
"name": "sekejap",
"manifest": "skcli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": null
},
{
"name": "rustyline",
"manifest": "skcli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "13.0"
},
{
"name": "serde_json",
"manifest": "skcli/Cargo.toml",
"ecosystem": "crates",
"version_constraint": "1.0"
}
],
"all_dependencies": {
"error": "GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"source": null,
"packages": [],
"collected": false,
"truncated": false,
"total_count": null,
"direct_count": null,
"indirect_count": null
}
},
"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": "insanalamin",
"commits": 101,
"avatar_url": "https://avatars.githubusercontent.com/u/54609220?v=4"
}
],
"contributors_sampled": 1,
"top_contributor_share": 1
},
"quality_signals": {
"has_ci": true,
"has_tests": true,
"ci_workflows": [
"release.yml"
],
"has_docs_dir": true,
"linter_configs": [],
"has_editorconfig": false,
"has_linter_config": false,
"has_precommit_config": false
},
"security_signals": {
"lockfiles": [],
"scorecard": {
"checks": [
{
"name": "Binary-Artifacts",
"score": 10,
"reason": "no binaries found in the repo",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#binary-artifacts"
},
{
"name": "Branch-Protection",
"score": 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": 0,
"reason": "project has 0 contributing companies or organizations -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#contributors"
},
{
"name": "Dangerous-Workflow",
"score": 10,
"reason": "no dangerous workflow patterns detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dangerous-workflow"
},
{
"name": "Dependency-Update-Tool",
"score": 0,
"reason": "no update tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#dependency-update-tool"
},
{
"name": "Fuzzing",
"score": 0,
"reason": "project is not fuzzed",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#fuzzing"
},
{
"name": "License",
"score": 10,
"reason": "license file detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#license"
},
{
"name": "Maintained",
"score": 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": "packaging workflow not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#packaging"
},
{
"name": "Pinned-Dependencies",
"score": 0,
"reason": "dependency not pinned by hash detected -- score normalized to 0",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#pinned-dependencies"
},
{
"name": "SAST",
"score": 0,
"reason": "no SAST tool detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#sast"
},
{
"name": "Security-Policy",
"score": 0,
"reason": "security policy file not detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#security-policy"
},
{
"name": "Signed-Releases",
"score": 4,
"reason": "2 out of the last 4 releases have a total of 2 signed artifacts.",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#signed-releases"
},
{
"name": "Token-Permissions",
"score": 0,
"reason": "detected GitHub workflow tokens with excessive permissions",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#token-permissions"
},
{
"name": "Vulnerabilities",
"score": 10,
"reason": "0 existing vulnerabilities detected",
"documentation_url": "https://github.com/ossf/scorecard/blob/c395761df6afe1a69e476bc60a013a94bcbc153f/docs/checks.md#vulnerabilities"
}
],
"commit": "ff3bbb3f52886430ec73aaee9b4332fa123a18b1",
"ran_at": "2026-07-29T08:59:40Z",
"aggregate_score": 3.1,
"scorecard_version": "v5.5.0"
},
"has_codeql_workflow": false,
"has_security_policy": false,
"has_dependabot_config": false
},
"contribution_flow": {
"collected": true,
"ci_last_run_at": "2026-07-29T08:46:05Z",
"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/sekejapdb/sekejap",
"host": "github.com",
"name": "sekejap",
"owner": "sekejapdb"
},
"metrics": {
"overall": {
"key": "overall",
"band": "at_risk",
"name": "Overall health",
"note": null,
"notes": [],
"value": 44,
"inputs": {
"security": 31,
"vitality": 59,
"community": 29,
"governance": 31,
"engineering": 66
},
"components": []
},
"categories": [
{
"key": "vitality",
"band": "moderate",
"name": "Vitality",
"value": 59,
"weight": 0.22,
"metrics": [
{
"key": "development_activity",
"band": "at_risk",
"name": "Development activity",
"note": null,
"notes": [],
"value": 36,
"inputs": {
"commits_last_year": 0,
"human_commit_share": 1,
"days_since_last_push": 0,
"active_weeks_last_year": 0
},
"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": "0/52 weeks with commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "commit_cadence_weeks",
"params": {
"weeks": 0
}
}
],
"max_points": 36
},
{
"key": "commit_volume",
"name": "Commit volume",
"detail": "0 commits in the last year",
"points": 0,
"status": "missed",
"details": [
{
"code": "commits_last_year",
"params": {
"count": 0
}
}
],
"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": null,
"notes": [],
"value": 94,
"inputs": {
"releases_count": 4,
"latest_release_tag": "v0.13.2",
"releases_from_tags": false,
"days_since_latest_release": 0,
"mean_days_between_releases": 0.1
},
"components": [
{
"key": "ships_releases",
"name": "Ships releases",
"detail": "4 releases published",
"points": 27,
"status": "met",
"details": [
{
"code": "releases_published",
"params": {
"count": 4
}
}
],
"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 ~0.1 days",
"points": 27,
"status": "met",
"details": [
{
"code": "release_cadence",
"params": {
"gap": 0.1
}
}
],
"max_points": 27
},
{
"key": "openssf_scorecard_signed_releases",
"name": "OpenSSF Scorecard: Signed-Releases",
"detail": "2 out of the last 4 releases have a total of 2 signed artifacts.",
"points": 4,
"status": "partial",
"details": [],
"max_points": 10
}
]
},
{
"key": "abandonment",
"band": "excellent",
"name": "Abandonment",
"note": null,
"notes": [],
"value": 100,
"inputs": {
"cap": null,
"state": "unverified",
"guards": [],
"signals": [],
"red_flag": false,
"multiplier_pct": 100,
"declared_reason": null,
"unverified_reason": "repository_too_young",
"unanswered_open_prs": null,
"unanswered_open_issues": null,
"days_since_last_merged_pr": null,
"days_since_last_human_commit": null,
"days_since_last_human_commit_is_floor": false
},
"components": [
{
"key": "project_is_still_maintained",
"name": "Project is still maintained",
"detail": "maintenance record not established from the collected data",
"points": 100,
"status": "met",
"details": [
{
"code": "abandonment_unverified",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Is the project alive — is code being written and are releases shipping?"
},
{
"key": "community",
"band": "critical",
"name": "Community & Adoption",
"value": 29,
"weight": 0.18,
"metrics": [
{
"key": "popularity",
"band": "critical",
"name": "Popularity & adoption",
"note": null,
"notes": [],
"value": 1,
"inputs": {
"forks": 0,
"stars": 0,
"watchers": 0,
"growth_state": "unverified",
"growth_factor_pct": 100,
"growth_unverified_reason": "no_history"
},
"components": [
{
"key": "stars",
"name": "Stars",
"detail": "0 stars",
"points": 0,
"status": "missed",
"details": [
{
"code": "stars",
"params": {
"count": 0
}
}
],
"max_points": 60
},
{
"key": "forks",
"name": "Forks",
"detail": "0 forks",
"points": 0,
"status": "missed",
"details": [
{
"code": "forks",
"params": {
"count": 0
}
}
],
"max_points": 25
},
{
"key": "watchers",
"name": "Watchers",
"detail": "0 watchers",
"points": 0,
"status": "missed",
"details": [
{
"code": "watchers",
"params": {
"count": 0
}
}
],
"max_points": 15
}
]
},
{
"key": "community_health",
"band": "moderate",
"name": "Community health",
"note": null,
"notes": [],
"value": 50,
"inputs": {
"has_readme": true,
"has_license": true,
"has_contributing": false,
"has_issue_template": false,
"has_code_of_conduct": false,
"has_pull_request_template": false
},
"components": [
{
"key": "readme",
"name": "README",
"detail": null,
"points": 22.5,
"status": "met",
"details": [],
"max_points": 22.5
},
{
"key": "license",
"name": "License",
"detail": "recognized license (Apache-2.0)",
"points": 22.5,
"status": "met",
"details": [
{
"code": "license_standard",
"params": {}
},
{
"code": "license_spdx",
"params": {
"spdx": "Apache-2.0"
}
}
],
"max_points": 22.5
},
{
"key": "contributing_guide",
"name": "CONTRIBUTING guide",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 18
},
{
"key": "code_of_conduct",
"name": "Code of conduct",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 13.5
},
{
"key": "issue_template",
"name": "Issue template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.2
},
{
"key": "pr_template",
"name": "PR template",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.3
}
]
},
{
"key": "ecosystem_adoption",
"band": "at_risk",
"name": "Ecosystem adoption (downloads)",
"note": "Excluded from scoring (no data or not applicable): Registry dependents. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"registry_dependents"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 44,
"inputs": {
"packages": [
"sekejap",
"sekejap-cli"
],
"dependents": null,
"ecosystems": "crates",
"total_downloads": 1946,
"monthly_downloads": 422
},
"components": [
{
"key": "monthly_downloads",
"name": "Monthly downloads",
"detail": "422 downloads/month across crates",
"points": 35,
"status": "partial",
"details": [
{
"code": "downloads_monthly",
"params": {
"count": 422,
"ecosystems": "crates"
}
}
],
"max_points": 80
},
{
"key": "registry_dependents",
"name": "Registry dependents",
"detail": "not reported by this ecosystem",
"points": 0,
"status": "excluded",
"details": [
{
"code": "not_reported_by_this_ecosystem",
"params": {}
}
],
"max_points": 20
}
]
}
],
"description": "Does the project have users, downloads, attention, and a welcoming setup for contributors?"
},
{
"key": "governance",
"band": "at_risk",
"name": "Sustainability & Governance",
"value": 31,
"weight": 0.24,
"metrics": [
{
"key": "maintainer_resilience",
"band": "critical",
"name": "Maintainer resilience (bus factor)",
"note": null,
"notes": [],
"value": 10,
"inputs": {
"bus_factor": 1,
"contributors_sampled": 1,
"top_contributor_share": 1
},
"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 100% of commits",
"points": 0,
"status": "missed",
"details": [
{
"code": "top_contributor_share",
"params": {
"share": 100
}
}
],
"max_points": 22.5
},
{
"key": "contributor_breadth",
"name": "Contributor breadth",
"detail": "1 contributors",
"points": 1.4,
"status": "partial",
"details": [
{
"code": "contributors_sampled",
"params": {
"count": 1
}
}
],
"max_points": 13.5
},
{
"key": "openssf_scorecard_contributors",
"name": "OpenSSF Scorecard: Contributors",
"detail": "project has 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "responsiveness",
"band": "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": 32,
"inputs": {
"followers": 0,
"owner_type": "Organization",
"is_verified": null,
"owner_login": "sekejapdb",
"public_repos": 1,
"account_age_days": 1
},
"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": "0 followers of sekejapdb",
"points": 0,
"status": "missed",
"details": [
{
"code": "owner_followers",
"params": {
"count": 0,
"login": "sekejapdb"
}
}
],
"max_points": 25
},
{
"key": "track_record",
"name": "Track record",
"detail": "1 public repos, account ~0 yr old",
"points": 2.2,
"status": "partial",
"details": [
{
"code": "public_repos",
"params": {
"count": 1
}
},
{
"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": [
"sekejap",
"sekejap-cli"
],
"ecosystems": "crates",
"any_deprecated": false,
"min_days_since_publish": 0
},
"components": [
{
"key": "published_resolvable",
"name": "Published & resolvable",
"detail": "2 package(s) on crates",
"points": 25,
"status": "met",
"details": [
{
"code": "packages_published",
"params": {
"count": 2,
"ecosystems": "crates"
}
}
],
"max_points": 25
},
{
"key": "publish_recency",
"name": "Publish recency",
"detail": "latest publish 0 days ago",
"points": 35,
"status": "met",
"details": [
{
"code": "publish_recency",
"params": {
"days": 0
}
}
],
"max_points": 35
},
{
"key": "version_history",
"name": "Version history",
"detail": "51 published versions",
"points": 20,
"status": "met",
"details": [
{
"code": "published_versions",
"params": {
"count": 51
}
}
],
"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": "moderate",
"name": "Engineering Quality",
"value": 66,
"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": "1 workflow(s)",
"points": 24,
"status": "met",
"details": [
{
"code": "ci_workflows",
"params": {
"count": 1
}
}
],
"max_points": 24
},
{
"key": "tests_present",
"name": "Tests present",
"detail": null,
"points": 24,
"status": "met",
"details": [],
"max_points": 24
},
{
"key": "linter_config",
"name": "Linter config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 16
},
{
"key": "pre_commit_hooks",
"name": "Pre-commit hooks",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 9.6
},
{
"key": "editorconfig",
"name": ".editorconfig",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 6.4
},
{
"key": "openssf_scorecard_ci_tests",
"name": "OpenSSF Scorecard: CI-Tests",
"detail": "no pull request found",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 20
}
]
},
{
"key": "documentation",
"band": "good",
"name": "Documentation",
"note": null,
"notes": [],
"value": 75,
"inputs": {
"topics": [],
"has_wiki": true,
"homepage": null,
"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": null,
"points": 0,
"status": "missed",
"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": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "wiki",
"name": "Wiki",
"detail": null,
"points": 10,
"status": "met",
"details": [],
"max_points": 10
}
]
}
],
"description": "Are baseline engineering and documentation practices in place?"
},
{
"key": "security",
"band": "at_risk",
"name": "Security",
"value": 31,
"weight": 0.16,
"metrics": [
{
"key": "security_posture",
"band": "at_risk",
"name": "Security posture",
"note": "Excluded from scoring (no data or not applicable): CI-Tests, Packaging. Remaining weights renormalized.",
"notes": [
{
"code": "excluded_no_data",
"params": {
"components": [
"ci_tests",
"packaging"
]
}
},
{
"code": "weights_renormalized",
"params": {}
}
],
"value": 31,
"inputs": {
"source": "openssf_scorecard",
"checks_evaluated": 16,
"scorecard_version": "v5.5.0",
"checks_inconclusive": 2,
"scorecard_aggregate": 3.1
},
"components": [
{
"key": "binary_artifacts",
"name": "Binary-Artifacts",
"detail": "no binaries found in the repo",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
},
{
"key": "branch_protection",
"name": "Branch-Protection",
"detail": "branch protection 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 0 contributing companies or organizations -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 2.5
},
{
"key": "dangerous_workflow",
"name": "Dangerous-Workflow",
"detail": "no dangerous workflow patterns detected",
"points": 10,
"status": "met",
"details": [],
"max_points": 10
},
{
"key": "dependency_update_tool",
"name": "Dependency-Update-Tool",
"detail": "no update tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "fuzzing",
"name": "Fuzzing",
"detail": "project is not fuzzed",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "license",
"name": "License",
"detail": "license file detected",
"points": 2.5,
"status": "met",
"details": [],
"max_points": 2.5
},
{
"key": "maintained",
"name": "Maintained",
"detail": "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": "packaging workflow not detected",
"points": 0,
"status": "excluded",
"details": [
{
"code": "no_data",
"params": {}
}
],
"max_points": 5
},
{
"key": "pinned_dependencies",
"name": "Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "sast",
"name": "SAST",
"detail": "no SAST tool detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "security_policy",
"name": "Security-Policy",
"detail": "security policy file not detected",
"points": 0,
"status": "missed",
"details": [],
"max_points": 5
},
{
"key": "signed_releases",
"name": "Signed-Releases",
"detail": "2 out of the last 4 releases have a total of 2 signed artifacts.",
"points": 3,
"status": "partial",
"details": [],
"max_points": 7.5
},
{
"key": "token_permissions",
"name": "Token-Permissions",
"detail": "detected GitHub workflow tokens with excessive permissions",
"points": 0,
"status": "missed",
"details": [],
"max_points": 7.5
},
{
"key": "vulnerabilities",
"name": "Vulnerabilities",
"detail": "0 existing vulnerabilities detected",
"points": 7.5,
"status": "met",
"details": [],
"max_points": 7.5
}
]
},
{
"key": "high_risk_jurisdiction_exposure",
"band": "excellent",
"name": "High-Risk Jurisdiction Exposure",
"note": "Only high-confidence self-published location evidence affects this multiplier. Ambiguous matches are review-only; country evidence is not proof of nationality, citizenship, legal registration, malicious intent, or sanctions status.",
"notes": [
{
"code": "jurisdiction_evidence_limits",
"params": {}
}
],
"value": 100,
"inputs": {
"meaning": "self-published location evidence; not nationality or citizenship",
"red_flag": false,
"exposures": [],
"policy_countries": [
"Russia",
"Iran",
"North Korea"
],
"review_only_matches": 0,
"assessed_self_published_locations": 1
},
"components": [
{
"key": "policy_exposure_multiplier",
"name": "Policy exposure multiplier",
"detail": "no confirmed policy-scope location match",
"points": 100,
"status": "met",
"details": [
{
"code": "jurisdiction_no_match",
"params": {}
}
],
"max_points": 100
}
]
}
],
"description": "Are visible security and supply-chain practices strong, with no malicious dependency and no unresolved high-risk jurisdiction exposure?"
},
{
"key": "ai_readiness",
"band": "moderate",
"name": "AI Readiness",
"value": 53,
"weight": 0,
"metrics": [
{
"key": "ai_agent_context",
"band": "at_risk",
"name": "Agent context & guidance",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"has_llms_txt": false,
"legible_history_share": 0.77,
"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": "77 of 100 human commits state their intent (structured subject or explanatory body)",
"points": 40,
"status": "met",
"details": [
{
"code": "legible_history",
"params": {
"legible": 77,
"sampled": 100
}
}
],
"max_points": 40
}
]
},
{
"key": "ai_verify_loop",
"band": "moderate",
"name": "Verify loop (build / test / typecheck)",
"note": null,
"notes": [],
"value": 51,
"inputs": {
"has_nix": false,
"has_tests": true,
"lockfiles": [],
"has_dockerfile": false,
"typed_language": true,
"bootstrap_files": [
"wrappers/c/examples/Makefile"
],
"has_devcontainer": false,
"has_linter_config": false,
"typecheck_configs": [],
"agent_commit_share": 0,
"toolchain_manifests": [
"Cargo.toml",
"skcli/Cargo.toml",
"wrappers/c/Cargo.toml",
"wrappers/dart/android/build.gradle",
"wrappers/dart/example/android/app/build.gradle.kts",
"wrappers/dart/example/android/build.gradle.kts",
"wrappers/dart/rust/Cargo.toml",
"wrappers/go/go.mod",
"wrappers/kotlin/build.gradle.kts",
"wrappers/node/Cargo.toml",
"wrappers/python/Cargo.toml"
],
"dependency_bot_commit_share": 0
},
"components": [
{
"key": "one_command_bootstrap",
"name": "One-command bootstrap",
"detail": "wrappers/c/examples/Makefile",
"points": 18,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "wrappers/c/examples/Makefile"
}
}
],
"max_points": 18
},
{
"key": "automated_tests",
"name": "Automated tests",
"detail": null,
"points": 22,
"status": "met",
"details": [],
"max_points": 22
},
{
"key": "lint_format_config",
"name": "Lint / format config",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 11
},
{
"key": "static_type_checking",
"name": "Static type checking",
"detail": "Rust (statically typed)",
"points": 11,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 11
},
{
"key": "reproducible_environment",
"name": "Reproducible environment",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
},
{
"key": "demonstrated_agent_practice",
"name": "Demonstrated agent practice",
"detail": "no agent-authored commits among the last 100",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_agent_authored_commits",
"params": {
"sampled": 100
}
}
],
"max_points": 10
},
{
"key": "automated_maintenance",
"name": "Automated maintenance",
"detail": "no automated dependency updates observed",
"points": 0,
"status": "missed",
"details": [
{
"code": "no_dependency_automation",
"params": {}
}
],
"max_points": 8
},
{
"key": "openssf_scorecard_pinned_dependencies",
"name": "OpenSSF Scorecard: Pinned-Dependencies",
"detail": "dependency not pinned by hash detected -- score normalized to 0",
"points": 0,
"status": "missed",
"details": [],
"max_points": 10
}
]
},
{
"key": "ai_code_legibility",
"band": "excellent",
"name": "Code legibility for models",
"note": null,
"notes": [],
"value": 99,
"inputs": {
"primary_language": "Rust",
"largest_source_bytes": 357299,
"source_files_sampled": 167,
"oversized_source_files": 4
},
"components": [
{
"key": "type_checkable_code",
"name": "Type-checkable code",
"detail": "Rust (statically typed)",
"points": 45,
"status": "met",
"details": [
{
"code": "statically_typed_language",
"params": {
"language": "Rust"
}
}
],
"max_points": 45
},
{
"key": "manageable_file_sizes",
"name": "Manageable file sizes",
"detail": "4/167 source files over 60KB",
"points": 53.7,
"status": "partial",
"details": [
{
"code": "oversized_source_files",
"params": {
"kb": 60,
"sampled": 167,
"oversized": 4
}
}
],
"max_points": 55
}
]
},
{
"key": "ai_interfaces",
"band": "at_risk",
"name": "Machine-readable interfaces",
"note": null,
"notes": [],
"value": 40,
"inputs": {
"example_dirs": [
"example",
"examples"
],
"has_mcp_signal": false,
"api_schema_files": []
},
"components": [
{
"key": "api_schema_openapi_graphql_proto",
"name": "API schema (OpenAPI/GraphQL/proto)",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 40
},
{
"key": "mcp_server",
"name": "MCP server",
"detail": null,
"points": 0,
"status": "missed",
"details": [],
"max_points": 20
},
{
"key": "runnable_examples",
"name": "Runnable examples",
"detail": "example, examples",
"points": 40,
"status": "met",
"details": [
{
"code": "file_list",
"params": {
"files": "example, 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": [
"GitHub dependency-graph SBOM unavailable (404); the dependency graph may be disabled for this repository",
"deps.dev does not index crates:sekejap@0.13.2; advisories assessed against the repository dependency graph instead"
],
"report_type": "repository",
"generated_at": "2026-07-29T08:59:45.317373Z",
"schema_version": "0.27.0",
"badge_url": "https://raw.githubusercontent.com/inspect-software/badges/main/v1/s/sekejapdb/sekejap.svg",
"full_name": "sekejapdb/sekejap",
"license_state": "standard",
"license_spdx": "Apache-2.0"
}