tapes init
Initialize a local .tapes/ directory for per-project configuration and storage.
Usage
# Default initialization
tapes init
# Initialize with a provider preset
tapes init --preset anthropic
tapes init --preset openai
tapes init --preset ollama
# Initialize from a remote config
tapes init --preset https://example.com/config.toml Flags
| Flag | Description |
|---|---|
--preset | Provider preset (anthropic, openai, ollama) or URL to remote config.toml |
Presets
| Preset | Configuration |
|---|---|
anthropic | Provider: anthropic, Upstream: https://api.anthropic.com |
openai | Provider: openai, Upstream: https://api.openai.com |
ollama | Provider: ollama, Upstream: http://localhost:11434, includes embedding config |
Creates a .tapes/ folder with config.toml. Local directory takes precedence over ~/.tapes/.