---
type: runbook
title: Verification
description: How to verify the system behaves correctly.
tags: [engineering]
updated: 2026-06-17
---

# Verification

## Standard Command

Use this baseline command until the project records a stronger one:

```sh
node --version
```

Replace the command with the repository's real validation command as soon as one exists.

## Evidence Format

Record command, result, date, and any relevant logs or screenshots in `feature_list.json` evidence.

## Unknowns / Needs Confirmation

- Replace the baseline command with the repository's real test, lint, build, or smoke command.
