floop 1.1.0 - Feedback Skill Loop
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-feedbackAgent Skill for collecting and analyzing reviewer comments from floop-server. - Added
floop feedbackCLI support for fetching comments from published review versions. - Split prototype publishing and feedback collection into clearer workflows:
floop-prototypebuilds and publishes,floop-feedbackmonitors 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 setso agents configure review publishing before upload.
Feedback Workflow
The intended loop is now explicit:
- Build or update a prototype.
- Publish it with
floop review. - Share the generated review URL with reviewers.
- Fetch reviewer comments with
floop feedback. - Apply feedback, create a new version, and publish again.
Quality
- Test suite remains at 100% coverage.
- 543 tests passing at release time.