Skip to content

Fuzzforge ai new version#38

Open
AFredefon wants to merge 10 commits intomasterfrom
fuzzforge-ai-new-version
Open

Fuzzforge ai new version#38
AFredefon wants to merge 10 commits intomasterfrom
fuzzforge-ai-new-version

Conversation

@AFredefon
Copy link

@AFredefon AFredefon commented Jan 30, 2026

Description

Type of Change

  • 🐛 Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • 📝 Documentation update
  • 🔧 Configuration change
  • ♻️ Refactoring (no functional changes)
  • 🎨 Style/formatting changes
  • ✅ Test additions or updates

Related Issues

Changes Made

Testing

Tested Locally

  • All tests pass (pytest, uv build, etc.)
  • Linting passes (ruff check)
  • Code builds successfully

Worker Changes (if applicable)

  • Docker images build successfully (docker compose build)
  • Worker containers start correctly
  • Tested with actual workflow execution

Documentation

  • Documentation updated (if needed)
  • README updated (if needed)
  • CHANGELOG.md updated (if user-facing changes)

Pre-Merge Checklist

  • My code follows the project's coding standards
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published

Worker-Specific Checks (if workers/ modified)

  • All worker files properly tracked by git (not gitignored)
  • Worker validation script passes (.github/scripts/validate-workers.sh)
  • Docker images build without errors
  • Worker configuration updated in docker-compose.yml (if needed)

Screenshots (if applicable)

Additional Notes

AFredefon and others added 10 commits January 30, 2026 09:57
* fix: block Podman on macOS and remove ghcr.io default

- Add platform check in PodmanCLI.__init__() that raises FuzzForgeError
  on macOS with instructions to use Docker instead
- Change RegistrySettings.url default from "ghcr.io/fuzzinglabs" to ""
  (empty string) for local-only mode since no images are published yet
- Update _ensure_module_image() to show helpful error when image not
  found locally and no registry configured
- Update tests to mock Linux platform for Podman tests
- Add root ruff.toml to fix broken configuration in fuzzforge-runner

* rewrite guides for module architecture and update repo links

---------

Co-authored-by: AFredefon <antoinefredefon@yahoo.fr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants