spec(leaf): resolve IReferenceProvider convergence question from ADR-066 - #2119
Merged
rubenvdlinde merged 2 commits intoAug 4, 2026
Merged
Conversation
Contributor
Quality Report — ConductionNL/openregister @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| composer | ✅ | ✅ 174/174 | |||
| npm | ✅ | ✅ 555/555 | |||
| PHPUnit | ❌ | ||||
| Newman | ❌ | ||||
| Playwright | ⏭️ |
Quality workflow — 2026-07-25 11:51 UTC
Download the full PDF report from the workflow artifacts.
…rence-provider-convergence
Contributor
Quality Report — ConductionNL/openregister @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| composer | ✅ | ✅ 173/173 | |||
| npm | ✅ | ✅ 713/713 | |||
| PHPUnit | ✅ | ||||
| Newman | ✅ | ||||
| Playwright | ✅ |
Quality workflow — 2026-08-04 11:52 UTC
Download the full PDF report from the workflow artifacts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Resolves the open question ADR-041 deferred and ADR-066 re-narrowed (decision #6): how the OpenRegister cross-app leaf mechanism (
RegisterLeafProvidersEvent,LeafDescriptor, theapp-localIntegrationProviderstrategy) relates to Nextcloud's nativeOCP\Collaboration\Reference\IReferenceProvider.Decision-only OpenSpec change — ships no code. Deliverable is the decision, the capability comparison, and a small normative boundary rule.
Decision: COEXIST with a documented boundary
IReferenceProvidermatches one string and resolves oneIReference, with no object-collection model. And a leaf'screate()append has no home in the read-only reference contract. Convergence would fork the read path and split the write path across two mechanisms.IReferenceProvideras a leaf's single-entity render is the only sensible future convergence, scoped to single-entity read-only render. No driver today, so not adopted.Author boundary rule
Contents
proposal.md,design.md(comparison table + argued options + recommendation + boundary rule + recommended ADR-066 amendment),specs/leaf-reference-boundary/spec.md(4 normative requirements),tasks.md(unchecked).openspec validate leaf-reference-provider-convergence --strictpasses.Follow-up (not in this change)
Amend ADR-066 decision #6 from deferred to decided: coexist (hydra governance change) — status note drafted in
design.md.Do not merge — decision proposal for human review.