- When `--update` is passed but the profile does not exist, use title
"Profile Added" instead of "Profile Registered" so the Behave step
asserting "Profile Added" in output passes.
- Add guards panel rendering in `_render_profile_add_rich` so that
profiles with guards config display Guard fields (max_tool_calls_per_step,
tool_allowlist, tool_denylist, etc.) in rich add output.
ISSUES CLOSED: #6345
Align the automation-profile add command's machine-readable output with the specification by emitting the flat thresholds/flags schema and created timestamp, and add coverage that locks the expected structure.
ISSUES CLOSED: #6345