@opum-ai/lore 0.3.5 → 0.4.1
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 -7
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -19,18 +19,18 @@ semantic exit codes, machine-readable `--json`).
|
|
|
19
19
|
|
|
20
20
|
- Built on **Bun + TypeScript** with an exact-pinned **Commander** parser fed by
|
|
21
21
|
Lore's capability manifest; Lore still owns output, errors, and process lifecycle.
|
|
22
|
-
- Published on npm as **`@opum-ai/lore@0.
|
|
22
|
+
- Published on npm as **`@opum-ai/lore@0.4.1`** (bin `lore`) with six
|
|
23
23
|
exact-pinned platform packages, including Windows ARM64.
|
|
24
24
|
- The agent bridge is a generated **`.claude/skills/lore/SKILL.md`** plus a tiny
|
|
25
25
|
CLAUDE.md nudge and `lore instructions`. An **MCP server is secondary and
|
|
26
26
|
deferred to v2**.
|
|
27
27
|
|
|
28
|
-
> **Status: 0.
|
|
29
|
-
> all seven public `@opum-ai/lore*` npm packages, a clean registry install
|
|
30
|
-
>
|
|
31
|
-
>
|
|
32
|
-
>
|
|
33
|
-
>
|
|
28
|
+
> **Status: 0.4.1 released.** Tag `v0.4.1`, the qualified workflow artifacts,
|
|
29
|
+
> all seven public `@opum-ai/lore*` npm packages, and a clean registry install
|
|
30
|
+
> agree on `0.4.1`. Trusted Publishing is configured for every package; the
|
|
31
|
+
> owner lifted the `publish: true` prohibition on 2026-08-29 (LCLI-278), so a
|
|
32
|
+
> release is a single `gh workflow run release.yml --ref v<version> -f
|
|
33
|
+
> publish=true` dispatch. See
|
|
34
34
|
> [Lore CLI release truth](docs/reference/lore-cli-release-truth.md).
|
|
35
35
|
|
|
36
36
|
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opum-ai/lore",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.4.1",
|
|
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.1",
|
|
26
|
+
"@opum-ai/lore-darwin-x64": "0.4.1",
|
|
27
|
+
"@opum-ai/lore-linux-arm64": "0.4.1",
|
|
28
|
+
"@opum-ai/lore-linux-x64": "0.4.1",
|
|
29
|
+
"@opum-ai/lore-win32-arm64": "0.4.1",
|
|
30
|
+
"@opum-ai/lore-win32-x64": "0.4.1"
|
|
31
31
|
},
|
|
32
32
|
"bin": {
|
|
33
33
|
"lore": "bin/lore.cjs"
|