<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Cloche</title>
    <link>http://192.168.2.122:1313/index.html</link>
    <description>Recent content on Cloche</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language><atom:link href="http://192.168.2.122:1313/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Getting Started</title>
      <link>http://192.168.2.122:1313/getting-started/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://192.168.2.122:1313/getting-started/index.html</guid>
      <description>Cloche runs LLM agents — like Claude Code — inside isolated Docker containers to automate coding tasks. You define a workflow, point it at a task list, and Cloche picks up work, runs the agent, and hands back results as clean git branches ready for review.
This quick-start takes you from a fresh project to a running workflow in three steps.
1. Install Cloche If you haven&amp;rsquo;t already, follow the Installation guide to build Cloche from source and start the daemon.</description>
    </item>
    <item>
      <title>Basic Concepts</title>
      <link>http://192.168.2.122:1313/concepts/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://192.168.2.122:1313/concepts/index.html</guid>
      <description>Cloche interprets &amp;lsquo;.cloche&amp;rsquo; files containing a DSL (domain specific language) for defining workflows. The syntax is intended to be simple and flexible, acting as the glue binding the steps in your workflow together.
Environment Cloche Workflows run either on the Host or within a Docker Container. The run environment is bound to the entire Workflow and is the primary mechanism by which we can isolate riskier actions (such as yolo-mode LLM development) to a containerized environment, while also keeping access to the host machine where necessary for things like merging changes back to the main repository.</description>
    </item>
    <item>
      <title>Learn Cloche</title>
      <link>http://192.168.2.122:1313/learn/index.html</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      <guid>http://192.168.2.122:1313/learn/index.html</guid>
      <description>This section is the complete reference for Cloche. Whether you are writing your first .cloche workflow file, wiring together multi-step agent pipelines, or configuring which LLM agent runs inside your containers, everything you need is here.
The guides below cover the DSL that defines workflows, the CLI that drives them, and the agent configuration that controls how work is executed.
Section Description Basic Concepts A tour of the four primitives: workflows, steps, wires, and agents DSL Reference Complete syntax reference for .</description>
    </item>
  </channel>
</rss>