@holmes-lab/holmes-kit 0.1.6 → 0.1.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.
package/CHANGELOG.md CHANGED
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6
6
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
  <!-- @implements A-SPEC-209 -->
8
+ ## [0.1.7] - 2026-08-19
9
+
10
+ ### Changed
11
+ - **Official GitHub Repository & Homepage URLs (REQ-209)**: Updated repository, issue tracker, and documentation URLs across `package.json` and `README.md` to point to `https://github.com/holmes-kit/holmes-kit`.
12
+ - **RTM Heatmap & CI Gate Engine Alignment**: Validated production build integration for `generateRtmHeatmap` (REQ-212) and `holmes-kit ci` (REQ-213) headless execution.
13
+
8
14
  ## [0.1.6] - 2026-08-19
9
15
 
10
16
  ### Documentation
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://img.shields.io/npm/v/%40holmes-lab%2Fholmes-kit.svg?color=blue)](https://www.npmjs.com/package/@holmes-lab/holmes-kit)
4
4
  [![node version](https://img.shields.io/node/v/%40holmes-lab%2Fholmes-kit.svg)](https://nodejs.org)
5
- [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/snpark-io/holmes-kit/blob/main/LICENSE)
5
+ [![license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/holmes-kit/holmes-kit/blob/main/LICENSE)
6
6
 
7
7
  > **"No Spec, No Code"** — Deterministic Agentic Software Engineering (ASE) harness with causal traceability.
8
8
 
@@ -164,4 +164,4 @@ Holmes-Kit embeds native AST & Code Property Graph (D-CPG) analyzers to track ca
164
164
 
165
165
  ## 📜 License
166
166
 
167
- Distributed under the [MIT License](https://github.com/snpark-io/holmes-kit/blob/main/LICENSE).
167
+ Distributed under the [MIT License](https://github.com/holmes-kit/holmes-kit/blob/main/LICENSE).
package/dist/.build-id CHANGED
@@ -1 +1 @@
1
- 9337c9a-msytbtde
1
+ 47dc66a-msytu2tq
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "//": "@implements A-SPEC-209",
3
3
  "name": "@holmes-lab/holmes-kit",
4
- "version": "0.1.6",
4
+ "version": "0.1.7",
5
5
  "description": "Holmes-Kit — deterministic Agentic Software Engineering (ASE) harness with causal traceability (spec chain + D-CPG + RTM + phase guardrail)",
6
6
  "main": "dist/holmes/mcp/server.js",
7
7
  "bin": {
@@ -68,11 +68,11 @@
68
68
  },
69
69
  "repository": {
70
70
  "type": "git",
71
- "url": "git+https://github.com/snpark-io/holmes-kit.git"
71
+ "url": "git+https://github.com/holmes-kit/holmes-kit.git"
72
72
  },
73
- "homepage": "https://github.com/snpark-io/holmes-kit#readme",
73
+ "homepage": "https://github.com/holmes-kit/holmes-kit#readme",
74
74
  "bugs": {
75
- "url": "https://github.com/snpark-io/holmes-kit/issues"
75
+ "url": "https://github.com/holmes-kit/holmes-kit/issues"
76
76
  },
77
77
  "publishConfig": {
78
78
  "access": "public"