<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
<channel>
  <title>causal-order docs</title>
  <link>https://causal-order.gazali.one/</link>
  <description>Deployable event-ordering runtime docs for distributed systems.</description>
  <language>en</language>
  <atom:link href="https://causal-order.gazali.one/rss.xml" rel="self" type="application/rss+xml" xmlns:atom="http://www.w3.org/2005/Atom" />
  <item>
    <title>causal-order Wiki</title>
    <link>https://causal-order.gazali.one/wiki/</link>
    <guid>https://causal-order.gazali.one/wiki/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>causal-order is a deployable event-ordering runtime for reconstructing distributed event timelines without pretending the system knows more than it does, even when the deployment cannot rely on a globally synchronized clock.</description>
  </item>
  <item>
    <title>Concurrent vs Unknown</title>
    <link>https://causal-order.gazali.one/wiki/concurrent-vs-unknown/</link>
    <guid>https://causal-order.gazali.one/wiki/concurrent-vs-unknown/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>Two of the most important concepts in causal-order are concurrent and unknown.</description>
  </item>
  <item>
    <title>Confidence Levels</title>
    <link>https://causal-order.gazali.one/wiki/confidence-levels/</link>
    <guid>https://causal-order.gazali.one/wiki/confidence-levels/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>One of the most important ideas in causal-order is that not all ordering claims are equally strong.</description>
  </item>
  <item>
    <title>Design Philosophy</title>
    <link>https://causal-order.gazali.one/wiki/design-philosophy/</link>
    <guid>https://causal-order.gazali.one/wiki/design-philosophy/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>causal-order is guided by a simple product standard:</description>
  </item>
  <item>
    <title>Realistic Workloads</title>
    <link>https://causal-order.gazali.one/wiki/realistic-workloads/</link>
    <guid>https://causal-order.gazali.one/wiki/realistic-workloads/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>There is no end to abstract number-chasing in distributed systems.
If a project says it handles 1M events, someone will ask why not 10M.</description>
  </item>
  <item>
    <title>Streaming Finality</title>
    <link>https://causal-order.gazali.one/wiki/streaming-finality/</link>
    <guid>https://causal-order.gazali.one/wiki/streaming-finality/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>Streaming systems create a different kind of problem from bounded event batches.</description>
  </item>
  <item>
    <title>Streaming Recovery and Resync</title>
    <link>https://causal-order.gazali.one/wiki/streaming-recovery-and-resync/</link>
    <guid>https://causal-order.gazali.one/wiki/streaming-recovery-and-resync/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>Streaming recovery and resync is the point where distributed timelines stop being a neat batch problem and become an operational one.</description>
  </item>
  <item>
    <title>Stress Hardening</title>
    <link>https://causal-order.gazali.one/wiki/stress-hardening/</link>
    <guid>https://causal-order.gazali.one/wiki/stress-hardening/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>Stress hardening exists to answer a different question from small semantic fixtures.</description>
  </item>
  <item>
    <title>The Problem With Distributed Timelines</title>
    <link>https://causal-order.gazali.one/wiki/the-problem-with-distributed-timelines/</link>
    <guid>https://causal-order.gazali.one/wiki/the-problem-with-distributed-timelines/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>Distributed systems produce events that look like they belong on one timeline.
But the system usually does not observe those events from one perfect point of view.</description>
  </item>
  <item>
    <title>What This Library Is</title>
    <link>https://causal-order.gazali.one/wiki/what-this-library-is/</link>
    <guid>https://causal-order.gazali.one/wiki/what-this-library-is/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>causal-order is a deployable event-ordering runtime for distributed systems that cannot rely on a globally synchronized clock.</description>
  </item>
  <item>
    <title>When to Use causal-order</title>
    <link>https://causal-order.gazali.one/wiki/when-to-use-causal-order/</link>
    <guid>https://causal-order.gazali.one/wiki/when-to-use-causal-order/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>Use causal-order when you have distributed events and you do not want to lie to yourself about the timeline.</description>
  </item>
  <item>
    <title>Why Timestamp Sorting Fails</title>
    <link>https://causal-order.gazali.one/wiki/why-timestamp-sorting-fails/</link>
    <guid>https://causal-order.gazali.one/wiki/why-timestamp-sorting-fails/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>Sorting by timestamp is attractive because it is simple, fast, and easy to explain.</description>
  </item>
  <item>
    <title>Streaming Recovery And Resync</title>
    <link>https://causal-order.gazali.one/guides/streaming-recovery-resync/</link>
    <guid>https://causal-order.gazali.one/guides/streaming-recovery-resync/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>causal-order supports continuous streaming as well as bounded replay.
That matters for both:</description>
  </item>
  <item>
    <title>Stress Hardening</title>
    <link>https://causal-order.gazali.one/guides/stress-hardening/</link>
    <guid>https://causal-order.gazali.one/guides/stress-hardening/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide explains why large-batch stress work matters, what workload bands causal-order
currently aims to handle honestly, and how to run the stress tooling yourself.</description>
  </item>
  <item>
    <title>Supported Vs Unsupported Usage</title>
    <link>https://causal-order.gazali.one/guides/supported-vs-unsupported-usage/</link>
    <guid>https://causal-order.gazali.one/guides/supported-vs-unsupported-usage/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide explains what causal-order is meant to support today, what it intentionally does not support, and how to tell the difference before you build too much around the wrong expectation.</description>
  </item>
  <item>
    <title>Upgrade Expectations</title>
    <link>https://causal-order.gazali.one/guides/upgrade-expectations/</link>
    <guid>https://causal-order.gazali.one/guides/upgrade-expectations/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide explains what users should expect when upgrading causal-order now that the package has reached 1.0.0.</description>
  </item>
  <item>
    <title>Incident Review Guide</title>
    <link>https://causal-order.gazali.one/guides/operations/incident-review-guide/</link>
    <guid>https://causal-order.gazali.one/guides/operations/incident-review-guide/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide is the operator playbook for using causal-order during incident-style review.</description>
  </item>
  <item>
    <title>Operator Metrics Guide</title>
    <link>https://causal-order.gazali.one/guides/operations/operator-metrics-guide/</link>
    <guid>https://causal-order.gazali.one/guides/operations/operator-metrics-guide/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide is the current operator-facing metrics playbook for causal-order.</description>
  </item>
  <item>
    <title>Replay Inspection Workflow</title>
    <link>https://causal-order.gazali.one/guides/operations/replay-inspection-workflow/</link>
    <guid>https://causal-order.gazali.one/guides/operations/replay-inspection-workflow/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide is the operational playbook for bounded replay inspection.</description>
  </item>
  <item>
    <title>Streaming Reconciliation Workflow</title>
    <link>https://causal-order.gazali.one/guides/operations/streaming-reconciliation-workflow/</link>
    <guid>https://causal-order.gazali.one/guides/operations/streaming-reconciliation-workflow/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide is the operational playbook for correction-capable streaming follow-through.</description>
  </item>
  <item>
    <title>Package Surface Overview</title>
    <link>https://causal-order.gazali.one/guides/package-surface-overview/</link>
    <guid>https://causal-order.gazali.one/guides/package-surface-overview/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide gives a lightweight overview of the main public modules in causal-order.</description>
  </item>
  <item>
    <title>Policy Guidance</title>
    <link>https://causal-order.gazali.one/guides/policy-guidance/</link>
    <guid>https://causal-order.gazali.one/guides/policy-guidance/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide is the package-facing decision layer for two operational choices:</description>
  </item>
  <item>
    <title>Quick Start Scenarios</title>
    <link>https://causal-order.gazali.one/guides/quick-start-scenarios/</link>
    <guid>https://causal-order.gazali.one/guides/quick-start-scenarios/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide is the fastest package-facing entry point for evaluating causal-order by workload shape.</description>
  </item>
  <item>
    <title>Replay Corruption</title>
    <link>https://causal-order.gazali.one/guides/replay-corruption/</link>
    <guid>https://causal-order.gazali.one/guides/replay-corruption/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>Replay corruption happens when old events are re-emitted or re-ingested and end up looking newer than the events they originally preceded.</description>
  </item>
  <item>
    <title>Fuzz Testing</title>
    <link>https://causal-order.gazali.one/guides/hardening/fuzz-testing/</link>
    <guid>https://causal-order.gazali.one/guides/hardening/fuzz-testing/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide explains the seeded fuzz layer used alongside the production-oriented scenario suite.
It shows how causal-order pressure-tests the current contract under randomized outage and recovery noise without giving up reproducibility.</description>
  </item>
  <item>
    <title>Runtime Stability</title>
    <link>https://causal-order.gazali.one/guides/hardening/runtime-stability/</link>
    <guid>https://causal-order.gazali.one/guides/hardening/runtime-stability/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide is the runtime-stability follow-up to the broader pressure work already in place.</description>
  </item>
  <item>
    <title>Streaming Hardening And Pressure</title>
    <link>https://causal-order.gazali.one/guides/hardening/streaming-hardening/</link>
    <guid>https://causal-order.gazali.one/guides/hardening/streaming-hardening/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide explains how causal-order widens the streaming pressure envelope after the core stream behavior is already established.
It does not define a new semantic contract.</description>
  </item>
  <item>
    <title>How Order Is Written</title>
    <link>https://causal-order.gazali.one/guides/how-order-is-written/</link>
    <guid>https://causal-order.gazali.one/guides/how-order-is-written/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide explains what actually gets written into ordered output for the four confidence states:</description>
  </item>
  <item>
    <title>Mental Model</title>
    <link>https://causal-order.gazali.one/guides/mental-model/</link>
    <guid>https://causal-order.gazali.one/guides/mental-model/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>Most engineers are taught a simple rule:</description>
  </item>
  <item>
    <title>Multi-Region Drift</title>
    <link>https://causal-order.gazali.one/guides/multi-region-drift/</link>
    <guid>https://causal-order.gazali.one/guides/multi-region-drift/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>Multi-region systems often have clocks that are good enough for operations but not trustworthy enough for causal truth.</description>
  </item>
  <item>
    <title>Notation And Runtime Contract</title>
    <link>https://causal-order.gazali.one/guides/notation-and-runtime-contract/</link>
    <guid>https://causal-order.gazali.one/guides/notation-and-runtime-contract/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide separates two things that are easy to blur together:</description>
  </item>
  <item>
    <title>Offline Sync Anomalies</title>
    <link>https://causal-order.gazali.one/guides/offline-sync-anomalies/</link>
    <guid>https://causal-order.gazali.one/guides/offline-sync-anomalies/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>Offline-first systems are one of the clearest examples of why timestamp sorting is not enough.</description>
  </item>
  <item>
    <title>Anomaly Interpretation Guide</title>
    <link>https://causal-order.gazali.one/guides/operations/anomaly-interpretation-guide/</link>
    <guid>https://causal-order.gazali.one/guides/operations/anomaly-interpretation-guide/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide is the operator-facing playbook for reading causal-order anomaly output without overclaiming what the runtime knows.</description>
  </item>
  <item>
    <title>Examples And Entrypoints</title>
    <link>https://causal-order.gazali.one/guides/examples-and-entrypoints/</link>
    <guid>https://causal-order.gazali.one/guides/examples-and-entrypoints/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide helps you choose the right first example and the right package entrypoint without reading the whole repo first.</description>
  </item>
  <item>
    <title>Extension Boundary Guide</title>
    <link>https://causal-order.gazali.one/guides/extension-boundary-guide/</link>
    <guid>https://causal-order.gazali.one/guides/extension-boundary-guide/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide explains how to build adjacent tooling and workflow layers around causal-order without expecting the payload-agnostic core to absorb those concerns directly.</description>
  </item>
  <item>
    <title>False Audit Timelines</title>
    <link>https://causal-order.gazali.one/guides/false-audit-timeline/</link>
    <guid>https://causal-order.gazali.one/guides/false-audit-timeline/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>Audit timelines are dangerous because they are often treated as factual records after the fact.</description>
  </item>
  <item>
    <title>Anomaly Surface Audit</title>
    <link>https://causal-order.gazali.one/guides/hardening/anomaly-surface/</link>
    <guid>https://causal-order.gazali.one/guides/hardening/anomaly-surface/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide explains how the current anomaly surface maps to the main production-facing failure categories.</description>
  </item>
  <item>
    <title>After-Hours Batch Processing</title>
    <link>https://causal-order.gazali.one/guides/after-hours-batch-processing/</link>
    <guid>https://causal-order.gazali.one/guides/after-hours-batch-processing/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>One of the cleanest operational uses of causal-order is not continuous streaming.
It is scheduled batch processing after business hours or during off-peak windows.</description>
  </item>
  <item>
    <title>AWS-Inspired DynamoDB Outage Exercise</title>
    <link>https://causal-order.gazali.one/guides/aws-inspired-dynamodb-outage/</link>
    <guid>https://causal-order.gazali.one/guides/aws-inspired-dynamodb-outage/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>This guide documents an AWS-inspired streaming outage exercise for causal-order.</description>
  </item>
  <item>
    <title>Case Studies</title>
    <link>https://causal-order.gazali.one/guides/case-studies/</link>
    <guid>https://causal-order.gazali.one/guides/case-studies/</guid>
    <pubDate>Sat, 20 Jun 2026 05:41:06 GMT</pubDate>
    <description>These case studies show how causal-order handles timelines that look straightforward at first glance, but become misleading once distributed-system realities are taken seriously.</description>
  </item>
</channel>
</rss>
