diff --git a/agents/readme-writer.agent.md b/agents/readme-writer.agent.md index d4ab4e3..0435534 100644 --- a/agents/readme-writer.agent.md +++ b/agents/readme-writer.agent.md @@ -56,6 +56,10 @@ After all files have been written, produce a summary of what was done: List every `README.md` that was in scope (all project roots + repository root), and indicate whether it was **Created** (did not exist before), **Updated** (existed and was modified), or **Unchanged** (existed and was already accurate). +### Step 4 — Create Pull Request + +Create a pull request with all changed `README.md` files. **Add the `documentation` label** to the pull request. + --- ## Constraints @@ -64,4 +68,4 @@ List every `README.md` that was in scope (all project roots + repository root), - Do not modify any files other than `README.md` files (repository root and project roots). - Do not modify `CatalogInformation/README.md` — that file is NOT managed by you. - If a project root already has a fully accurate `README.md` that follows the required structure, leave it unchanged. -- If the repository is **private**, remove any existing sections titled "About DataMiner" or "About Skyline Communications" from README files when creating or updating them. These are boilerplate sections intended for public-facing documentation and are not appropriate in private repositories. +- If the repository is **private**, remove any existing sections titled "About DataMiner" or "About Skyline Communications" from README files when creating or updating them. These are boilerplate sections intended for public-facing documentation and are not appropriate in private repositories. \ No newline at end of file diff --git a/workflows/doc-update-checker.md b/workflows/doc-update-checker.md index be1662a..c2125f9 100644 --- a/workflows/doc-update-checker.md +++ b/workflows/doc-update-checker.md @@ -21,7 +21,7 @@ timeout-minutes: 15 inlined-imports: true imports: - - SkylineCommunications/_ReusableAgenticWorkflows/agents/doc-update-check.agent.md + - SkylineCommunications/_ReusableAgenticWorkflows/agents/doc-update-checker.agent.md checkout: sparse-checkout: |