marrow_auto
Log any action in one call. Pass what you're about to do or just did, with optional outcome and success. Marrow handles background logging for deploys, file writes, API calls, and external sends.
Instructions
Zero-friction Marrow logging. One call for any action — Marrow handles everything in the background without blocking. Pass what you are about to do. Optionally pass outcome if already done. Use for ANY action: deploys, file writes, API calls, external sends. If you only have time for one call: pass action + outcome + success together — done in one shot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Type of action (default: general) | |
| action | Yes | What you are about to do or just did | |
| outcome | No | What happened (if already done). Omit to log intent only. | |
| success | No | Did it succeed (default: true) |