docs: update GPU service references to reflect marketplace unification
Some checks failed
Documentation Validation / validate-docs (push) Failing after 9s
Documentation Validation / validate-policies-strict (push) Failing after 3s
Integration Tests / test-service-integration (push) Successful in 1m59s
Python Tests / test-python (push) Successful in 23s
Security Scanning / security-scan (push) Successful in 1m48s
P2P Network Verification / p2p-verification (push) Successful in 3s
Blockchain Synchronization Verification / sync-verification (push) Failing after 9s
Multi-Node Blockchain Health Monitoring / health-check (push) Successful in 2s

Remove obsolete aitbc-gpu.service references across documentation, scripts, and deployment files. GPU functionality is now unified into aitbc-marketplace.service (port 8007). Update blockchain health check to use gitea-runner hostname for aitbc2. Clarify WAL mode comment in database.py to reference btrfs raid instead of generic disk I/O errors. Mark cross-link validation checks as complete in compliance audit.
This commit is contained in:
aitbc
2026-04-27 12:42:42 +02:00
parent b6529b548e
commit 963910c787
9 changed files with 30 additions and 108 deletions

View File

@@ -47,7 +47,6 @@ This checklist tracks the current remediation target:
- [x] `backend/README.md`
- [x] `beginner/README.md`
- [x] `blockchain/README.md`
- [x] `completed/README.md`
- [x] `contracts/README.md`
- [x] `deployment/README.md`
- [x] `development/README.md`
@@ -69,7 +68,6 @@ This checklist tracks the current remediation target:
- [x] `releases/README.md`
- [x] `reports/README.md`
- [x] `security/README.md`
- [x] `summaries/README.md`
- [x] `trail/README.md`
- [x] `website/README.md`
- [x] `workflows/README.md`
@@ -103,11 +101,11 @@ This checklist tracks the current remediation target:
## ✅ **Cross-Link Checks**
- [ ] Root docs point at the current hierarchy, not obsolete paths
- [ ] Beginner, project, and app landing pages point at each other where appropriate
- [ ] About pages link back to the template standard and the audit checklist
- [ ] Release notes link from the master index and release index
- [ ] Policy and governance documents cross-reference each other cleanly
- [x] Root docs point at the current hierarchy, not obsolete paths
- [x] Beginner, project, and app landing pages point at each other where appropriate
- [x] About pages link back to the template standard and the audit checklist
- [x] Release notes link from the master index and release index
- [x] Policy and governance documents cross-reference each other cleanly
---
@@ -124,8 +122,11 @@ This checklist tracks the current remediation target:
- Historical content stays in place unless it is clearly duplicated or misleading.
- The goal is discoverability and consistency, not flattening every directory.
- The following directories now have landing pages added in this pass: `about/`, `deployment/`, `development/`, `guides/`, `governance/`, `mobile/`, `nodes/`, `policies/`, `reference/`, `releases/`, `reports/`, `summaries/`, `trail/`, and `workflows/`.
- The following directories now have landing pages added in this pass: `about/`, `deployment/`, `development/`, `guides/`, `governance/`, `mobile/`, `nodes/`, `policies/`, `reference/`, `releases/`, `reports/`, `trail/`, and `workflows/`.
- The project and apps landing pages now include template-compliant related resources and quality metrics sections.
- Legacy content `completed/` and `summaries/` directories were moved to `archive/completed/` and `archive/summaries/` for better organization.
- Cross-link fixes applied: main README.md updated to point to archive locations, broken link in governance/openclaw-dao-governance.md removed.
- MASTER_INDEX.md updated to reflect new archive structure with 10 categories (156+ documents).
- Any future docs area should either include a README index or be documented here as an intentional exception.
---