Skip to content

docs(cron): fix stale verifier path — plugins/cron → plugins/cron_providers#71113

Open
santhiprakash wants to merge 2 commits into
NousResearch:mainfrom
santhiprakash:docs/fix-stale-chronos-path
Open

docs(cron): fix stale verifier path — plugins/cron → plugins/cron_providers#71113
santhiprakash wants to merge 2 commits into
NousResearch:mainfrom
santhiprakash:docs/fix-stale-chronos-path

Conversation

@santhiprakash

Copy link
Copy Markdown

Problem

docs/chronos-managed-cron-contract.md line 135 references plugins/cron/chronos/verify.py as the inbound fire verifier. This path no longer exists — the directory was renamed from plugins/cron to plugins/cron_providers in the merged PR #51702, but this docs file was not updated in that rename.

Triage / Root cause

Leftover reference from the plugins/cronplugins/cron_providers package rename. The code moved correctly; the wire-contract doc was missed.

Fix

  • Updated plugins/cron/chronos/verify.pyplugins/cron_providers/chronos/verify.py (one-line change)
  • Verified the corrected path plugins/cron_providers/chronos/verify.py exists on upstream/main

Verification

git show upstream/main:plugins/cron_providers/chronos/verify.py  # exists
grep -r "plugins/cron/" docs/*.md  # no other stale references

Notes / Risks

  • This is a docs-only change; no runtime impact.
  • Self-sourced (no associated issue).

santhiprakash and others added 2 commits July 25, 2026 01:06
…viders

- Problem: docs/chronos-managed-cron-contract.md references
  `plugins/cron/chronos/verify.py` which no longer exists after the
  plugins/cron → plugins/cron_providers rename (merged in NousResearch#51702).
- Fix: update to `plugins/cron_providers/chronos/verify.py` which is the
  current location.
- Verification: confirmed the corrected path exists on upstream/main via
  git show; confirmed no other stale `plugins/cron/` references remain in
  docs/*.md.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
- website/docs/developer-guide/cron-internals.md: provider discovery path
- website/docs/reference/cli-commands.md: custom provider path
- Both leftover from the plugins/cron → plugins/cron_providers rename (NousResearch#51702)
- Verified: corrected path matches cron/scheduler_provider.py and plugins/cron_providers/__init__.py

Co-Authored-By: Paperclip <noreply@paperclip.ing>
@alt-glitch alt-glitch added type/docs Documentation improvements P4 Best-effort: we will get to it when we get to it (no commitment) comp/cron Cron scheduler and job management labels Jul 25, 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 P4 Best-effort: we will get to it when we get to it (no commitment) type/docs Documentation improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants