CxLLM-SPA-RNDR/Sources/CxSPARenderer/CxSPARenderer.swift
CxAI Agent fc6e835c50
Some checks are pending
ci / validate (push) Waiting to run
feat: add Package.swift + CxSPARenderer seed target
Stamps a SwiftPM manifest onto the scaffold so the package can be
consumed by the CxLLM-SDK umbrella and downstream apps. The seed
source exposes a versioned namespace placeholder; real implementation
lands in subsequent phases.
2026-05-16 14:20:28 -05:00

9 lines
270 B
Swift

// CxSPARenderer seed source for CxLLM-SPA-RNDR.
// Auto-generated by Phase 0/2 refactor; replace with real implementation.
import Foundation
public enum CxSPARenderer {
public static let version = "0.1.0"
public static let packageName = "CxLLM-SPA-RNDR"
}