Skip to content

Commit 0bcf506

Browse files
Keep audit handoffs non-mutating
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent ed2a4e8 commit 0bcf506

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

  • .github/plugin/psmodule/skills/psmodule-repository-audit

.github/plugin/psmodule/skills/psmodule-repository-audit/SKILL.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@ in `Template-PSModule`.
108108
functional exception must be documented in the target and reported as an
109109
accepted difference.
110110

111-
Use
112-
[`psmodule-zensical-migration`](../psmodule-zensical-migration/SKILL.md) when
113-
the target still uses MkDocs or requires a documentation layout migration.
111+
When the target still uses MkDocs or requires a documentation layout
112+
migration, report
113+
[`psmodule-zensical-migration`](../psmodule-zensical-migration/SKILL.md) as
114+
required follow-up. Do not invoke a migration skill from this read-only audit.
114115

115116
## Pester and workflow contracts
116117

@@ -120,7 +121,7 @@ template's Pester baseline, report
120121
[`psmodule-pester-migration`](../psmodule-pester-migration/SKILL.md) as required
121122
follow-up. If the Process-PSModule caller needs a major-version migration,
122123
report [`psmodule-v8-upgrade`](../psmodule-v8-upgrade/SKILL.md) as required
123-
follow-up. Do not invoke either migration from this read-only audit.
124+
follow-up.
124125

125126
## Audit output
126127

0 commit comments

Comments
 (0)