n2n_update_context
Update the active task, status, and next steps for a project's knowledge graph, keeping context synchronized across sessions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | The absolute path to the project or any subdirectory within the project. | |
| confirmNewProjectRoot | No | MUST be provided ONLY when initializing a new project. Set this to the 'detectedRoot' path returned by the server's confirmation request. | |
| activeTask | No | Current task being performed | |
| status | No | Current project status | |
| reason | No | Reason for current status (especially if BLOCKED) | |
| nextSteps | No | Planned subsequent actions | |
| lastCommit | No | Hash or message of the last relevant git commit |