Optymalizacja soneta-form-xml skill

This commit is contained in:
Marcin Wojas
2026-03-05 15:31:31 +01:00
parent 3f5d9a795e
commit 898fd6a98d
43 changed files with 5677 additions and 525 deletions
@@ -0,0 +1,35 @@
{
"expectations": [
{
"text": "Użyto składni Visibility=\"{?Pole=Wartość}\" dla warunku równości",
"passed": true,
"evidence": "Linia 30: Visibility=\"{?TypKlienta=Korporacyjny}\" — poprawna składnia RowCondition"
},
{
"text": "Użyto składni OR dla wielu wartości: {?Status=Premium or Status=VIP}",
"passed": true,
"evidence": "Linia 48: Visibility=\"{?Status=Premium or Status=VIP}\" — poprawny operator or"
},
{
"text": "Użyto negacji: {?!Status=Aktywny}",
"passed": true,
"evidence": "Linia 65: Visibility=\"{?!Status=Aktywny}\" — poprawna negacja z !"
},
{
"text": "Klasa Collapsable jest zastosowana do grupy",
"passed": true,
"evidence": "Linia 109: <Group CaptionHtml=\"Dane zaawansowane\" Class=\"Collapsable\" ...>"
},
{
"text": "Atrybut Renderable jest użyty dla warunku licencji",
"passed": true,
"evidence": "Linia 110: Renderable=\"{Licence.HAN}\" — licencja HAN jako warunek renderowania"
}
],
"summary": {
"passed": 5,
"failed": 0,
"total": 5,
"pass_rate": 1.0
}
}