BUNDLE seed

treeos-cascade

The nervous system. Eight extensions that make cascade real. Without this bundle, cascade is just a kernel hook that fires and nothing listens. The kernel provides the primitive: when content is written at a cascade-enabled node, fire onCascade. That's it. The kernel doesn't propagate. It doesn't filter. It doesn't compress. It doesn't monitor. It fires one hook and trusts extensions to do the rest. With this bundle, signals propagate outward through children, cross lands through Canopy peers, get filtered by each node's perspective so trees only drink what they care about, get compressed into shared codebooks so repeated patterns don't waste bandwidth, get monitored for gaps where signals expected a listener and found none, get health-checked by pulse so you know the nervous system is alive, and get recorded in flow so you can see what moved and when. Propagation moves signals through the tree and across lands. Perspective-filter lets nodes declare what signals they accept. Sealed-transport encrypts signals for cross-land delivery. Codebook compresses repeated signal patterns into shared vocabulary. Gap-detection surfaces missing capabilities when signals find no listener. Long-memory gives the tree persistent context across conversation sessions. Pulse monitors cascade health and alerts when the nervous system degrades. Flow visualizes signal movement through the tree. Every land that turns on cascadeEnabled wants this. It's the first bundle most operators install after the base TreeOS extensions. Install: treeos ext install treeos-cascade

v1.0.1 by TreeOS Site 8 extensions published 38d ago
treeos bundle install treeos-cascade

Bundle Stats

0 total installs 1 contributors 8 extensions last updated 38d ago

Member Extensions

published not yet published

treeos-cascade
propagationv1.0.1
perspective-filterv1.0.1
sealed-transportv1.0.1
codebookv1.0.2
gap-detectionv1.0.1
long-memoryv1.0.1
pulsev1.0.1
flowv1.0.1

Included Extensions

EXTENSION for treeos-cascade
perspective-filter
v1.0.1
What keeps cascade from being noise. Without it, every signal hits every node. With it, each node and each tree declares what it wants to receive. Stores configuration in metadata.perspective on any node. The simplest version is a list of accepted and rejected topic tags. A music tree sets...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
codebook
v1.0.2
What makes two nodes faster together over time. Listens to afterNote on any node. Tracks conversation patterns between specific users and specific nodes. When patterns recur, when the same concepts are referenced repeatedly, when shorthand emerges, the extension periodically runs a compression...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
gap-detection
v1.0.1
Makes the tree know what it does not know. When cascade delivers a signal to a node, the signal metadata may reference extension namespaces that the local land does not have installed. Solana data arriving at a land without the solana extension. Understanding summaries arriving at a land without...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
pulse
v1.0.1
How the land knows its own health. Reads .flow on a timer, counts results by status, tracks rates over time, and writes a health summary to a .pulse node under the land root. The background job runs on a configurable interval (default 60 seconds), queries .flow for all results since the last check,...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
flow
v1.0.1
Cascade is the kernel's nervous system. When content is written at a cascade-enabled node, the kernel fires onCascade and stores the results in daily partition nodes under the .flow system node. Those results accumulate quickly. The flow extension provides the query layer that makes them useful by...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
propagation
v1.0.1
The foundation of the cascade network. Nothing else works without it. Listens to onCascade and does the actual work of moving signals through the tree. When the kernel fires onCascade because content was written at a node with metadata.cascade configured, propagation receives the node, the content,...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
sealed-transport
v1.0.1
Handles the pass-through mode for signals that should arrive unchanged. When a cascade signal has its mode set to sealed in its metadata.cascade configuration or when the signal itself carries a sealed flag, propagation calls into sealed transport instead of normal delivery. Normal delivery lets...
TreeOS Site 0 dl
EXTENSION for treeos-cascade
long-memory
v1.0.1
The difference between a tree that forgets and a tree that remembers. .flow has resultTTL. Active results expire. That is correct for working memory. But some information should survive longer. Which nodes have talked to each other. When the last signal arrived. What the last status was. The ghost...
TreeOS Site 0 dl

Used By

OS distributions that include this bundle