Some checks are pending
ci / validate (push) Waiting to run
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.
9 lines
248 B
Swift
9 lines
248 B
Swift
// CxGit — seed source for CxLLM-Drive.
|
|
// Auto-generated by Phase 0/2 refactor; replace with real implementation.
|
|
import Foundation
|
|
|
|
public enum CxGit {
|
|
public static let version = "0.1.0"
|
|
public static let packageName = "CxLLM-Drive"
|
|
}
|