@fairfox/polly 0.8.0 → 0.9.0
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/dist/tools/teach/src/cli.js +5 -1
- package/dist/tools/teach/src/cli.js.map +3 -3
- package/dist/tools/verify/src/cli.js +191 -1
- package/dist/tools/verify/src/cli.js.map +4 -4
- package/dist/tools/verify/src/config.d.ts +25 -1
- package/dist/tools/verify/src/config.js.map +2 -2
- package/package.json +1 -1
|
@@ -8875,6 +8875,10 @@ function generateOptimizationPrompt(context) {
|
|
|
8875
8875
|
Analyze this Polly project's verification setup and suggest **precise, actionable optimizations**
|
|
8876
8876
|
to reduce verification time while maintaining or improving verification precision.
|
|
8877
8877
|
|
|
8878
|
+
**IMPORTANT**: All Tier 1 and Tier 2 optimization features described below are fully implemented
|
|
8879
|
+
and available in the current version of Polly. You can recommend any of these optimizations with
|
|
8880
|
+
confidence that they will work when users apply them to their configuration.
|
|
8881
|
+
|
|
8878
8882
|
# Communication Style
|
|
8879
8883
|
|
|
8880
8884
|
- Direct and precise - no fluff
|
|
@@ -9177,4 +9181,4 @@ Goodbye!`);
|
|
|
9177
9181
|
}
|
|
9178
9182
|
main();
|
|
9179
9183
|
|
|
9180
|
-
//# debugId=
|
|
9184
|
+
//# debugId=29E860FB6D1FD51164756E2164756E21
|