Skip to content

refactor: rename internal state terminology - #277

Merged
rlippmann merged 3 commits into
mainfrom
working_memory_rename
Sep 8, 2026
Merged

refactor: rename internal state terminology#277
rlippmann merged 3 commits into
mainfrom
working_memory_rename

Conversation

@rlippmann

Copy link
Copy Markdown
Owner

What changed

  • Rename the private Python _State implementation type to _WorkingMemory throughout the engine.
  • Introduce lowercase “working memory” as descriptive terminology in the README opening and State Model guidance.
  • Align replacement examples with the working-memory terminology.

Why

The internal name better describes the premise and policy data held by the Engine while remaining private and leaving the public API unchanged.

Checklist

  • pre-commit run (uv run pre-commit run --all-files)
  • tests pass (uv run pytest)

@rlippmann
rlippmann merged commit 6719539 into main Sep 8, 2026
18 checks passed
@rlippmann
rlippmann deleted the working_memory_rename branch September 8, 2026 13:41
@codecov

codecov Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (0a4b0e7) to head (ddc0735).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff            @@
##              main      #277   +/-   ##
=========================================
  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.

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