read_export_file
Read any file from a Design OS export package by relative path to retrieve design tokens, components, or schemas needed for library migrations.
Instructions
Read any file from the Design OS export package by relative path
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Relative path within the export package (e.g. 'design-system/tokens.css', 'sections/sessions/types.ts') | |
| exportPath | Yes | Path to the product-plan export directory |