Skip to content

Commit ac3d640

Browse files
authored
Merge branch 'main' into copilot/fix-push-wiki-call-issues
2 parents ed2f6c7 + 1199e4a commit ac3d640

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

docs/agentic-wiki-coder.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,12 @@ It does **not** open a PR for typo fixes, formatting changes, or clarifications
5555

5656
### Setup
5757

58-
This workflow requires your repository to have a wiki enabled. It pairs naturally with [Agentic Wiki Writer](agentic-wiki-writer.md) to create a full bidirectional documentation loop.
58+
This workflow requires your repository to have a wiki enabled and initialized:
59+
60+
1. **Enable the wiki**: Go to your repository's **Settings****Features** and check the **Wikis** checkbox.
61+
2. **Initialize the wiki**: Go to the **Wiki** tab and create a blank page (e.g. "Home"). GitHub does not create the underlying wiki git repository until at least one page exists.
62+
63+
It pairs naturally with [Agentic Wiki Writer](agentic-wiki-writer.md) to create a full bidirectional documentation loop.
5964

6065
After editing the workflow file, run `gh aw compile` to update the compiled workflow and commit all changes to the default branch.
6166

docs/agentic-wiki-writer.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
The [Agentic Wiki Writer workflow](../workflows/agentic-wiki-writer.md?plain=1) keeps your project's GitHub wiki synchronized with the codebase. Once a day (if any pull requests were merged to the default branch), it reads a `PAGES.md` template to understand what to document, then writes wiki pages directly from the source code. You can also trigger it manually on demand.
88

99
> [!WARNING]
10-
> **The repository wiki must be initialized before running this workflow.** GitHub does not create the wiki git repository until at least one page exists. Go to your repository's **Wiki** tab and create a blank page (e.g. "Home") to initialize it. The workflow will fail with a git clone error if this step is skipped.
10+
> **The repository wiki must be enabled and initialized before running this workflow.**
11+
> 1. **Enable the wiki**: Go to your repository's **Settings****Features** and check the **Wikis** checkbox.
12+
> 2. **Initialize the wiki**: Go to the **Wiki** tab and create a blank page (e.g. "Home"). GitHub does not create the underlying wiki git repository until at least one page exists. The workflow will fail with a git clone error if this step is skipped.
1113
1214
## Installation
1315

0 commit comments

Comments
 (0)