feat: Ipad app production readiness, Colony orchestration, Social posting (#44)
All checks were successful
Production Readiness / backend-contracts (push) Successful in 1m47s
Production Readiness / webos-typecheck (push) Successful in 1m50s
Production Readiness / ipad-parse (push) Successful in 1m34s

#38 Ipad app production readiness, Colony orchestration, Social posting

Co-authored-by: Sayan Datta <sayan@Sayans-MacBook-Air.local>
Reviewed-on: #44
This commit was merged in pull request #44.
This commit is contained in:
2026-05-03 18:30:38 +05:30
parent 59d398abc3
commit eeb684b46c
86 changed files with 20349 additions and 1655 deletions

View File

@@ -1,9 +1,9 @@
import Foundation
enum SentinelScope {
static let navigationTitle = "Operator Posture"
static let navigationTitle = "Sentinel"
static let productFamilyName = "Sentinel"
static let availabilityBadge = "Operator posture only"
static let availabilityBadge = "Live perception analytics"
static let disabledAnalyticsCapabilities: [String] = [
"visitor counting",
@@ -12,6 +12,9 @@ enum SentinelScope {
]
static let liveBackedCapabilities: [String] = [
"visitor counting",
"sentiment distribution",
"journey intelligence",
"alert posture",
"transcription queue visibility",
"upcoming calendar pressure",