feat: sync

This commit is contained in:
Gab
2026-03-24 13:51:14 +11:00
parent 39bd38040c
commit 4596310485
20 changed files with 1356 additions and 101 deletions

15
scripts/setup-tf-dev.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
# ToothFairyAI dev environment setup for tfcode
export TF_WORKSPACE_ID="6586b7e6-683e-4ee6-a6cf-24c19729b5ff"
export TF_API_KEY="EWZooLROIS57EVW3BKGu7Pv6LNe4D6m4gkDjukx3"
export TF_REGION="dev"
echo "ToothFairyAI environment configured:"
echo " Workspace: $TF_WORKSPACE_ID"
echo " Region: $TF_REGION"
echo ""
echo "Run tfcode commands:"
echo " tfcode validate - Test credentials"
echo " tfcode sync - Sync tools from workspace"
echo " tfcode tools list - List synced tools"