This repository is initialized as the https-truth-scope-flow.base44.app integration and automation repo.
.github/workflows/github_claude_integration.yml— placeholder workflow for Claude integration checks.github/workflows/claude-full-loop.yml— placeholder workflow for a Claude + OpenAI full loopschemas/,migrations/,adapters/— scaffolded directories for SQL, migration, and adapter work
- Register your SSH public key in GitHub: copy the contents of
~/.ssh/id_ed25519.pub. - Add repository secrets in GitHub Settings → Secrets and variables → Actions:
CLAUDE_API_KEYOPENAI_API_KEY
- Push changes to
mainor trigger theClaude + OpenAI Full Loopworkflow manually.
- Add your actual Claude and OpenAI integration scripts.
- Add schema DDL into
schemas/and migration scripts intomigrations/. - Implement adapter logic in
adapters/for ingestion, transformation, or API interaction.