Robinson Beato
Robinson Beato
## Summary Replaces the full embedded A2UI schema in the restaurant finder prompt with a short “A2UI JSON contract”. This keeps format guidance while significantly reducing prompt size and token...
## Summary The Lit renderer build currently relies on `mkdir -p` and `cp`, which fail on Windows. This replaces that step with a small Node script so `npm run build`...
## Summary Fixes an off-by-one error in datetime input renderers (Lit and Angular). In JavaScript, `Date.getMonth()` is zero-based (January = 0), which caused rendered month values to be incorrect. ##...