Skip to content

Commit 83d9dcf

Browse files
committed
release: publish v0.7.0
graph v2: harvest calls/inheritance, refresh rebuilds the structural graph, Map carries an as_of date scope zero-wrong claims to the test set; subscription-aware run-cost framing harness: public-mode tolerance fix Published-from-internal: 7bdd332a9734c4186cc5d195881d76d786d41131
1 parent 862c507 commit 83d9dcf

4 files changed

Lines changed: 10 additions & 3 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.6.0",
3+
"version": "0.7.0",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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.0] — 2026-06-30
8+
9+
### Changed
10+
- _Summarize this release; replace this line._
11+
12+
---
13+
714
## [0.6.0] — 2026-06-27
815

916
### 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.6.0** <!-- deepinit:loaded-version -->
9+
**DeepInit v0.7.0** <!-- 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.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.6.0",
3+
"version": "0.7.0",
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)