docs(plan): add discovery and deploy follow-up research

Capture the next discovery, security, compatibility-data, and dual-deploy planning work, and ignore local Vercel/env state that should not be committed. This keeps the operational research with the repo while avoiding accidental local-config churn.

Constraint: Must not alter production runtime behavior
Rejected: Fold research notes into the runtime fix commit | obscures the user-facing app-test correction with planning-only material
Confidence: high
Scope-risk: narrow
Reversibility: clean
Directive: Keep .omx local state untracked even when committing broad workspace updates
Tested: Document review only
Not-tested: No runtime verification required for docs and ignore rules
This commit is contained in:
ThatGuySam 2026-04-04 15:38:39 -05:00
parent e667ab564e
commit 1248c705b0
6 changed files with 1634 additions and 0 deletions

2
.gitignore vendored
View file

@ -100,3 +100,5 @@ dist
/README-temp.md
.DS_Store
/.vscode/snipsnap.code-snippets
.vercel
.env*.local