@holmes-lab/holmes-kit 0.1.5 โ†’ 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,17 @@ 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
+
14
+ ## [0.1.6] - 2026-08-19
15
+
16
+ ### Documentation
17
+ - **Current Production Features vs. Vision & Roadmap Distinction**: Explicitly separated currently supported production features in `v0.1.x` from future roadmap goals (Jira/Linear tool connectors, multi-repo polyrepo governance `REQ-211`, external SAST bridges) in `README.md` to avoid feature expectation confusion.
18
+
8
19
  ## [0.1.5] - 2026-08-19
9
20
 
10
21
  ### Added
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
 
@@ -12,11 +12,25 @@
12
12
 
13
13
  **Holmes-Kit** is not merely an AI code generator. Inspired by **Sherlock Holmes**, Holmes-Kit is built to **deduce, track down, and analyze code defects, structural drift, and security vulnerabilities** across the full Software Development Life Cycle (**SDLC**).
14
14
 
15
- While most AI tools focus solely on generating code snippets, Holmes-Kit acts as a **harmonious, flexible governance harness** that bridges:
16
- - ๐Ÿ“‹ **Requirements & Specification Management** (`REQ โ†’ H-SPEC โ†’ A-SPEC โ†’ T-SPEC`)
17
- - ๐Ÿž **Issue Tracking & Root Cause Localization** (Tree-sitter Code Property Graph + Recursive-CTE RTM)
18
- - ๐Ÿงช **Empirical Verification & Self-Healing** (`holmes-kit doctor --fix`)
19
- - ๐Ÿ”Œ **Enterprise SDLC Tool Integration** (Harmonious integration with Jira, GitHub Issues, and external linters/SAST)
15
+ ---
16
+
17
+ ### ๐Ÿ›ก๏ธ Currently Supported Features (v0.1.x Production Features)
18
+
19
+ - ๐Ÿ“‹ **Requirements & Specification Governance**: Strict **"No Spec, No Code"** enforcement with 4-tier spec chain traceability (`REQ โž” H-SPEC โž” A-SPEC โž” T-SPEC`) and `// @implements A-SPEC-XXX` line 1 code anchors.
20
+ - ๐Ÿž **Causal Defect Localization & CPG**: AST Code Property Graph (CPG) & Dataflow Taint reachability analysis across 7 languages (TS/JS, Python, Go, Rust, Java, C/C++, C#).
21
+ - ๐Ÿงช **Self-Healing & Diagnostic Doctor**: Automated integrity checks and self-healing auto-fix remediation (`holmes-kit doctor --fix` & `spec_remediate`).
22
+ - ๐Ÿšฆ **CI/CD Governance Gate Runner**: Non-interactive headless CI/CD build gate (`holmes-kit ci`) for GitHub Actions and GitLab CI pipelines.
23
+ - ๐Ÿ“Š **Automated RTM & Taint Heatmap**: Interactive standalone HTML/SVG report generation (`generateRtmHeatmap`) for spec coverage and security dataflow reachability.
24
+ - ๐Ÿค– **CLI-First AI Harness Matrix**: Native process hook gating for Claude Code, Antigravity CLI (AGY), Codex CLI, and Google Antigravity SDK.
25
+
26
+ ---
27
+
28
+ ### ๐Ÿš€ Full SDLC Vision & Roadmap (Future Goals)
29
+
30
+ Holmes-Kit strives to expand into a unified enterprise SDLC harness bridging external development tools:
31
+ - ๐Ÿ”Œ **Enterprise Issue Tracker Connectors**: Flexible synchronization with Jira, GitHub Issues, Linear, and Notion.
32
+ - ๐ŸŒ **Multi-Repository Polyrepo Governance**: Multi-repo spec chain synchronization and cross-repository dependency impact analysis (`REQ-211`).
33
+ - ๐Ÿ›ก๏ธ **External SAST & Linter Bridge**: Deep integration with SonarQube, Semgrep, and ESLint findings.
20
34
 
21
35
  ---
22
36
 
@@ -150,4 +164,4 @@ Holmes-Kit embeds native AST & Code Property Graph (D-CPG) analyzers to track ca
150
164
 
151
165
  ## ๐Ÿ“œ License
152
166
 
153
- 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
- c34e494-msyt6an1
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.5",
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"