Skip to content
Tools/Areas & Change Log

Tool Group

Areas & Change Log

Areas, change log, and time-bounded change queries.

create_area

Create a product area entity in the portfolio document (`.upg/portfolio.upg`). Product areas represent the organisational axis (who owns what). Supports nesting via `parent_area_id`. The portfolio document is created on demand.

write
get_area_context

Check whether the current working directory has a `.upg-area.json` that scopes work to a specific product area.

read
get_area_graph

Return the sub-graph (entities and edges) scoped to a product area.

read
get_changes

Mutation log for this session. Verify what was created, updated, or deleted without re-fetching.

read
list_product_areas

List product areas from the portfolio document (`.upg/portfolio.upg`). Returns an empty list when no portfolio document exists yet.

read