We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7fed7 commit cd39339Copy full SHA for cd39339
1 file changed
CHANGELOG.md
@@ -23,7 +23,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
23
- **Symlink escape detection** — `references.escape` errors when a file reference resolves outside the skill directory (CWE-59).
24
- **GitHub Actions CI workflow** — test matrix across Python 3.10–3.13 on Ubuntu, macOS, and Windows; compile check; package build verification.
25
- **PEP 561 `py.typed` marker** — enables downstream type-checking for library consumers.
26
-- **Case study** — documented the silent VS Code skill failure caused by name/directory mismatch.
+- **[Case study](docs/case-study-silent-skill-failure.md)** — documented the silent VS Code skill failure caused by name/directory mismatch.
27
- This changelog.
28
29
### Changed
0 commit comments