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
feat(ogar-vocab): add OpenProject Member alias for project_membership
The earlier OpenProject alias for project_membership (0x0108) was the
pre-snapshot prose name `Membership`. The engine-walking corpus snapshot in
openproject-nexgen-rs op-canon (extracted from the real OpenProject Rails
source) carries `Member` — same as Redmine (both forks ship the join row
as `Member`). The OGAR alias was therefore guessing the surface name; the
actual canonical surface is `Member`.
This is purely additive: BOTH names now resolve to PROJECT_MEMBERSHIP.
("Member", PROJECT_MEMBERSHIP) <- canonical (matches OP corpus + Redmine)
("Membership", PROJECT_MEMBERSHIP) <- deprecated synonym, kept for any
downstream consumer holding the old
name; never breaks resolution
Closes the openproject-nexgen-rs#56 pinned drift-guard test
`port_and_snapshot_membership_vocab_mismatch_is_known` — once op-canon bumps
its ogar-vocab git pin after this lands, `OpenProjectPort::class_id("Member")`
flips from `None` to `Some(PROJECT_MEMBERSHIP)`, the pin self-fails by design,
and op-canon drops it in a small follow-up.
Also updates the OP↔RM convergence pair to use Member ↔ Member (the canonical
spelling) and adds a focused test pinning the additive contract.
OpenProject alias count: 27 → 28 (the new Member row).
cargo +1.95 test -p ogar-vocab --lib ports:: -> 28 passed (+1); workspace
check --all-targets clean.
0 commit comments