# RBEK CLI — Post-Launch Developer Adoption

RBEK CLI 0.1.3 has completed its public commercial launch closure.

This page is the practical adoption path for a developer evaluating RBEK from the public distribution.

## 1. Install

```bash
curl -fsSL https://releases.rbekplatform.com/cli/stable/install.sh | bash
```

## 2. Verify the installation

```bash
rbek version
rbek doctor
```

The current stable public version is `0.1.3`.

`rbek` is the primary command. `rbek-cli` remains available as a compatibility command.

## 3. Create the first project

```bash
mkdir hello-rbek
cd hello-rbek
rbek init
rbek doctor
rbek run
```

Expected first workflow output:

```text
Hello from RBEK
```

## 4. What this proves

A successful first run proves the currently certified public developer path:

- public discovery;
- user-space installation;
- CLI availability;
- project initialization;
- project discovery;
- workflow loading;
- deterministic workflow execution;
- compatibility command execution.

The certified first-run workflow does not require credentials, a database, an external API, or external network execution.

## 5. Move beyond the hello workflow

The public `0.1.3` release currently demonstrates the deterministic `emit` workflow path.

Do not infer additional providers, integrations, or production runtime capabilities from this adoption page unless they are separately published and certified.

## 6. Product status

Commercial launch: `CLOSED / PASS`

Public commercial distribution: `READY`

External developer acceptance: `PASS`

Stable version: `0.1.3`

## 7. Adoption measurement status

Product analytics / adoption telemetry: `NOT_CONFIGURED`

Public feedback endpoint: `NOT_CONFIGURED`

Commercial support endpoint: `NOT_CONFIGURED`

These statuses are intentionally explicit. This package does not invent telemetry, support, feedback, billing, account, or customer-management services that have not been implemented and published.

## 8. Governance boundary

GA governance remains separate from commercial launch and adoption.

This adoption package does not claim GA governance certification for version 0.1.3.

<!-- RBEK_POST_LAUNCH_ADOPTION_002 -->

## 9. Developer feedback and adoption signal foundation

Developer feedback:

`https://releases.rbekplatform.com/cli/stable/FEEDBACK.md`

Structured feedback template:

`https://releases.rbekplatform.com/cli/stable/feedback-template.json`

Adoption signal contract:

`https://releases.rbekplatform.com/cli/stable/adoption-signals.json`

The current foundation defines the adoption funnel and privacy contract but does not automatically transmit telemetry.

Any future executable CLI instrumentation must be introduced in a new CLI version rather than silently changing the closed 0.1.3 release.
