fix(skill): sold comps — never price-cap the sold search, read the card, Zestimate optional - #1
Merged
Merged
Conversation
…rd, Zestimate optional The scanner's comp pool was collapsing to 1-3 records because the agent applied the buyer's price cap to the SOLD search (filtering out sold homes above the buyer's budget — the very evidence that establishes area value) and leaned on the Zestimate in low-coverage markets (Phoenix ~22%, Austin ~42%). - New "Sold comparisons" section makes two rules unmissable: never apply the buyer's price cap to the sold search (area + bedroom band only), and read the closed price / sale date / living area straight off the SOLD card (unformattedPrice + dateSold + livingArea) — no per-comp detail lookup needed. - Zestimate reframed as an optional cap, not a gate; its absence is expected. - Step 2 corrected: only active homes need a detail fetch; sold comps do not. No behavior change to the valuation math (scanning.md already treats the Zestimate as an optional cap); this fixes how the agent gathers the sold-comp pool. Co-Authored-By: CRHQ <noreply@crhq.ai>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes the collapsed comp pool: the agent applied the buyer price cap to the SOLD search and leaned on the Zestimate in low-coverage markets (Phoenix ~22%, Austin ~42%). Doc-only; no valuation-math change.