resolve_project
Identify the active ADHD project from a workspace path or slug, optionally creating a local entry if none exists. Use at session start to establish project context for progress tracking.
Instructions
Resolve the current Hub project from a workspace path or slug.
Use at session start before session_digest. With create_if_missing=true,
this may create a local project registry entry; set it false when lookup
must be read-only. Use upsert_project for explicit metadata or forge
configuration changes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| project_slug | No | ||
| workspace_path | No | ||
| create_if_missing | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||