- Move all agent prompts from .txt files to .md files
- Add frontmatter configuration to each agent file
- Update opencode.json to reference new markdown files
- Add missing plan.md agent for analysis and planning
- Include docs-writer agent in main configuration
- Remove deprecated prompts/ directory
Benefits:
- Unified markdown format for all agents
- Self-contained agent configuration
- Better maintainability and version control
- Consistent structure across all agents
- Document when and how to update global configuration
- Include specific scenarios for different types of changes
- Provide step-by-step update workflow
- Add verification and testing instructions
- Recommend best practices for development vs deployment
- Add comprehensive global setup documentation
- Create ~/.config/opencode/config.json with all agents
- Copy all prompt files to global location
- Update README with detailed global configuration steps
- Include verification instructions and structure overview
- Added 4 integration methods (copy, global, project-specific, selective)
- Included step-by-step instructions for each method
- Added project-specific customization ideas
- Included troubleshooting and best practices
- Added examples for web development, data science, and DevOps projects