Skip to content

chore: add implementation strategy guidance for compatibility decisions#2600

Merged
seratch merged 1 commit intomainfrom
feat/implementation-strategy-guidance
Mar 5, 2026
Merged

chore: add implementation strategy guidance for compatibility decisions#2600
seratch merged 1 commit intomainfrom
feat/implementation-strategy-guidance

Conversation

@seratch
Copy link
Member

@seratch seratch commented Mar 5, 2026

This pull request adds repo guidance for deciding when Python SDK changes need compatibility handling and when unreleased interfaces can be rewritten directly. It introduces a new .agents/skills/implementation-strategy/SKILL.md file, updates AGENTS.md to require that skill for runtime and user-facing changes, and narrows ExecPlan compatibility callouts to behavior shipped in the latest release tag or durable external state.

It also updates .agents/skills/pr-draft-summary/SKILL.md so PR summaries judge compatibility risk against the latest release tag instead of unreleased branch-only churn. The new guidance is Python-specific where needed, explicitly calling out durable surfaces such as RunState, session persistence, exported dataclass constructor order, and documented model/provider configuration.

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Mar 5, 2026
@seratch seratch merged commit fc5cc28 into main Mar 5, 2026
9 checks passed
@seratch seratch deleted the feat/implementation-strategy-guidance branch March 5, 2026 04:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant