@holmes-lab/holmes-kit 0.1.5 โ 0.1.6
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 +5 -0
- package/README.md +19 -5
- package/dist/.build-id +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,11 @@ 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.6] - 2026-08-19
|
|
9
|
+
|
|
10
|
+
### Documentation
|
|
11
|
+
- **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.
|
|
12
|
+
|
|
8
13
|
## [0.1.5] - 2026-08-19
|
|
9
14
|
|
|
10
15
|
### Added
|
package/README.md
CHANGED
|
@@ -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
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
-
|
|
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
|
|
package/dist/.build-id
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
9337c9a-msytbtde
|
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.
|
|
4
|
+
"version": "0.1.6",
|
|
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": {
|