Skip to content

chore: add implementation strategy guidance for compatibility decisions#1056

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

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

Conversation

@seratch
Copy link
Copy Markdown
Member

@seratch seratch commented Mar 5, 2026

This pull request adds a repo-local implementation-strategy skill so Codex chooses the correct compatibility boundary before changing runtime behavior, exported APIs, schemas, configuration, or wire protocols.

It updates AGENTS.md to require that skill for compatibility-sensitive work and clarifies that ExecPlans should treat only behavior shipped in the latest release tag, or durable external state, as compatibility-sensitive by default. Branch-local interface churn and unreleased post-tag changes on main are explicitly not treated as breaking changes unless they already define durable external state or a migration path is requested.

This pull request also updates the local pr-draft-summary and changeset-validation guidance so the same latest-release-tag rule is applied consistently when summarizing compatibility risk and deciding version bump expectations. The result is a simpler implementation default: rewrite unreleased interfaces directly, and reserve shims or migration layers for real released contracts.

@changeset-bot
Copy link
Copy Markdown

changeset-bot bot commented Mar 5, 2026

⚠️ No Changeset found

Latest commit: 758c044

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@seratch seratch merged commit 3a1909b into main Mar 5, 2026
6 checks passed
@seratch seratch deleted the chore/implementation-strategy-guidance branch March 5, 2026 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant