The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Contextweaver listing page.
Capture an agent's effective capability surface, commit it, and see semantically meaningful changes before deployment.
ContextWeaver is currently testing a deliberately narrow product hypothesis: capability snapshot + semantic drift.
Given an OpenAPI document, a captured MCP tools/list response, or a native
ContextWeaver catalog, the D1 experiment produces a deterministic normalized
snapshot that you can inspect, verify, and compare with a later candidate.
It does not require a model account, a gateway, a tool executor, or the Weaver
Stack.
Status: alpha, and specifically a product experiment. The implementation works and is tested; the user-value hypothesis is not yet proven. The project is actively measuring whether independent users keep this workflow after trying it on real projects.
Clone the repository and install that checkout so the maintained example fixtures and the code under evaluation are guaranteed to match:
Commands below use python3, matching the repository's documented default (docs/agent-context/workflows.md). On Windows installations that expose Python through the launcher, replace python3 with py -3; if your environment already exposes the intended interpreter as python, use that consistently.
Run the maintained OpenAPI example:
The candidate fixture intentionally:
customer_id required on the existing listInvoices capability;getInvoice capability.The diff separates capability additions/removals from changes to an existing
logical capability and reports the structured paths that changed. Contract
changes are separated from documentation-only changes. Changes involving fields
such as required, type, or enum are flagged as potentially breaking for
review.
That flag is intentionally conservative: ContextWeaver does not claim to be a complete JSON-Schema compatibility checker.
Full walkthrough: Capability drift experiment.
After the API changes:
If you already have an MCP tools/list response saved as JSON:
For MCP, D1 compares tools by their upstream logical name so an input-schema
edit appears as a change to the same capability rather than an unexplained
remove/add pair. The historical schema-sensitive routing ID is retained
separately as normalized_id for inspection.
Capturing a live MCP server is a separate operation. snapshot, inspect,
diff, and verify do not execute discovered capabilities.
verify meansverify checks the D1 snapshot contract: structure, deterministic ordering,
logical-ID uniqueness, and the canonical capability digest.
It is not:
A negative answer is useful evidence for this project. Do not add ContextWeaver just because capability snapshots sound tidy.
Use something simpler when:
If you try D1 and conclude that Git/tests are cheaper, that is a valid product result — please say so.
The current survival experiment asks a stronger question than whether the code works:
Do capability snapshots and semantic drift reports improve a real review/manual/risk process enough that independent users keep them?
The project distinguishes:
Stars, forks, downloads, a successful demo, and maintainer-created integrations are not treated as retained adoption.
The controlling product decision is tracked in #758, and the distribution quality gate is #855. Unassisted first success and retention are tracked in #658 and genuine adoption in #551.
ContextWeaver already contains substantial historical runtime functionality. That code still exists and currently shipped behavior should remain truthful and safe, but existing implementation is not evidence that the project should keep expanding it.
Two broader hypotheses are explicitly evidence-first:
During the D1 experiment, the project is not expanding routing sophistication, runtime bundle machinery, memory/session surfaces, framework breadth, gateway scope, vector stores, or model-assisted enrichment without a concrete external blocker or approved falsification experiment.
If you are maintaining an existing integration that uses those historical surfaces, the relevant documentation remains available:
The D1 implementation supports scoped engineering claims such as deterministic snapshot construction under the documented source/adapter contract and structured semantic-diff output. It does not yet support the stronger claim that users need or retain the product.
The historical token-reduction headline is intentionally not used to sell D1. The current evidence-integrity work for those older benchmark claims is tracked in #841.
See Claims & evidence for the claim registry and Capability drift experiment for the exact D1 contract and limitations.
D1 is intentionally exposed through:
rather than being promoted immediately into the historical top-level CLI or a large new public Python API. That is deliberate. The experiment should earn a permanent surface through real retained use before the project takes on another compatibility obligation.
ContextWeaver can be used standalone. It has no hard dependency on the sibling Weaver projects.
The wider Weaver Stack contains adjacent experiments/components for planning, execution boundaries, guardrails, lessons, and evaluation. That ecosystem is not required to evaluate D1, and Stack coherence is not a reason to preserve a ContextWeaver feature that does not justify itself independently.
See the Ecosystem map only if you actually need those adjacent responsibilities.
Python 3.10–3.14 are covered by the repository CI matrix.
Current package version: 0.18.2
| Project | Release |
|---|---|
| ContextWeaver (this repo, v0.18.2) | current package release |
The repository is pre-1.0. Prefer the latest supported patch release for bug and security fixes, and check the changelog before relying on historical runtime APIs.
The roadmap is intentionally a product-decision sequence, not a feature queue.
| Milestone | Status | Meaning |
|---|---|---|
| v0.18.1 — D1 survival experiment baseline | ✅ complete | Offline snapshot/inspect/diff/verify exists; user value remains unverified. |
| v0.18.2 | ✅ current (v0.18.2) | D1 survival experiment and release-path recovery |
| D1 distribution gate | 🔬 evidence first | Make the front door understandable, recruit qualified evaluators, measure first success and retention. |
| D1 decision | ⏸ next decision | Continue, shrink further, or kill based on retained value after competent distribution. |
| D2 / D3 | 🧪 conditional | Run only if D1 evidence or independent problem discovery justifies bounded falsification experiments. |
A green CI run does not advance this roadmap by itself.
The most valuable contributions during the survival experiment are narrow and evidence-linked:
Please do not add a framework adapter, routing policy, storage backend, runtime phase, or ecosystem integration solely for completeness.
See CONTRIBUTING.md and AGENTS.md for repository engineering conventions.
See SECURITY.md for supported-version and vulnerability-reporting guidance. Do not include credentials, customer data, proprietary schemas, or private prompts in public adoption/evaluation reports.
Apache-2.0. See LICENSE.