feat: tfcode beta

This commit is contained in:
Gab
2026-03-24 14:01:32 +11:00
parent 4596310485
commit 4380efd658
10 changed files with 971 additions and 332 deletions

View File

@@ -297,13 +297,10 @@ tf_code/
```bash
# Check Python version
python3 --version # Should be 3.10 or higher
# Install Python if needed
# macOS: brew install python@3.12
# Ubuntu: sudo apt-get install python3.12
# Windows: Download from https://python.org/downloads
```
**Don't have Python?** See our [Setup Guide](./docs/setup-guide.md) for detailed instructions.
### Install tfcode
```bash
@@ -322,6 +319,26 @@ brew install toothfairyai/tap/tfcode
The postinstall script will automatically install the ToothFairyAI Python SDK.
### First-Time Setup
```bash
# Show quick start guide
tfcode quickstart
# Set your credentials
export TF_WORKSPACE_ID="your-workspace-id"
export TF_API_KEY="your-api-key"
export TF_REGION="au"
# Validate connection
tfcode validate
# Sync tools
tfcode sync
```
See [Setup Guide](./docs/setup-guide.md) for detailed step-by-step instructions.
---
## Quick Start