feat: launch Vibeflow n8n v0.5.0

This commit is contained in:
Felipe Domingues 2026-04-12 13:33:57 -03:00
commit 097f35215f
60 changed files with 2831 additions and 0 deletions

31
docs/first-issues.md Normal file
View file

@ -0,0 +1,31 @@
# First issues to open after launch
## 1. Add CRM lead enrichment recipe
**Label suggestions:** `good first issue`, `recipes`
Add a recipe for lead enrichment using webhook input, enrichment step, CRM upsert, and Slack notification on failure.
## 2. Add screenshots to README
**Label suggestions:** `good first issue`, `documentation`, `design`
Capture and add 2 to 4 screenshots or GIFs showing setup and a sample workflow result.
## 3. Expand Claude Code setup guide
**Label suggestions:** `good first issue`, `client:claude-code`, `documentation`
Add a more detailed example for project-scoped MCP configuration and prompt loading.
## 4. Add Portuguese quickstart page
**Label suggestions:** `good first issue`, `documentation`
Create a dedicated PT-BR quickstart page instead of keeping onboarding only inside the README.
## 5. Add plan validation examples
**Label suggestions:** `help wanted`, `schemas`
Contribute passing and failing examples for `schemas/plan.schema.json`.