mirror of
https://github.com/magnus919/agent-skills.git
synced 2026-09-11 19:47:12 +03:00
chore(docs): pin npx package versions in skill docs (Fixes #381)
Pin copy-pasteable npx invocations to explicit versions so agents executing them verbatim get reproducible behavior: - playwright docs: npx playwright@1.62.1 (SKILL.md, README.md, references 02-selectors / 05-ci-integration / 07-accessibility) - mermaid-diagrams: @mermaid-js/mermaid-cli@11.16.0 (SKILL.md, references/pdf-rendering-pipeline.md) - hugo-theme seo-outputs-testing: @axe-core/cli@4.13.0 - agent-skills using-scripts.md: strengthen version-pinning bullet into a normative rule for copy-pasteable commands Reword the anydoc cli-reference "Version pinning" prose so the anti-pattern is explained didactically without presenting an unpinned command as a recipe; the @0.1.6 house pin is unchanged. Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
co-authored by
factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
parent
688611ec15
commit
b0845776a1
@@ -305,7 +305,7 @@ jobs:
|
||||
|
||||
- name: Accessibility audit
|
||||
run: |
|
||||
npx @axe-core/cli http://localhost:1313/ --exit --stdout || true
|
||||
npx @axe-core/cli@4.13.0 http://localhost:1313/ --exit --stdout || true
|
||||
|
||||
```
|
||||
|
||||
@@ -315,7 +315,7 @@ jobs:
|
||||
|------|---------|-------------|
|
||||
| `html5validator` | HTML spec compliance | `pip install html5validator` |
|
||||
| `broken-link-checker` | Dead links | `npm install broken-link-checker` |
|
||||
| `@axe-core/cli` | Accessibility | `npx @axe-core/cli` |
|
||||
| `@axe-core/cli` | Accessibility | `npx @axe-core/cli@4.13.0` |
|
||||
| `hugo --templateMetrics` | Template performance | Built-in CLI flag |
|
||||
| `hugo --renderToMemory` | Build without writing to disk | `hugo --renderToMemory --gc` |
|
||||
| `hugo mod verify` | Module integrity | Built-in |
|
||||
|
||||
Reference in New Issue
Block a user