Skip to content

Commit c65452c

Browse files
committed
release: publish v0.7.2
Patch two high-severity advisories in transitive dev-only dependencies: fast-uri 3.1.2 -> 3.1.4 (GHSA-v2hh-gcrm-f6hx, GHSA-4c8g-83qw-93j6) and js-yaml 4.2.0 -> 4.3.0 (GHSA-52cp-r559-cp3m). Neither is executed by the installed plugin. Correct the package-lock.json self-version, which carried a stale 0.20.0 from the upstream lineage. Published-from-internal: 530a59876e36bfa7821e727ed35ede45b2395954
1 parent 45d2ee6 commit c65452c

5 files changed

Lines changed: 29 additions & 11 deletions

File tree

.claude-plugin/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deep-init",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Generates a grounded, verified, two-tier agent context layer (lean CLAUDE.md + deep .ai/docs) for any codebase, plus report-only issue detection. 100% local, read-only.",
55
"author": {
66
"name": "DeepFusion Labs",

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,24 @@ All notable changes to DeepInit are documented here. The format follows
44
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/); this project uses **manual** `0.x`
55
versioning (no release tooling derives this file).
66

7+
## [0.7.2] — 2026-07-26
8+
9+
### Security
10+
- **fast-uri 3.1.2 → 3.1.4** — patches GHSA-v2hh-gcrm-f6hx (host confusion via a literal
11+
backslash authority delimiter) and GHSA-4c8g-83qw-93j6 (host confusion via failed IDN
12+
canonicalization). Reached transitively via `@commitlint/cli``ajv`.
13+
- **js-yaml 4.2.0 → 4.3.0** — patches GHSA-52cp-r559-cp3m (quadratic CPU consumption from
14+
YAML merge-key chains). Reached transitively via `@commitlint/cli``cosmiconfig`.
15+
16+
Both are development-only dependencies of the commit tooling. Neither is executed by the
17+
installed plugin, so this release changes no analysis or generation behavior.
18+
19+
### Fixed
20+
- `package-lock.json` recorded a stale `0.20.0` self-version inherited from the upstream
21+
lineage; it now tracks this repository's own release version.
22+
23+
---
24+
725
## [0.7.1] — 2026-07-01
826

927
### Changed

commands/version.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Report the running DeepInit version — fast, no analysis. Do exactly this, then
66

77
1. State the **loaded** version verbatim. This line ships inside the plugin markdown that is actually loaded in your session, so it is the source of truth for "what is running right now":
88

9-
**DeepInit v0.7.1** <!-- deepinit:loaded-version -->
9+
**DeepInit v0.7.2** <!-- deepinit:loaded-version -->
1010

1111
2. Read the **on-disk** version (best-effort — skip gracefully if a path isn't present):
1212
- a local clone of this repo → `.claude-plugin/plugin.json` (the `"version"` field)

package-lock.json

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "deep-init",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"private": true,
55
"description": "DeepInit — a Claude Code skill that generates a grounded, verified, two-tier agent context layer (lean CLAUDE.md + deep .ai/docs) for any codebase, plus report-only issue detection. 100% local, read-only, MIT.",
66
"license": "MIT",

0 commit comments

Comments
 (0)