Skip to content

Testing and Quality

Required Checks

npm test
arcane validate --strict

Runtime Check

arcane dev

Confirm:

  • startup logs clean
  • command counts match file count
  • slash registration logs visible
  • text commands respond to prefix

Docs Check

python -m pip install -r docs/requirements.txt
mkdocs build --strict