# UAIR-Forge — design self-improve for this static site

This directory (`briarwood-motor-inn-site/`) is a **public marketing site** (HTML/CSS/JS). Iteration happens here with **UAIR-Forge**, not by embedding Skynet Mission Control or the Forge dashboard.

## What to run

From your machine, with **`UAIR_FORGE_WORKSPACE`** pointing at the tree that owns `.uair-forge/self-improve/` (here: `~/workspace`):

```bash
export UAIR_FORGE_WORKSPACE="${UAIR_FORGE_WORKSPACE:-$HOME/workspace}"
UF="${UF:-$HOME/workspace/skynet-idp-refactorx/refactorx3/consolidatedRepo/uair-forge-cli/target/release/uair-forge}"
cd /home/johnharris/workspace/briarwood-motor-inn-site
"$UF" self-improve readiness --working-dir . --preset node_check_js --append-verdict
```

If you install `uair-forge` on `PATH`, you can call `uair-forge` instead of `"$UF"`. Readiness and verdict lines append under **`$UAIR_FORGE_WORKSPACE/.uair-forge/self-improve/`** (workspace-level store). Add deeper presets when your CLI lists them: `uair-forge self-improve presets`.

## What not to confuse

| Piece | Role |
|--------|------|
| **This repo** | Guest-facing pages, SEO, Facebook embeds, booking links |
| **Skynet Flow (`sqv-forge`)** | Private operator ERP / REST / dashboard — link only if you expose a stable URL |
| **Skynet Mission Control** | Separate Vite app for AI fleet progress — not part of this motel HTML |

## Content sources

Prefer live **Facebook / Google Business / official domain** facts when editing copy. Put research notes in a sibling file if you add one (e.g. `SITE_RESEARCH.md`); keep PII and unreleased promos out of git if operators request it.
