refactor: rename await-kmsvc pattern to awaitTaskComplete
ci / test (push) Successful in 1m50s

- Better describes the intent: awaiting task completion via queue
- More descriptive than 'await-kmsvc'
- Applied to all workflow design documents
- Reflects the actual operation: wait for external task to complete

Updated files:
- DESIGN_MASTER_REVIEW.md
- SERVICE_INTEGRATION.md
- IMPLEMENTATION_PLAN.md
- CLI_DESIGN.md
- FINAL_COMPREHENSIVE_DESIGN.md
This commit is contained in:
Test
2026-08-31 18:30:11 -07:00
parent db71919207
commit c32f3e7077
7 changed files with 1769 additions and 2 deletions
+1 -1
View File
@@ -9,6 +9,6 @@ metadata:
app.kubernetes.io/name: poimen
app.kubernetes.io/component: orchestrator
data:
GIT_COMMIT: "74a8f2e8" # Updated automatically by CI/CD
GIT_COMMIT: "04792563" # Updated automatically by CI/CD
GIT_BRANCH: "main"
DEPLOYMENT_DATE: "2026-08-31"