Add cross-agent compatibility layer (Codex, Gemini CLI, Cursor) #8
Labels
No labels
bug
community
distribution
documentation
enhancement
extensibility
infra
integration
orchestration
priority:critical
priority:high
priority:low
priority:medium
ux
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
frank/solo-dev-suite#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Make core skills work beyond Claude Code with adapter layers for other AI coding agents.
Why
The solo dev lifecycle is tool-agnostic. Scripts already use pure Python stdlib. Cross-agent support massively expands the addressable user base.
Implementation
Effort
Large (1-2 weeks)
Implemented in
35f58c9. Added .cursorrules (Cursor), AGENTS.md (agent-agnostic guide, also Gemini CLI), and codex.md (OpenAI Codex). Scripts were already pure stdlib Python � these adapter files map discovery and invocation patterns to each agent format.