Docs/migration 1x to 2x - #655
Conversation
31f5f5e to
162361b
Compare
Codex AI reviewFound three migration-guide issues: unavailable APIs, a crashing callback example, and replay-unsafe logging. Documentation snippets lack automated validation. Reviewed commit |
Claude AI reviewDocumentation-only PR: a 1.x→2.x migration guide plus a
Per AGENTS.md ("when the developer guide and the source disagree, trust the source and report the discrepancy"), both are reported below. No test risk applies to a docs change, but the guide should not ship examples that fail on execution. Reviewed commit |
Add docs/migration-1.x-to-2.x.md covering the 2.x breaking changes: typed per-operation error hierarchy, first-run serialize/deserialize round trip, removed config types and fields, construction-time config validation, and wait_for_condition changes; plus the optional should_complete feature. Also document the initial_state serdes requirement on WaitForConditionConfig.
162361b to
e4ae074
Compare
Issue #, if available: N/A
Description of changes:
Migration guide for python v2
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.