shivaam opened a new pull request, #68002: URL: https://github.com/apache/airflow/pull/68002
Adds a minimal `@apache-airflow/ts-sdk` package that defines the public TypeScript task-handler contract. Summary: - Add public task registration, task context, task handler, and `TaskClient` interfaces. - Keep the first public surface aligned with the Go and Java SDKs: Variables, Connections, and XCom only. - Add standalone package config, lint/format/test/build scripts, README, and focused Vitest coverage. This intentionally does not include coordinator-mode execution, edge-worker execution, generated supervisor schema types, or Python coordinator registration. Those are intended as follow-up PRs built on this public interface. Testing: - `pnpm format:check` - `pnpm lint` - `pnpm typecheck` - `pnpm test` - `pnpm run build` - `pnpm pack --dry-run` - `~/.local/bin/prek run --from-ref upstream/main --stage pre-commit` - `~/.local/bin/prek run --from-ref upstream/main --stage manual` Note: I also attempted `breeze selective-checks --commit-ref upstream/main`, but this worktree's Breeze command set does not include `selective-checks`. ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Codex (GPT-5) Generated-by: Codex (GPT-5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) --- Drafted-by: Codex (GPT-5) (no human review before posting) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
