llm-wiki-stack 1.0.1 → 1.0.3
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 +6 -11
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
English | [中文](README_ZH.md)
|
|
2
|
+
|
|
1
3
|
# llm-wiki-stack
|
|
2
4
|
|
|
3
5
|
Obsidian-based knowledge base compiler. Turns fragmented source notes into an interconnected concept network, powered by LLM compilation.
|
|
@@ -11,20 +13,15 @@ Most note systems are **warehouses** — you put things in. This is a **compiler
|
|
|
11
13
|
(source of truth) (concept network) (your opinions)
|
|
12
14
|
```
|
|
13
15
|
|
|
16
|
+
**Knowledge compiled once, precipitates continuously, compounding over time.**
|
|
17
|
+
|
|
14
18
|
## Install
|
|
15
19
|
|
|
16
20
|
```bash
|
|
17
21
|
npx llm-wiki-stack
|
|
18
22
|
```
|
|
19
23
|
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
Or clone manually:
|
|
23
|
-
|
|
24
|
-
```bash
|
|
25
|
-
git clone https://github.com/<your-username>/llm-wiki-stack.git
|
|
26
|
-
cp -R llm-wiki-stack/skills/* ~/.claude/skills/
|
|
27
|
-
```
|
|
24
|
+
Copies 5 skills into `~/.claude/skills/`. Ready to use in Claude Code.
|
|
28
25
|
|
|
29
26
|
## Commands
|
|
30
27
|
|
|
@@ -55,9 +52,7 @@ cp -R llm-wiki-stack/skills/* ~/.claude/skills/
|
|
|
55
52
|
|
|
56
53
|
## Requirements
|
|
57
54
|
|
|
58
|
-
- [Claude Code](https://docs.anthropic.com/en/docs/claude-code) or compatible AI
|
|
59
|
-
- [Obsidian](https://obsidian.md/) (recommended, for graph visualization)
|
|
60
|
-
- Git (for version control)
|
|
55
|
+
- [Claude Code](https://docs.anthropic.com/en/docs/claude-code) or compatible AI agent
|
|
61
56
|
|
|
62
57
|
## License
|
|
63
58
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "llm-wiki-stack",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.3",
|
|
4
4
|
"description": "Obsidian knowledge base compiler — three-layer architecture (raw → wiki → outputs) with concept evolution, cross-reference integrity, and health checks. Command-driven, AI-maintained, plain Markdown.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"bin": {
|