Skip to main content
The fastest way to go from zero to a working TENET project. Combines init, setup, and editor launch into one command.

Usage

What It Does

  1. Init — creates .tenet/ directory, CLAUDE.md, knowledge templates
  2. Setup — detects your stack (TypeScript, Python, etc.), creates eval agents
  3. Launch — opens your preferred editor with TENET context loaded

Options

When to Use

  • New project: tenet start my-project creates directory + full setup
  • Existing project: cd project && tenet start adds TENET on top
  • Quick demo: fastest way to see TENET working
For more control, use tenet init and tenet setup separately.

See Also