@superspec/cli 1.2.1 → 1.2.2

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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -300,6 +300,8 @@ Configure project rule files in `superspec.config.json`:
300
300
 
301
301
  ## First Principles
302
302
 
303
+ > Inspired by [LeanSpec](https://www.lean-spec.dev/docs/advanced/first-principles)
304
+
303
305
  | # | Principle | Rule |
304
306
  |---|-----------|------|
305
307
  | I | Context Economy | < 300 lines per artifact, 400 hard limit |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superspec/cli",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Spec-driven development for AI coding assistants",
5
5
  "type": "module",
6
6
  "bin": {