Thanks for contributing to CodexKit.
swift package resolve
swift testFor demo app validation:
xcodebuild -project DemoApp/AssistantRuntimeDemoApp.xcodeproj -scheme AssistantRuntimeDemoApp -destination 'generic/platform=iOS' build- Keep changes focused and scoped.
- Add or update tests when behavior changes.
- Update docs (
README.md,DemoApp/README.md,CHANGELOG.md) for user-facing changes. - Ensure tests pass before opening a PR.
Use clear, imperative messages. Example:
Add thread-level persona cache invalidationFix OAuth sign-in cancel state reset
- We use Semantic Versioning with tags like
v1.0.0. - Update
CHANGELOG.mdfor release notes. - Tag from
mainwith an annotated tag:
git tag -a vX.Y.Z -m "Release vX.Y.Z"
git push origin vX.Y.Z