- Replace non-existent 'session create --name' with 'session create --format json'
- Replace non-existent 'plan create --session --description' with 'plan list --format json'
- Replace 'session delete <name>' with 'session delete <ULID> --yes' using extracted session ID
- Remove invalid '--format json' from context list/show commands that don't support it
- Use Safe Parse Json Field keyword to extract session_id from JSON output
- Align all test commands with actual CLI interface
- Add test_a2a_local_facade.robot with session and plan lifecycle tests
- Add test_context_workflow.robot with context configuration and execution tests
- Tests validate output format matches specification
- Tests run against real CLI without mocking
- Covers A2A session initialization, plan creation, listing, and deletion
- Covers context loading, validation, and plan execution workflows