> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aureuma.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# si Documentation

> Canonical docs for SI CLI runtime, integrations, and release workflows.

# si Documentation

SI is an operations-first CLI that combines secure secrets, integration bridges, agent runtime controls, browser automation runtime support, and release workflows.

Repo versioning uses one SI-wide source of truth: root `Cargo.toml` under `[workspace.package].version`. Patch bumps happen on every SI commit; only minor releases are tagged and published.

## Start here

1. Install SI:
   * pnpm: `corepack pnpm add -g @aureuma/si`
   * Homebrew: `brew install aureuma/si/si`
2. Build and verify your local binary from source when needed: `./.artifacts/cargo-target/release/si build self`
3. Validate secret setup: `si fort doctor`
4. Inspect command surface: `si --help`
5. Validate docs before publishing changes with the external Mintlify CLI: `mintlify validate`

## Documentation entry points

### Commands and tooling

* [CLI Reference](./CLI_REFERENCE)
* [Command Reference](./COMMAND_REFERENCE)
* [Cache Governance](./CACHE_GOVERNANCE)
* [Vault](./VAULT)
* [Browser Runtime](./BROWSER)
* [Settings](./SETTINGS)

### Integrations

* Third-party integrations: `Aureuma/orbit` owns provider docs and the `orbit <provider> ...` CLI.

### Docs and release

* [Documentation Style Guide](./DOCS_STYLE_GUIDE)
* [Releasing](./RELEASING)
* [Homebrew Core Readiness](./HOMEBREW_CORE)
* [Testing](./testing)

## Best-practice workflow for docs updates

1. Update or add the relevant page.
2. Update `docs.json` navigation at the same time.
3. Run `mintlify validate`.
4. Run `mintlify broken-links` before publishing.
