6 Commits

Author SHA1 Message Date
895ee0aa62 Convert all agents to markdown format with frontmatter configuration
- 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
2025-11-10 21:09:17 +01:00
acaa7408a9 Add global configuration update documentation
- 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
2025-11-10 12:57:02 +01:00
4e6b2d8a78 Complete global configuration setup
- 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
2025-11-10 12:53:53 +01:00
1a162a2447 Add comprehensive guide for using agents with different projects
- 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
2025-11-10 12:48:11 +01:00
100543a701 Initial commit: OpenCode agents project with mixed configuration methods
- Added opencode.json with 5 agents (4 prompt-based, 1 markdown-based)
- Created .opencode/agent/docs-writer.md (markdown-based agent)
- Added prompts/ directory with 4 prompt files
- Configured mixed agent setup demonstrating both methods
- Added comprehensive README.md and .gitignore
- Saved Gitea configuration for remote repository access
2025-11-10 12:37:25 +01:00
7eb3af9b7e Initial commit 2025-11-10 12:34:39 +01:00