Add .gitignore; fix move command syntax (name= → to=)

- Add .gitignore to exclude test-results/ from version control
- Fix `obsidian move` syntax in SKILL.md and command-reference.md:
  the parameter is `to=<full-path>` not `name=<filename>` (confirmed
  by live testing against TestVault — CLI exits 0 with error message
  when name= is used, silent failure)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
pablo-mano
2026-02-27 21:16:15 +01:00
parent 2c78b1e658
commit 55abf71ab0
3 changed files with 5 additions and 4 deletions
+1
View File
@@ -0,0 +1 @@
test-results/