get_area_context
Check whether the current working directory has a `.upg-area.json` that scopes work to a specific product area.
Areas & Change Logatomic (read-only)
Arguments
No arguments — this tool takes no input.
Returns
Shape
{ has_area_context: false }or { has_area_context: true, area_id, area_name, found_at }.
Examples
Live call against the Notion example graph.
Output
{
"has_area_context": false
}