Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

llmwiki-cli

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

llmwiki-cli - npm Package Compare versions

Comparing version
0.1.4
to
0.1.5
+1
-1
package.json
{
"name": "llmwiki-cli",
"version": "0.1.4",
"version": "0.1.5",
"description": "CLI tool for LLM agents to build and maintain personal knowledge bases",

@@ -5,0 +5,0 @@ "repository": {

@@ -147,2 +147,6 @@ # llmwiki-cli

## LLM Agent Skill Guide
Run `wiki skill` to print the full guide, or see [`docs/SKILL.md`](docs/SKILL.md) for the source. Covers workflows, command patterns, page format, and common gotchas for LLM agents.
## How LLM Agents Use This

@@ -227,3 +231,3 @@

bun install
bun test # 93 tests
bun test # 192 tests
bun run build # bundle to dist/wiki.js

@@ -233,4 +237,8 @@ bun run dev -- --help

## DATA
![Visitors](https://visitor-badge.laobi.icu/badge?page_id=doum1004.llmwiki-cli)
## License
MIT

Sorry, the diff of this file is too big to display