aristo-cli 0.1.0

Aristo CLI binary (the `aristo` command).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# `aristo lang` — unsupported language error

Source: `../aretta-sdk/docs/mockups/12-phase-1-architecture/cli-sessions.md` § "K5 → Unsupported language".

When neither manifest detection nor the optional `aristo.toml [language]` hint resolves to a registered `LanguageSyntax` impl, the CLI exits with a clear list of supported and planned languages. Skills (per K5) are instructed to surface this error rather than guess syntax.

```console
$ aristo lang
? 2
error: Cannot detect a supported language in this repository.
       Aristo supports: Rust.
       Planned: Python, Go, TypeScript.

```