create-lore 0.14.1 → 0.14.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 +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -14,7 +14,7 @@ Lore is a harness that wraps your coding agent in a git-versioned knowledge base
14
14
  - **Knowledge docs** — Environment details, runbooks, architecture decisions. Accumulated across sessions.
15
15
  - **Work tracking** — Roadmaps, plans, and brainstorms that persist and appear in every session banner.
16
16
  - **Hooks** — Session init, capture reminders, memory protection. All automatic.
17
- - **Docs UI & Semantic Search** — Run `/lore-docker` to start a local Docker sidecar. Gives agents semantic search over the full knowledge base and opens a live MkDocs site for browsing it visually. Falls back to Grep/Glob without Docker — works for small knowledge bases, degrades as docs grow.
17
+ - **Docs UI & Semantic Search** — Tell your agent to start the docs sidecar. It pulls a local Docker image that gives agents semantic search over the full knowledge base and opens a live MkDocs site for browsing it visually. Falls back to Grep/Glob without Docker — works for small knowledge bases, degrades as docs grow.
18
18
 
19
19
  ## Quick Start
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-lore",
3
- "version": "0.14.1",
3
+ "version": "0.14.2",
4
4
  "description": "Scaffold a new Lore coding agent harness",
5
5
  "bin": {
6
6
  "create-lore": "bin/create-lore.js"