|
@console-one/address
|
Multi-dimensional addresses for objects: each entity carries a stable anchor plus optional secondary coordinates (tenant, environment, version, parent). Parses and serializes a compact textual form. Zero dependencies. |
MIT |
1
greenflagged
/ 1
rejected
/ 2 total
|
|
@console-one/assessable
|
— |
— |
0
greenflagged
/ 3 total
|
|
@console-one/cell
|
Versioned cells that compose a patchkit DataType (the 'what kind of thing'), an event-sourced source engine (the 'where the bytes live'), and namespace addressing (the 'how do I find it again'). Wire any patchkit type to durable hot/cold storage and expos |
MIT |
0
greenflagged
/ 2
rejected
/ 2 total
|
|
@console-one/collections
|
A home for collection data structures with different referencing and observation techniques. Ships LinkedQueue, ObservableQueue, IndexMap, LinkedHeap, SingleEntryObject, and HeapMap. |
MIT |
5
greenflagged
/ 5 total
|
|
@console-one/disambiguator
|
Heap-based probabilistic decision-tree executor. Traverses weighted nodes in parallel; propagates probabilities from leaves to root via AND/OR/NOT switches; prunes dead branches. Pluggable leaf validators and storage. |
MIT |
1
greenflagged
/ 1
rejected
/ 2 total
|
|
@console-one/fieldtype
|
CUE-inspired structural type system that doubles as a reactive rule engine: FieldType + Chain + HEAD. Types carry evaluation, merge, persistence, and scheduling policy as structural constraints. Every value, schema, or agent definition is a composition of |
MIT |
0
greenflagged
/ 2
rejected
/ 2 total
|
|
@console-one/guardrail
|
Declarative temporal constraint evaluation for API authorization. Identity-keyed resource budgets with automatic dependency discovery and atomic transactional commit. |
MIT |
2
greenflagged
/ 1
rejected
/ 3 total
|
|
@console-one/multimap
|
Minimal Map<K, V[]>, Map<K, Set<V>>, and Map<K, Heap<V>> collections with merge, combine, and fromList constructors. |
MIT |
4
greenflagged
/ 4 total
|
|
@console-one/namespace
|
Multi-dimensional, temporal artifact index. Dual-mode addressing (version vs. stage), declarative metric-based indexes, synchronous ingestor, TimelineKey range queries, subscription-based change notifications, over pluggable storage adapters. |
MIT |
0
greenflagged
/ 2 total
|
|
@console-one/parser
|
Runtime-composable pushdown parser: scanner primitives (KMP Match, Any/Not char classes, ordered-choice Race), declarative grammar DSL, in-stream aggregation, and meta-language embedding. |
MIT |
0
greenflagged
/ 3 total
|
|
@console-one/patchkit
|
Polymorphic DataType interface for version control over arbitrary data (Object, Array, Set, Source/text) with a live-mutation Ledger on top |
MIT |
4
greenflagged
/ 4 total
|
|
@console-one/relay
|
Windowed acknowledged broadcast: many-to-many publisher/subscriber with per-listener sliding windows, three-channel message envelopes (SUCCESS/ERROR/CLOSED), and a small operator library (of, map, tap, reduce, scan, states, group, squash, after, poll, mat |
MIT |
0
greenflagged
/ 1
rejected
/ 1 total
|
|
@console-one/scope
|
Constraint-propagation kernel over multi-dimensional anchors. Patches walk a trie of latent constraints; merges resolve them with three-valued validity (met / unmet / undetermined) and a preempt-or-hoist protocol. The substrate underneath access control, |
MIT |
0
greenflagged
/ 1 total
|
|
@console-one/segment
|
Multi-format composite path grammar — the substrate addressing primitive. One engine walks paths, streams, and cross-regime references via format-tagged transitions. |
MIT |
1
greenflagged
/ 1
rejected
/ 2 total
|
|
@console-one/source
|
Event-sourced VCS engine generic over content type. Ships with a TextCodec (character-index mutations over strings) plus a ContentCodec seam so any replayable type works. Deterministic forward replay, promise-based dedup cache, pluggable hot/cold storage |
MIT |
3
greenflagged
/ 1
rejected
/ 4 total
|
|
@console-one/subscription
|
Observable/promise hybrid with a late-bound value abstraction, composable pipes, and an internal event queue. Use as a richer alternative to Promise when values arrive over time. |
MIT |
2
greenflagged
/ 3 total
|
|
@console-one/walker
|
Path-based tree walker framework with a JSONPath walker implementation. Register handlers against dotted paths, walk a value, and receive per-path callbacks. |
MIT |
2
greenflagged
/ 3 total
|
|
@console-one/wire
|
Dictionary-based structural codec with delta encoding, plus an adapter-driven bundler for serializing object graphs with stable keys and dependency edges. Zero dependencies. |
MIT |
1
greenflagged
/ 1
rejected
/ 2 total
|