Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).**
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading