Skip to content

refactor: rename working memory internals and bump version - #281

Merged
rlippmann merged 6 commits into
mainfrom
working_memory_rename
Sep 14, 2026
Merged

refactor: rename working memory internals and bump version#281
rlippmann merged 6 commits into
mainfrom
working_memory_rename

Conversation

@rlippmann

@rlippmann rlippmann commented Sep 14, 2026

Copy link
Copy Markdown
Owner

What changed

  • Rename the private Python _State implementation type to _WorkingMemory.
  • Rename the private Engine._state attribute to Engine._working_memory, including its Python-specific defensive-path test.
  • Update the root README to introduce working memory as the host-side premise and policy concept.
  • Bump the package version from 0.9.1 to 0.9.2 in pyproject.toml and uv.lock.

Why

The internal names now match the architecture terminology without changing public APIs or runtime behavior. The patch version bump prepares the next release.

Checklist

  • pre-commit run (uv run pre-commit run --all-files)
  • tests pass (uv run pytest)
  • git diff --check passes

@codecov

codecov Bot commented Sep 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (6719539) to head (9bb2ac5).

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #281   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            6         6           
  Lines          773       773           
=========================================
  Hits           773       773           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rlippmann rlippmann changed the title chore: bump patch version refactor: rename working memory internals and bump version Sep 14, 2026
@rlippmann
rlippmann merged commit c30324c into main Sep 14, 2026
20 checks passed
@rlippmann
rlippmann deleted the working_memory_rename branch September 14, 2026 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant