0.10.0 smooths the first five minutes. A new `ax setup` command chains the pieces a fresh install needs - skills, the first ingest, and a doctor pass - so getting from install to a populated graph is one command instead of three.
Onboarding also gains an agent-instructions prompt with a labeling loop, so ax can be wired into your agent files in the style of effect.solutions. And bare `ax` now lands on an ascii wordmark instead of a wall of help text.
Highlights
- `ax setup` runs skills install, first ingest, and doctor in one command.
- Onboarding offers an agent-instructions prompt with a labeling loop.
- Running bare `ax` shows a wordmark landing instead of raw help output.
Why it matters
The graph is only useful once it's populated, and most installs stall before that point. Collapsing setup into one verified command gets new users to a working graph - and their agents pointed at it - with less friction.