OSS-first docs

These docs teach the open system first: contracts, generated surfaces, runtimes, governance, and incremental adoption. Studio shows up as the operating layer on top, not as the source of truth.

Meetup-ready example

OpenCode CLI

Agent-mode CLI example for OpenCode-backed build and validate runs.

Agent-mode CLI example for OpenCode-backed build and validate runs.

Reference docs

Inspect the generated contract-facing material instead of relying on marketing summaries.

Open reference

Package context

Use the agent-facing package page for fast repo orientation, then jump to the source directory.

@contractspec/example.opencode-cli

Talk commands

Exact local commands for the meetup lane

Build the example package, then launch the web shell and open the prepared docs or sandbox route.

opencode-cli-meetup-runbook
bun run --cwd packages/examples/opencode-cli build
bun run --cwd packages/apps/web-landing dev

# Open in the browser
# http://localhost:3000/docs/examples/opencode-cli

For the full fallback order and safe live-edit workflow, use the meetup runbook.