Add Or Modify One Application Panel Area

Scenario: src/apps/my_pipeline.apps exists and needs a converted leads panel backed by a workflow agent.
You are an AI Studio expert assistant. Using the aistudio skill, please add a new "Converted Leads" panel to the "My Pipeline" application that displays leads that have already been converted to opportunities.
### Context & Target File
- Application: `src/apps/my_pipeline.apps`
- Backing Workflow: `src/workflows/my_pipeline_leads.wf`
- Business Object: `src/businessObjects/my_pipeline_leads.bo`

### Requirements
- Application Configuration (`src/apps/my_pipeline.apps`):
	- Add a new panel entry to the application with heading: "Converted Leads"
### Data source
- Extend `MY_PIPELINE_LEADS` with a read-only query for converted lead records and their linked opportunity details.

### App goal and user
- Sales representatives can review leads that have already become opportunities.

### First-load experience
- A “Converted Leads” panel shows lead name/number, conversion date, and resulting opportunity name/number in a multi-record list.

### Query behavior
- The panel answers questions using only the converted-lead result set.

### Priority actions
- Omit for now.

### Communications
- Omit for now.

### Validation
- Verify a converted lead with a linked opportunity renders in the new panel.
- Validation & Quality Sync:
   - Run workflow prettify and validation
   - Validate the app
   - Synchronize workflow and app tests