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
The TS-prefix epic spans two analyzer releases, an SDK pin lockstep, and three doc repos; without a finishing pass the pieces can land individually while the coordination invariants (release ordering, pin timing, announcement accuracy, issue close-out) silently fail.
SCOPE BOUNDARY
Verification, releases, and close-out only — no feature code.
GOALS
Stage-1 release: cut the analyzer minor (graph schema 1.1.0) with CHANGELOG entries naming the dual-label addition; verify schema.neo4j.json in the tag matches the emitter; tidy the auto-posted release announcement.
Stage-2 release (with the v2 contract): breaking notes lead with the rename + one-line migration (re-analyze; Callable→TSCallable, CALLS→TS_CALLS); confirm python-sdk's pin moves only after this release exists.
Verify epic-level DoD: dual-label count parity on the fixture (stage 1), zero bare labels/rel types (stage 2), SDK tests green against each pinned release, convention doc updated in all three repos.
PROBLEM
The TS-prefix epic spans two analyzer releases, an SDK pin lockstep, and three doc repos; without a finishing pass the pieces can land individually while the coordination invariants (release ordering, pin timing, announcement accuracy, issue close-out) silently fail.
SCOPE BOUNDARY
Verification, releases, and close-out only — no feature code.
GOALS
schema.neo4j.jsonin the tag matches the emitter; tidy the auto-posted release announcement.re-analyze; Callable→TSCallable, CALLS→TS_CALLS); confirm python-sdk's pin moves only after this release exists.DEFINITION OF DONE
Part of #64