@manukyalo/scopelock 3.0.1 → 3.0.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 CHANGED
@@ -1,6 +1,8 @@
1
- # scopelock v3.0
2
-
3
- **Anti-hallucination scope locking for AI coding agents.**
1
+ <div align="center">
2
+ <img src="assets/logo.png" width="200" alt="scopelock logo" />
3
+ <h1>scopelock v3.0</h1>
4
+ <p><strong>Anti-hallucination scope locking for AI coding agents.</strong></p>
5
+ </div>
4
6
 
5
7
  ```bash
6
8
  npm install -g @manukyalo/scopelock
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@manukyalo/scopelock",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "description": "Anti-hallucination scope locking for AI coding agents.",
5
5
  "main": "bin/scopelock.js",
6
6
  "bin": {