1 pointby epochcore20 hours ago1 comment
  • epochcore19 hours ago
    Add to your GitHub workflow in seconds

    # .github/workflows/godel-review.yml name: Gödel Code Review on: [pull_request]

    jobs: review: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4

          - name: Gödel Task Router
            uses: Jvryan92/Godel-Task-Router@v3
            with:
              swarm-agents: '8'
              auto-fix: 'true'
              # Pro features (requires license-key)
              optimize: 'true'
              watermark: 'true'
              audit-deps: 'true'