# Frontend Source Snapshot

This directory contains the unminified source corresponding to the JavaScript and CSS bundle shipped in `/build`.
It is included for bundled-source transparency and review.

## Why Some Code May Appear Unused

This frontend codebase is shared between the WordPress plugin (ActionPanel AI) and a website implementation (WP Assistant).
Because of that, this snapshot may include some code paths or components that are not used by the plugin build. That is expected.

## Rebuilding The Plugin Bundle

From `/assets-src/frontend`:

```bash
npm install
npm run build
```

This build is configured to produce the WordPress plugin frontend only.
No environment variables are required for the snapshot build.
The compiled output is written to the plugin's `/build` directory.
