log ยท diff
git:20260513.b0a7a72 to git:20260610.be2a852
1 added, 1 removed. Audit A to A.
---
name: log
description: "Capture events โ links, calls, meetings, ideas โ into an append-only log. Bulk mode for WhatsApp dumps. Use when something happened."
effort: low
keywords: [logging, events, capture, meetings, links, observations, whatsapp, bulk]
task_strategies: [feature, spike]
stream_affinity: [roadmap, docs]
argument-hint: "[event text or bulk]"
group: capture
model: haiku
allowed-tools:
- Read
- Write
- Edit
- Glob
- Grep
- Bash
- AskUserQuestion
status: stable
growth_stage: evergreen
---
<!-- PROCEDURE_FILE: procedures/log.md -->
This skill's full procedure is in a separate file for startup performance (ADR-034).
- Read and execute `system/procedures/log.md` from the plugin root directory.
+ Read and execute `../../procedures/log.md` resolved against this skill's base directory (the path announced when the skill loads) โ i.e. `{base-dir}/../../procedures/log.md`. This form is valid in both the repo layout and the deployed-plugin layout.
If the path doesn't resolve, use Glob to find `**/procedures/log.md`.