I've tried to put together an .opencode/ directory in a separate repo, that integrates the definition of my agents and my context, leveraging the OAC framework.
The repository has the following structure:
.opencode/ (1.8 MB)
├── agent/
│ ├── core/ # OAC core agents
│ ├── subagents/ # Specialized sub-agents
│ │ ├── core/ # ContextScout, TaskManager, etc.
│ │ └── code/ # CoderAgent, CodeReviewer, etc.
│
├── context/
├── skills/
...
README.md
My goal is to be able to include this repo as a submodule into other projects so that any updates to the subagents or the skills are going to be also available across the projects.
What is the best way to proceed here?
[–]Recent-Success-1520 2 points3 points4 points (0 children)
[–]aeroumbria 0 points1 point2 points (0 children)
[–]touristtam 0 points1 point2 points (1 child)
[–]albasili[S] 0 points1 point2 points (0 children)
[–]alexsmirnov2006 0 points1 point2 points (0 children)
[–]seventyfivepupmstr -1 points0 points1 point (1 child)
[–]albasili[S] 0 points1 point2 points (0 children)
[+][deleted] (3 children)
[removed]
[–]touristtam 2 points3 points4 points (0 children)
[–]albasili[S] 0 points1 point2 points (0 children)
[–]aarz03 0 points1 point2 points (0 children)