Fountain Coach Gitowner-controlled · read only

swift-codex-openapi-kernel.git · AGENTS.md

swift-codex-openapi-kernel.git / AGENTS.md

revision 982d994694d42ff3477c90a3bde283c3c98818d1 · complete file

# Instructions for Codex Agents

This repository uses Swift 6 and Swift Package Manager.

## Testing
- Always run `swift test -v` after making changes.
- If tests fail because Swift or system dependencies are missing, install them via:
  ```bash
  sudo apt-get update && sudo apt-get install -y clang libicu-dev swift
  ```
- Summarize the test results in the PR description.