Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ editor panels. The physics, the solver idioms, and your lab's accumulated
knowledge all ride along as context — so the script it writes is correct by
construction, not by luck.

**This repo is the whole product**: the VS Code extension (`packages/extension`),
the `amico` / `amico-run` CLI (`packages/amico-run`), and the public skill
library (`packages/extension/skills/`) — skills are product content, versioned
with the extension and bundled into every vsix. Additional skills load from your
own Armonia vault mounts (they are never shipped), and package skills ride their
Julia repos behind entitlements. (The old `amico-plugin` repo is retired; the
skill library lives here now.)

## What it does

**Conversational solves.** Ask for a gate or a state preparation; Amicode writes a
Expand Down
Loading