cursor-sdd 1.0.2 → 1.0.3

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.
package/commands/tasks.md CHANGED
@@ -25,6 +25,7 @@ argument-hint: <feature-name:$1> [-y:$2] [--sequential:$3]
25
25
  **必要なすべてのコンテキストを読み込み**:
26
26
  - `.cursor/$1/spec.json`、`requirements.md`、`design.md`
27
27
  - `.cursor/$1/tasks.md`(存在する場合、マージモード用)
28
+ - `.cursor/rules/frontend.md`(フロントエンド実装制約)
28
29
 
29
30
  **承認の検証**:
30
31
  - `-y` フラグが提供された場合($2 == "-y"): spec.json で要件と設計を自動承認
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cursor-sdd",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "Cursor SDD (Spec-Driven Development) - AI-powered spec templates, rules and commands for Cursor IDE",
5
5
  "bin": {
6
6
  "cursor-sdd": "./bin/setup.js"