# KRB About Us existing Webflow state inspector

Read-only Designer script for checking what is already in Webflow for these pages:

- Our Campus — `/about-us/our-campus/`
- Our People — `/about-us/our-people/`
- School Board — `/about-us/our-people/school-board/`
- Senior Executive — `/about-us/our-people/senior-executive/`
- Employment — `/about-us/our-people/employment/`
- Our Policies — `/about-us/our-policies/`

## How to run

1. Open the KRB site in Webflow Designer.
2. Open the IGNITE/Webflow Designer app/console where prior KRB scripts were run.
3. Paste/run `krb-about-us-webflow-existing-state-inspector.js`.
4. Copy the console output labelled:
   - `KRB_ABOUT_US_EXISTING_WEBFLOW_STATE_SUMMARY`
   - `KRB_ABOUT_US_EXISTING_WEBFLOW_STATE_FULL_REPORT`
5. Send the full report back to Hermes.

## Safety

This script is read-only. It does not call `setProps`, `append`, `delete`, `publish`, or any mutation method. It switches pages and inspects root/component props.

## What it reports

For each target page:

- whether the page matched in Designer
- component/prop-bearing element count
- inferred component counts
- prop labels, groups, value types, and value previews
- non-empty prop values that indicate existing content

Hermes can then compare that against the live WordPress component plan and produce a “components already present vs content needed” table.
