From 2126a6b0ba48abc89c71437e91a4d7cc4bdab052 Mon Sep 17 00:00:00 2001 From: Khemchand Joshi Date: Tue, 7 Jul 2026 08:18:58 +0530 Subject: [PATCH] =?UTF-8?q?chore(release):=200.6.3=20=E2=80=94=20watch=20m?= =?UTF-8?q?ode=20+=20CI=20indexing=20(feat-014)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Roll [Unreleased] → [0.6.3] (2026-07-07), bump pyproject 0.6.2 → 0.6.3, README Status → 0.6.3, refresh uv.lock. Release notes in docs/release/0.6.3.md; feature landed in #154. Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 2 ++ README.md | 14 ++++++++------ pyproject.toml | 2 +- uv.lock | 2 +- 4 files changed, 12 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4da4ac..0e85aa6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ on a schema mismatch is **rebuild** (ADR-0006). ## [Unreleased] +## [0.6.3] — 2026-07-07 + ### Added - **feat-014 — watch mode + CI-triggered central indexing (freshness / ops).** diff --git a/README.md b/README.md index 7bc74a7..1ed84f3 100644 --- a/README.md +++ b/README.md @@ -73,12 +73,14 @@ ckg serve-mcp --repo . # → 10 read-only tools for your agent across services** — `ckg services-map` / `ckg trace` draw the cross-service call graph (HTTP client → route, matched by path or OpenAPI contract). -**Status: 0.6.2 — org-scale, built in one command, now wired in one too.** 0.5 -added central hosting, a federated multi-repo workspace, and cross-service -tracing; 0.6 adds the **build side** — stand up a multi-repo CKG from one -`workspace.yaml` + one config + `ckg build --workspace` (members local or by git -URL), with fail-fast `ckg doctor` validation and config/CLI-controlled tracing. -0.6.2 adds **`ckg setup`** — one command wires the graph into your agent. +**Status: 0.6.3 — org-scale, built in one command, wired in one, kept fresh +automatically.** 0.5 added central hosting, a federated multi-repo workspace, and +cross-service tracing; 0.6 adds the **build side** — stand up a multi-repo CKG +from one `workspace.yaml` + one config + `ckg build --workspace` (members local +or by git URL), with fail-fast `ckg doctor` validation and config/CLI-controlled +tracing. 0.6.2 adds **`ckg setup`** — one command wires the graph into your +agent; 0.6.3 adds **`ckg watch`** (local, keep-fresh-on-a-trigger) and **`ckg ci +init`** (a CI workflow that refreshes the central index on every merge). Published on [PyPI](https://pypi.org/project/agentforge-graph/). Each language pack validated on a real OSS repo with a creds-enabled embed/retrieval/enrich run; a real agent diff --git a/pyproject.toml b/pyproject.toml index 71fca35..0ba3740 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # scaffold default. Managed-file upgrades will treat this as forked. [project] name = "agentforge-graph" -version = "0.6.2" +version = "0.6.3" description = "Code Knowledge Graph (CKG) engine + agent toolset, built on AgentForge." readme = "README.md" license = "Apache-2.0" diff --git a/uv.lock b/uv.lock index 72c7b16..e01d1ae 100644 --- a/uv.lock +++ b/uv.lock @@ -40,7 +40,7 @@ wheels = [ [[package]] name = "agentforge-graph" -version = "0.6.2" +version = "0.6.3" source = { editable = "." } dependencies = [ { name = "agentforge-anthropic", extra = ["anthropic"] },