reelier_push
Push skill run records to a receipt ledger for durable, shareable receipts with verified-replay badges. Reports honestly if cloud credentials are missing.
Instructions
Push a skill's local run records (and, on first push, the skill file) to your receipt ledger, where each receipt gets a shareable permalink + verified-replay badge. Requires REELIER_CLOUD_URL/REELIER_CLOUD_KEY in env — reports skipped-no-key honestly when they're absent. USE WHEN: a run's receipt should be durable or shareable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| all | No | Ignore/reset the cursor — reconsider every record from the start. | |
| cwd | No | Working directory to resolve .reelier/ state under (default: process cwd). | |
| dryRun | No | Report what would push; make no network calls, touch no state. | |
| skillPath | Yes | Path to a .skill.md file whose run records should be pushed. | |
| withSkill | No | Upload the skill file even if it was already uploaded before. |