# Live Phase 1 — Complete File List

**Date:** 2026-07-24  
**Owner:** Walter (authorized Phase 1)

## Created — `live/` (public service → `/public_html/live/`)

| Path | Role |
|------|------|
| `live/index.php` | Service home |
| `live/go-live.php` | First-time purpose + Go Live Now / Schedule |
| `live/schedule-live.php` | Schedule draft shell |
| `live/watch.php` | Public / embed watch placeholder |
| `live/video.php` | Business Video workflow + sharing shell |
| `live/dashboard.php` | Operator dashboard shell |
| `live/assets/live.css` | Platform shell styles |
| `live/assets/live.js` | Minimal share/copy helpers |
| `live/includes/bootstrap.php` | Session + includes |
| `live/includes/config.php` | Secure config loader (non-secret) |
| `live/includes/helpers.php` | URL/HTML helpers + demo approval |
| `live/includes/layout.php` | Header/footer chrome |
| `live/api/index.php` | JSON health/status stub |
| `live/admin/index.php` | Future moderator shell |
| `live/replays/index.php` | Future replay index shell |
| `live/docs/index.php` | Docs browser |
| `live/docs/index.md` | Docs index |
| `live/docs/ARCHITECTURE.md` | Architecture |
| `live/docs/FIRST_TIME_APPROVAL.md` | Approval design |
| `live/docs/BUSINESS_VIDEO_AND_SHARING.md` | Video + share design |
| `live/docs/SCHEMA_PROPOSAL.md` | Design-only SQL (not migrated) |
| `live/docs/004-DRAFT-ONE-LIVE-ENGINE.md` | Directive 004 draft mirror |
| `live/docs/PHASE1_FILE_LIST.md` | This list |
| `live/docs/PHASE1_SMOKE_TEST.md` | Smoke report |
| `_backups/2026-07-24-live-phase2a/phase1_rollback_marker.txt` | Rollback marker |

## Created — `App/secure/live/` (Foundation config → `/public_html/App/secure/live/`)

| Path | Role |
|------|------|
| `App/secure/live/.htaccess` | Deny from all |
| `App/secure/live/live-config.php` | Non-secret Live config |
| `App/secure/live/README.md` | Secure-area notes |

## Created / updated — governance (light)

| Path | Change |
|------|--------|
| `App2/docs2/004-DRAFT-ONE-LIVE-ENGINE.md` | **Created** — Directive 004 draft |
| `App2/docs2/ARCHITECTURE_DIRECTIVES.md` | Draft 004 pointer; Trust Through Verification numbering TBD |
| `App2/AGENTS.md` | Draft 004 bullet |
| `AGENTS.md` | `live/` workspace role + Phase 1 pointer |
| `Control-Centre/ISTOCKHOMES_PROJECT_CONTROL_CENTRE.md` | v1.8+ — `/live/` in §5.1/§6.1; Decision Log; Change Ledger; Rule #5 |

## Explicitly NOT changed

- App2 auth, login, signup, dashboard logic, DB, secure-load, uploads writers
- OpenAI key files (no create/copy)
- WomanWise, Responses Phase 2 harness/production flags
- No DB migrations executed
- No streaming / WebRTC / LiveKit code

## Rollback

1. Delete `live/` directory.
2. Delete `App/secure/live/` directory.
3. Revert the five governance files listed above to prior revisions.
4. Do **not** broadly restore `/public_html/App/` — only remove the new `secure/live/` folder if deployed.
