From 62e6dc7e9f097c6f2c241d0f7980ea6f6de377c5 Mon Sep 17 00:00:00 2001 From: Eric Alt <13019253+ealt@users.noreply.github.com> Date: Mon, 10 Aug 2026 07:06:50 +0000 Subject: [PATCH] Fix a clause doubled in the deprecation docstring Reads "for the / and contract and". Two scripted edits landed on the same sentence during the protocol rename in #198, and it merged before I caught it. Cosmetic, but it is the docstring of the package the deprecation is about, so it is what anyone following the notice reads first. Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01XrVfBeUFhMToafrbgdDGUo --- simplexity/generative_processes/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplexity/generative_processes/__init__.py b/simplexity/generative_processes/__init__.py index 8541e88c..3d71ee56 100644 --- a/simplexity/generative_processes/__init__.py +++ b/simplexity/generative_processes/__init__.py @@ -4,7 +4,7 @@ [generators](https://github.com/ealt/generators), which distributes process modules by copying rather than by import. Run management instantiates a vendored process on equal terms with one implemented here: see `simplexity.run_management.protocols.GenerativeProcessProtocol` for the -and contract and `docs/generators_migration.md` for the migration. +contract, and `docs/generators_migration.md` for the migration. Nothing here is removed or altered yet. Full deprecation waits until generators reaches feature parity with this package; `docs/design/generators_instantiation.md` tracks the outstanding gaps.