appiq-solution 1.7.1 → 1.7.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "appiq-solution",
3
- "version": "1.7.1",
3
+ "version": "1.7.2",
4
4
  "description": "APPIQ SOLUTION: Flutter Mobile Development Extension for BMAD Method",
5
5
  "main": "tools/cli.js",
6
6
  "bin": {
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "keywords": [
49
49
  "ai-agents",
50
- "development-workflow",
50
+ "development-workflow",
51
51
  "project-management",
52
52
  "greenfield",
53
53
  "brownfield",
@@ -83,4 +83,4 @@
83
83
  "prettier --write"
84
84
  ]
85
85
  }
86
- }
86
+ }
@@ -21,7 +21,7 @@ ide-configurations:
21
21
  # 3. The agent will adopt that persona for the conversation
22
22
  claude-code:
23
23
  name: Claude Code
24
- rule-dir: .claude/commands/BMad/
24
+ rule-dir: .claude/agents/
25
25
  format: multi-file
26
26
  command-suffix: .md
27
27
  instructions: |
@@ -558,7 +558,7 @@ class V3ToV4Upgrader {
558
558
  try {
559
559
  const ideMessages = {
560
560
  cursor: "Rules created in .cursor/rules/",
561
- "claude-code": "Commands created in .claude/commands/BMad/",
561
+ "claude-code": "Agents installed in .claude/agents/",
562
562
  windsurf: "Rules created in .windsurf/rules/",
563
563
  trae: "Rules created in.trae/rules/",
564
564
  roo: "Custom modes created in .roomodes",