feat: support 'specify init .' for current directory initialization

Adds '.' as shorthand equivalent to --here flag while maintaining
full backward compatibility. Updates documentation and bumps to v0.0.18.
This commit is contained in:
Bruno Borges
2025-09-24 22:41:50 -07:00
parent f3d55cff84
commit 68eba52a40
4 changed files with 35 additions and 5 deletions

View File

@@ -21,6 +21,8 @@ uvx --from git+https://github.com/github/spec-kit.git specify init <PROJECT_NAME
Or initialize in the current directory:
```bash
uvx --from git+https://github.com/github/spec-kit.git specify init .
# or use the --here flag
uvx --from git+https://github.com/github/spec-kit.git specify init --here
```