Skip to content

docs(cron): document name-based job lookup from #26231#26449

Closed
r266-tech wants to merge 1 commit into
NousResearch:mainfrom
r266-tech:docs-cron-job-name-or-id-26231
Closed

docs(cron): document name-based job lookup from #26231#26449
r266-tech wants to merge 1 commit into
NousResearch:mainfrom
r266-tech:docs-cron-job-name-or-id-26231

Conversation

@r266-tech

Copy link
Copy Markdown
Contributor

Summary

#26231 (merged ~16h ago) made hermes cron edit|pause|resume|run|remove and the agent cronjob tool accept a job's name (case-insensitive) in addition to the hex ID, but website/docs/user-guide/features/cron.md still uses the <job_id> placeholder everywhere without telling users names work.

This adds a small :::tip admonition right under "Editing jobs" that:

  • mentions both Editing and Lifecycle command groups (anchor link to #lifecycle-actions)
  • documents the resolver precedence (exact ID wins over name) to match resolve_job_ref() in cron/jobs.py
  • documents the AmbiguousJobReference user-facing surface (commands refuse and print candidate IDs rather than silently picking one)

Single file, +4 lines. No placeholder rewrites elsewhere — keeps the diff narrow and lets the admonition do the work.

If this has already landed via separate patch or you'd prefer different placement, feel free to close + mark accordingly.

@alt-glitch alt-glitch added type/docs Documentation improvements P3 Low — cosmetic, nice to have comp/cron Cron scheduler and job management labels May 15, 2026
@teknium1

Copy link
Copy Markdown
Contributor

Merged via PR #27247 — your commit was cherry-picked onto current main as part of a batch salvage of low-risk new-contributor PRs. Authorship preserved (docs(cron): document name-based job lookup from #26231). Thanks for the contribution — appreciate it.

@teknium1 teknium1 closed this May 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp/cron Cron scheduler and job management P3 Low — cosmetic, nice to have type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants