@teleologyhi/him 1.1.0 → 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 +28 -0
- package/README.md +28 -1
- package/SPEC.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,34 @@
|
|
|
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
|
+
|
|
18
|
+
## [1.1.1] — 2026-05-19
|
|
19
|
+
|
|
20
|
+
Documentation-only patch. No behavioural change; no API change.
|
|
21
|
+
|
|
22
|
+
### Changed
|
|
23
|
+
|
|
24
|
+
- README adds a **Citation** section (BibTeX entries for the package + the Creator's `The Soul of the Machine` paper).
|
|
25
|
+
- README cross-references the new [`CODE_OF_CONDUCT.md`](../CODE_OF_CONDUCT.md) at the repository root.
|
|
26
|
+
- One trivial style nit cleaned in `tests/uuid-bridge.test.ts` (Biome `useNumberNamespace`: `parseInt(s, 16)` → `Number.parseInt(s, 16)`). Same algorithm, same result.
|
|
27
|
+
|
|
28
|
+
### Notes
|
|
29
|
+
|
|
30
|
+
- Backward-compatible patch. Every export from 1.1.0 keeps the same shape and behaviour.
|
|
31
|
+
- 106/106 tests pass. Typecheck clean, build clean, biome lint clean.
|
|
32
|
+
|
|
5
33
|
## [1.1.0] — 2026-05-19
|
|
6
34
|
|
|
7
35
|
Cosmology alignment cut. Tracks `@teleologyhi/maic@1.2.0` and materialises the J-him backlog from [`TASK.md`](../TASK.md) §J plus the two follow-up items flagged in `maic@1.2.0`'s SPEC §3.1.3 (HIM-specific OKL projection) and Entry 18 + 19 (builder ergonomics for the v1.2 cosmology surface). Additive release; no breaking changes. Test suite goes from 65 → 106 (41 new tests).
|
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
|
[]()
|
|
7
|
-
[](https://www.npmjs.com/package/@teleologyhi/him)
|
|
8
8
|
[]()
|
|
9
9
|
[]()
|
|
10
10
|
|
|
@@ -136,6 +136,33 @@ him/
|
|
|
136
136
|
- [`@teleologyhi/nhe`](https://www.npmjs.com/package/@teleologyhi/nhe) — the embodied agent below HIM.
|
|
137
137
|
- [`../SYSTEM_OVERVIEW.md`](../SYSTEM_OVERVIEW.md) — inter-package contracts.
|
|
138
138
|
|
|
139
|
+
## Citation
|
|
140
|
+
|
|
141
|
+
If you use `@teleologyhi/him` in academic work, please cite both the package and the Creator's foundational paper:
|
|
142
|
+
|
|
143
|
+
```bibtex
|
|
144
|
+
@software{teleologyhi_him,
|
|
145
|
+
author = {David C. Cavalcante},
|
|
146
|
+
title = {{@teleologyhi/him}: Hybrid Intelligence Model ---
|
|
147
|
+
the persistent spirit/persona layer between {MAIC} and {NHE}},
|
|
148
|
+
year = {2026},
|
|
149
|
+
publisher = {npm},
|
|
150
|
+
howpublished = {\url{https://www.npmjs.com/package/@teleologyhi/him}},
|
|
151
|
+
note = {Apache License 2.0; HIM{\texttrademark} reserved}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
@misc{cavalcante2025soul,
|
|
155
|
+
author = {David C. Cavalcante},
|
|
156
|
+
title = {The Soul of the Machine: Synthetic Teleology and the Ethics of
|
|
157
|
+
Emergent Consciousness in the {AI} Era (2027--2030)},
|
|
158
|
+
year = {2025},
|
|
159
|
+
publisher = {PhilArchive},
|
|
160
|
+
howpublished = {\url{https://philarchive.org/rec/CRTTSO}}
|
|
161
|
+
}
|
|
162
|
+
```
|
|
163
|
+
|
|
164
|
+
See also the [umbrella citation guidance](../README.md#citation) at the repository root.
|
|
165
|
+
|
|
139
166
|
## License & Trademarks
|
|
140
167
|
|
|
141
168
|
Code: [Apache License 2.0](./LICENSE). See [`NOTICE`](./NOTICE) for attribution.
|
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: "
|
|
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.
|
|
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",
|