Skip to content

Commit 0813874

Browse files
authored
Merge pull request #6 from gabelul/release-please--branches--main--components--pixelslop
chore(main): release pixelslop 0.2.4
2 parents 67faf02 + c6ddcc3 commit 0813874

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.3"
2+
".": "0.2.4"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [0.2.4](https://github.com/gabelul/pixelslop/compare/pixelslop-v0.2.3...pixelslop-v0.2.4) (2026-03-26)
4+
5+
6+
### Features
7+
8+
* evidence schema, 6 specialist evaluator agents, evaluator tests ([35c6e93](https://github.com/gabelul/pixelslop/commit/35c6e9394b873d16d72b869ef0ce7dcb6de7008c))
9+
* scanner decomposition into evidence collector + specialist fan-out ([4e89083](https://github.com/gabelul/pixelslop/commit/4e890832593a8068b4601aa462d772a49a7e6586))
10+
* specialist agent architecture — scanner decomposition ([67faf02](https://github.com/gabelul/pixelslop/commit/67faf023479fd60053a1bd369b375de1d5e81212))
11+
12+
13+
### Bug Fixes
14+
15+
* add pixelslop-code-scanner to installer AGENT_FILES ([ecd2116](https://github.com/gabelul/pixelslop/commit/ecd211627b8be172a9bcbc13cf35db2d713332f2))
16+
* address Codex review — paths, schema fields, slop coverage, responsiveness evidence ([91c7b49](https://github.com/gabelul/pixelslop/commit/91c7b492bdd3bf3ad30a0934d199472efc71cd10))
17+
* Codex round 2 — schema/snippet alignment, test lockdown, evaluator field refs ([19fdb7d](https://github.com/gabelul/pixelslop/commit/19fdb7d32083ad79ea6912ccfd27f22e6177e3c5))
18+
* remaining Codex review items — schema drift, title, uninstall safety ([2034284](https://github.com/gabelul/pixelslop/commit/203428406dfa51505ce7e2f097640f642769b2e1))
19+
320
## [0.2.3](https://github.com/gabelul/pixelslop/compare/pixelslop-v0.2.2...pixelslop-v0.2.3) (2026-03-25)
421

522

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pixelslop",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "Browser-first design quality scanner. Opens real pages in Playwright, measures actual pixels, catches AI slop patterns.",
55
"private": false,
66
"type": "module",

0 commit comments

Comments
 (0)