Skip to content

fix(release-compat-r41): update reminder CLI → routine CLI in 4 skills - #146

Open
rezakhadjavi wants to merge 4 commits into
mainfrom
release-compat-r41
Open

fix(release-compat-r41): update reminder CLI → routine CLI in 4 skills#146
rezakhadjavi wants to merge 4 commits into
mainfrom
release-compat-r41

Conversation

@rezakhadjavi

Copy link
Copy Markdown
Contributor

Release compatibility fix for r41

r41 replaces the reminder CLI with the new routine CLI. This PR updates the 4 SKILL.md files in runneth-apps that referenced reminder commands.

What changed in r41

  • reminder CLI removed, replaced by routine CLI with new flag shape
  • New commands: routine add (with --name, --delivery, --prompt, --cron/--in/--at), routine list, routine inspect, routine cancel, etc.

Files updated

File Change
brand-audit/SKILL.md reminder addroutine add with correct flags
paid-strategy-audit/SKILL.md reminder addroutine add with correct flags
health-alerts/setup-health-alerts/SKILL.md reminder listroutine list, reminder addroutine add
health-alerts/integration-health-check/SKILL.md reminder listroutine list, conceptual "reminder" → "routine" throughout

Key flag mapping

Old (reminder) New (routine)
--title --name
--description / --content --prompt
--schedule "every X" --cron "..."
n/a --delivery (required)

Detected by the hourly release-compat monitor on r41 ship.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant