@opum-ai/lore 0.3.4 → 0.4.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 +7 -4
- 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).
|
|
146
|
-
#
|
|
147
|
-
#
|
|
148
|
-
#
|
|
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
|
+
"version": "0.4.0",
|
|
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.
|
|
26
|
-
"@opum-ai/lore-darwin-x64": "0.
|
|
27
|
-
"@opum-ai/lore-linux-arm64": "0.
|
|
28
|
-
"@opum-ai/lore-linux-x64": "0.
|
|
29
|
-
"@opum-ai/lore-win32-arm64": "0.
|
|
30
|
-
"@opum-ai/lore-win32-x64": "0.
|
|
25
|
+
"@opum-ai/lore-darwin-arm64": "0.4.0",
|
|
26
|
+
"@opum-ai/lore-darwin-x64": "0.4.0",
|
|
27
|
+
"@opum-ai/lore-linux-arm64": "0.4.0",
|
|
28
|
+
"@opum-ai/lore-linux-x64": "0.4.0",
|
|
29
|
+
"@opum-ai/lore-win32-arm64": "0.4.0",
|
|
30
|
+
"@opum-ai/lore-win32-x64": "0.4.0"
|
|
31
31
|
},
|
|
32
32
|
"bin": {
|
|
33
33
|
"lore": "bin/lore.cjs"
|