diff --git a/.agents/skills/dotnet-inspect/SKILL.md b/.agents/skills/dotnet-inspect/SKILL.md index edec871..76d2196 100644 --- a/.agents/skills/dotnet-inspect/SKILL.md +++ b/.agents/skills/dotnet-inspect/SKILL.md @@ -1,6 +1,6 @@ --- name: dotnet-inspect -version: 0.12.0 +version: 0.13.0 description: Find evidence instead of guessing for .NET packages, platform libraries, local assemblies, APIs, dependencies, SourceLink/source, and API version diffs. --- @@ -19,7 +19,7 @@ dnx dotnet-inspect -y -- | Find an API | `find Pattern`, then reuse the reported `--platform`, `--package`, or `--library`. | | Inspect overloads | `member Type --platform Lib -m Name -S "Member Index"` | | Select an overload | `member Type --platform Lib Name:1` or `Name~digest` | -| Source/implementation | `member Type Name:1 -S @Source`, `-S Calls`, `-S Callers`, `-S IL` | +| Source/implementation | `type Type -S "Source Files"`; `member Type Name:1 -S @Source`; `library/package Foo -S "Source Files"` | | Inspect a type | `type Type --package Foo`; add `--all` for non-public/hidden/extra members. | | Compare APIs | `diff --package Foo@old..new --breaking`; use `--additive` for new APIs. | | Inspect packages | `package Foo -S Signals`, `-S "Library Files"`, `--library` | @@ -75,10 +75,10 @@ dnx dotnet-inspect -y -- package Microsoft.Extensions.AI --path @readme --conten dnx dotnet-inspect -y -- package Microsoft.Extensions.AI Microsoft.Extensions.AI.OpenAI --path @readme --content --jsonl dnx dotnet-inspect -y -- project ./App --agents-index --jsonl dnx dotnet-inspect -y -- package Microsoft.Extensions.AI --library -S @Integrations -dnx dotnet-inspect -y -- library System.Text.Json -S Switches +dnx dotnet-inspect -y -- library System.Text.Json -S "Source Files" ``` -Use `package Foo --library` for the primary DLL when unambiguous; add a DLL name or use `--all-libraries` for multi-library packages. `Signals` reports observations, not trust: SourceLink, determinism, trim/AOT, memory-safety metadata, unsafe/PInvoke, references, TFMs, manifest/docs, license, vulnerabilities, package age, and dependency risk. +Use `package Foo --library` for the primary DLL when unambiguous; add a DLL name or use `--all-libraries` for multi-library packages. Use `-S "Source Files"` for SourceLink type-to-URL rows. `Signals` reports observations, not trust: SourceLink, determinism, trim/AOT, memory-safety metadata, unsafe/PInvoke, references, TFMs, manifest/docs, license, vulnerabilities, package age, and dependency risk. ## Other workflows diff --git a/apm.lock.yaml b/apm.lock.yaml index 3e91338..c398c41 100644 --- a/apm.lock.yaml +++ b/apm.lock.yaml @@ -1,10 +1,10 @@ lockfile_version: '1' -generated_at: '2026-06-22T17:41:58.841282+00:00' +generated_at: '2026-06-23T15:52:11.964372+00:00' apm_version: 0.14.0 dependencies: - repo_url: Faithlife/RepoConventions host: github.com - resolved_commit: 7f58c0678f9efefb2453908032e0ee28a42d7097 + resolved_commit: eeb9301ff6daf3039ef23cbc999914508b82dc28 virtual_path: skills/repo-conventions is_virtual: true package_type: claude_skill @@ -13,10 +13,10 @@ dependencies: content_hash: sha256:6e4dc45d96d7adc8f1d3e3300d9ee90eef9c2d0231ea83ad86fed64fca105034 - repo_url: richlander/dotnet-inspect host: github.com - resolved_commit: 0abdc4de48bb2efe9b3eaed39d2daa7aa3e6b534 + resolved_commit: 724c4d47ec0a233d510c32c077dde87ad0c25a11 virtual_path: skills/dotnet-inspect is_virtual: true package_type: claude_skill deployed_files: - .agents/skills/dotnet-inspect - content_hash: sha256:da19863fa0a920a6eb3efef70b44fb618cc0c8492771ecf8130f50bb01b1e6c2 + content_hash: sha256:262ffacd0085e68677cc4b12ae4fc8bfda66ac1069123c52381811f9ef4bf6a8