# Building Energy Experts Agent Notes

## Elevate Coverage Map

The coverage-area source of truth for BEE lead research is:

- `C:\Users\pc\Documents\Building Energy Experts\eligibility-zones.geojson`
- Repo-relative path: `eligibility-zones.geojson`

Use this map as the first coverage filter for property-manager lead research, rebate eligibility review, and ZIP/address targeting. Candidate properties should be checked against this GeoJSON before spending time on phone enrichment, property-manager lookup, street-level imagery review, or outreach prep.

Current helper:

- `eligibility.js` contains point-in-polygon utilities for testing whether a `{ lat, lng }` point falls inside a GeoJSON `Polygon` or `MultiPolygon`.

Important caveat:

- The current GeoJSON feature is labeled `Crystal Lake Demo Elevate Coverage Zone` and is for the working property-lead demo. If Claude has a newer/final Elevate map elsewhere, replace `eligibility-zones.geojson` with that final exported GeoJSON and keep this path as the stable handoff location.

Lead workflow rule:

1. Normalize candidate property address.
2. Geocode to latitude/longitude.
3. Check against `eligibility-zones.geojson`.
4. Only run deeper enrichment for properties inside the Elevate/BEE coverage area, unless the user explicitly asks for out-of-area research.
