Skip to content

activitysmith-cli v0.1.5

Choose a tag to compare

@bardonadam bardonadam released this 20 Feb 11:11
· 40 commits to main since this release

Technical changes

  • Added --id-only option to skills/activitysmith/scripts/start_activity.sh.
    • Prints only the parsed Activity ID.
    • Exits with error if Activity ID cannot be parsed.
  • Documented strict Live Activity ID lifecycle in skills/activitysmith/SKILL.md.
    • start_activity.sh output ID must be reused for both update and end.
  • Updated skill examples to agent workflow scenarios.
    • Completion push after coding task.
    • Live Activity progress stream (start -> update -> update -> end).
  • Updated skills/activitysmith/agents/openai.yaml metadata.

Validation

  • quick_validate.py passed for skills/activitysmith.
  • start_activity.sh syntax and help checks passed.
  • Full lifecycle smoke test passed using one captured Activity ID for update and end.