@baldurpan/create-ai-workflow 0.2.0 → 0.3.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.
Files changed (1) hide show
  1. package/package.json +15 -3
package/package.json CHANGED
@@ -1,8 +1,15 @@
1
1
  {
2
2
  "name": "@baldurpan/create-ai-workflow",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "description": "Overlay a tiered planning workflow — roadmap, plans, phase ledgers, verification gates — onto an existing repository, for coding agents.",
5
- "keywords": ["ai", "agents", "claude-code", "workflow", "planning", "AGENTS.md"],
5
+ "keywords": [
6
+ "ai",
7
+ "agents",
8
+ "claude-code",
9
+ "workflow",
10
+ "planning",
11
+ "AGENTS.md"
12
+ ],
6
13
  "license": "MIT",
7
14
  "author": "Baldur Páll Hólmgeirsson",
8
15
  "repository": {
@@ -17,7 +24,12 @@
17
24
  "bin": {
18
25
  "create-ai-workflow": "dist/bin.js"
19
26
  },
20
- "files": ["dist", "templates", "README.md", "LICENSE"],
27
+ "files": [
28
+ "dist",
29
+ "templates",
30
+ "README.md",
31
+ "LICENSE"
32
+ ],
21
33
  "publishConfig": {
22
34
  "access": "public"
23
35
  },