You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Release workflow must read package version from `Directory.Build.props`.
41
41
- Release workflow must validate semantic version format before packaging.
42
42
- Release workflow must fail if the produced core `.nupkg` version does not match `Directory.Build.props`.
43
-
- Release workflow must also pack `ManagedCode.CodexSharpSDK.Extensions.AgentFramework`and use the project-specific prerelease suffix from `Directory.Build.props`.
43
+
- Release workflow must also pack `ManagedCode.CodexSharpSDK.Extensions.AgentFramework`with its project-specific prerelease package version.
44
44
- Release workflow must use generated GitHub release notes.
45
45
- Release workflow must create/push git tag `v<version>` before publishing GitHub release.
46
46
- Codex CLI watch runs daily and opens issue when upstream `openai/codex` changed since pinned submodule SHA.
0 commit comments