From 2c5d31f85ed5f5f7829cad5f4bd1c3b9db0e42d3 Mon Sep 17 00:00:00 2001 From: Stefano Fiorini Date: Fri, 27 Mar 2026 14:50:14 -0500 Subject: [PATCH] Require action-based photo-source attempts in property-assessor --- skills/property-assessor/SKILL.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/skills/property-assessor/SKILL.md b/skills/property-assessor/SKILL.md index 479f55a..fb6c0fa 100644 --- a/skills/property-assessor/SKILL.md +++ b/skills/property-assessor/SKILL.md @@ -136,8 +136,18 @@ Preferred order: Use the first source that exposes the listing photos reliably. A scrollable photo page, photo grid, or expanded all-photos view counts. Do not stop at the first failure if another accessible source is available. +A source only counts as an attempted photo source if you actually did one of these: +- opened the all-photos page / photo grid / photo page successfully, or +- explicitly tried to open it and observed a concrete failure + +The following do **not** count as a photo-source attempt by themselves: +- seeing a `See all photos` button +- seeing a photo count +- reading listing text that mentions photos +- capturing only the listing shell, hero image, or collage preview + The final assessment must explicitly include these lines in the output: -- `Photo source attempts: ` +- `Photo source attempts: ` - `Photo review: completed via ` or `Photo review: not completed`