Skip to content

Commit 3ac02ff

Browse files
Merge feature/digital-twin-mesh-artifacts into main
2 parents f866d78 + bd7f71a commit 3ac02ff

4 files changed

Lines changed: 17 additions & 15 deletions

File tree

Documentation/Deployment/GENESIS_LAUNCH_GUIDE.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ docker compose up -d
364364
docker network inspect sovereign-genesis
365365

366366
# Restart networking
367-
docker compose -f docker-compose.full.yml -f docker-compose.full.yml restart
367+
docker compose -f docker-compose.full.yml restart
368368

369369
# Check firewall rules
370370
sudo ufw status
@@ -468,18 +468,18 @@ docker stats --no-stream
468468

469469
```bash
470470
# Graceful shutdown (recommended)
471-
docker compose -f docker-compose.full.yml -f docker-compose.full.yml down --remove-orphans
471+
docker compose -f docker-compose.full.yml down --remove-orphans
472472

473473
# Force shutdown (if unresponsive)
474-
docker compose -f docker-compose.full.yml -f docker-compose.full.yml kill
475-
docker compose -f docker-compose.full.yml -f docker-compose.full.yml rm -f
474+
docker compose -f docker-compose.full.yml kill
475+
docker compose -f docker-compose.full.yml rm -f
476476
```
477477

478478
### Network Recovery
479479

480480
```bash
481481
# 1. Stop all services
482-
docker compose -f docker-compose.full.yml -f docker-compose.full.yml down --remove-orphans
482+
docker compose -f docker-compose.full.yml down --remove-orphans
483483

484484
# 2. Clean Docker state
485485
docker system prune -af --volumes
@@ -492,7 +492,7 @@ docker system prune -af --volumes
492492

493493
```bash
494494
# 1. Stop services
495-
docker compose -f docker-compose.full.yml -f docker-compose.full.yml down --remove-orphans
495+
docker compose -f docker-compose.full.yml down --remove-orphans
496496

497497
# 2. Remove corrupted volumes
498498
docker volume rm prometheus_data grafana_data
@@ -501,7 +501,7 @@ docker volume rm prometheus_data grafana_data
501501
tar xzf prometheus-backup-*.tar.gz -C /var/lib/docker/volumes/
502502

503503
# 4. Restart services
504-
docker compose -f docker-compose.full.yml -f docker-compose.full.yml up -d
504+
docker compose -f docker-compose.full.yml up -d
505505
```
506506

507507
### Contact & Support

Documentation/Guides/GENESIS_QUICK_START.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ls genesis-launch.sh # Must exist
3636

3737
| Service | URL | Credentials |
3838
|---------|-----|-------------|
39-
| **Grafana** | http://localhost:3001 | admin / admin |
39+
| **Grafana** | http://localhost:3001 | admin / ${GRAFANA_PASSWORD or GRAFANA_ADMIN_PASSWORD} |
4040
| **Prometheus** | http://localhost:9090 | - |
4141
| **Backend API** | http://localhost:8000 | - |
4242
| **Alertmanager** | http://localhost:9093 | - |
@@ -107,10 +107,10 @@ docker ps | grep node-agent | wc -l
107107
docker compose -f docker-compose.full.yml up -d --scale node-agent=50
108108

109109
# Stop everything
110-
docker compose -f docker-compose.full.yml -f docker-compose.full.yml down --remove-orphans
110+
docker compose -f docker-compose.full.yml down --remove-orphans
111111

112112
# Restart
113-
docker compose -f docker-compose.full.yml -f docker-compose.full.yml restart
113+
docker compose -f docker-compose.full.yml restart
114114
```
115115

116116
---
@@ -152,7 +152,7 @@ docker compose -f docker-compose.full.yml restart backend
152152

153153
**Common Issues**: See Troubleshooting section in full guide
154154

155-
**Emergency**: Stop all services with `docker compose -f docker-compose.full.yml -f docker-compose.full.yml down --remove-orphans`
155+
**Emergency**: Stop all services with `docker compose -f docker-compose.full.yml down --remove-orphans`
156156

157157
---
158158

Documentation/MASTER_DOCUMENTATION_INDEX.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Current-branch canonical references:
1515
- [Windows Client EXE Build workflow](../.github/workflows/windows-client-exe.yml)
1616
- [macOS Client Smoke workflow](../.github/workflows/macos-client-smoke.yml)
1717

18-
- Total indexed files: 269
19-
- Indexed on: 2026-04-07 00:00 UTC
18+
- Total indexed files: 271
19+
- Indexed on: 2026-04-08 00:00 UTC
2020

2121
## Category Index
2222

@@ -168,7 +168,7 @@ Current-branch canonical references:
168168
- [NPU_PERFORMANCE_SCALING_COMPLETE.md](/Documentation/Performance/NPU_PERFORMANCE_SCALING_COMPLETE.md)
169169
- [RELEASE_NOTES_TPM_NPU_2026-03-03.md](/Documentation/Performance/RELEASE_NOTES_TPM_NPU_2026-03-03.md)
170170

171-
### Security & Compliance (11)
171+
### Security & Compliance (13)
172172

173173
- [.github/CODEQL.md](../.github/CODEQL.md)
174174
- [.github/SECURITY.md](../.github/SECURITY.md)
@@ -178,6 +178,8 @@ Current-branch canonical references:
178178
- [API_AUTH_TOKEN_ROTATION_RUNBOOK.md](/Documentation/Security/API_AUTH_TOKEN_ROTATION_RUNBOOK.md)
179179
- [DISABLE_DEFAULT_CODEQL.md](/Documentation/Security/DISABLE_DEFAULT_CODEQL.md)
180180
- [LINT_SECURITY_FIXES.md](/Documentation/Security/LINT_SECURITY_FIXES.md)
181+
- [QUANTUM_KEX_DRILL_RETENTION_POLICY.md](/Documentation/Security/QUANTUM_KEX_DRILL_RETENTION_POLICY.md)
182+
- [QUANTUM_KEX_ROTATION_DRILL_RUNBOOK.md](/Documentation/Security/QUANTUM_KEX_ROTATION_DRILL_RUNBOOK.md)
181183
- [SECURITY_AUDIT_2026-02-28.md](/Documentation/Security/SECURITY_AUDIT_2026-02-28.md)
182184
- [audit_results/20260219/2026-02-17_10M_Node_Success/SUMMARY.md](../audit_results/20260219/2026-02-17_10M_Node_Success/SUMMARY.md)
183185
- [audit_results/20260219/BFT_ATTACK_FEB_2026.md](../audit_results/20260219/BFT_ATTACK_FEB_2026.md)

Documentation/Security/QUANTUM_KEX_ROTATION_DRILL_RUNBOOK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ Evidence bundle path: artifacts/quantum-kex-rotation/<drill-id>/
118118
- If reconciliation fails, stop public messaging and open incident triage before rerun.
119119

120120
## Retention and Compliance
121-
- Canonical policy: [Documentation/Security/QUANTUM_KEX_DRILL_RETENTION_POLICY.md](Documentation/Security/QUANTUM_KEX_DRILL_RETENTION_POLICY.md)
121+
- Canonical policy: [QUANTUM_KEX_DRILL_RETENTION_POLICY.md](QUANTUM_KEX_DRILL_RETENTION_POLICY.md)
122122
- Treat each bundle as immutable security evidence for at least 2555 days.
123123
- Validate `checksums.sha256` before and after archival transfer.
124124

0 commit comments

Comments
 (0)