create-lore 0.14.6 → 0.15.0
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/SECURITY.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -8,9 +8,9 @@ AI coding agents (Claude Code, Cursor, OpenCode) forget everything between sessi
|
|
|
8
8
|
|
|
9
9
|
## What Lore Does
|
|
10
10
|
|
|
11
|
-
Lore is a harness that wraps your coding agent in a git-versioned knowledge base with
|
|
11
|
+
Lore is a harness that wraps your coding agent in a git-versioned knowledge base with rule enforcement, orchestrated delegation, and work tracking. Hooks fire automatically to reinforce knowledge capture as you work. Fieldnotes become skills, rules are enforced at write-time, and complex work delegates to focused workers loaded with curated skills.
|
|
12
12
|
|
|
13
|
-
- **Skills** — API quirks, auth
|
|
13
|
+
- **Skills** — API quirks, auth fieldnotes, encoding tricks. Captured once, loaded forever.
|
|
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.
|
package/SECURITY.md
CHANGED