--- description: Run the mandatory DevPlace pre-completion verification on changed files - the validator, the app import, and an em-dash scan. Zero errors required. Never runs the test suite. allowed-tools: Bash(python *), Bash(hawk *), Bash(git status:*), Bash(git diff:*), Read, Grep --- Changed files in the working tree: !`git status --porcelain` Verify the work is complete and correct, following the DevPlace verification rule (zero tolerance): 1. For each changed or new file under `devplacepy/` or `tests/`, run `hawk ` (it covers Python, JavaScript, CSS, and HTML/Jinja). Every file must report clean. 2. Run `python -c "from devplacepy.main import app"` - it must import with no error. 3. Grep the changed files for em-dash characters (U+2014 and U+2013) that are authored prose, and report any. Leave em-dashes that are data (replace/maketrans/regex targets, fixtures) untouched. 4. Report a PASS or FAIL summary with the exact failures. Do not run the test suite. Do not perform any git write.