Imported from issue-orchestrator/issue-orchestrator (src/issue_orchestrator/adapters/AGENTS.md). Install upstream with npx skills add issue-orchestrator/issue-orchestrator --skill adapters. Copyright stays with the author.
Adapters
Purpose: Implementations of external system integrations (GitHub API, tmux, git worktrees).
Boundaries:
Adapters implement port interfaces from ports/
No business logic here - only translation between domain types and external APIs
Each subdirectory isolates one external system
Internal implementation details (prefixed with _) are not exported
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/issue-orchestrator-issue-orchestrator-adapters/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.