CxLLM-CLI/.git.nosync/hooks/post-update.sample
CxAI Agent 97a8abf454
Some checks are pending
ci / validate (push) Waiting to run
feat: add Package.swift + cxllm executable seed
Stamps a SwiftPM manifest onto the scaffold; seed main prints a
version banner. Real implementation lands in subsequent phases.
2026-05-16 14:21:23 -05:00

9 lines
189 B
Bash
Executable File

#!/bin/sh
#
# An example hook script to prepare a packed repository for use over
# dumb transports.
#
# To enable this hook, rename this file to "post-update".
exec git update-server-info