Skip to content
View flyingrobots's full-sized avatar

Highlights

  • Pro

Organizations

@UniversalCharter @gitscrolls @squadlabs @story-linter @neuroglyph @flyingrobots-labs @git-stunts

Block or report flyingrobots

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
flyingrobots/README.md

My Work

For decades, most systems have quietly inherited the Unix mental model: processes mutating files on a shared, hierarchical filesystem. State lives in place. Logs are best-effort. History is whatever you remembered to write to disk.

That model scales surprisingly far, but it shows its limits under concurrency, distribution, and automation. Process-local mutation and ad hoc logging make it hard to answer basic questions: What actually happened? Who did it? In what order? Can we replay it?

The work here is an experiment in a post‑Unix posture:

  • Processes become strands in a shared causal history, not anonymous workers scribbling over state.
  • Files become materializations over history, not the source of truth.
  • The data model is an append-only ledger of events with verifiable provenance, not mutable bytes at paths.
  • Time is encoded in the causal structure of that ledger—links, worldlines, ticks, receipts—not in loose timestamps.
  • Runtimes own admission, ordering, and replay; applications submit intents and consume evidence.

You don’t fix a bug by guessing from logs—you derive it from the causal record. You don’t pray your editor and planner are in sync—you ask what the underlying history allows them to see.

The repositories below are materializations of this stack.


Foundations

Continuum — Shared protocol and contract language for witnessed causal history. The coordination layer that keeps sibling runtimes compatible without forcing them to share a database.

Wesley — GraphQL SDL compiler. One schema drives TypeScript, Rust, SQL, manifests, and runtime plans. Proven semantics, zero hand-maintained drift.

METHOD — Lightweight engineering process framework backed by the filesystem. Backlog, cycle loop, retros, drift detection — no sprint theater.


Storage & history

git-warp — Git-native causal history engine. Patches over worldlines, speculative strands, canonical braids. Git's distribution model plus structured, replayable provenance.

git-cas — Industrial-grade content-addressable storage inside Git's object database. Chunked, deduplicated, AES-256-GCM encrypted. No external artifact host required.

Shiplog — Git-native deployment ledger. Signed, append-only deployment runs recorded inside Git refs. Every deploy step permanent, queryable, and reviewable.

Xyph — Planning compiler built on git-warp. Replaces scattered tickets with a single deterministic WARP graph. Cryptographic settlement, Ed25519 guild seals, offline-first.

Think — Instant thought-capture engine. Raw ideas into a private Git-backed cognitive worldline. Capture speed over organization; browse and reflect later.


Runtimes & reliability

Echo — Deterministic runtime where state is a materialized view over immutable causal history. 300k+ rewrites/second at 60fps. Replay, time-travel, and provable transitions built in.

Alfred — Policy engine for async resilience in TypeScript. Composable, testable retry/backoff/circuit behavior with a live control plane.

Nine Lives — Tower-native resilience framework for Rust. Algebraic composition of retry, timeout, circuit breaker, bulkhead, and fallback — plus runtime policy control.


Interfaces & products

Bijou — TypeScript toolkit for terminal software. Real character grid, layout engine, i18n, deterministic render output. Terminal as a serious application platform.

Geordi — Deterministic GPU scene IR for interactive vector UI. Canonical intermediate representation between authoring tools and WebGL/WebGPU/Metal/Vulkan backends.

Graft — Context governor for coding agents. Policy-enforced reads, parser-backed structural views, causal provenance over repo activity. Agents see the smallest safe view.

jedit — Terminal-first text and Markdown editor over Echo and Graft. Vim-shaped. Edits are contract-shaped intents submitted to a causal runtime.


Debugging & observation

WARP TTD — Time-travel debugger for deterministic causal runtimes. Inspect worldlines, receipts, rejected counterfactuals, and provenance. Pause, step, seek, fork.

Pinned Loading

  1. echo echo Public

    Echo is a WARP optic runtime for witnessed causal history, Continuum-compatible suffixes, bounded observation, and holographic readings.

    Rust 8 1

  2. graft graft Public

    Replay-safe structural reads for coding agents

    TypeScript

  3. aion aion Public

    AIΩN – A deterministic architecture for history-native computation. From WARP, a recursive provenance, to Continuum, a protocol for distributed causal computing.

    1

  4. bijou bijou Public

    Themed terminal components for CLIs, loggers, and scripts

    TypeScript

  5. think think Public

    Local-first thought capture with exact raw preservation and replayable provenance

    JavaScript

  6. wesley wesley Public

    Wesley is a semantic contract compiler. One source of truth. Multiple perfect artifacts. Zero drift.

    Rust 1 1