log_work
Records code changes that are too trivial to require formal intent tracking.
Instructions
DEPRECATED — trivial changes (typos, one-line fixes, obvious bugs, doc updates, config changes) should skip the intent workflow entirely: just make the change and commit, no intent needed. Do not call this tool. Kept available for backwards compatibility only and will be removed in a future release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | No | File paths modified (relative to repo root) | |
| title | Yes | Short description of the work done | |
| repoPath | Yes | Local path to repository root | |
| forkAuthor | No | Fork attribution; usually resolved by Muninn automatically — pass only for override / testing. | |
| repoOrigin | No | Git remote origin URL. Auto-detected from repoPath via git if not provided. | |
| workspaceId | No | Workspace identifier; usually resolved by Muninn automatically — pass only for override / testing. |