Why does specify extension add axi fail?
The extension lives in Spec Kit's community catalog, which is discovery only and
carries install_allowed: false. The CLI can list it but will not
install until you opt in. Either install directly with
--from <release-zip-url>, or approve the community catalog once.
Full steps are in install help.
Will it change my files?
Yes, but only the feature's markdown you are reviewing, and only as your queued
notes direct. The agent edits the canonical .md files in place and the
page live-reloads. It does not write a derived copy, and your notes stay on your
machine.
Do I need an internet connection?
Yes, to render the pages. The renderer (marked, DOMPurify, and mermaid) loads from a
pinned CDN, so a plain visit needs internet; offline, the surface shows a notice.
The markdown and your notes never leave your machine.
Which files does it open?
Every .md file in the feature directory, including nested ones such as
contracts/. Known names (spec.md, plan.md,
tasks.md, constitution.md, and a few others) sort first;
the rest follow alphabetically.
Does the extension run by itself?
No. The command is a Markdown prompt that needs a Spec Kit-aware assistant to
resolve and execute it. The review surface is a zero-dependency Node tool the
assistant launches with node; it binds only to
127.0.0.1 and has no runtime of its own beyond Node.
How do I end a session?
End it from the browser, or ask the agent to stop. The agent shuts the local server
down. Starting another review reopens the surface for whatever feature you point it
at.
How do I update the extension?
If you approved the community catalog, run
specify extension update axi. Otherwise rerun the direct install with
the newer release URL. Your specs/ tree is not touched.