Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Initialize a TENET project
cd your-project tenet init
your-project/ ├── .tenet/ │ ├── config.json # Project configuration │ ├── journal/main.jsonl # Initial journal entries │ └── agents/ # Default agent configs ├── eval/ # Eval scripts ├── knowledge/ # VISION, THESIS, NARRATIVE ├── CLAUDE.md # Agent instructions └── AGENTS.md # Pi agent instructions
tenet init # Interactive wizard tenet init --name my-project # Skip name prompt tenet init --type gtm # GTM workspace tenet init --type service # Service repo
# From the GTM workspace tenet onboard /path/to/service --name my-service --type api