@teleologyhi/him 1.1.1 → 1.1.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/CHANGELOG.md CHANGED
@@ -2,6 +2,19 @@
2
2
 
3
3
  All notable changes to this package are documented here. Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). From 1.0.0 onward the package follows strict [SemVer](https://semver.org/) and the deprecation policy in [`.github/RELEASING.md`](../.github/RELEASING.md) §8.
4
4
 
5
+ ## [1.1.2] — 2026-05-19
6
+
7
+ Documentation-only follow-up to 1.1.1 fixing a stale version badge that shipped in the 1.1.1 tarball.
8
+
9
+ ### Fixed
10
+
11
+ - **Stale README badge.** The 1.1.1 tarball rendered `version-1.1.0` in the shields.io badge. Replaced with an auto-versioned shields.io npm badge that always reflects the current `latest` dist-tag.
12
+ - **Stale SPEC status header.** `SPEC.md` `status:` said `"v1.1.0 stable"`; rewritten to track the live npm version dynamically.
13
+
14
+ ### Notes
15
+
16
+ - Documentation-only patch. No source change. No behavioural change. Same 106 tests pass.
17
+
5
18
  ## [1.1.1] — 2026-05-19
6
19
 
7
20
  Documentation-only patch. No behavioural change; no API change.
package/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
  > The persistent spirit/personality layer between **MAIC™** (governance) and **NHE™** (embodied agent) in the **TeleologyHI** hybrid intelligence system.
5
5
 
6
6
  [![status: stable](https://img.shields.io/badge/status-stable-brightgreen)]()
7
- [![version](https://img.shields.io/badge/version-1.1.0-blue)]()
7
+ [![npm version](https://img.shields.io/npm/v/@teleologyhi/him.svg?label=npm&color=blue)](https://www.npmjs.com/package/@teleologyhi/him)
8
8
  [![node](https://img.shields.io/badge/node-%E2%89%A520-success)]()
9
9
  [![tests](https://img.shields.io/badge/tests-106%20passing-brightgreen)]()
10
10
 
package/SPEC.md CHANGED
@@ -2,7 +2,7 @@
2
2
  name: "@teleologyhi/him"
3
3
  description: "Technical specification for the HIM™ package — Hybrid Intelligence Model. The persistent spirit/essence/personality layer between MAIC™ and NHE™. Holds birth signature, inherited and emergent axioms, and survives across NHE reincarnations. Source of truth: MAIC_HIM_NHE_INTERVIEW_LOG.md Entries 1, 3, 4, 7, 11."
4
4
  license: "Code: Apache License 2.0 (see ../LICENSE). Names — MAIC™, HIM™, NHE™, TeleologyHI™, Takk™ — are trademarks of David C. Cavalcante and are NOT covered by the Apache 2.0 grant. See ../TRADEMARK.md."
5
- status: "v1.1.0 stable. Birth signature builder (with v1.2 cosmology extensions: withNatalChart, withIdentity, buildWithIdentity) + deterministic persona projection (256-dim, hash-based) + sealed `HimHandle` (with HIM-specific OKL projection `projectOntologicalKernel`) + `createHim` + `reincarnate` end-to-end with body history (E8 12 canonical archetypes, E9 residual-trace cap 64) + reincarnation lifecycle parameter (J-H3: model-swap / version-bump / return-from-limbo) + `proposeAxiomEvolution` routing through MAIC's Creator-signed ratification (Entry 7) + per-jurisdiction `LawfulCharacterProfile` (default / eu / br / us / unstable) + persona stability eval suite + `computePhiPrime` release-gate harness + cosmology re-exports from @teleologyhi/maic@^1.2.0 (Entries 18, 19, 20, 21, 22, 24, 25) + nickname acceptance protocol (J-H4) + UUIDv7 migration bridge (J-H5). 106 tests passing. Public API frozen per SemVer (see ../.github/RELEASING.md §8)."
5
+ status: "Stable; current live version on npm tracked at [`@teleologyhi/him`](https://www.npmjs.com/package/@teleologyhi/him) (`latest` dist-tag). 1.x surface: birth signature builder (with v1.1 cosmology extensions: withNatalChart, withIdentity, buildWithIdentity) + deterministic persona projection (256-dim, hash-based) + sealed `HimHandle` (with HIM-specific OKL projection `projectOntologicalKernel`) + `createHim` + `reincarnate` end-to-end with body history (E8 12 canonical archetypes, E9 residual-trace cap 64) + reincarnation lifecycle parameter (J-H3: model-swap / version-bump / return-from-limbo) + `proposeAxiomEvolution` routing through MAIC's Creator-signed ratification (Entry 7) + per-jurisdiction `LawfulCharacterProfile` (default / eu / br / us / unstable) + persona stability eval suite + `computePhiPrime` release-gate harness + cosmology re-exports from @teleologyhi/maic@^1.2.0 (Entries 18, 19, 20, 21, 22, 24, 25) + nickname acceptance protocol (J-H4) + UUIDv7 migration bridge (J-H5). 106 tests passing. Public API frozen per SemVer (see ../.github/RELEASING.md §8)."
6
6
  target_npm: "@teleologyhi/him"
7
7
  target_github: "github.com/teleologyhi/TeleologyHI (subdir: him/)"
8
8
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@teleologyhi/him",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "HIM™ — Hybrid Intelligence Model. The persistent spirit/personality layer between MAIC™ and NHE™ in the TeleologyHI system.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",