<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Unbound Force</title><link>https://unboundforce.dev/</link><description>Recent content on Unbound Force</description><generator>Hugo</generator><language>en-US</language><copyright>Copyright (c) 2025-2026 Unbound Force</copyright><lastBuildDate>Sat, 02 May 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://unboundforce.dev/index.xml" rel="self" type="application/rss+xml"/><item><title>uf CLI Reference</title><link>https://unboundforce.dev/docs/reference/uf-cli-reference/</link><pubDate>Sat, 02 May 2026 00:00:00 +0000</pubDate><guid>https://unboundforce.dev/docs/reference/uf-cli-reference/</guid><description>&lt;blockquote&gt;
&lt;p&gt;This page reflects &lt;code&gt;uf&lt;/code&gt; v0.12.0. Run &lt;code&gt;uf --help&lt;/code&gt; for the latest.&lt;/p&gt;
&lt;/blockquote&gt;
&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;



&lt;div class="expressive-code"&gt;
 &lt;figure class="frame not-content"&gt;
 &lt;figcaption class="header"&gt;
 &lt;span class="title"&gt;&lt;/span&gt;
 &lt;/figcaption&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;uf [command] [flags]&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;The &lt;code&gt;uf&lt;/code&gt; CLI (alias for &lt;code&gt;unbound-force&lt;/code&gt;) manages the full Unbound Force toolchain. Each command group handles a distinct concern — from project scaffolding to containerized development sessions.&lt;/p&gt;</description></item><item><title>Configuration</title><link>https://unboundforce.dev/docs/reference/configuration/</link><pubDate>Sat, 02 May 2026 00:00:00 +0000</pubDate><guid>https://unboundforce.dev/docs/reference/configuration/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;The &lt;code&gt;uf&lt;/code&gt; CLI uses a unified configuration system. All settings live in &lt;code&gt;.uf/config.yaml&lt;/code&gt; at the repository root. The file is optional — when absent, compiled defaults apply with no error. You never need to create this file manually; &lt;code&gt;uf config init&lt;/code&gt; generates it with all values commented out so you can see what&amp;rsquo;s available and uncomment what you want to change.&lt;/p&gt;</description></item><item><title>Gaze</title><link>https://unboundforce.dev/docs/projects/gaze/</link><pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate><guid>https://unboundforce.dev/docs/projects/gaze/</guid><description>&lt;h2 id="what-gaze-does"&gt;What Gaze Does&lt;/h2&gt;
&lt;p&gt;Line coverage tells you which lines ran. It does not tell you whether your tests actually verified anything meaningful.&lt;/p&gt;</description></item><item><title>Muti-Mind</title><link>https://unboundforce.dev/docs/team/muti-mind/</link><pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate><guid>https://unboundforce.dev/docs/team/muti-mind/</guid><description>&lt;p&gt;

&lt;img
 src="https://unboundforce.dev/images/team/multi-mind_hu_de58c9152607cb4b.webp"
 width="832"
 height="1248"
 decoding="async"
 fetchpriority="auto"
 loading="lazy"
 alt="Muti-Mind — Product Owner trading card"
 id="h-rh-i-0"
&gt;&lt;/p&gt;
&lt;h2 id="the-voice-of-the-product"&gt;The Voice of the Product&lt;/h2&gt;
&lt;p&gt;Muti-Mind is the Product Owner of the Unbound Force swarm — the definitive voice of the product and the final arbiter of value. Their primary function is to maximize the value resulting from the work of the development team and to ensure the backlog effectively communicates what the team should work on next.&lt;/p&gt;</description></item><item><title>Quick Start</title><link>https://unboundforce.dev/docs/getting-started/quick-start/</link><pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate><guid>https://unboundforce.dev/docs/getting-started/quick-start/</guid><description>&lt;h2 id="install"&gt;Install&lt;/h2&gt;
&lt;p&gt;Install the &lt;code&gt;uf&lt;/code&gt; CLI and run setup to install the full toolchain:&lt;/p&gt;



&lt;div class="expressive-code"&gt;
 &lt;figure class="frame is-terminal not-content"&gt;
 &lt;figcaption class="header"&gt;
 &lt;span class="title"&gt;&lt;/span&gt;
 &lt;/figcaption&gt;
 &lt;div class="highlight"&gt;&lt;pre tabindex="0" style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-text-size-adjust:none;"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;brew install unbound-force/tap/unbound-force
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;uf setup&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;
 &lt;/figure&gt;
&lt;/div&gt;
&lt;p&gt;&lt;code&gt;uf setup&lt;/code&gt; installs everything in one command:&lt;/p&gt;</description></item><item><title>Sandbox</title><link>https://unboundforce.dev/docs/reference/sandbox/</link><pubDate>Sat, 02 May 2026 00:00:00 +0000</pubDate><guid>https://unboundforce.dev/docs/reference/sandbox/</guid><description>&lt;h2 id="overview"&gt;Overview&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;uf sandbox&lt;/code&gt; provides containerized development sessions for AI agents. Instead of running OpenCode directly on your host, the sandbox creates a Podman container with your project mounted, OpenCode installed, and API keys forwarded. The agent works inside the container where file changes are isolated (or directly applied, depending on mount mode).&lt;/p&gt;</description></item><item><title>Gateway</title><link>https://unboundforce.dev/docs/reference/gateway/</link><pubDate>Sat, 02 May 2026 00:00:00 +0000</pubDate><guid>https://unboundforce.dev/docs/reference/gateway/</guid><description>&lt;h2 id="why-a-gateway"&gt;Why a Gateway?&lt;/h2&gt;
&lt;p&gt;Running AI agents inside containers creates a credential isolation problem. The agent needs to call the Anthropic Messages API, but the cloud credentials (Google Cloud OAuth tokens, AWS session credentials, or Anthropic API keys) live on the host machine. Forwarding credentials into containers is fragile and insecure — credential files change location across platforms, tokens expire, and mounting secret directories creates attack surface.&lt;/p&gt;</description></item><item><title>Dewey</title><link>https://unboundforce.dev/docs/projects/dewey/</link><pubDate>Thu, 26 Mar 2026 00:00:00 +0000</pubDate><guid>https://unboundforce.dev/docs/projects/dewey/</guid><description>&lt;h2 id="what-dewey-does"&gt;What Dewey Does&lt;/h2&gt;
&lt;p&gt;AI agents make better decisions when they have better context. Dewey is an MCP server that gives agents unified access to your organization&amp;rsquo;s knowledge — local Markdown files, GitHub issues and PRs, and web documentation — through both structured graph queries and vector-based semantic search.&lt;/p&gt;</description></item><item><title>Getting Started: Developer</title><link>https://unboundforce.dev/docs/getting-started/developer/</link><pubDate>Sun, 22 Mar 2026 00:00:00 +0000</pubDate><guid>https://unboundforce.dev/docs/getting-started/developer/</guid><description>&lt;h2 id="prerequisites"&gt;Prerequisites&lt;/h2&gt;
&lt;p&gt;Everything starts with one command. Install the &lt;code&gt;uf&lt;/code&gt; CLI (short for &lt;code&gt;unbound-force&lt;/code&gt;), then run setup to install the full tool chain:&lt;/p&gt;</description></item><item><title>Cobalt-Crush</title><link>https://unboundforce.dev/docs/team/cobalt-crush/</link><pubDate>Mon, 23 Feb 2026 00:00:00 +0000</pubDate><guid>https://unboundforce.dev/docs/team/cobalt-crush/</guid><description>&lt;p&gt;

&lt;img
 src="https://unboundforce.dev/images/team/cobalt-crush_hu_3e4c2f30c505b52d.webp"
 width="832"
 height="1248"
 decoding="async"
 fetchpriority="auto"
 loading="lazy"
 alt="Cobalt-Crush — Developer trading card"
 id="h-rh-i-0"
&gt;&lt;/p&gt;
&lt;h2 id="the-engineering-core"&gt;The Engineering Core&lt;/h2&gt;
&lt;p&gt;Cobalt-Crush is the Developer of the Unbound Force swarm — the engineering core that translates precise requirements from Muti-Mind into robust, scalable, and maintainable software solutions. Cobalt-Crush adheres to the architectural standards set by The Divisor and ensures high quality validated by Gaze, operating within a continuous integration and continuous delivery paradigm that maximizes velocity for the swarm.&lt;/p&gt;</description></item></channel></rss>