accept method
void
accept()
Accept trust and proceed.
Implementation
void accept() {
hasTrustAccepted.value = true;
// In real implementation, this would persist the trust decision
// to .neomage/settings.local.json
}