@mikulgohil/ai-kit 1.5.0 → 1.6.0

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mikulgohil/ai-kit",
3
- "version": "1.5.0",
4
- "description": "AI-assisted development setup kit. Auto-detects your tech stack and generates tailored CLAUDE.md, .cursorrules, hooks, agents, context modes, slash commands, design token rules, component registries, and developer guides.",
3
+ "version": "1.6.0",
4
+ "description": "AI-assisted development setup kit. Auto-detects your tech stack and generates tailored CLAUDE.md, .cursorrules, hooks, agents, context modes, slash commands, design token rules, component registries, developer guides, project principles, and spec-first workflows.",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "ai-kit": "./dist/index.js"
@@ -46,11 +46,17 @@
46
46
  "component-registry",
47
47
  "static-site",
48
48
  "aiignore",
49
- "figma-to-code"
49
+ "figma-to-code",
50
+ "spec-driven",
51
+ "project-principles",
52
+ "extension-catalog",
53
+ "presets",
54
+ "constitution",
55
+ "spec-first"
50
56
  ],
51
57
  "author": "Mikul Gohil",
52
58
  "license": "MIT",
53
- "homepage": "https://mikulgohil.github.io/ai-kit-docs",
59
+ "homepage": "https://ai-kit-docs-beta.vercel.app/docs",
54
60
  "repository": {
55
61
  "type": "git",
56
62
  "url": "https://github.com/mikulgohil/ai-kit.git"