What problem does it solve?
Transplant a feature, command, or capability from a source agentic-system repository into a destination repository using a 5-phase gated protocol (inventory → import → localize → wire → verify). This approach is essential when grafting a feature that has downstream dependencies, platform assumptions, or upstream-specific file references that must be adapted before it will operate in the target repo.
Core Features & Use Cases
- 5-phase protocol: inventory, import, localization, wiring, and verification to port features safely.
- Dependency-aware transfer: traces runtime dependencies and only moves those that are actually used by the feature.
- Localization and wiring: adapts paths, naming conventions, and host conventions to ensure seamless integration.
- Use Case: migrate a non-trivial capability from an upstream repo into a host project while preserving its interfaces and responsibilities.
Quick Start
Trigger the five-phase transplant workflow with a source repository and a destination repository to begin inventory.