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.
20 lines
428 B
Plaintext
20 lines
428 B
Plaintext
[core]
|
|
repositoryformatversion = 0
|
|
filemode = true
|
|
bare = false
|
|
logallrefupdates = true
|
|
ignorecase = true
|
|
precomposeunicode = true
|
|
multiPackIndex = false
|
|
fsmonitor = false
|
|
[user]
|
|
email = cxai-ops@cxai-studio.com
|
|
name = CxAI Ops
|
|
[maintenance]
|
|
auto = false
|
|
[gc]
|
|
autoDetach = false
|
|
[remote "origin"]
|
|
url = https://cxai-studio.com/git/CxAI-Project/CxLLM-INSTRUMENT-PCKG.git
|
|
fetch = +refs/heads/*:refs/remotes/origin/*
|