chore(docs): regenerate man page, HTML docs, and wiki
This commit is contained in:
@@ -1587,6 +1587,26 @@ conventional commit, verification, push, and open a PR with a manual
|
||||
verification checklist.
|
||||
\f[R]
|
||||
.fi
|
||||
.SS qc
|
||||
.IP
|
||||
.nf
|
||||
\f[C]
|
||||
Synopsis: qc [prompt...]
|
||||
Quick-chat wrapper around the aichat LLM CLI that defaults to the \[dq]cli\[dq]
|
||||
role - a system prompt tuned for concise, terminal-friendly output. On
|
||||
first use it installs the bundled role by symlinking
|
||||
scripts/cli-agent.md to $XDG_CONFIG_HOME/aichat/roles/cli.md (creating
|
||||
the directory if needed). Inherits every aichat flag and tab completion
|
||||
(--wraps aichat); passing --role/-r overrides the default role, so qc
|
||||
forwards to aichat unchanged. The function is only defined when aichat
|
||||
is installed. Run qc --help for aichat\[aq]s full flag reference with the
|
||||
command name rewritten to qc.
|
||||
|
||||
qc \[dq]how do I list open ports on linux?\[dq]
|
||||
qc -m ollama:llama3 \[dq]explain this error\[dq]
|
||||
qc --role coder \[dq]refactor this function\[dq]
|
||||
\f[R]
|
||||
.fi
|
||||
.SS superpowers
|
||||
.IP
|
||||
.nf
|
||||
|
||||
@@ -1061,7 +1061,22 @@ README.md, ensuring all documented features and examples are accurate.</code></p
|
||||
Invokes Claude Code to run the full PR workflow: create branch,
|
||||
conventional commit, verification, push, and open a PR with a manual
|
||||
verification checklist.</code></pre>
|
||||
<h3 data-number="9.12.7" id="superpowers">superpowers</h3>
|
||||
<h3 data-number="9.12.7" id="qc">qc</h3>
|
||||
<pre><code>Synopsis: qc [prompt...]
|
||||
Quick-chat wrapper around the aichat LLM CLI that defaults to the "cli"
|
||||
role - a system prompt tuned for concise, terminal-friendly output. On
|
||||
first use it installs the bundled role by symlinking
|
||||
scripts/cli-agent.md to $XDG_CONFIG_HOME/aichat/roles/cli.md (creating
|
||||
the directory if needed). Inherits every aichat flag and tab completion
|
||||
(--wraps aichat); passing --role/-r overrides the default role, so qc
|
||||
forwards to aichat unchanged. The function is only defined when aichat
|
||||
is installed. Run qc --help for aichat's full flag reference with the
|
||||
command name rewritten to qc.
|
||||
|
||||
qc "how do I list open ports on linux?"
|
||||
qc -m ollama:llama3 "explain this error"
|
||||
qc --role coder "refactor this function"</code></pre>
|
||||
<h3 data-number="9.12.8" id="superpowers">superpowers</h3>
|
||||
<pre><code>Synopsis: superpowers [on|off] [-g]
|
||||
Enables or disables the Superpowers plugin for Antigravity and Claude
|
||||
Code at workspace/project scope (default) or user scope (-g/--global).
|
||||
|
||||
@@ -749,6 +749,7 @@ id="toc-claude">claude</a></li>
|
||||
id="toc-claude-docs">claude-docs</a></li>
|
||||
<li><a href="9-5-functions-reference.html#claude-pr"
|
||||
id="toc-claude-pr">claude-pr</a></li>
|
||||
<li><a href="9-5-functions-reference.html#qc" id="toc-qc">qc</a></li>
|
||||
<li><a href="9-5-functions-reference.html#superpowers"
|
||||
id="toc-superpowers">superpowers</a></li>
|
||||
</ul></li>
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -729,6 +729,23 @@
|
||||
conventional commit, verification, push, and open a PR with a manual
|
||||
verification checklist.
|
||||
|
||||
### qc
|
||||
|
||||
Synopsis: qc [prompt...]
|
||||
Quick-chat wrapper around the aichat LLM CLI that defaults to the "cli"
|
||||
role - a system prompt tuned for concise, terminal-friendly output. On
|
||||
first use it installs the bundled role by symlinking
|
||||
scripts/cli-agent.md to $XDG_CONFIG_HOME/aichat/roles/cli.md (creating
|
||||
the directory if needed). Inherits every aichat flag and tab completion
|
||||
(--wraps aichat); passing --role/-r overrides the default role, so qc
|
||||
forwards to aichat unchanged. The function is only defined when aichat
|
||||
is installed. Run qc --help for aichat's full flag reference with the
|
||||
command name rewritten to qc.
|
||||
|
||||
qc "how do I list open ports on linux?"
|
||||
qc -m ollama:llama3 "explain this error"
|
||||
qc --role coder "refactor this function"
|
||||
|
||||
### superpowers
|
||||
|
||||
Synopsis: superpowers [on|off] [-g]
|
||||
|
||||
Reference in New Issue
Block a user