n2-clotho 2.0.1 โ†’ 2.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.
Files changed (2) hide show
  1. package/README.md +2 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -77,6 +77,8 @@ Clotho introduces `.n2` โ€” a compiled instruction language with:
77
77
 
78
78
  ### Installation
79
79
 
80
+ > ๐Ÿ’ก **The easiest way to get started?** Just ask your AI to write a `.n2` file for you.
81
+
80
82
  ```bash
81
83
  # npm (WASM โ€” use in Node.js)
82
84
  npm install n2-clotho
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "n2-clotho",
3
3
  "description": "๐Ÿงต Compiled instruction language for AI agents. Replace GEMINI.md, .cursorrules, CLAUDE.md with enforceable .n2 rules.",
4
- "version": "2.0.1",
4
+ "version": "2.0.2",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {
7
7
  "type": "git",