get_engineering_context
Retrieve engineering standards relevant to your task based on operation and files, so your code follows project best practices.
Instructions
Get relevant Sensei engineering context for the current task.
Args: operation: What you're doing (e.g., "reviewing API endpoints") file_paths: List of file paths involved description: Additional context about the task session_id: Session identifier project_root: Absolute path to the project root (for local rules/sessions)
Returns: Markdown-formatted engineering standards relevant to this task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operation | No | ||
| file_paths | No | ||
| session_id | No | default | |
| description | No | ||
| project_root | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |