get_active_project
Determine your current project by analyzing working directory, active window title, and recent activity. Returns project ID, detection method, and confidence score. Ideal for session initialization or answering 'where am I'.
Instructions
Detect the user's current project from working directory, active window, and recent activity.
Returns project ID, detection method (cwd / window-title / activity-blend), and confidence.
USE WHEN: starting a session and you need to load the right project's context, or when the user says "where am I" / "what am I working on." NOT FOR: classifying arbitrary text — use identify_project.
BEHAVIOR: pure read; combines multiple signals. Returns "unknown" if nothing matches above the confidence floor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |