=== Ops Runbook (Lite) ===
Contributors: devmarvs
Requires at least: 6.0
Tested up to: 6.9
Requires PHP: 7.4
Stable tag: 0.1.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Admin-only Ops runbooks + one-click diagnostics panel inside wp-admin.

== Description ==

Ops Runbook (Lite) adds:

* Ops Runbooks (CPT: opsrblt_runbook) with structured fields:
  * Symptoms
  * Quick checks
  * Mitigation steps
  * Escalation contacts
  * Rollback steps
* Incident Notes (CPT: opsrblt_inc_note) for timeline/postmortem notes
* Diagnostics page (Tools are read-only):
  * Updates summary
  * WP-Cron overview
  * Storage free/total (when available)
  * DB size estimate (information_schema)
  * Tail of debug.log (only if WP_DEBUG_LOG is enabled and log is inside WP_CONTENT_DIR)

== Installation ==

1. Copy this folder to `wp-content/plugins/ops-runbook-lite/`
2. Activate “Ops Runbook (Lite)” in Plugins
3. In wp-admin, open “Ops Runbook” for Diagnostics, Runbooks, and Incident Notes
