moa_tower_progress
Append a short, timestamped progress note to a mission's tower log. Notes accumulate under the mission's single key with an 80KB headroom; keep entries sparse to stay within the board ceiling.
Instructions
Post a progress note to a mission (the mission's owning worker or the tower only — row-11 ownership). Notes accumulate under the single LWW key progress/; the value keeps the newest lines within the board ceiling (80KB headroom). Write frequency is the profile's cron discipline (B4) — keep notes sparse.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | Yes | A short progress note (timestamped and attributed automatically) | |
| workspace | Yes | The absolute repo root (main checkout) this tower namespace anchors to. Required on every tower tool — the server cwd is never used as a fallback. | |
| mission_id | Yes | The mission id (e.g. "M1") you own | |
| caller_agent_id | Yes | Your engine agent id. The tower tools resolve it against the boot-registered roster (the booted tower, or a spawned worker/reviewer). |