session-handoffs — index
OKF index — 16 concepts, 0 subfolders
Open source Repository Open in the app JSON README (API)
About
<!-- okf:generated -->
# session-handoffs — index
_Read this first. Lists every concept + subfolder here so an agent loads only what it needs (OKF / LLM-Wiki pattern)._
## Concepts
- [[handoff-20260829T085950Z]] — Session Handoff — A Linear MCP fallback, seven defects found by leaving the mock behind, and two hooks that pointed at nothing (PRs #2079, #2080, #2081)
- [[handoff-20260829T073028Z]] — Session Handoff — Feature-enablement audit, and a Linear MCP fallback that two live-data defects nearly shipped with (PR #2079)
- [[handoff-20260826T101451Z]] — Session Handoff — Five merged fixes, the Job Continuity reconciliation, and BMAD (PRs #2054–#2061)
- [[handoff-20260825T060000Z]] — Session Handoff — Launch sprint: production is not deploying, plus an exposed credential
- [[handoff-20260825T043953Z]] — Session Handoff — RestoreAssist launch copy, SEO export, and the CI unblock (PR #2031)
- [[handoff-20260703T030559Z]] — Session Handoff — handoff-loop.sh + session-continuity hooks (
Details
- Kind
- OKF bundles
- Topic
- AI, RAG & memory
- 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-09 05:11:22
- Updated
- 2026-09-09 05:11:22
- Origin id
CleanExpo/RestoreAssist:docs/session-handoffs/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`