Attach an existing MAUI app
nuvyn adopt is the existing-app door. It does not rewrite the host. There is no --here on init — adopt is how you attach the slash chain to a tree that already exists.
cd FieldApp
nuvyn adopt
nuvyn adopt --agent cursor
nuvyn adopt --path ../FieldApp --agent copilot- Refuses if the folder is not MAUI (
UseMauicsproj) or already has.nuvyn/. - Scans MVVM, chrome, UI kit, and HTTP (read-only).
- Writes
.nuvyn/, agent skills, emptyspecs/, and.nuvyn/adopt-report.md. - Sets
init-options.json"mode": "adopt". - Runs
maui-dev doctorwhen MauiDev is on PATH.