The fastest way to go from zero to a working TENET project. CombinesDocumentation Index
Fetch the complete documentation index at: https://docs.10et.ai/llms.txt
Use this file to discover all available pages before exploring further.
init, setup, and editor launch into one command.
Usage
What It Does
- Init — creates
.tenet/directory,CLAUDE.md, knowledge templates - Setup — detects your stack (TypeScript, Python, etc.), creates eval agents
- Launch — opens your preferred editor with TENET context loaded
Options
| Flag | Description |
|---|---|
--name <name> | Project name (defaults to directory name) |
-s, --service <path> | Service repo paths to onboard |
--no-launch | Don’t open editor after setup |
When to Use
- New project:
tenet start my-projectcreates directory + full setup - Existing project:
cd project && tenet startadds TENET on top - Quick demo: fastest way to see TENET working
tenet init and tenet setup separately.
See Also
- tenet init — just the scaffolding
- tenet setup — just the agent configuration
- Quickstart — step-by-step guide

