@nanhara/hara 0.122.6 → 0.122.7

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/CHANGELOG.md +11 -0
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -5,6 +5,17 @@ All notable changes to `@nanhara/hara`.
5
5
  > Versioning (pre-1.0, SemVer-style): the **minor** (middle) number bumps for a **new feature**; the
6
6
  > **patch** (last) number bumps for **optimizations/fixes of existing features**.
7
7
 
8
+ ## 0.122.7 — 2026-07-15 — isolated build-context parity
9
+
10
+ - **Docker builds carry every package-build dependency.** The image build stage now copies the local-link
11
+ diagnostic script before `npm run build`, fixing the `MODULE_NOT_FOUND` failure that blocked the 0.122.6
12
+ Docker CI and GHCR multi-architecture image while npm and native standalone lanes succeeded.
13
+ - **The gate follows the build graph instead of one remembered filename.** Runtime packaging tests parse every
14
+ `node scripts/...` dependency from the package build command and require a matching Dockerfile `COPY`, so a
15
+ future build helper cannot pass host-only gates while disappearing from an isolated container context.
16
+ - `v0.122.6` remains immutable and is treated as a partial release; 0.122.7 supersedes it after npm, native
17
+ binaries, GitHub Release, and both GHCR architectures are independently verified.
18
+
8
19
  ## 0.122.6 — 2026-07-15 — resumed continuity and workspace/input hardening
9
20
 
10
21
  - **Resume continues the persisted task instead of rediscovering the workspace.** CLI `--resume`/`-c`,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nanhara/hara",
3
- "version": "0.122.6",
3
+ "version": "0.122.7",
4
4
  "description": "hara — a coding agent CLI that runs like an engineering org.",
5
5
  "bin": {
6
6
  "hara": "runtime-bootstrap.cjs"