[Epic] Contract & API freeze #88
Labels
No labels
area: build
area: ci
area: compare
area: data
area: engine
area: model
area: provenance
area: rite
area: validation
backport
blocked
breaking
confirmed
dependencies
duplicate
epic
github_actions
invalid
needs-info
needs-triage
php
priority: high
priority: low
priority: medium
regression
type: bug
type: chore
type: correction
type: docs
type: enhancement
type: feature
type: fix
type: perf
type: refactor
type: security
wontfix
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Directorium/Core#88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Lock the public API and output contract at a stable 1.0 with an explicit deprecation policy. Done when the contract is versioned 1.0 and guarded against accidental change.
Epic — child issues are tracked as sub-issues.
Epic complete — #89 and #90 merged in PR #476. The public API surface (3 functions + 23 classes) is enumerated and pinned by a reflection snapshot (PublicApiSnapshotTest, cross-PHP-version-safe), and the 1.0 output-contract shape is pinned by ContractShapeTest; docs/api-stability.md documents the allowlist, semver, and deprecation policy. Adversarial review caught + fixed a cross-version self-rendering bug (verified green on check 7.4/8.1/8.2/8.3).