waywardhayward/looking-glass
A mirror for code. Visual PR review via Playwright captures and multimodal LLM critique.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-url | URL Playwright should visit (e.g. dev deploy URL). | yes | — |
| routes | JSON array of routes: [{slug,url,label}]. | yes | — |
| viewports | JSON array of viewports. | no | [{"name":"desktop","width":1440,"height":900},{"name":"mobile","width":390,"height":844}] |
| rubric-path | Path in consumer repo to design-rubric.yml. | no | design-rubric.yml |
| captions | Run caption job (true/false). | no | true |
| critique | Run critique job (true/false). | no | true |
| model | LLM model. Leave blank to auto-select. | no | "" |
| pr-comment | Post / update PR comment (true/false). | no | true |
| gh-token | GITHUB_TOKEN with PR write scope. | yes | — |
Outputs
| name | description |
|---|---|
| artefact-path | Absolute path to the markdown artefact. |
| summary | Short summary text. |
| status | ok | partial | error |