# CLAUDE.md — @aw-webflow/agentic_iga_page

## Project overview

Custom JavaScript for a Webflow page. The code lives in `script.js`, is bundled
by **Parcel**, published to **npm** as the scoped package `@aw-webflow/agentic_iga_page`,
and consumed on the live Webflow site via the **jsDelivr CDN**.

## Coding conventions

- All code in `script.js` must use **`var` and ES5 syntax** for direct in-browser
  compatibility (no `let`/`const`/arrow functions/template literals unless transpiled).

## Deployment

1. Push changes to GitHub.
2. Bump the `version` in `package.json`.
3. `npm publish --access public`.
4. jsDelivr auto-serves the new build at
   `https://cdn.jsdelivr.net/npm/@aw-webflow/agentic_iga_page@<version>/script.min.js`.
5. Update the `<script>` tag in Webflow to point at the new version.
