@relipa/ai-flow-kit 0.0.8-beta.1 → 0.0.9-beta.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/README.md +2 -2
- package/bin/aiflow.js +408 -399
- package/bin/ak.js +3 -3
- package/custom/mcp-presets/README.md +66 -0
- package/custom/mcp-presets/figma-desktop.json +9 -0
- package/custom/rules/project-conventions.md +51 -0
- package/custom/templates/python.md +79 -79
- package/custom/templates/shared/gate-workflow.md +2 -0
- package/docs/common/CHANGELOG.md +18 -0
- package/docs/common/workflows/figma.md +105 -0
- package/package.json +1 -1
- package/scripts/hooks/block-git-write.js +52 -52
- package/scripts/hooks/session-start.js +295 -274
- package/scripts/hooks/session-stop.js +122 -55
- package/scripts/init.js +13 -5
- package/scripts/task.js +41 -1
- package/scripts/telemetry/record.js +5 -1
package/README.md
CHANGED
|
@@ -126,7 +126,7 @@ aiflow init --framework spring-boot,reactjs --adapter backlog,jira
|
|
|
126
126
|
|
|
127
127
|
**Supported Frameworks:** `spring-boot`, `laravel`, `php`, `nestjs`, `reactjs`, `nextjs`, `vue-nuxt`, `nodejs-express`, `python`, `python-django`, `python-fastapi`
|
|
128
128
|
|
|
129
|
-
**Supported Adapters:** `backlog`, `jira`, `google-sheets`, `figma`
|
|
129
|
+
**Supported Adapters:** `backlog`, `jira`, `google-sheets`, `figma`, `figma-desktop`
|
|
130
130
|
|
|
131
131
|
---
|
|
132
132
|
|
|
@@ -281,7 +281,7 @@ aiflow memory list
|
|
|
281
281
|
| `impact-analysis` | "impact scope", "breaking change" | Analyze the impact when changing code |
|
|
282
282
|
| `generate-spec` | "new feature", "spec", "design" | Write technical specs, integrates `brainstorming` |
|
|
283
283
|
| `report-customer` | "customer report", "incident" | Write incident reports for Customer Service |
|
|
284
|
-
| `figma-to-component` | "figma", "design", "generate component" | Read Figma design → generate React/Next.js/Vue component |
|
|
284
|
+
| `figma-to-component` | "figma", "design", "generate component" | Read Figma design → generate React/Next.js App Router/Vue/Angular component. [Workflow guide](docs/common/workflows/figma.md) |
|
|
285
285
|
|
|
286
286
|
### Superpowers skills (upstream, inherited from obra/superpowers)
|
|
287
287
|
|