Tags: igclabs/floop
Tags
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.
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
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.
PreviousNext