Making notes
noteWrite a live operational checkpoint so other Lady Whiskerdown-connected surfaces can pick up the thread. Use at start, diagnosis, pivot, blocker, commit, verification, and resume. Use kind=handoff only for session end, topic change, substantial completed work, or long-session restart points.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Operational checkpoint type. Defaults to checkpoint. | |
| tags | No | Extra comma-separated tags. | |
| title | Yes | Short imperative — what is happening right now. e.g. 'drafting WIP schema', 'blocked on a decision about cadence', 'resuming after lunch'. | |
| collab | No | Collaboration slug to scope this WIP, e.g. 'studio-conductor-v1'. Writes a collab:<slug> tag. | |
| content | Yes | The scribble. Be concrete: what state are you in, what's next, what's loaded in working memory. A colleague who walks up mid-thread should be able to pick up from this. | |
| project | No | Project scope, if applicable. Omit for cross-project. | |
| surface | No | Which surface you're on: 'claude-code', 'codex', 'forest', 'ollama', etc. Defaults to this server's detected surface; auto-tagged so cross-surface readers know the source. | |
| session_id | No | Session id to attach this checkpoint to. Defaults to this MCP process session. | |
| supersedes | No | Checkpoint id of a prior WIP entry this replaces. Optional — accumulation is fine without it. |