Skip to main content
General

Bugs & Issues Tracker

Vault-synced bug tracking module for open-source release readiness.

Bugs & Issues Tracker

The Bugs module exposes the ArgoBox release-audit bug library in two views:

  • /bugs is the public, sanitized release-readiness view.
  • /admin/bugs is the internal triage view with sensitive patterns masked in rendered evidence and fix text.

The data is generated from the Vault bug registry. Do not hand-edit the module data files as canonical state. Close bugs with commit messages containing Fixes ABOX-..., Closes ABOX-..., or Resolves ABOX-..., then run the Vault sync tool.

node /home/user/Vaults/argobox/bug-library/tools/argobox-bug-sync.mjs

The sync updates the Vault registry, generated Markdown, and module-local data mirrors together.

Telegram Bug Hunt

OpenClaw's Telegram bot is the mobile command surface for bug hunting. Use it for bounded status, diagnosis, and verification requests such as:

bug hunt status
bug hunt next critical
bug hunt ABOX-0001 diagnose only
bug hunt ABOX-0001 verify after commit <sha>

The durable operating guide is in the Vault at /home/user/Vaults/argobox/bug-library/TELEGRAM-OPENCLAW-BUG-HUNT.md. Future agents should also load /home/user/Vaults/ai-context/argobox/BUG-HUNTING-OPEN-SOURCE-RELEASE.md before starting release bug work.