-
Notifications
You must be signed in to change notification settings - Fork 296
[docs] docs: unbloat SideRepoOps page #19906
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -11,16 +11,7 @@ SideRepoOps is a development pattern where you run agentic workflows from a sepa | |||||
|
|
||||||
| ## When to Use SideRepoOps | ||||||
|
|
||||||
| **Getting Started**: SideRepoOps is ideal when you're new to agentic workflows and want a low-risk way to experiment. You can test automation without adding files to your main repository or worrying about breaking existing workflows. | ||||||
|
|
||||||
| **Key Benefits**: | ||||||
| - **Zero friction** - No changes needed to your main repository | ||||||
| - **Clean separation** - AI-generated issues stay separate from organic development | ||||||
| - **Private workflows** - Store sensitive automation logic in a private repository | ||||||
| - **Safe experimentation** - Perfect for testing and learning before production deployment | ||||||
| - **Centralized automation** - Manage workflows for repositories you don't directly control | ||||||
|
|
||||||
| Use SideRepoOps for workflow experimentation, creating a centralized automation hub, or managing automation for multiple repositories. | ||||||
| SideRepoOps is ideal when you're new to agentic workflows and want a low-risk way to experiment — no changes needed to your main repository, AI-generated issues stay separate from organic development, and sensitive automation logic remains in a private repository. Use it for workflow experimentation, centralized automation across multiple repositories, or managing workflows for repositories you don't directly control. | ||||||
|
||||||
| SideRepoOps is ideal when you're new to agentic workflows and want a low-risk way to experiment — no changes needed to your main repository, AI-generated issues stay separate from organic development, and sensitive automation logic remains in a private repository. Use it for workflow experimentation, centralized automation across multiple repositories, or managing workflows for repositories you don't directly control. | |
| SideRepoOps is ideal when you're new to agentic workflows and want a low-risk way to experiment, as it requires no changes to your main repository, keeps AI-generated issues separate from organic development, and ensures that sensitive automation logic remains in a private repository. Use it for workflow experimentation, centralized automation across multiple repositories, or managing workflows for repositories you don't directly control. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Combining "Related Patterns" and "Related Documentation" into a single "Related" section with dot-separated inline links is a clean improvement. This saves vertical space while maintaining discoverability.
Copilot
AI
Mar 7, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This page now uses a non-standard "## Related" section with inline link lists. Across the docs, the established convention is to use separate "## Related Patterns" and "## Related Documentation" headings (e.g., docs/src/content/docs/patterns/multi-repo-ops.md:256-269, docs/src/content/docs/patterns/central-repo-ops.mdx:401-407). Consider keeping those headings here (even if you keep the compact inline link format) to maintain consistent navigation and searchability.
This issue also appears on line 388 of the same file.
See below for a potential fix:
## Related Patterns
**Patterns**: [MultiRepoOps](/gh-aw/patterns/multi-repo-ops/) · [Orchestration](/gh-aw/patterns/orchestration/) · [IssueOps](/gh-aw/patterns/issue-ops/)
## Related Documentation
Uh oh!
There was an error while loading. Please reload this page.