lean-spec 0.2.19-dev.21202485632 → 0.2.19-dev.21234656432

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanspec/cli-darwin-arm64",
3
- "version": "0.2.19-dev.21202485632",
3
+ "version": "0.2.19-dev.21234656432",
4
4
  "description": "LeanSpec CLI binary for macOS ARM64",
5
5
  "os": [
6
6
  "darwin"
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanspec/cli-darwin-x64",
3
- "version": "0.2.19-dev.21202485632",
3
+ "version": "0.2.19-dev.21234656432",
4
4
  "description": "LeanSpec CLI binary for macOS x64",
5
5
  "os": [
6
6
  "darwin"
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanspec/cli-linux-x64",
3
- "version": "0.2.19-dev.21202485632",
3
+ "version": "0.2.19-dev.21234656432",
4
4
  "description": "LeanSpec CLI binary for Linux x64",
5
5
  "os": [
6
6
  "linux"
Binary file
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@leanspec/cli-windows-x64",
3
- "version": "0.2.19-dev.21202485632",
3
+ "version": "0.2.19-dev.21234656432",
4
4
  "description": "LeanSpec CLI binary for Windows x64",
5
5
  "os": [
6
6
  "win32"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lean-spec",
3
- "version": "0.2.19-dev.21202485632",
3
+ "version": "0.2.19-dev.21234656432",
4
4
  "description": "Specification-driven development made simple",
5
5
  "type": "module",
6
6
  "bin": {
@@ -39,9 +39,9 @@
39
39
  "node": ">=20"
40
40
  },
41
41
  "optionalDependencies": {
42
- "@leanspec/cli-darwin-x64": "^0.2.19-dev.21202485632",
43
- "@leanspec/cli-darwin-arm64": "^0.2.19-dev.21202485632",
44
- "@leanspec/cli-linux-x64": "^0.2.19-dev.21202485632",
45
- "@leanspec/cli-windows-x64": "^0.2.19-dev.21202485632"
42
+ "@leanspec/cli-darwin-x64": "^0.2.19-dev.21234656432",
43
+ "@leanspec/cli-darwin-arm64": "^0.2.19-dev.21234656432",
44
+ "@leanspec/cli-linux-x64": "^0.2.19-dev.21234656432",
45
+ "@leanspec/cli-windows-x64": "^0.2.19-dev.21234656432"
46
46
  }
47
47
  }
@@ -0,0 +1,9 @@
1
+ # {project_name}
2
+
3
+ ## Project-Specific Rules
4
+
5
+ Add your project-specific conventions here. For example:
6
+ - Code style preferences
7
+ - Naming conventions
8
+ - Team workflows
9
+ - Custom tooling
@@ -0,0 +1,10 @@
1
+
2
+ # {project_name}
3
+
4
+ ## Project-Specific Rules
5
+
6
+ Add your project-specific conventions here. For example:
7
+ - Code style preferences
8
+ - Naming conventions
9
+ - Team workflows
10
+ - Custom tooling