Commit Graph
28 Commits
Author SHA1 Message Date
Raven ScottandCursor 43fc0b0db3 Add removeKey() and deleteKey() helpers across keyed modules (eleventh pass).
Domain-aware removal aliases on modules with hasKey/getKey, including async indexes and no-op cases for grow-only and bloom filters.

Co-authored-by: Cursor <[email protected]>
2026-05-21 05:48:00 -04:00
Raven ScottandCursor f194ead341 Add hasKey() and getKey() helpers across keyed modules (tenth pass).
Domain-aware lookup aliases on modules that already expose listKeys/keyCount, including async indexes and probabilistic bloom sets.

Co-authored-by: Cursor <[email protected]>
2026-05-21 05:36:11 -04:00
Raven ScottandCursor 7f4f31d4d4 Add listKeys() and keyCount() helpers across modules (ninth pass).
Standardize key enumeration after size() on map- and registry-style modules, aliasing existing list* methods or primary store keys so callers can inspect occupancy without parsing snapshots.

Co-authored-by: Cursor <[email protected]>
2026-05-21 05:23:43 -04:00
Raven ScottandCursor de89303380 Add size() cardinality helper across modules (eighth pass).
Standardize a size() method after isEmpty() on every module with clearAll(), delegating to domain counts or snapshot fields so callers can query occupancy without parsing snapshots.

Co-authored-by: Cursor <[email protected]>
2026-05-21 05:10:42 -04:00
Raven ScottandCursor b3c6059598 Add isEmpty() helpers across all modules with clearable state.
Seventh expansion pass: domain-specific isEmpty() after moduleSnapshot on every module that has clearAll(), using existing count/snapshot helpers (async variants for temporal, spatial, semantic-vector, and reactive-state indexes).

Co-authored-by: Cursor <[email protected]>
2026-05-21 04:58:23 -04:00
Raven ScottandCursor f509060710 Add moduleSnapshot() across all modules for uniform state export.
Completes the sixth expansion pass: zero-arg moduleSnapshot aliases snapshot() (or clusterSnapshot/stateSnapshot where specialized), with async variants for temporal, spatial, semantic-vector, and reactive-state indexes.

Co-authored-by: Cursor <[email protected]>
2026-05-21 04:42:45 -04:00
Raven ScottandCursor faf152a8ac Add exportState and moduleSnapshot helpers across all module categories.
Fifth pass: complete measurement modules (sla-budget, histogram-gossip) with moduleSnapshot/toJSON; stats-exporter exportSnapshot; exportState() alias on modules with standard snapshot serialization.

Co-authored-by: Cursor <[email protected]>
2026-05-21 04:29:50 -04:00
Raven ScottandCursor 3af23c0d34 Add toJSON() serialization helpers across all module categories on main.
Fourth pass: toJSON() delegates to snapshot() (or exportSnapshot/stateSnapshot) for JSON export and logging across agents, applications, consensus, core, encoding, experimental, indexes, media, messaging, network, observability, pear-platform, routing, scheduling, storage, supercomputer, trust, measurement, oracles, and time-ordering modules.

Co-authored-by: Cursor <[email protected]>
2026-05-21 04:22:54 -04:00
Raven ScottandCursor 2a7812ddbb Add batch helpers and domain utilities across modules missing Batch APIs.
Third enrichment pass: *Batch methods for agents, economy, consensus, core, messaging, network, observability, pear-platform, scheduling, storage, supercomputer, and time-ordering modules.

Co-authored-by: Cursor <[email protected]>
2026-05-21 04:12:52 -04:00
Raven ScottandCursor 3b47859bf7 Expand media, agents, applications, and messaging module APIs on main.
Adds snapshot(), batch helpers, and clearAll aliases across media-streaming (20), agents-workflows, applications-collab/economy, messaging pubsub/streams/gossip.

Co-authored-by: Cursor <[email protected]>
2026-05-21 03:58:35 -04:00
Raven ScottandCursor e62d474134 Expand media-streaming, agents, applications, and experimental module APIs.
Add batch helpers, counts, and clear utilities across chunking, ladders, trees, workflows, collab rooms, and economy ledgers.

Co-authored-by: Cursor <[email protected]>
2026-05-21 03:27:26 -04:00
Raven ScottandCursor c3b112f435 Expand pear-platform, observability, messaging, and network module APIs
Add batch parse, registry, log filtering, stream helpers, routing utilities, handshake management, and related clear/list/count methods across shorter modules.

Co-authored-by: Cursor <[email protected]>
2026-05-21 03:12:42 -04:00
Raven ScottandCursor de7dcc38be Expand consensus, agents, indexes, economy, pear, and observability modules
Add raft clearLog and logEntryAt, workflow nodeIds and failAllPending,
runtime session endAllActive, message envelope resetStats, trie removeBatch,
fulltext and marketplace clear helpers, credit accountCount, trace span
bulk end, link probe clearAll, import map clearAll, grow-only set clearAll,
and geo router peer listing utilities.

Co-authored-by: Cursor <[email protected]>
2026-05-21 02:58:47 -04:00
Raven ScottandCursor 61abf1d069 Expand media, scheduling, trust, core capabilities, and economy modules
Add manual API helpers: media protection/ladder/access/manifest/chunk
clear and revoke helpers, enterprise region management, contribution ledger
counts, scheduling deadline and cron clear/cancel, peer scheduler cancelAll,
attestation clearChain, encrypted topic unregisterAll, multisig pending
proposals, capability purge/revoke, dev profile toggleFlag, PN counter
isZero, live edge streamIds, chunk scheduler dequeueBatch, auction clearAll,
and two-phase set clearAll.

Co-authored-by: Cursor <[email protected]>
2026-05-21 02:50:37 -04:00
Raven ScottandCursor 32f4292036 Expand consensus, discovery, collab, and infrastructure modules
Add leader lease remaining time and follower removal, message envelope
cloning and version config, presence onlineCount fix plus announceNow,
auction open/winning bid helpers, topic announcer bulk revoke, topic lease
releaseAll, and collab room totals and closeRoom.

Co-authored-by: Cursor <[email protected]>
2026-05-21 02:41:28 -04:00
Raven ScottandCursor 67f96281c6 Expand pear, media, experimental, state, and messaging modules
Add manual API helpers across categories: pear runtime/embed/runner/spawn,
preflight cancel, update gossip history, headless UI pipe helpers, media
origin weights and latency paths, experimental void/tension/time-capsule,
CRDT conflict-set and grow-only-set, job dispatcher peek, trust graph decay,
session rotateAll, topic channel batch unsubscribe, fulltext searchOr, FEC
batch encode, marketplace cheapest listing, and noise session closeAll.

Co-authored-by: Cursor <[email protected]>
2026-05-21 02:39:38 -04:00
Raven ScottandCursor 55339b3536 feat(modules): manual deepen OTA, CRDTs, economy, trust, spatial index
OTA phases remaining, PN counter reset, map clear, marketplace counts,
auction bid helpers, multisig missing signatures, spatial clearLocal.

Co-authored-by: Cursor <[email protected]>
2026-05-21 02:36:05 -04:00
Raven ScottandCursor 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 ScottandCursor 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 ScottandCursor f1536f9b6b Expand pubsub, economy, routing-advanced, and platform categories.
Manual pass adds listChannels, totalSupply, openCount, listSessionIds, new api.md files, corrected trust/reactive/conflict getStats docs, and category README hubs for routing-advanced, measurement, pear-platform, and trust-security.

Co-authored-by: Cursor <[email protected]>
2026-05-21 00:58:14 -04:00
Raven ScottandCursor 17876e6284 Expand category docs and module APIs across the library.
Manual pass adds helpers (listChannels, taskCounts, openProposals), richer getStats with protocol fields, category README hubs, and tightened api.md for core, messaging, network, routing, supercomputer, and consensus modules.

Co-authored-by: Cursor <[email protected]>
2026-05-21 00:54:19 -04:00
Raven Scott be9acb7268 Updates 2026-05-21 00:07:44 -04:00
Raven Scott be94546cd3 Updates 2026-05-20 23:36:32 -04:00
Raven Scott dd384eb944 Updates 2026-05-20 22:56:32 -04:00
Raven Scott 341542f41b Updates 2026-05-20 21:57:50 -04:00
Raven Scott c5d54be3ca Begin build phase 2026-05-20 21:34:59 -04:00
Raven Scott 7a6b4fd692 Updates 2026-05-20 21:23:16 -04:00
Raven Scott 31e9728ef8 Updates 2026-05-20 21:19:52 -04:00