Skip to content

Conversation

@hungthai1401
Copy link
Contributor

@hungthai1401 hungthai1401 commented Nov 27, 2025

This PR adds install/uninstall commands for Factory Droid


Note

Adds install-droid/uninstall-droid commands to integrate mgrep with Factory Droid by installing hooks/skill and updating settings; updates README and CLI wiring.

  • CLI
    • Registers install-droid and uninstall-droid in src/index.ts.
  • Factory Droid Integration (src/install/droid.ts)
    • Installs mgrep plugin assets: writes mgrep_watch.py and mgrep_watch_kill.py to ~/.factory/hooks/mgrep and SKILL.md to ~/.factory/skills/mgrep.
    • Merges hook config into ~/.factory/settings.json (enables enableHooks, allowBackgroundProcesses; adds SessionStart/SessionEnd commands) with deduping.
    • Uninstall removes hooks/skill and cleans related entries from settings.
    • Ensures authentication before install; validates Factory Droid directory and plugin assets.
  • Docs
    • README: adds Factory Droid to supported agents and command table (mgrep install-droid).

Written by Cursor Bugbot for commit a228d6c. This will update automatically on new commits. Configure here.

@joeldierkes
Copy link
Contributor

Hey, I like the integration a lot!
I have the problem that droid is often not using the skill, has that happened to you before @hungthai1401 ?

@hungthai1401
Copy link
Contributor Author

@joeldierkes I can use skills. I don't get issues with skills

@joeldierkes joeldierkes merged commit 5c949cc into mixedbread-ai:main Nov 28, 2025
2 checks passed
@hungthai1401 hungthai1401 deleted the feature/factory-droid branch November 30, 2025 13:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants