Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Global code owner
* @localden
* @localden
2 changes: 1 addition & 1 deletion .github/copilot-instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,4 +169,4 @@ Command instructions with {SCRIPT} and $ARGUMENTS placeholders

---

_This file is generated by analyzing the Spec Kit codebase patterns and should be updated when major architectural changes occur._
_This file is generated by analyzing the Spec Kit codebase patterns and should be updated when major architectural changes occur._```
9 changes: 0 additions & 9 deletions .specify/wizard.json

This file was deleted.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@letuscode/spec-kit",
"version": "0.1.2",
"version": "0.1.3-beta.0",
"description": "Node.js CLI for Spec Kit (migration from Python)",
"keywords": [
"spec-kit",
Expand All @@ -25,8 +25,11 @@
"speckit": "bin/speckit.js"
},
"files": [
"dist",
"bin/speckit.js",
"dist/",
"bin/",
"src/",
"templates/",
"scripts/",
"README.md",
"LICENSE"
],
Expand Down
23 changes: 0 additions & 23 deletions project.toml

This file was deleted.

Loading