Agent CI (dev build) Run local CI against the in-tree dev build ( ) to verify changes to this repo before completing work. This skill relies on two pi-native tools added by : (start a command, return immediately) and (block until the log matches a pattern or the task exits). If those tools aren't available in your pi, load/reload the extension — if you're already in a session, or relaunch pi — before continuing. Steps 1. Start agent-ci in the background with , with the NDJSON event stream enabled: This returns without blocking. Because stdout isn't a TTY, the launcher detaches automatically:…