mindbase_contribute
Append a contributor's entry to the project's persistent wiki, placing it in the contributor file and log. Use mode to include concept extraction or daily-only recording.
Instructions
Append a contributor entry to the current project. Writes to sources/contributors//.md (append-only) plus log entry. Route mode forces routing: auto (LLM decides), daily (only contributor file), concept (also flag for /mb:build to extract concept), daily+concept (both).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | auto | daily | concept | daily+concept | |
| text | Yes | Body text to contribute | |
| user | No | Contributor username; if omitted, resolves to os.userInfo().username | |
| projectId | No | Project id; if omitted, resolves via config.json |