Feature Request: Initialize spec-kit on Existing Projects via Root
It would be beneficial to enable spec-kit initialization directly within the root of an existing project. This approach streamlines integration and removes the need for intermediate directories.
Proposed Command
uvx --from git+https://github.com/github/spec-kit.git specify init .
Use Case
Developers can bootstrap spec-kit in the root of an existing repository, making adoption easier and more straightforward. This eliminates extra steps and supports direct configuration within current projects.
Expected Outcome
Executing the proposed command should set up spec-kit configuration and assets in the current working directory,.
Feature Request: Initialize spec-kit on Existing Projects via Root
It would be beneficial to enable spec-kit initialization directly within the root of an existing project. This approach streamlines integration and removes the need for intermediate directories.
Proposed Command
uvx --from git+https://github.com/github/spec-kit.git specify init .Use Case
Developers can bootstrap spec-kit in the root of an existing repository, making adoption easier and more straightforward. This eliminates extra steps and supports direct configuration within current projects.
Expected Outcome
Executing the proposed command should set up spec-kit configuration and assets in the current working directory,.