Live System Status¶
[!info] Auto-Generated Documentation Hub This section contains documentation automatically generated from live system state. Last Generated: 2026-01-17 19:21:52 UTC Generation Method: Agentic Documentation System
Available Reports¶
| Report | Description | Pattern |
|---|---|---|
| Infrastructure Analysis | Comprehensive infrastructure health analysis | Tool Use |
| Service Health | Current status of all Docker Swarm services | Tool Use |
| Node Status | Cluster node health and resources | Tool Use |
| Stack Status | Deployed stack information | Tool Use |
| Storage Capacity | NFS and local storage usage | Tool Use |
| Recent Changes | Git commits and file modifications | Tool Use |
| Doc Drift Report | Documentation accuracy validation | Reflection |
Agentic Patterns Used¶
Tool Use¶
Generators query live systems (Docker API, filesystem, git) to produce accurate, current documentation.
Reflection¶
The validation system compares static documentation against live state, identifying drift and recommending updates.
Planning¶
The orchestrator (sh-update-docs.sh) coordinates generators in the correct sequence, managing dependencies.
Regeneration¶
To update all auto-generated documentation:
To update individual reports:
./scripts/docs/sh-generate-infrastructure-analysis.sh
./scripts/docs/sh-generate-service-health.sh
./scripts/docs/sh-generate-node-status.sh
./scripts/docs/sh-generate-storage-capacity.sh
./scripts/docs/sh-validate-docs.sh
Automation¶
Auto-generation runs via cron every 6 hours. See crontab -l for schedule.
Generated by Homenet Agentic Documentation System