@opum-ai/lore 0.3.4 → 0.3.5

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 +7 -4
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -142,10 +142,13 @@ three modes with precedence `--json` > `--plain` > pretty:
142
142
  stderr as `{error_type, message, hint, input}`.
143
143
 
144
144
  ```bash
145
- # 1. Scaffold the OKF bundle (docs/, .lore/, root index.md). On a bare TTY
146
- # invocation this runs a guided wizard for the rest of onboarding too
147
- # (agent bridge, doc-site scaffolds, backlog check); off a TTY (CI, this
148
- # snippet) it's exactly this the bundle only, non-interactively.
145
+ # 1. Scaffold the OKF bundle (docs/, .lore/, root index.md). This needs a git
146
+ # repository `lore sync` reads git history and the default tracker's own
147
+ # `quest init` refuses a non-worktree path. On a bare TTY invocation the
148
+ # wizard offers to run `git init` for you, then covers the rest of
149
+ # onboarding (agent bridge, doc-site scaffolds, tracker check); off a TTY
150
+ # (CI, this snippet) it's exactly this — the bundle only, non-interactively.
151
+ # Add `--allow-no-git` for a docs-only bundle outside a repository.
149
152
  lore init
150
153
 
151
154
  # 2. Create typed concepts from frontmatter templates.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opum-ai/lore",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "author": "Jeremy Newhouse",
5
5
  "repository": {
6
6
  "type": "git",
@@ -22,12 +22,12 @@
22
22
  "zod": "4.4.3"
23
23
  },
24
24
  "optionalDependencies": {
25
- "@opum-ai/lore-darwin-arm64": "0.3.4",
26
- "@opum-ai/lore-darwin-x64": "0.3.4",
27
- "@opum-ai/lore-linux-arm64": "0.3.4",
28
- "@opum-ai/lore-linux-x64": "0.3.4",
29
- "@opum-ai/lore-win32-arm64": "0.3.4",
30
- "@opum-ai/lore-win32-x64": "0.3.4"
25
+ "@opum-ai/lore-darwin-arm64": "0.3.5",
26
+ "@opum-ai/lore-darwin-x64": "0.3.5",
27
+ "@opum-ai/lore-linux-arm64": "0.3.5",
28
+ "@opum-ai/lore-linux-x64": "0.3.5",
29
+ "@opum-ai/lore-win32-arm64": "0.3.5",
30
+ "@opum-ai/lore-win32-x64": "0.3.5"
31
31
  },
32
32
  "bin": {
33
33
  "lore": "bin/lore.cjs"