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 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 convention enforcement, orchestrated delegation, and work tracking. Hooks fire automatically to reinforce knowledge capture as you work. Gotchas become skills, conventions are enforced at write-time, and complex work delegates to focused workers loaded with curated skills.
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 gotchas, encoding tricks. Captured once, loaded forever.
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
@@ -21,4 +21,4 @@ We will acknowledge receipt within 48 hours and provide a timeline for a fix.
21
21
 
22
22
  | Version | Supported |
23
23
  | ------- | --------- |
24
- | 0.14.x | Yes |
24
+ | 0.15.x | Yes |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-lore",
3
- "version": "0.14.6",
3
+ "version": "0.15.0",
4
4
  "description": "Scaffold a new Lore coding agent harness",
5
5
  "bin": {
6
6
  "create-lore": "bin/create-lore.js"