read-logs
Read run logs
⚠️ Reading a run sends its contents to the model — that is the leak, and it's how this skill works. Run logs routinely contain auth/refresh/push tokens, emails, and customer data; the moment you read one, that data is sent to the model. Invoking
/read-logsmeans consciously accepting that this captured run gets sent. Don't run it against production or real-customer data unless you've accepted that risk. (See the plugin README for redaction options and the full data-handling note.)
Load the running app's flutter run output as context for the task the user gave when
invoking this skill. Editor setup (making the app write the log file) is documented in this
plugin's README.md — that is canonical. The First-run setup section below intentionally
repeats those steps inline because this skill applies them at runtime, when the dev is in
their editor and not reading GitHub. Keep the two in sync.