mindbase_append_log
Append a timestamped, structured entry to today's Markdown log, organizing operations by topic and details for consistent tracking.
Instructions
Append a structured entry to logs/.md. Format: ## [YYYY-MM-DD HH:MM] {operation} | {topic} | {details}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| topic | Yes | ||
| details | No | Optional details (e.g., "created 4, updated 3") | |
| operation | Yes | ingest | build | lint | research | migrate | export | ... | |
| projectId | No | Project id; defaults to the current project (config.json) |