Skip to content

floop 1.1.0 - Feedback Skill Loop

Choose a tag to compare

@lijma lijma released this 08 May 16:13

floop 1.1.0 - Feedback Skill Loop

This release introduces a complete feedback collection and iteration loop for floop prototypes.

Highlights

  • Added the new floop-feedback Agent Skill for collecting and analyzing reviewer comments from floop-server.
  • Added floop feedback CLI support for fetching comments from published review versions.
  • Split prototype publishing and feedback collection into clearer workflows: floop-prototype builds and publishes, floop-feedback monitors reviewer comments.
  • Improved Agent Skill guidance so agents know how to fix feedback, create a new floop version, upload it, and share the updated review URL.
  • Strengthened review setup guidance around floop review set so agents configure review publishing before upload.

Feedback Workflow

The intended loop is now explicit:

  1. Build or update a prototype.
  2. Publish it with floop review.
  3. Share the generated review URL with reviewers.
  4. Fetch reviewer comments with floop feedback.
  5. Apply feedback, create a new version, and publish again.

Quality

  • Test suite remains at 100% coverage.
  • 543 tests passing at release time.