@recursica/adapter-tester 5.0.1 → 5.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/report-header.txt CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  *You are an expert AI frontend developer. Below is a report of visual discrepancies between the Source of Truth (`@recursica/mantine-adapter` running in Storybook) and the target implementation (`@recursica/mui-adapter` running in Storybook).*
4
4
 
5
- *Each section below represents a specific component story and its active control arguments. The section header provides the human-readable component name along with the exact Storybook URL configuration string. Use this context to apply the necessary CSS/TypeScript fixes to the MUI adapter to perfectly match the Mantine Source of Truth.*
5
+ *Each section below represents a specific component story and its active control arguments. The section header provides the human-readable component name along with the exact Storybook URL configuration string. Use this context to apply the necessary CSS/TypeScript fixes to the current adapter to perfectly match the Mantine Source of Truth.*
6
6
 
7
7
  ---
8
8
 
@@ -133,6 +133,10 @@
133
133
  "type": "array",
134
134
  "items": { "type": "string" },
135
135
  "description": "Storybook title prefixes to exclude from comparison, in addition to the built-in denylist (`Theme/*`, `Tokens/*`, `Introduction`)."
136
+ },
137
+ "reportHeader": {
138
+ "type": "string",
139
+ "description": "Overrides the AI report header text shown in Dev Mode's \"Full Report\" export. Defaults to the contents of `report-header.txt`."
136
140
  }
137
141
  }
138
142
  }