Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion code_review.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Guides load on demand, so the general passes here stay short.
| Change type | Focus | Guide |
|---|---|---|
| `runtime/` state and recovery | serde and replay type fidelity, real failure-path tests | [review-guides/runtime-state-recovery.md](review-guides/runtime-state-recovery.md) |
| Python-Java bridge | cross-language parity, type mapping across Pemja | planned |
| Python-Java bridge | cross-language parity, type mapping across Pemja | [review-guides/python-java-bridge.md](review-guides/python-java-bridge.md) |
| `api/` contract | API shape, compatibility policy, deprecation | planned |
| `dist` and dependency | shading, LICENSE and NOTICE, dist registration | planned |
| docs-only | facts match their source of truth | planned |
Expand Down
442 changes: 442 additions & 0 deletions dev/agent-skills/flink-agents-dev/SKILL.md

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions dev/agent-skills/flink-agents-dev/assets/yaml-contracts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
contracts:
"0.3.0":
schema: yaml-schemas/release-0.3.0.json
source:
repository: apache/flink-agents
ref: release-0.3.0
path: docs/yaml-schema.json
blob_sha: 2b21d71db8e7ea93f9a1e98dc4ca11af9298f39f

main:
schema: yaml-schema.json
source:
repository: apache/flink-agents
ref: main
path: docs/yaml-schema.json
blob_sha: 183cc7ac800cf97d030b75b166ea8146368747d5

versions_without_yaml_api:
- "0.2.1"
- "0.2.0"
- "0.1.1"
- "0.1.0"
Loading
Loading