napkin-ai 0.4.1 → 0.4.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 +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# napkin
|
|
2
2
|
|
|
3
|
-
🧻 Knowledge system for
|
|
3
|
+
🧻 Knowledge system for agents. Local-first, file-based, progressively disclosed.
|
|
4
4
|
|
|
5
5
|
Every great idea started on a napkin.
|
|
6
6
|
|
|
@@ -50,7 +50,7 @@ my-project/
|
|
|
50
50
|
|
|
51
51
|
## Progressive Disclosure
|
|
52
52
|
|
|
53
|
-
napkin is designed as a memory system for
|
|
53
|
+
napkin is designed as a memory system for agents. Instead of dumping the full vault into context, it reveals information gradually:
|
|
54
54
|
|
|
55
55
|
| Level | Command | Tokens | What it does |
|
|
56
56
|
|-------|---------|--------|-------------|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "napkin-ai",
|
|
3
|
-
"version": "0.4.
|
|
4
|
-
"description": "🧻 Knowledge system for
|
|
3
|
+
"version": "0.4.2",
|
|
4
|
+
"description": "🧻 Knowledge system for agents. Local-first, file-based, progressively disclosed.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/main.js",
|
|
7
7
|
"bin": {
|
|
@@ -27,11 +27,11 @@
|
|
|
27
27
|
},
|
|
28
28
|
"repository": {
|
|
29
29
|
"type": "git",
|
|
30
|
-
"url": "git+https://github.com/
|
|
30
|
+
"url": "git+https://github.com/Michaelliv/napkin.git"
|
|
31
31
|
},
|
|
32
|
-
"homepage": "https://github.com/
|
|
32
|
+
"homepage": "https://github.com/Michaelliv/napkin#readme",
|
|
33
33
|
"bugs": {
|
|
34
|
-
"url": "https://github.com/
|
|
34
|
+
"url": "https://github.com/Michaelliv/napkin/issues"
|
|
35
35
|
},
|
|
36
36
|
"keywords": [
|
|
37
37
|
"obsidian",
|