Skip to content

drzero-ping

Health check for the DrZero Codex plugin, shared config, custom agents, support scripts, and scoring runtime

experimental
IDE:
codex
Version:
0.1.0
Owner:epic-platform-sre
drzero
healthcheck
plugin
codex

DrZero Ping

Confirm that the DrZero Codex plugin is loaded and ready to run.

Workflow

  1. Confirm the drzero plugin skill is available.
  2. Run python3 scripts/codex/drzero-config.py path to identify the active shared config.
  3. Run python3 scripts/codex/drzero-config.py validate to validate drzero.yml or built-in defaults.
  4. Confirm the canonical agents are available after activation: drzero-orchestrator, drzero-proposer, drzero-solver, and the 16 domain specialists.
  5. Confirm scoring imports work: python3 scripts/codex/drzero-score.py --mode solver with a harmless JSON sample.

Expected Result

Report ok: true only when config validation, agent visibility, support scripts, and scoring runtime checks all pass. If any check fails, return the exact missing file, command, or import error and recommend drzero-config init --install-assets.

Related Assets