@nrafinia/csmesh 0.8.1 → 0.8.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -536,7 +536,7 @@ csmesh usage --tail 10 # Last 10 raw invocations
|
|
|
536
536
|
```
|
|
537
537
|
|
|
538
538
|
#### `csmesh doctor`
|
|
539
|
-
Diagnoses index freshness, dirty files, caller attribution, and agent skill configurations. It warns when a project's compilation reports CS8795 — a source generator whose output is not on disk — naming the project, the count, and the `EmitCompilerGeneratedFiles=true` build that fixes it. It also warns when a `PackageReference` names an in-scope project's package id: that project's types are not bound through the package, and a `ProjectReference` is the fix.
|
|
539
|
+
Diagnoses index freshness, dirty files, caller attribution, and agent skill configurations. It warns when a project's compilation reports CS8795 — a source generator whose output is not on disk — naming the project, the count, and the `EmitCompilerGeneratedFiles=true` build that fixes it. It also warns when a `PackageReference` names an in-scope project's package id: that project's types are not bound through the package, and a `ProjectReference` is the fix. It also names the solution files that were found but did not fully decide scope, showing how many of their project paths matched on disk and why one could not be read, and states when the scope fell back to the `ProjectReference` closure.
|
|
540
540
|
```bash
|
|
541
541
|
csmesh doctor
|
|
542
542
|
```
|
package/package.json
CHANGED