Commit Graph

8 Commits

Author SHA1 Message Date
mrsaifullah52 f344e5cdc2 feat(autominator): update agent menu and documentation 2025-11-22 12:24:58 +05:00
mrsaifullah52 8a91c6fffe fix(autominator): add critical format rules to n8n helpers 2025-11-22 12:24:16 +05:00
mrsaifullah52 36ce3c42d2 feat(autominator): implement research-driven node and workflow building 2025-11-22 12:23:51 +05:00
mrsaifullah52 82b4f1dcb4 feat(autominator): add gather-requirements workflow for requirement gathering
- Create gather-requirements workflow with interactive elicitation
- Add web search integration after each question
- Research EXACT node types, typeVersions, and parameter structures from docs.n8n.io
- Store all research findings in requirements file
- Generate requirement documents with research sections
- Add template.md with research findings sections
- Add instructions.md with comprehensive elicitation steps
- Add checklist.md for validation
2025-11-22 12:22:42 +05:00
mrsaifullah52 6d1da5fc72 refactor(autominator): Replace Context7 MCP integration with web search
Updated documentation, configuration, agent persona, and workflow instructions to remove Context7 MCP references and implement web search for accessing up-to-date n8n documentation. Variables and installer prompts related to Context7 were removed for consistency.
2025-11-21 20:39:36 +05:00
mrsaifullah52 ffe6f6c26b feat(autominator): improve elicitation to focus on actual problems 2025-11-20 15:10:35 +05:00
mrsaifullah52 3fa0865542 refactor(autominator): simplify Context7 MCP recommendation 2025-11-20 14:53:43 +05:00
mrsaifullah52 b7239c1ec3 refactor(autominator): create standalone module independent from BMM
- Create new autominator module at src/modules/autominator/
- Move agent from bmm/agents/ to autominator/agents/
- Move workflows from bmm/workflows/autominator/ to autominator/workflows/
- Update module metadata from 'bmm' to 'autominator'
- Update all path references in workflow files
- Add module README.md with comprehensive documentation
- Module is now independent and separately distributable
2025-11-20 14:23:24 +05:00