karea_quick_task
Log a completed task as done, optionally specifying project and session details, and return the recorded task.
Instructions
Log something you already finished as a done task (it shows up in Recap) and return it. Status is always done; relative-time params set when it happened. For in-progress work use karea_doing instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | Where it happened | |
| toolType | No | Optional: your AI provider ("claude-code" / "opencode" / "codex" / "cursor" / "aider" / "other"). Required when aiSessionId is supplied. | |
| projectId | No | Project name or ID | |
| aiSessionId | No | Optional: your current AI CLI session ID. When paired with toolType, atomically links this session to the affected task (equivalent to calling karea_link_session, but saves the round-trip). For Claude Code use the id from `claude --resume`. | |
| description | Yes | What you did | |
| sessionLabel | No | Optional short label for the linked session (e.g. "Feature draft"). |