docs: comprehensive core and Pro documentation overhaul

- Major updates to README.md and docs/README.md for Pulse v5
- Added technical deep-dives for Pulse Pro (docs/PULSE_PRO.md) and AI Patrol (docs/AI.md)
- Updated Prometheus metrics documentation and Helm schema for metrics separation
- Refreshed security, installation, and deployment documentation for unified agent models
- Cleaned up legacy summary files
This commit is contained in:
rcourtman 2026-01-07 17:38:27 +00:00
parent 9cfcdbb247
commit 3f0808e9f9
37 changed files with 752 additions and 368 deletions

View file

@ -12,7 +12,7 @@ This guide explains the shared Bash modules in `scripts/lib/` used for building
**Conventions:**
* **Namespaces:** Functions are exported as `module::function` (e.g., `common::run`).
* **Bundling:** `make bundle-scripts` inlines modules for distribution.
* **Bundling:** `./scripts/bundle.sh` inlines modules for distribution.
* **Compatibility:** Targets Bash 5 on Debian 11+ and Ubuntu LTS.
## 🦴 Script Skeleton
@ -56,8 +56,7 @@ main "$@"
## 📦 Bundling
1. Update `scripts/bundle.manifest`.
2. Run `make bundle-scripts`.
2. Run `./scripts/bundle.sh`.
3. Verify `dist/` artifacts.
**Note:** Never edit bundled artifacts manually. Always rebuild from source.