slopbrick 0.37.0 → 0.40.0

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 CHANGED
@@ -46,7 +46,7 @@ on every scan — your repository, encoded for the next agent.
46
46
  lib, modal system, API client) once. The agent and the linter
47
47
  enforce it together.
48
48
 
49
- **Status:** v0.21.0 (current). See the [CHANGELOG](./CHANGELOG.md) for
49
+ **Status:** v0.38.0 (current). See the [CHANGELOG](./CHANGELOG.md) for
50
50
  the full release notes.
51
51
 
52
52
  ---
@@ -229,7 +229,7 @@ Next step:
229
229
  | Understand the Slop Index vs Coherence | [`docs/scoring-explained.md`](./docs/scoring-explained.md) |
230
230
  | Connect Claude Code / Cursor / Copilot | [`docs/MCP.md`](./docs/MCP.md) |
231
231
  | See the 4 `.slopbrick/` artifacts (structure, inventory, ...) | [`docs/repository-structure.md`](./docs/repository-structure.md) |
232
- | See the 95 rules (per-rule descriptions + citations) | [`docs/rule-catalog.md`](./docs/rule-catalog.md) |
232
+ | See the 103 rules (per-rule descriptions + citations) | [`docs/rule-catalog.md`](./docs/rule-catalog.md) |
233
233
  | See how the engine works (parser → facts → rules) | [`docs/architecture.md`](./docs/architecture.md) |
234
234
  | See which frameworks are supported | [`docs/framework-parity-matrix.md`](./docs/framework-parity-matrix.md) |
235
235
  | See what's changed in each release | [`CHANGELOG.md`](./CHANGELOG.md) |