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"] },