<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Reference on gh-velocity</title><link>https://gh-velocity.org/reference/</link><description>Recent content in Reference on gh-velocity</description><generator>Hugo</generator><language>en</language><atom:link href="https://gh-velocity.org/reference/index.xml" rel="self" type="application/rss+xml"/><item><title>Configuration</title><link>https://gh-velocity.org/reference/config/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/config/</guid><description>&lt;h1 id="configuration-reference"&gt;Configuration Reference&lt;a class="anchor" href="#configuration-reference"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;Complete reference for &lt;code&gt;.gh-velocity.yml&lt;/code&gt; fields, types, defaults, and validation rules.&lt;/p&gt;
&lt;p&gt;All metric commands require a &lt;code&gt;.gh-velocity.yml&lt;/code&gt; file. Run &lt;code&gt;gh velocity config preflight --write&lt;/code&gt; to generate one, or create one manually in your repository root. Use &lt;code&gt;--config&lt;/code&gt; to point to an alternate path. Every field is optional -- the tool uses sensible defaults for anything omitted.&lt;/p&gt;
&lt;p&gt;To generate a config tailored to your repository:&lt;/p&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;gh velocity config preflight &lt;span style="color:#75715e"&gt;# preview to stdout (from inside your repo)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;gh velocity config preflight --write &lt;span style="color:#75715e"&gt;# save to .gh-velocity.yml&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span style="display:flex;"&gt;&lt;span&gt;gh velocity config preflight -R cli/cli &lt;span style="color:#75715e"&gt;# analyze a remote repo&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;To validate an existing config:&lt;/p&gt;</description></item><item><title>API Consumption</title><link>https://gh-velocity.org/reference/api-consumption/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://gh-velocity.org/reference/api-consumption/</guid><description>&lt;h1 id="api-consumption"&gt;API Consumption&lt;a class="anchor" href="#api-consumption"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;How gh-velocity uses the GitHub API: rate limits, per-command costs, caching, and optimization.&lt;/p&gt;
&lt;h2 id="api-types-used"&gt;API types used&lt;a class="anchor" href="#api-types-used"&gt;#&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;gh-velocity uses two GitHub API interfaces:&lt;/p&gt;
&lt;table&gt;
 &lt;thead&gt;
 &lt;tr&gt;
 &lt;th&gt;API&lt;/th&gt;
 &lt;th&gt;Rate limit&lt;/th&gt;
 &lt;th&gt;Used for&lt;/th&gt;
 &lt;/tr&gt;
 &lt;/thead&gt;
 &lt;tbody&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;REST Search API&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;30 requests/minute, 1000 results/query&lt;/td&gt;
 &lt;td&gt;Finding issues, PRs by date range, scope, lifecycle&lt;/td&gt;
 &lt;/tr&gt;
 &lt;tr&gt;
 &lt;td&gt;&lt;strong&gt;GraphQL API&lt;/strong&gt;&lt;/td&gt;
 &lt;td&gt;5,000 points/hour&lt;/td&gt;
 &lt;td&gt;Project board data, timeline events, closing references, iteration fields&lt;/td&gt;
 &lt;/tr&gt;
 &lt;/tbody&gt;
&lt;/table&gt;
&lt;p&gt;The Search API is the primary bottleneck. Each paginated search query (up to 10 pages of 100 results) counts as one request per page against the 30/minute limit.&lt;/p&gt;</description></item></channel></rss>