Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion agents/readme-writer.agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
2 changes: 1 addition & 1 deletion workflows/doc-update-checker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down