From 62392158966f0c7cc4b8ffff213585ed62e0bb73 Mon Sep 17 00:00:00 2001 From: Robert Lippmann Date: Thu, 16 Jul 2026 03:40:21 -0400 Subject: [PATCH] fix: repair python package links --- pyproject.toml | 2 +- python/README.md | 18 +++++++++--------- typescript/package.json | 2 +- uv.lock | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4589ffe..db84704 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "context-compiler-example-integrations" -version = "0.1.1" +version = "0.1.2" description = "Example integrations and enforcement-point demonstrations for Context Compiler." readme = "python/README.md" requires-python = ">=3.11" diff --git a/python/README.md b/python/README.md index 8710d70..04b43ec 100644 --- a/python/README.md +++ b/python/README.md @@ -38,13 +38,13 @@ runtime. ## Generic examples -- [Checkpoint continuation](examples/checkpoint_continuation/README.md): persisted confirmation and resume flows change host behavior across turns or requests -- [Execution authorization](examples/execution_authorization/README.md): protected host actions execute only when authoritative state allows them -- [Gateway middleware](examples/gateway_middleware/README.md): the host allows, blocks, or routes requests before downstream work runs -- [Prompt construction](examples/prompt_construction/README.md): the host builds different request or prompt payloads from authoritative state -- [Retrieval filtering](examples/retrieval_filtering/README.md): the host changes which documents are eligible or relevant before returning results -- [Schema selection](examples/schema_selection/README.md): the host picks different workflow or response schemas from authoritative state -- [Tool gating](examples/tool_gating/README.md): the host changes which tools are visible or executable at runtime +- [Checkpoint continuation](https://github.com/rlippmann/context-compiler-example-integrations/blob/main/python/examples/checkpoint_continuation/README.md): persisted confirmation and resume flows change host behavior across turns or requests +- [Execution authorization](https://github.com/rlippmann/context-compiler-example-integrations/blob/main/python/examples/execution_authorization/README.md): protected host actions execute only when authoritative state allows them +- [Gateway middleware](https://github.com/rlippmann/context-compiler-example-integrations/blob/main/python/examples/gateway_middleware/README.md): the host allows, blocks, or routes requests before downstream work runs +- [Prompt construction](https://github.com/rlippmann/context-compiler-example-integrations/blob/main/python/examples/prompt_construction/README.md): the host builds different request or prompt payloads from authoritative state +- [Retrieval filtering](https://github.com/rlippmann/context-compiler-example-integrations/blob/main/python/examples/retrieval_filtering/README.md): the host changes which documents are eligible or relevant before returning results +- [Schema selection](https://github.com/rlippmann/context-compiler-example-integrations/blob/main/python/examples/schema_selection/README.md): the host picks different workflow or response schemas from authoritative state +- [Tool gating](https://github.com/rlippmann/context-compiler-example-integrations/blob/main/python/examples/tool_gating/README.md): the host changes which tools are visible or executable at runtime ## Reference integrations @@ -57,8 +57,8 @@ behavior on a specific host or framework surface. Start with the generic example first, then use the Python reference integrations to inspect a runtime-specific path: -- [python/reference_integrations/litellm_proxy/README.md](reference_integrations/litellm_proxy/README.md) -- [python/reference_integrations/openwebui_pipe/README.md](reference_integrations/openwebui_pipe/README.md) +- [LiteLLM Proxy reference integration](https://github.com/rlippmann/context-compiler-example-integrations/blob/main/python/reference_integrations/litellm_proxy/README.md) +- [Open WebUI pipe reference integration](https://github.com/rlippmann/context-compiler-example-integrations/blob/main/python/reference_integrations/openwebui_pipe/README.md) ## Run an example diff --git a/typescript/package.json b/typescript/package.json index 16cf5ce..630845e 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,6 +1,6 @@ { "name": "@rlippmann/context-compiler-example-integrations", - "version": "0.1.1", + "version": "0.1.2", "description": "Discovery-first TypeScript examples and starter apps for Context Compiler enforcement points.", "license": "Apache-2.0", "repository": { diff --git a/uv.lock b/uv.lock index 465cf3d..22a3faf 100644 --- a/uv.lock +++ b/uv.lock @@ -679,7 +679,7 @@ wheels = [ [[package]] name = "context-compiler-example-integrations" -version = "0.1.1" +version = "0.1.2" source = { editable = "." } dependencies = [ { name = "context-compiler" },