Skip to content

Commit 051231d

Browse files
Add multi-repo organization tips to FAQ
- Added new FAQ section for users in organizations with multiple repositories - Covers repository access, discovery, and navigation best practices - Includes tips for team coordination and repository-specific configuration - Provides clear guidance for getting started with multi-repo workflows Co-authored-by: Edo Pujol <[email protected]>
1 parent 105ea0b commit 051231d

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/introduction/faq.mdx

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,27 @@ iconType: "solid"
5353
issues](https://github.com/codegen-sh/codegen-sdk) for bug reports or SDK
5454
feature requests 3. Reach out to us on [Twitter](https://x.com/codegen)
5555
</Accordion>
56+
<Accordion title="How do I work with multiple repositories in my organization?" icon="folder-tree">
57+
If your organization has multiple repositories, here are some tips to get started effectively:
58+
59+
**Repository Access & Discovery:**
60+
- Visit [codegen.com/repos](https://codegen.com/repos) to see all repositories you have access to
61+
- Use the "Configure GitHub" button to manage repository permissions
62+
- Codegen agents can work across any repository where the GitHub App is installed
63+
64+
**Best Practices:**
65+
- **Start Small**: Begin with 1-2 key repositories to get familiar with Codegen's workflow
66+
- **Repository-Specific Rules**: Use [Repository Rules](/settings/repo-rules) to set coding standards and preferences for each repo
67+
- **Clear Context**: When requesting work, specify which repository you want the agent to work on (e.g., "@codegen in the frontend repo, please...")
68+
- **Team Coordination**: Use [Team Roles](/settings/team-roles) to manage access and permissions across your organization
69+
70+
**Navigation Tips:**
71+
- Agents automatically detect which repository context is needed based on your requests
72+
- You can explicitly mention repository names in Slack, Linear, or API calls
73+
- Repository settings and rules are inherited from your organization but can be customized per repo
74+
75+
<Tip>
76+
For large organizations with many repositories, consider setting up organization-wide rules first, then customizing specific repositories as needed.
77+
</Tip>
78+
</Accordion>
5679
</AccordionGroup>

0 commit comments

Comments
 (0)