Some checks are pending
ci / validate (push) Waiting to run
Stamps a SwiftPM manifest onto the scaffold; seed main prints a version banner. Real implementation lands in subsequent phases.
6 lines
213 B
Swift
6 lines
213 B
Swift
// cxllm — seed entrypoint for CxLLM-CLI.
|
|
// Auto-generated by Phase 0/2 refactor; replace with real implementation.
|
|
import Foundation
|
|
|
|
print("[cxllm] CxLLM-CLI v0.1.0 — seed binary. Implementation pending.")
|