Back to the catalog

evidence/release-gate/1.0.0 — index

OKF index — 9 concepts, 0 subfolders

Open source Repository Open in the app JSON README (API)

About

<!-- okf:generated -->
# evidence/release-gate/1.0.0 — index

_Read this first. Lists every concept + subfolder here so an agent loads only what it needs (OKF / LLM-Wiki pattern)._

> Owner-only actions for the deferred criteria below live one level up, in [[../FOUNDER-ACTIONS]] — exact URLs, queries and record values.

## Concepts
- [[A3-no-sev1-sev2-open]] — A3 — No open Sev1/Sev2 defects (5 pts) — **deferred**, downgraded from pass 2026-08-16
- [[C2-secrets-scan]] — C2 — Secrets scan + config sanity (5 pts)
- [[D1-billing-flows]] — D1 - Billing Flows (5 pts)
- [[D3-revenue-reconciliation]] — D3 - Revenue Reconciliation (5 pts)
- [[E1-app-store-metadata]] — E1 - App Store Metadata (5 pts)
- [[E2-testflight-stability]] — E2 - TestFlight Stability (5 pts)
- [[F1-monitoring-alerting]] — F1 - Monitoring And Alerting (5 pts)
- [[F2-runbooks-sla]] — F2 — Runbooks + P1 SLA + customer comms template (5 pts)
- [[README]] — Release Gate 1.0.0 — Owner-Evidence Files

Details

Kind
OKF bundles
Topic
Cloud & DevOps
Publisher
cleanexpo
Origin
okf_github
Category
dados
Version
0.1
Stars
1
Forks
1
Last push
2026-09-07T15:12:39Z
Repository state
ativo
Language
TypeScript
Added
2026-09-08 22:13:12
Updated
2026-09-08 22:13:12
Origin id
CleanExpo/RestoreAssist:docs/evidence/release-gate/1.0.0/index.md

README

# RestoreAssist

TypeScript / Next.js 15 App Router compliance platform for Australian water damage restoration.

## Layout

```
app/           Next.js App Router
components/    UI
lib/           Domain / server logic
prisma/        Schema + migrations (deploy SSOT)
public/        Static assets
scripts/       Build / ops
config/        ESLint, Vitest, Playwright, Lighthouse
docs/          Long-form docs
e2e/           Playwright end-to-end specs
data/content/  Help, training, video scripts (runtime)
tools/         Remotion video pipeline + local render output
packages/      Workspace packages (pilot-tester)
ops/           Release ops (fastlane metadata)
mobile/        Expo
ios/ android/  Capacitor shells
```

Playwright e2e lives under `e2e/` at the repo root.

Env template: `.env.example`.

## Commands

```bash
npm ci
npm run dev
npm run type-check   # authoritative
npm run lint
npm run test:unit
npm run test:smoke
npm run build
```

## Docs

- Release gate: `docs/RELEASE_GATE.md`
- Root cleanup: `docs/ROOT_CLEANUP_REPORT.md`

More