@opum-ai/lore 0.4.2 → 0.4.3

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 +3 -3
  2. package/package.json +7 -7
package/README.md CHANGED
@@ -19,15 +19,15 @@ 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.4.2`** (bin `lore`) with six
22
+ - Published on npm as **`@opum-ai/lore@0.4.3`** (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.4.2 released.** Tag `v0.4.2`, the qualified workflow artifacts,
28
+ > **Status: 0.4.3 released.** Tag `v0.4.3`, the qualified workflow artifacts,
29
29
  > all seven public `@opum-ai/lore*` npm packages, and a clean registry install
30
- > agree on `0.4.2`. Trusted Publishing is configured for every package; the
30
+ > agree on `0.4.3`. Trusted Publishing is configured for every package; the
31
31
  > owner lifted the `publish: true` prohibition on 2026-08-29 (LCLI-278), so a
32
32
  > release is a single `gh workflow run release.yml --ref v<version> -f
33
33
  > publish=true` dispatch. See
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opum-ai/lore",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
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.4.2",
26
- "@opum-ai/lore-darwin-x64": "0.4.2",
27
- "@opum-ai/lore-linux-arm64": "0.4.2",
28
- "@opum-ai/lore-linux-x64": "0.4.2",
29
- "@opum-ai/lore-win32-arm64": "0.4.2",
30
- "@opum-ai/lore-win32-x64": "0.4.2"
25
+ "@opum-ai/lore-darwin-arm64": "0.4.3",
26
+ "@opum-ai/lore-darwin-x64": "0.4.3",
27
+ "@opum-ai/lore-linux-arm64": "0.4.3",
28
+ "@opum-ai/lore-linux-x64": "0.4.3",
29
+ "@opum-ai/lore-win32-arm64": "0.4.3",
30
+ "@opum-ai/lore-win32-x64": "0.4.3"
31
31
  },
32
32
  "bin": {
33
33
  "lore": "bin/lore.cjs"