Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

## Status: proof of concept

`v0.6.0` is a **POC snapshot** — the widest the command surface ever got. From here the
direction is *subtractive*: commands are being removed to cut complexity, and a few will
be reimplemented later in a simpler shape. So when you read the sections below, treat the
command surface as **the state at v0.6.0, not a commitment** — check `registry.ts` (and
`git log`) before assuming a command described here still exists, and prefer deleting a
subsystem's docs along with its code over leaving them describing something that's gone.

## What this is

`tabbrew-cli` is a Bun + TypeScript CLI (`tabbrew` binary) that authenticates to a
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@
[![License: MIT](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
[![Bun](https://img.shields.io/badge/Bun-%E2%89%A5%201.1-000?logo=bun&logoColor=white)](https://bun.sh)

> **Status: proof of concept.** `v0.6.0` is the high-water mark of the exploration —
> everything the CLI can currently do, kept together in one release. The next versions
> deliberately **remove** commands to cut complexity, and some of them will come back
> later in a simpler shape. Pin `v0.6.0` if you depend on a command that disappears.

The command-line companion to **TabBrew** — it brings your TabBrew account to the
terminal and to the AI coding agents working there.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tabbrew-cli",
"version": "0.5.5",
"version": "0.6.0",
"description": "Push HTML docs into TabBrew from your terminal — a Bun + TypeScript CLI.",
"type": "module",
"license": "MIT",
Expand Down