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

# Pre-Release Alpha

> The current phase — what's shipped today

The alpha is the **current phase**. The core loop  -- author, publish, discover, install  -- is live end to end against the public registry at [agentfacets.io](https://agentfacets.io).

## Shipped

**Authoring**

* [`facet create`](/cli/authoring/create)  -- scaffold a facet, interactively or headless via flags
* [`facet edit`](/cli/authoring/edit)  -- interactive authoring workbench with disk/manifest reconciliation
* [`facet modify`](/cli/authoring/modify)  -- headless, scriptable edits (assets, metadata, adapter config)
* [`facet build`](/cli/authoring/build)  -- validate and package; `--verify` for a no-output validation pass, `--json` for machine-readable results

**Registry**

* [`facet publish`](/cli/authoring/publish)  -- upload with drift detection and immutable versions
* [`facet search`](/cli/search)  -- discover published facets
* [`facet login`](/cli/login) / [`facet whoami`](/cli/whoami) / [`facet logout`](/cli/logout)  -- token-based auth

**Project management**

* [`facet add`](/cli/add)  -- add and install in one step, registry-first source grammar
* [`facet install`](/cli/install)  -- lockfile-driven reproducible installs, `--frozen-lockfile` for CI
* [`facet remove`](/cli/remove)  -- transactional removal (aliased `rm`)
* [`facet list`](/cli/list)  -- see what's declared and resolved

**Platform**

* [`facet adapter`](/cli/adapters/install)  -- install/list/remove adapters; first-party adapters for Claude Code, OpenCode, and Codex; a public [adapter SDK](/guides/custom-adapters) for building your own
* [`facet instructions`](/cli/instructions)  -- built-in usage guidance for AI agents
* [`facet self-update`](/cli/self-update)  -- update the CLI in place

## Alpha caveats

* Published versions are immutable, but registry policies (review queues, name reservations) are still being tuned.
* Breaking CLI changes may still ship between alpha versions  -- check the [changelog](/changelog).

See the [beta goals](/roadmap/beta) for what's next.
