Skip to main content

Documentation Progress

This page tracks the coverage and freshness of cronjob documentation.

Current status

MetricValue
Total cron entries164
Unique commands115
Documented commands95 (82%)
Undocumented commands20 (18%)
Critical commands46
High priority commands40
Medium priority commands8
Unknown risk commands21

Priorities

Critical

  1. 46 commands that mutate sales, payments, refunds, or stock — immediate documentation required
  2. 20 commands with no matching Command class — manual investigation needed

High

  1. 40 high priority commands — significant business impact
  2. Add @doc.* annotations to the 95 located Command classes
  3. Document business intent and side effects

Unknown

  1. 21 commands require risk assessment via code inspection

Regenerate the report

python3 tools/cronjob_doc_generator.py

The report is regenerated automatically with the documentation.