abd4e83baa
- Capture started_at timestamp using datetime.now(UTC) before service call - Add timing.started field to JSON envelope with ISO 8601 format - Update step definitions to verify timing.started is present and valid - Remove @tdd_expected_fail tag from plan_prompt_command.feature scenario Fixes #9353
4 lines
95 B
Python
4 lines
95 B
Python
"""Step definitions for ACMS context analysis (stub)."""
|
|
|
|
from behave import given, then, when
|