Skip to content
Nuvyntra Labs

User guide

Refresh skills

nuvyn update refreshes templates and slash files. It does not overlay host code or the constitution.

Refresh skills on an existing app

Do not re-run nuvyn init on a tree that already exists. After you update the global CLI (dotnet tool update -g NuvyntraLabs.Nuvyn.Cli --source https://api.nuget.org/v3/index.json), refresh the app's slash files:

cd ClinicApp
nuvyn update
nuvyn update --agent cursor

update overwrites .nuvyn/templates/, .nuvyn/reference/, and the agent command files. It leaves host code, specs/, .nuvyn/constitution.md, and .nuvyn/adopt-report.md alone. It does not change PackageReference versions. --vertical is not in 1.2.

nuvyn check inside a greenfield app also proves the host still uses MVVMExpress + UIKit + HttpForge + FormValidation + KeyboardManager — and nothing else from the catalog. On an adopted app it prints the inventory and skips that proof. Both paths run maui-dev doctor when MauiDev is installed.

Discussion

Comment on Nuvyn. The thread lives on this component's GitHub repository (nuvyntralabs/Nuvyn). Sign in with GitHub — Giscus uses Discussions, Utterances uses Issues.