Commit Graph

3 Commits

Author SHA1 Message Date
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 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