@opum-ai/lore 0.3.0 → 0.3.2
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 +3 -3
- 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.
|
|
22
|
+
- Published on npm as **`@opum-ai/lore@0.3.0`** (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.
|
|
28
|
+
> **Status: 0.3.0 released.** Tag `v0.3.0`, the qualified workflow artifacts,
|
|
29
29
|
> all seven public `@opum-ai/lore*` npm packages, a clean registry install, and
|
|
30
|
-
> the private repository's GitHub Release agree on `0.
|
|
30
|
+
> the private repository's GitHub Release agree on `0.3.0`. Trusted Publishing
|
|
31
31
|
> is configured for every package. LCLI-278 still blocks future automated
|
|
32
32
|
> `publish: true` dispatches; it does not invalidate the explicitly authorized
|
|
33
33
|
> interactive publication. See
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opum-ai/lore",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.2",
|
|
4
4
|
"description": "Thin, OKF-native documentation CLI that couples repo-resident docs to Backlog.md and serves them to agents and humans.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
"LICENSE"
|
|
26
26
|
],
|
|
27
27
|
"optionalDependencies": {
|
|
28
|
-
"@opum-ai/lore-darwin-arm64": "0.3.
|
|
29
|
-
"@opum-ai/lore-darwin-x64": "0.3.
|
|
30
|
-
"@opum-ai/lore-linux-arm64": "0.3.
|
|
31
|
-
"@opum-ai/lore-linux-x64": "0.3.
|
|
32
|
-
"@opum-ai/lore-win32-arm64": "0.3.
|
|
33
|
-
"@opum-ai/lore-win32-x64": "0.3.
|
|
28
|
+
"@opum-ai/lore-darwin-arm64": "0.3.2",
|
|
29
|
+
"@opum-ai/lore-darwin-x64": "0.3.2",
|
|
30
|
+
"@opum-ai/lore-linux-arm64": "0.3.2",
|
|
31
|
+
"@opum-ai/lore-linux-x64": "0.3.2",
|
|
32
|
+
"@opum-ai/lore-win32-arm64": "0.3.2",
|
|
33
|
+
"@opum-ai/lore-win32-x64": "0.3.2"
|
|
34
34
|
},
|
|
35
35
|
"scripts": {
|
|
36
36
|
"lore": "bun run src/cli.ts",
|