Pilot Verification

Vamadeus Setup Check

Fill this out after running the install on your machine.

0 / 4 sections 0%
1
Your Info
Run in Terminal: sw_vers -productVersion
2
Install Checks
Run this command in Terminal: vamadeus doctor
If all 11 checks pass, tick every box below. If some fail, only tick the ones that passed.
3
First Session
Step 1 — Set up your git identity (if not already done): git config --global user.name "Your Name" git config --global user.email "you@stech.vn"
Step 2 — Create a test project and start Claude: mkdir -p ~/Projects/test-project cd ~/Projects/test-project git init claude
Step 3 — Inside Claude, ask it to create and commit a file: create a hello.txt file that says "hello world" and commit it
Watch for: Claude should mention SOPs or discipline when it starts. A pre-commit hook should run during the commit.
Step 4 — Exit the session: /exit
You can also press Ctrl+C. The session should end cleanly with no errors.

Tick each item that worked:

4
Notes
Report
Copied to clipboard