<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Book on omnibachi</title>
    <link>https://omnibachi.org/book/</link>
    <description>Recent content in Book on omnibachi</description>
    <image>
      <title>omnibachi</title>
      <url>https://omnibachi.org/og-default.png</url>
      <link>https://omnibachi.org/og-default.png</link>
    </image>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Mon, 15 Jun 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://omnibachi.org/book/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Protocol-Governed Systems</title>
      <link>https://omnibachi.org/book/protocol-governed-systems/</link>
      <pubDate>Thu, 15 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/protocol-governed-systems/</guid>
      <description>&lt;h2 id=&#34;a-constitutionally-constrained-architecture-for-autonomous-and-ai-generated-software&#34;&gt;A Constitutionally Constrained Architecture for Autonomous and AI-Generated Software&lt;/h2&gt;
&lt;h2 id=&#34;a-practitioners-guide&#34;&gt;A Practitioner&amp;rsquo;s Guide&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Version 0 &amp;mdash; First Edition · Baseline: PGS v0.4.0&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;Bhash Ganti (aka Bachi)&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Contact: &lt;a href=&#34;mailto:bachipeachy@gmail.com&#34;&gt;bachipeachy@gmail.com&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;© 2026 Bhash Ganti. All rights reserved. Released under the Apache-2.0 License.&lt;/p&gt;
&lt;p&gt;Reference Implementation GitHub: &lt;a href=&#34;https://github.com/bachipeachy/pgs_workspace&#34;&gt;bachipeachy/pgs_workspace&lt;/a&gt;&lt;/p&gt;
&lt;h2 id=&#34;abstract&#34;&gt;Abstract&lt;/h2&gt;
&lt;p&gt;Software systems are entering a new operational reality. As AI coding agents accelerate implementation velocity, the gap between what organizations intend systems to do and what those systems are actually capable of doing is widening rapidly. In conventional architectures, behavioral authority remains embedded in imperative code, dispersed across frameworks, orchestration layers, service boundaries, and runtime interpretation. Governance is typically applied after implementation through testing, review, policy, or operational controls rather than being structurally enforced before execution begins.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 00 — Introduction and Orientation</title>
      <link>https://omnibachi.org/book/chapter-00-introduction-and-orientation/</link>
      <pubDate>Thu, 22 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-00-introduction-and-orientation/</guid>
      <description>&lt;p&gt;Software is now generated faster than it can be governed.&lt;/p&gt;
&lt;p&gt;AI-assisted development, distributed infrastructure, microservice sprawl, and accelerating delivery pipelines have dramatically increased implementation velocity. Governance &amp;mdash; correctness, traceability, behavioral authority, operational auditability &amp;mdash; remains bounded by human deliberation. The gap between these two velocities is structural and widening.&lt;/p&gt;
&lt;p&gt;This is not a problem you solve with better tooling, more diligent code review, or a stronger CI pipeline. Those are compensations for a structural absence. The absence is the governance surface itself: there is no artifact in most software systems that declares what the system is &lt;em&gt;authorized to do&lt;/em&gt;, in a form that can be validated, compiled, and enforced before execution begins.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 1 — Why Software Breaks at Scale</title>
      <link>https://omnibachi.org/book/chapter-1-why-software-breaks-at-scale/</link>
      <pubDate>Thu, 29 Jan 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-1-why-software-breaks-at-scale/</guid>
      <description>&lt;p&gt;This chapter is a diagnosis. Before proposing a solution, the book must make the problem visible &amp;mdash; not as a collection of anecdotes, but as a structural pathology with identifiable root causes. The chapter argues that the dominant model of software construction &amp;mdash; the application-centric model &amp;mdash; embeds governance in code rather than declaring it as structure, and that this architectural choice produces a distinct form of debt that no amount of better tooling, process improvement, or code refactoring can eliminate. It introduces Structural Governance Debt as a formal concept, shows why it compounds polynomially with scale, and explains why AI-speed code generation removes the last natural throttle on its accumulation. The reader who finishes this chapter will recognize the pathology in their own systems &amp;mdash; and understand why the remedy must be architectural, not procedural.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 2 — From Applications to Protocols</title>
      <link>https://omnibachi.org/book/chapter-2-from-applications-to-protocols/</link>
      <pubDate>Thu, 05 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-2-from-applications-to-protocols/</guid>
      <description>&lt;p&gt;&lt;em&gt;Paradigm and Reference Architecture&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Chapter 1 diagnosed the pathology: Structural Governance Debt &amp;mdash; the accumulated cost of embedding governance in code rather than declaring it as structure. The diagnosis is complete. This chapter defines the cure.&lt;/p&gt;
&lt;p&gt;It is the foundational chapter of the book. It answers two questions in sequence. &lt;strong&gt;Part I &amp;mdash; The Paradigm&lt;/strong&gt; (Sections 2.1&amp;ndash;2.6) asks: &lt;em&gt;What is a Protocol-Governed System?&lt;/em&gt; It defines the five canonical properties, the WHAT/HOW separation, the Layer-Concern structural grammar (eight layers, ten concerns), and the emergent properties that follow from structural governance. &lt;strong&gt;Part II &amp;mdash; The Reference Architecture&lt;/strong&gt; (Sections 2.8&amp;ndash;2.11) asks: &lt;em&gt;What does this look like as a system?&lt;/em&gt; It maps the paradigm onto a concrete layered topology with strict authority flow &amp;mdash; from declaration through governance through compilation to enforcement. By the end, the reader will hold the complete architectural vocabulary and system model that every subsequent chapter builds upon: layers, concerns, artifact types, authority flow, and the deployment context within which protocol-governed systems operate.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 3 — Constitutional Authoring</title>
      <link>https://omnibachi.org/book/chapter-3-constitutional-authoring/</link>
      <pubDate>Thu, 12 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-3-constitutional-authoring/</guid>
      <description>&lt;p&gt;Chapter 1 diagnosed the pathology &amp;mdash; structural governance debt. Chapter 2 defined the cure &amp;mdash; Protocol-Governed Systems &amp;mdash; and laid out the eight-layer architecture with its ten canonical concerns. The paradigm is established. The vocabulary is defined. But paradigms do not build systems. Artifacts do.&lt;/p&gt;
&lt;p&gt;This chapter is where the reader picks up a pen. It answers the central question of PGS authoring: &lt;strong&gt;How do you express system behavior as governance artifacts &amp;mdash; and how does the system guarantee that those artifacts are structurally complete before any execution occurs?&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 4 — The Builder as Constitutional Compiler</title>
      <link>https://omnibachi.org/book/chapter-4-the-builder-as-constitutional-compiler/</link>
      <pubDate>Thu, 19 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-4-the-builder-as-constitutional-compiler/</guid>
      <description>&lt;p&gt;Chapter 3 authored governance artifacts and proved that constitutional validation rejects incomplete or invalid declarations at authoring time. The artifacts are ratified &amp;mdash; immutable, versioned, hash-anchored. But they are YAML embedded in markdown, organized for human readability. The execution engine does not read YAML. It loads compiled JSON.&lt;/p&gt;
&lt;p&gt;This chapter addresses the bridge between ratification and execution: &lt;strong&gt;How do ratified governance artifacts become the compiled protocol that the execution engine loads &amp;mdash; and what guarantees that the compilation is faithful, deterministic, and complete?&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 5 — Semantic-Agnostic Execution</title>
      <link>https://omnibachi.org/book/chapter-5-semantic-agnostic-execution/</link>
      <pubDate>Thu, 26 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-5-semantic-agnostic-execution/</guid>
      <description>&lt;p&gt;Chapters 3 and 4 established the legislative pipeline: governance artifacts are authored, validated, ratified, and compiled into protocol JSON. The law is written. The law is compiled. But it has never executed.&lt;/p&gt;
&lt;p&gt;This chapter is the moment of enforcement. It answers the question that separates PGS from every workflow engine, orchestrator, and application framework: &lt;strong&gt;Can a single execution engine process any domain&amp;rsquo;s workflows &amp;mdash; financial, medical, industrial, blockchain &amp;mdash; without containing a single line of domain-specific logic?&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 6 — Capability Transforms and Composition</title>
      <link>https://omnibachi.org/book/chapter-6-capability-transforms-and-composition/</link>
      <pubDate>Thu, 05 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-6-capability-transforms-and-composition/</guid>
      <description>&lt;p&gt;Chapter 5 executed the User Registration workflow as a DAG traversal. When the engine reached a CT_ step inside a capability contract, it dispatched to a transform and received a result. The transform was a black box &amp;mdash; the engine sent inputs in and got outputs back. It did not know what happened inside. It followed the edge.&lt;/p&gt;
&lt;p&gt;This chapter opens the box. It answers: &lt;strong&gt;How does pure computation work inside a protocol-governed system &amp;mdash; and how do small, single-purpose functions compose into complex pipelines without losing determinism or governance?&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 7 — Capability Side Effects and Isolation</title>
      <link>https://omnibachi.org/book/chapter-7-capability-side-effects-and-isolation/</link>
      <pubDate>Thu, 12 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-7-capability-side-effects-and-isolation/</guid>
      <description>&lt;p&gt;Chapter 6 proved that pure computation is governed &amp;mdash; atoms and molecules execute as deterministic, side-effect-free transforms. But a system that cannot write to storage, register state, or record events cannot do useful work. The CT_ layer computes. Something else must mutate.&lt;/p&gt;
&lt;p&gt;This chapter opens the CS_ layer and answers: &lt;strong&gt;How does a protocol-governed system perform world mutation &amp;mdash; persistence, registration, event recording &amp;mdash; without compromising the determinism and auditability guarantees that the CT_ layer provides?&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 8 — Failure as a First-Class Architectural Construct</title>
      <link>https://omnibachi.org/book/chapter-8-failure-as-a-first-class-architectural-construct/</link>
      <pubDate>Thu, 19 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-8-failure-as-a-first-class-architectural-construct/</guid>
      <description>&lt;p&gt;Chapters 5 through 7 proved that PGS execution works &amp;mdash; DAG traversal, pure computation, governed mutation. The happy path is established. But architects do not evaluate systems by their happy paths. They evaluate them by their failure modes.&lt;/p&gt;
&lt;p&gt;This chapter answers: &lt;strong&gt;When a protocol-governed system fails, what exactly happens &amp;mdash; and why is every failure classifiable, deterministic, and diagnosable without the original runtime?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;In application-centric systems, failures are discovered forensically &amp;mdash; log spelunking, stack trace analysis, hypothesis testing, and the dreaded &amp;ldquo;works on my machine.&amp;rdquo; In PGS, failure is a first-class architectural construct. Every failure falls into exactly one of four canonical categories: governance violations, binding resolution failures, execution failures, and structural violations. Each category has a deterministic signature, a trace-complete record, and a reconstruction path. The chapter introduces the Reconstructability Property &amp;mdash; the guarantee that any failure can be fully diagnosed from governance artifacts and execution traces alone, without access to the original runtime environment. It establishes &amp;ldquo;no silent repair&amp;rdquo; as a constitutional invariant: no layer may fix, mask, or compensate for violations originating in another layer. Failures propagate honestly. The reader will understand why PGS systems are easier to debug than systems with more sophisticated error handling &amp;mdash; because the failure taxonomy is structural, not procedural.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 9 — Deterministic Traces as First-Class Artifacts</title>
      <link>https://omnibachi.org/book/chapter-9-deterministic-traces-as-first-class-artifacts/</link>
      <pubDate>Thu, 26 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-9-deterministic-traces-as-first-class-artifacts/</guid>
      <description>&lt;p&gt;Chapter 8 diagnosed failures by reading execution traces &amp;mdash; inspecting which node failed, what result status was returned, and what exit reason terminated the workflow. At no point did diagnosis require source code or environment reproduction. But Chapter 8 treated the trace as a given. It used the trace without examining the trace itself.&lt;/p&gt;
&lt;p&gt;This chapter examines the trace as an artifact. It answers: &lt;strong&gt;What makes an execution trace more than a log file &amp;mdash; and how does its construction guarantee that audit, replay, and forensic diagnosis are architectural properties rather than operational aspirations?&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 10 — Inverted Security Architecture</title>
      <link>https://omnibachi.org/book/chapter-10-inverted-security-architecture/</link>
      <pubDate>Thu, 02 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-10-inverted-security-architecture/</guid>
      <description>&lt;p&gt;Chapters 5 through 9 proved that PGS execution is deterministic, that failures are classified, and that traces provide tamper-evident records of everything the system did. But one claim remains unproven: that the system cannot do what it was not told to do.&lt;/p&gt;
&lt;p&gt;This chapter completes the security axis. It answers: &lt;strong&gt;How does a protocol-governed system achieve security not by defending against unauthorized behavior, but by making unauthorized behavior structurally inexpressible?&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 11 — Declarative Package Federation</title>
      <link>https://omnibachi.org/book/chapter-11-declarative-package-federation/</link>
      <pubDate>Thu, 09 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-11-declarative-package-federation/</guid>
      <description>&lt;p&gt;Chapters 5 through 10 treated each domain as a self-contained governance unit &amp;mdash; one vocabulary, one set of artifacts, one execution surface. But real systems are not single domains. The blockchain module references crypto transforms from the reusable package. The AI licensing module uses the same shared side-effect runtimes. The transport layer wraps workflow execution in HTTP semantics. Every production system is a federation.&lt;/p&gt;
&lt;p&gt;This chapter answers: &lt;strong&gt;How do independently authored domains discover, reference, and compose each other&amp;rsquo;s artifacts &amp;mdash; and how is that federation itself governed rather than emergent?&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 12 — Linear Scalability Through Compositional Isolation</title>
      <link>https://omnibachi.org/book/chapter-12-linear-scalability-through-compositional-isolation/</link>
      <pubDate>Thu, 16 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-12-linear-scalability-through-compositional-isolation/</guid>
      <description>&lt;p&gt;Chapter 10 proved that no undeclared execution can occur. Chapter 11 proved that no undeclared structure can exist. But a system can have perfect security and perfect federation and still collapse under its own complexity. If every new domain introduces coupling to every existing domain, the interaction surface grows quadratically. If every version upgrade cascades through dependent artifacts, the migration cost grows with the dependency graph.&lt;/p&gt;
&lt;p&gt;This chapter completes the structural arc. It answers: &lt;strong&gt;Why does complexity in a protocol-governed system grow linearly with the number of declared artifacts &amp;mdash; rather than polynomially with the interactions between them?&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 13 — Building a Protocol-Governed Domain</title>
      <link>https://omnibachi.org/book/chapter-13-building-a-protocol-governed-domain/</link>
      <pubDate>Thu, 23 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-13-building-a-protocol-governed-domain/</guid>
      <description>&lt;p&gt;Chapters 3 through 12 taught us about the different parts of a special system. We learned how it makes sure things are done correctly, how it runs programs, how it handles changes, and how it keeps track of everything. Each chapter showed us one important rule or feature. But knowing what each part does is not the same as knowing how to build the whole system from the very beginning.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 14 — Use Case: AI Agent Governance Domain</title>
      <link>https://omnibachi.org/book/chapter-14-use-case-ai-agent-governance-domain/</link>
      <pubDate>Thu, 30 Apr 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-14-use-case-ai-agent-governance-domain/</guid>
      <description>&lt;p&gt;Chapter 13 defined the construction method &amp;mdash; Act 0 through Act VII. The method is precise, the gates are structural, and the sequence is topologically determined. But a method without an industrial proof is a theory.&lt;/p&gt;
&lt;p&gt;This chapter is the proof. It answers: &lt;strong&gt;Can the eight-act construction method produce a non-trivial enterprise domain &amp;mdash; from business thesis to running, traced, verified execution &amp;mdash; without modifying the core engine or any existing domain?&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 15 — Structural Economics of Governance</title>
      <link>https://omnibachi.org/book/chapter-15-structural-economics-of-governance/</link>
      <pubDate>Thu, 07 May 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-15-structural-economics-of-governance/</guid>
      <description>&lt;p&gt;Chapters 3 through 14 proved that protocol governance works &amp;mdash; structurally, technically, and at industrial scale. The architecture is sound. The construction method is repeatable. The execution is deterministic. But architects do not adopt paradigms because they are elegant. They adopt them because the economics are compelling.&lt;/p&gt;
&lt;p&gt;This chapter shifts from architecture to economics. It answers: &lt;strong&gt;What does protocol governance cost &amp;mdash; and what does it save &amp;mdash; over the lifecycle of a software system?&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 16 — Engineering Under Constitutional Constraint</title>
      <link>https://omnibachi.org/book/chapter-16-engineering-under-constitutional-constraint/</link>
      <pubDate>Thu, 14 May 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-16-engineering-under-constitutional-constraint/</guid>
      <description>&lt;p&gt;Chapter 14 proved the construction method works. Chapter 15 showed why the economics are compelling. The reader now knows what protocol governance produces and what it costs. But architecture and economics are experienced by organizations. Engineering is experienced by individuals.&lt;/p&gt;
&lt;p&gt;This chapter answers the question that every practicing engineer asks: &lt;strong&gt;What does it actually feel like to build software this way &amp;mdash; and what changes in daily practice when governance is primary and code is subordinate?&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 17 — AI-Augmented Development Under Protocol Governance</title>
      <link>https://omnibachi.org/book/chapter-17-ai-augmented-development-under-protocol-governance/</link>
      <pubDate>Thu, 21 May 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-17-ai-augmented-development-under-protocol-governance/</guid>
      <description>&lt;p&gt;Chapter 16 showed how engineering practice transforms under protocol governance. The daily loop shifts from integration to composition. Risk is bounded. Debugging is structural. But Chapter 16 assumed human-speed development. What happens when the developer is an AI generating artifacts at machine speed?&lt;/p&gt;
&lt;p&gt;This chapter addresses the question that Chapter 1 opened: &lt;strong&gt;How does protocol governance resolve the generation-governance impedance mismatch &amp;mdash; the widening gap between AI&amp;rsquo;s ability to produce code and humanity&amp;rsquo;s ability to govern it?&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Chapter 18 — Adopting Protocol Governance Incrementally</title>
      <link>https://omnibachi.org/book/chapter-18-adopting-protocol-governance-incrementally/</link>
      <pubDate>Thu, 28 May 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/chapter-18-adopting-protocol-governance-incrementally/</guid>
      <description>&lt;p&gt;The reader has arrived at the final chapter with a complete picture. The paradigm is defined. The execution model is proven. Security, federation, and scaling properties are established. The construction method has been demonstrated on an industrial domain. The economics are quantified. The engineering practice is described. The AI implications are addressed.&lt;/p&gt;
&lt;p&gt;One question remains: &lt;strong&gt;How do I start &amp;mdash; and how do I start without rewriting everything?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;This chapter answers the adoption question pragmatically. Protocol governance does not require a big-bang migration. The minimum viable starting point is one contract, one workflow, one trace &amp;mdash; a single governed capability wrapping an existing service as a capability side effect. From that foothold, the chapter maps the incremental path to platform maturity. It provides migration patterns from monoliths, microservices, and event-driven architectures. It addresses the Rigidity Question head-on &amp;mdash; why structural constraint enables flexibility rather than brittleness. It offers a decision framework for the architect who must make the case to stakeholders. And it answers honestly when protocol governance is overkill &amp;mdash; because not every system needs it, and knowing where the boundary lies is part of the paradigm&amp;rsquo;s integrity.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Appendix A — Glossary of PGS Terms</title>
      <link>https://omnibachi.org/book/appendix-a-glossary-of-pgs-terms/</link>
      <pubDate>Thu, 04 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/appendix-a-glossary-of-pgs-terms/</guid>
      <description>&lt;p&gt;This glossary defines the operational vocabulary of Protocol-Governed Systems. PGS vocabulary is structural, not descriptive &amp;mdash; each term corresponds to a specific architectural role. Understanding these terms is understanding the system.&lt;/p&gt;
&lt;h2 id=&#34;core-paradigm&#34;&gt;Core Paradigm&lt;/h2&gt;
&lt;p&gt;&lt;strong&gt;Protocol-Governed System (PGS)&lt;/strong&gt;&lt;br&gt;
A computational model in which system behavior is defined as compiled governance artifacts rather than as an emergent property of implementation code. All permissible behavior is declared before execution; only declared behavior is executable.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Appendix B — Protocol Snapshot Reference</title>
      <link>https://omnibachi.org/book/appendix-b-protocol-snapshot-reference/</link>
      <pubDate>Thu, 11 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/appendix-b-protocol-snapshot-reference/</guid>
      <description>&lt;p&gt;The canonical set of compiled protocol artifacts is maintained in the &lt;code&gt;protocol_snapshot/&lt;/code&gt; directory of the &lt;code&gt;pgs_workspace&lt;/code&gt; repository.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&lt;strong&gt;Why a live pointer instead of a static appendix?&lt;/strong&gt; Prior editions included artifact listings in this appendix. Protocol artifacts are versioned, evolving artifacts &amp;mdash; a static copy ages immediately. The live snapshot is always authoritative.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id=&#34;location&#34;&gt;Location&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;pgs_workspace/
└── protocol_snapshot/
    └── artifacts/
        ├── workflows/
        ├── capability_contracts/
        ├── capability_transforms/
        ├── capability_side_effects/
        ├── runtime_bindings/
        ├── intents/
        ├── assertions/
        ├── events/
        ├── actors/
        ├── layers/
        └── invariants/
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;how-to-browse&#34;&gt;How to Browse&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;# List all workflows
ls protocol_snapshot/artifacts/workflows/

# List all capability side effects
ls protocol_snapshot/artifacts/capability_side_effects/

# Read a specific artifact
cat protocol_snapshot/artifacts/workflows/blockchain__WF_REGISTER_ACTOR_UNVERIFIED_V0.json
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;naming-convention&#34;&gt;Naming Convention&lt;/h2&gt;
&lt;p&gt;All artifact filenames follow FQDN format:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Appendix C — pgs_runtime CLI Reference</title>
      <link>https://omnibachi.org/book/appendix-c-pgs-runtime-cli-reference/</link>
      <pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/appendix-c-pgs-runtime-cli-reference/</guid>
      <description>&lt;p&gt;&lt;code&gt;pgs_runtime&lt;/code&gt; is the command-line interface for the PGS runtime engine. It provides two subcommands: &lt;code&gt;run&lt;/code&gt; executes a workflow or intent against a compiled snapshot, and &lt;code&gt;examine&lt;/code&gt; inspects an execution trace.&lt;/p&gt;
&lt;h2 id=&#34;global-usage&#34;&gt;Global Usage&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;pgs_runtime &amp;lt;subcommand&amp;gt; [options]
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;The CLI reads from &lt;code&gt;protocol_snapshot/&lt;/code&gt; and writes traces to &lt;code&gt;traces/&lt;/code&gt;. It does not modify snapshot artifacts.&lt;/p&gt;
&lt;h2 id=&#34;pgs_runtime-run&#34;&gt;&lt;code&gt;pgs_runtime run&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;Executes a workflow or intent against the compiled protocol snapshot.&lt;/p&gt;
&lt;h3 id=&#34;synopsis&#34;&gt;Synopsis&lt;/h3&gt;
&lt;pre&gt;&lt;code&gt;pgs_runtime run \
  (--wf &amp;lt;FQDN&amp;gt; | --intent &amp;lt;FQDN&amp;gt;) \
  --payload &amp;lt;path&amp;gt; \
  [--rb &amp;lt;FQDN&amp;gt;] \
  [--mode &amp;lt;runtime|authoring&amp;gt;] \
  [--debug] \
  [--data-root &amp;lt;path&amp;gt;] \
  [--workspace &amp;lt;path&amp;gt;]
&lt;/code&gt;&lt;/pre&gt;
&lt;h3 id=&#34;entry-point-mutually-exclusive-one-required&#34;&gt;Entry Point (mutually exclusive, one required)&lt;/h3&gt;
&lt;hr&gt;
&lt;p&gt;Flag           Argument                 Description&lt;/p&gt;</description>
    </item>
    <item>
      <title>pgs_compiler CLI Reference</title>
      <link>https://omnibachi.org/book/pgs-compiler-cli-reference/</link>
      <pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/pgs-compiler-cli-reference/</guid>
      <description>&lt;p&gt;&lt;code&gt;pgs_compiler&lt;/code&gt; is the command-line interface for the PGS compiler pipeline. It provides three subcommands: &lt;code&gt;compile&lt;/code&gt; runs a single-structure build, &lt;code&gt;build&lt;/code&gt; runs the full workspace build, and &lt;code&gt;inspect&lt;/code&gt; queries compiled evidence without recompiling.&lt;/p&gt;
&lt;h2 id=&#34;global-usage&#34;&gt;Global Usage&lt;/h2&gt;
&lt;pre&gt;&lt;code&gt;python -m pgs_compiler.cli &amp;lt;subcommand&amp;gt; [options]
&lt;/code&gt;&lt;/pre&gt;
&lt;h2 id=&#34;compile&#34;&gt;&lt;code&gt;compile&lt;/code&gt;&lt;/h2&gt;
&lt;p&gt;Runs the full 9-stage pipeline (S1&amp;ndash;S9) for a single STRUCTURE_ artifact (Phase Type A).&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;python -m pgs_compiler.cli compile --structure &amp;lt;STRUCTURE_NAME&amp;gt;
&lt;/code&gt;&lt;/pre&gt;
&lt;hr&gt;
&lt;p&gt;Flag                   Description&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;&lt;code&gt;--structure&lt;/code&gt;          Name of the STRUCTURE_ build artifact to compile (e.g., &lt;code&gt;STRUCTURE_BUILD_BLOCKCHAIN_CONFIG_V0&lt;/code&gt;)&lt;/p&gt;</description>
    </item>
    <item>
      <title>Appendix D — Artifact Schema Reference</title>
      <link>https://omnibachi.org/book/appendix-d-artifact-schema-reference/</link>
      <pubDate>Mon, 15 Jun 2026 00:00:00 +0000</pubDate>
      <guid>https://omnibachi.org/book/appendix-d-artifact-schema-reference/</guid>
      <description>&lt;p&gt;Every PGS artifact is a declarative unit of governance. Each artifact type has a fixed schema &amp;mdash; a set of fields that the builder validates before compilation. This appendix documents the schema for each artifact type, drawn from the compiled artifacts in &lt;code&gt;protocol_snapshot/&lt;/code&gt;.&lt;/p&gt;
&lt;p&gt;Artifacts are authored as Markdown files with a YAML &lt;code&gt;machine:&lt;/code&gt; block. The builder extracts the &lt;code&gt;machine:&lt;/code&gt; block and compiles it into a JSON artifact. The field definitions here describe the YAML schema &amp;mdash; the same fields appear in the compiled JSON under &lt;code&gt;frontmatter&lt;/code&gt;.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
