Description
Several core 0.8 workflows are now exposed through right-click context menus:
- Output tree rows: Add Watch, Copy Path, Insert into Code, Pin as, Inspect This.
- Object Browser rows: Inspect, Set as
_, Pin as, Patch Method, Insert into Code.
- Watch rows: Insert into Code.
These actions are useful, but new users may not discover them because there is no visible hint that rows are interactive beyond double-click behavior.
Why
The main user loop is now:
- Inspect something in Output or Object Browser.
- Add important paths to Watch.
- Insert useful access snippets back into Code.
- Pin objects that should be referenced repeatedly.
- Patch a method when runtime behavior needs temporary override.
Most of that loop depends on row context menus. A small hint can make the tool feel much easier to learn.
Suggested Fix
Add a subtle discoverability hint in one or more low-noise places:
- Ready/empty Output message.
- Object Browser empty state.
- Watch empty state.
- README quick-start section.
Example copy:
Tip: right-click Output, Object Browser, or Watch rows for Watch, Pin, Insert, and Patch actions.
Acceptance Criteria
Description
Several core 0.8 workflows are now exposed through right-click context menus:
_, Pin as, Patch Method, Insert into Code.These actions are useful, but new users may not discover them because there is no visible hint that rows are interactive beyond double-click behavior.
Why
The main user loop is now:
Most of that loop depends on row context menus. A small hint can make the tool feel much easier to learn.
Suggested Fix
Add a subtle discoverability hint in one or more low-noise places:
Example copy:
Acceptance Criteria