mirror of
https://github.com/domfelipe/vibeflow-n8n.git
synced 2026-08-07 06:56:45 +00:00
feat: launch Vibeflow n8n v0.5.0
This commit is contained in:
commit
097f35215f
60 changed files with 2831 additions and 0 deletions
23
clients/openclaude/config-snippets.md
Normal file
23
clients/openclaude/config-snippets.md
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
# OpenClaude and community forks: config notes
|
||||
|
||||
This target is best-effort.
|
||||
|
||||
Use these guidelines only if your fork supports:
|
||||
- MCP connections
|
||||
- custom instruction or skill layers
|
||||
- conversational follow-up questions
|
||||
|
||||
## Minimal strategy
|
||||
|
||||
1. Point your client to the n8n MCP endpoint.
|
||||
2. Load `templates/system-prompt.md`.
|
||||
3. Keep `docs/conversation-contract.md` and `schemas/plan.schema.json` available.
|
||||
4. Test with one simple recipe before using real workflows.
|
||||
|
||||
## Compatibility contract
|
||||
|
||||
The client should be able to:
|
||||
- use an MCP server by name
|
||||
- ask follow-up questions
|
||||
- emit a structured plan before building
|
||||
- complete a final handoff report
|
||||
Loading…
Add table
Add a link
Reference in a new issue