Raven Scott and Cursor
71056e533a
Expand storage, discovery, state, and platform module APIs
...
Add clear/list/bulk/count helpers across hyperdrive, autobase, CRDTs, observability, transport, pear-platform, and related categories for more complete manual module surfaces.
Co-authored-by: Cursor <[email protected] >
2026-05-21 03:05:44 -04:00
Raven Scott and Cursor
78ea930da6
Expand supercomputer, pear, storage, network, and workflow modules
...
Add manual API helpers across categories: net gateway capacity,
compute shard plan cancel, ram pool lease release, pear target matrix
and bundle/detached registry clears, argv flag reset, autobase writer
full/slots, view sync isSynced, indexer bus batch publish, inverted
index clear, blind relay and DHT hint listing, blind pair handoff
cleanup, retransmission resolve all, version vector and OR-map clear,
workflow graph complete-all-ready, and wire registry decode batch.
Co-authored-by: Cursor <[email protected] >
2026-05-21 02:48:14 -04:00
Raven Scott and Cursor
d51bfea987
feat(modules): manual deepen gossip, bloom, trust, storage, economy
...
Gossip mesh drop rate, bloom batch filter, blind relay best pick,
key rotation helpers, OR-map values, writer lease releaseAll,
view sync catchUp, channel prune, credit closeAccount, argv bridge.
Co-authored-by: Cursor <[email protected] >
2026-05-21 02:33:33 -04:00
Raven Scott and Cursor
44b8a80907
Expand economy, autobase, network, observability, and scheduling modules.
...
Add auction withdraw/cancel, marketplace search helpers, update gossip history, autobase fork/lease/indexer/view APIs, link-probe and circuit-loom utilities, trace trees, pheromone ranking, and scheduling/measurement helpers with tests.
Co-authored-by: Cursor <[email protected] >
2026-05-21 01:09:29 -04:00
Raven Scott and Cursor
a11e22badc
Add storage stack modules and track them in git
...
The modules workspace previously ignored every path matching `storage-*`,
which kept all Hypercore, Hyperbee, Hyperdrive, and Autobase packages out
of version control. Narrow .gitignore to test-artifact patterns only so
production category trees are committed.
Storage packages (23 total):
- storage-hypercore (7): replicator, seed-policy, fork-picker, merkle-sync,
priority-fetch, bitfield-scheduler, audit-chain
- storage-hyperbee (5): batch-write, diff-follow, range-watch,
secondary-index, tombstone-gc
- storage-hyperdrive (6): entry-catalog, gc-sweep, mirror-sync, mount-bridge,
version-snapshot, watch-notify
- storage-autobase (5): fork-choice, view-sync, writer-lease, indexer-bus,
light-writer
Implementation highlights:
- Shared attach/gossip helpers in _shared/storage-gossip-base.js
- P2P modules use Protomux gossip via p2p-bare; local planners omit swarm
- Recent deepen pass: priority queues, batch caps, audit export/import,
watch/notify aliases on range-watch, fork/view lease helpers, etc.
- Per-package README, docs/api.md, docs/architecture.md, tests, examples
Also update modules/README.md doc hub links for the full storage stack
(hypercore, hyperbee, hyperdrive, autobase).
Co-authored-by: Cursor <[email protected] >
2026-05-21 00:17:51 -04:00