• v10.4.13 842ad44b88

    v10.4.13 Stable

    fleet-bot released this 2026-09-03 20:59:35 +02:00 | 1 commits to main since this release

    Downloads
  • v10.4.12 7e1ddee4f7

    v10.4.12 Stable

    fleet-bot released this 2026-09-03 18:15:21 +02:00 | 13 commits to main since this release

    Downloads
  • v10.4.11 27759a1be9

    v10.4.11 Stable

    fleet-bot released this 2026-09-02 22:03:38 +02:00 | 58 commits to main since this release

    Downloads
  • v10.4.10 3429906dcb

    v10.4.10 Stable

    fleet-bot released this 2026-09-02 19:33:28 +02:00 | 79 commits to main since this release

    Downloads
  • v10.4.9 eec90bdd69

    fleet-bot released this 2026-09-02 17:20:58 +02:00 | 84 commits to main since this release

    find({ connected, where }) is graph-first: the neighbour set is the candidate universe, the filter runs over those ids only (new optional MetadataIndexProvider.filterIdsWithin door), ordering covers the whole set and paging comes last — correct at every page, O(neighbours) not O(store). related() with verb/source/target arrays returns every requested kind (four fast paths collapsed arrays to their first element). Deferred-embedding recovery resumes from an advisory low-water mark instead of rescanning the generation log from generation 1 at every open. Pins: tests/integration/find-connected-order, related-verb-array, pending-embed-low-water.

    Downloads
  • v10.4.7 e8a0e38fb6

    fleet-bot released this 2026-09-01 21:51:49 +02:00 | 90 commits to main since this release

    Concurrent count flushes coalesce into a single writer with a trailing pass, and the atomic temp file carries a per-process sequence — the write-through race that could corrupt a store's count ledger under parallel flushes is closed by construction. Pinned in tests/integration/counts-persist-single-flight.test.ts.

    Downloads
  • v10.4.6 4014e0f125

    fleet-bot released this 2026-08-31 23:50:45 +02:00 | 92 commits to main since this release

    The metadata-index operations take their JSON-safe view at the crossing (execute and rollback time) instead of construction time. transact() delete legs share one verb object between the graph and metadata retraction ops; the graph leg resolves endpoint ints at execute time and mirrors them onto that object as BigInt, so a plan-time sanitize aliased the pollution and every transact-wrapped edge delete aborted against a strict provider. Pins cover the direct unrelate, the noun-remove cascade, a mixed batch, and construction-time-mutation unit cases (5 red before, 5 green after).

    Downloads
  • v10.4.5 0f0022b1c9

    fleet-bot released this 2026-08-31 21:34:36 +02:00 | 94 commits to main since this release

    • Crash-recovery: stampEntityTree recorded the allocated generation counter rather than the committed generation, manufacturing false INCOHERENT verdicts after a crash mid-fold; stamp and open now both reason in committed truth, and a genuinely-ahead stamp gets its own torn verdict that demotes in O(1) with both count sets narrated (0 tears across 24 seeded SIGKILL cycles)
    • A crash-consistency lane (seeded kill cycles) joins the gate so this class stays gated
    • Packed-history density: reclaim work reducing generational-history disk growth
    Downloads
  • v10.4.4 ff39941b0a

    fleet-bot released this 2026-08-28 21:39:55 +02:00 | 98 commits to main since this release

    Cold open and warm reopen walls cut on large stores (measured on a 14k-noun reference store: cold 518s to 487s, warm 86s to 77s); counts served without an eager full walk.

    Downloads
  • v10.4.3 384f4b6b9c

    fleet-bot released this 2026-08-28 02:10:30 +02:00 | 124 commits to main since this release

    Rename-only release: the MIT engine publishes as @soulcraftlabs/brainy (formerly @soulcraft/brainy) from the soulcraftlabs/open-brainy repository. Engine identical to 10.4.2.

    Downloads