Generate repository knowledge and make it available to Qoder tasks.
Repo Wiki turns a code repository into structured project knowledge. Use it when you need to understand architecture, trace an implementation, assess change impact, or help a new contributor learn the codebase.
Open a task in the same workspace and state the question or change clearly. Useful prompts include:
Find a repository
- Select Knowledge Center in the sidebar.
- Open the Repo Wiki tab.
- Search for the repository, then use Generation Status to show All, Generated, or Not generated projects.
- Switch between Grid view and List view when that makes the list easier to scan. Select Refresh to reload status.
Generate Repo Wiki
- Open a repository that is marked Not generated, or select Go to generate.
- Choose English or 简体中文 under Language.
- Review the generation options:
- Auto Update incrementally refreshes the Wiki when code changes.
- Auto Export exports Markdown after generation.
- Citation lets agents use the generated knowledge as task context.
- Select Generate Repo Wiki.
Use it in a task
Open a task in the same workspace and state the question or change clearly. Useful prompts include:
- Explain how a request moves through the main modules.
- Locate the implementation and callers of a feature.
- Summarize dependencies and likely impact before a change.
- Identify repository conventions that should guide an implementation.
Keep the result useful
- Keep source code and repository documentation current.
- Exclude generated output, dependencies, caches, and unrelated paths from workspace indexing.
- After material repository changes, check the Repo Wiki status and update the generated knowledge.
- Ask a representative architecture or implementation question after generation to confirm that the expected context is available.