|
60 | 60 | path: ./other-repo # optional; defaults to /tmp/gh-aw/qmd-checkout-<name> |
61 | 61 | ``` |
62 | 62 |
|
63 | | -Each `checkout:` entry accepts the same options as the top-level [`checkout:`](/gh-aw/reference/frontmatter/#checkout) field: `repository`, `ref`, `path`, `token`, `fetch-depth`, `sparse-checkout`, `submodules`, and `lfs`. |
| 63 | +Each `checkout:` entry accepts the same options as the top-level [`checkout:`](/gh-aw/reference/frontmatter/#repository-checkout-checkout) field: `repository`, `ref`, `path`, `token`, `fetch-depth`, `sparse-checkout`, `submodules`, and `lfs`. |
64 | 64 |
|
65 | 65 | The optional `context:` field provides additional hints to the agent about the collection's content (e.g. product area, audience, or version). |
66 | 66 |
|
@@ -156,7 +156,7 @@ tools: |
156 | 156 | | `name` | `string` | No | Collection identifier (defaults to `"docs-<index>"`). | |
157 | 157 | | `paths` | `string[]` | No | Glob patterns for files to include (defaults to `**/*.md`). | |
158 | 158 | | `context` | `string` | No | Optional context hint for the agent about this collection's content (e.g. `"GitHub Actions documentation"`). | |
159 | | -| `checkout` | `CheckoutConfig` | No | Repository checkout options — same syntax as the top-level [`checkout:`](/gh-aw/reference/frontmatter/#checkout) field. Defaults to the current repository. | |
| 159 | +| `checkout` | `CheckoutConfig` | No | Repository checkout options — same syntax as the top-level [`checkout:`](/gh-aw/reference/frontmatter/#repository-checkout-checkout) field. Defaults to the current repository. | |
160 | 160 |
|
161 | 161 | ### `QmdSearchEntry` fields |
162 | 162 |
|
@@ -191,6 +191,6 @@ The tool returns file paths ranked by relevance. Use standard file reading to fe |
191 | 191 | ## Related Documentation |
192 | 192 |
|
193 | 193 | - [Tools](/gh-aw/reference/tools/) - Overview of all built-in tools |
194 | | -- [Frontmatter](/gh-aw/reference/frontmatter/#checkout) - Top-level checkout configuration |
| 194 | +- [Frontmatter](/gh-aw/reference/frontmatter/#repository-checkout-checkout) - Top-level checkout configuration |
195 | 195 | - [Permissions](/gh-aw/reference/permissions/) - GitHub Actions permission configuration |
196 | 196 | - [Dependabot](/gh-aw/reference/dependabot/) - Automatic dependency updates (tracks `@tobilu/qmd` version) |
0 commit comments