<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Documentation on DevFlow</title><link>https://devflow.cloud/docs/</link><description>Recent content in Documentation on DevFlow</description><generator>Hugo</generator><language>en-us</language><atom:link href="https://devflow.cloud/docs/index.xml" rel="self" type="application/rss+xml"/><item><title>Troubleshooting</title><link>https://devflow.cloud/docs/troubleshooting/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://devflow.cloud/docs/troubleshooting/</guid><description>&lt;h2 id="a-hook-blocked-my-command"&gt;A hook blocked my command&lt;/h2&gt;&#10;&lt;p&gt;The model receives the denial reason and usually corrects itself. When you need to&#10;override deliberately:&lt;/p&gt;&#10;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="nv"&gt;DEVFLOW_ALLOW_RAW_COMMIT&lt;/span&gt;&lt;span class="o"&gt;=&lt;/span&gt;&lt;span class="m"&gt;1&lt;/span&gt; git commit -m &lt;span class="s2"&gt;&amp;#34;...&amp;#34;&lt;/span&gt;&#10;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Every gate and its escape hatch is listed on&#10;&lt;a href="https://devflow.cloud/docs/configuration/gates/"&gt;gates and enforcement&lt;/a&gt;. Prefer a one-off prefix over&#10;an export — an exported escape hatch is a gate you removed.&lt;/p&gt;&#10;&lt;p&gt;If you are overriding the same gate repeatedly, log it so the friction is&#10;measurable rather than anecdotal:&lt;/p&gt;</description></item><item><title>Contributing</title><link>https://devflow.cloud/docs/contributing/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://devflow.cloud/docs/contributing/</guid><description>&lt;p&gt;DevFlow is MIT licensed and developed in the open at&#10;&lt;a href="https://github.com/AO-Cyber-Systems/devflow-claude"&gt;AO-Cyber-Systems/devflow-claude&lt;/a&gt;.&lt;/p&gt;&#10;&lt;h2 id="development-install"&gt;Development install&lt;/h2&gt;&#10;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;git clone https://github.com/AO-Cyber-Systems/devflow-claude.git&#10;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;/plugin marketplace add /absolute/path/to/devflow-claude&#10;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;/plugin install devflow@aocyber&#10;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;The plugin directory is the source of truth for distribution; there is no npm&#10;publish step.&lt;/p&gt;&#10;&lt;h2 id="tests"&gt;Tests&lt;/h2&gt;&#10;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;npm &lt;span class="nb"&gt;test&lt;/span&gt;&#10;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Node&amp;rsquo;s native test runner against &lt;code&gt;.test.cjs&lt;/code&gt; and &lt;code&gt;.test.js&lt;/code&gt; files adjacent to&#10;their source. There is no lint command.&lt;/p&gt;&#10;&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-text" data-lang="text"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;plugins/devflow/devflow/bin/df-tools.test.cjs&#10;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;plugins/devflow/devflow/bin/lib/*.test.cjs&#10;&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;plugins/devflow/hooks/*.test.js&#10;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Hooks are tested like any other module — they are plain Node scripts reading JSON&#10;on stdin.&lt;/p&gt;</description></item></channel></rss>