Skip to content

Fixel v1.0.0 — Secure launch foundation

Choose a tag to compare

@AmIrRX0 AmIrRX0 released this 24 Aug 04:24
· 11 commits to main since this release
357e32a

Highlights

  • Turns a labeled GitHub issue into a reviewable pull request with Claude
  • Supports GitHub Actions, CLI, fork mode, label filters, and dry runs
  • Runs agent commands in a fail-closed filesystem and network sandbox
  • Keeps GitHub, registry, cloud, and local credentials outside the agent environment
  • Adds security-boundary tests on Node.js 20 and 22, CI, Dependabot, and a security policy
  • Pins the Claude Agent SDK and documents the Node.js 20+ requirement

Install

- uses: AmIrRX0/Fixel@v1.0.0
  with:
    anthropic-api-key: ${{ secrets.ANTHROPIC_API_KEY }}
    github-token: ${{ secrets.GITHUB_TOKEN }}
    issue-number: ${{ github.event.issue.number }}

Important

Fixel creates a proposed code change; it never auto-merges. Review the diff and CI before merging. For unfamiliar repositories, prefer fork mode or a dry run and use the minimum token permissions documented in the README.

See CHANGELOG.md and SECURITY.md for details.