@justestif/pk 0.3.0 → 0.3.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 +14 -30
- package/dist/index.js +16001 -31293
- package/package.json +1 -2
- package/skill/references/knowledge-model.md +1 -1
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@justestif/pk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.2",
|
|
5
5
|
"description": "Project knowledge — structured intake, search, and recall",
|
|
6
6
|
"bin": {
|
|
7
7
|
"pk": "dist/index.js"
|
|
@@ -21,7 +21,6 @@
|
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"@clack/prompts": "^1.3.0",
|
|
24
|
-
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
25
24
|
"commander": "^14.0.0",
|
|
26
25
|
"gray-matter": "^4.0.3",
|
|
27
26
|
"markdownlint": "^0.40.0",
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
This system is project-specific. It is not a personal second brain, a full wiki platform, or a semantic memory database.
|
|
6
6
|
|
|
7
|
-
The canonical store is plain markdown files managed via `pk`
|
|
7
|
+
The canonical store is plain markdown files managed via the `pk` CLI. The root directory is set by `PK_KNOWLEDGE_DIR`. The knowledge base is for durable context and future answers — not for task tracking.
|
|
8
8
|
|
|
9
9
|
## Folder and Type Rules
|
|
10
10
|
|