Skip to content

Tags: igclabs/floop

Tags

v0.3.23

Toggle v0.3.23's commit message
Fix code style (single_quote, unary_operator_spaces)

v0.3.22

Toggle v0.3.22's commit message
Add --verbose flag required by stream-json output format

v0.3.21

Toggle v0.3.21's commit message
Show stderr and exit code when Claude process fails

v0.3.20

Toggle v0.3.20's commit message
Add structured status output to floop:watch

Parse Claude's stream-json output to show clean per-tool status
lines with elapsed time instead of raw verbose output.

v0.3.19

Toggle v0.3.19's commit message
Increase Version Number to 0.3.19

v0.3.18

Toggle v0.3.18's commit message
Add floop:watch command for autonomous work order processing

Polls the pending directory for new work orders and dispatches each
one to Claude Code CLI for autonomous processing with real-time
output streaming. Supports configurable polling interval, timeout,
model selection, and tool allowlisting.

v0.3.7

Toggle v0.3.7's commit message
Gate Floop by environment to prevent production exposure

Skip route registration, middleware, view loading, and Blade directive
when the current environment is not in floop.environments. Routes will
404 in production, middleware won't run, zero HTTP surface or overhead.

- Restructure FloopServiceProvider::boot() with early return for
  disallowed environments (publishes + commands remain always available)
- Fix widget.blade.php fallback default to ['local'] matching config
- Change README install to composer require --dev
- Add EnvironmentGatingTest verifying 404s and no widget injection

v0.2.19

Toggle v0.2.19's commit message
Add interactive work order picker to floop:action and expand README

Make filename optional on floop:action — when omitted, presents an
interactive choice menu of pending (or actioned with --reopen) work
orders so users don't have to copy filenames from the storage directory.

Also updates README with "What It Captures" section, work order example,
and documents element targeting, screenshots, diagnostics, events.

v0.2.18

Toggle v0.2.18's commit message
Update readme

v0.2.17

Toggle v0.2.17's commit message
Increase Version Number to 0.2.17