This repository was archived by the owner on May 29, 2026. It is now read-only.
chore(openspec): leaf-migration specs for p4-collaboration (ADR-022)#269
Merged
Conversation
…ADR-022)
Add five OpenSpec migration changes moving decidesk's in-app
p4-collaboration stack onto OpenRegister integration leaves (ADR-019 /
ADR-022, leaf-first + catalogue):
- migrate-comments-to-talk-leaf (CommentService -> talk)
- migrate-action-items-to-deck-leaf (TaskService/DelegationService -> deck;
VTODO stays source of truth per ADR-002)
- migrate-workspaces-to-collectives-leaf (WorkspaceService -> collectives)
- migrate-engagement-analytics-to-analytics-leaf (Engagement/*Analytics/
VotingBehaviour dashboards -> analytics;
domain metric calc kept in-app)
- migrate-email-links-to-email-leaf (EmailLinkService -> email; vote-by-email
MailReplyHandler stays statutory)
Documented ADR-022 exceptions in each design.md: statutory voting
(VotingService/QuorumService/LiveDecisionService) and ORI/Popolo
publication (ADR-001/003) stay in-app. Specs only; apply via Hydra.
Contributor
Quality Report — ConductionNL/decidesk @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ❌ | ||||
| phpcs | ❌ | ||||
| phpmd | ❌ | ||||
| psalm | ❌ | ||||
| phpstan | ❌ | ||||
| phpmetrics | ❌ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| composer | ❌ | ❌ | |||
| npm | ✅ | ✅ 383/383 | |||
| PHPUnit | ⏭️ | ||||
| Newman | ⏭️ | ||||
| Playwright | ⏭️ |
Quality workflow — 2026-05-25 23:22 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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Summary
Five OpenSpec migration changes (specs only — no code) that move decidesk's archived
p4-collaborationin-app service stack onto OpenRegister integration leaves, per hydra ADR-022 (apps consume OR abstractions; leaf-first + catalogue) and ADR-019 (integration registry). Decidesk is already a registry consumer viaMeetingIntegrations.vue(xWiki leaf live), so each change reuses that proven tab/widget shell.migrate-comments-to-talk-leafCommentServicemigrate-action-items-to-deck-leafTaskService/DelegationServicemigrate-workspaces-to-collectives-leafWorkspaceServicemigrate-engagement-analytics-to-analytics-leafEngagementService/ActionItemAnalyticsService/VotingBehaviourServicemigrate-email-links-to-email-leafEmailLinkServiceEach change has
proposal.md,design.md, aspecs/<cap>/spec.mddelta (ADDED + REMOVED requirements), andtasks.md. All five passopenspec validate --strict.Key decisions
Taskschema is retired (not a third store); delegation/reclaim map onto VTODO assignee changes + OR audit events.x-openregister-aggregations, ADR-031); governance-specific derived metrics the leaf can't compute (engagement-score formula, quorum/weight-aware voting behaviour) stay in-app and feed the leaf as values.ADR-022 exceptions (kept in-app — NOT migrated), documented in each design.md
VotingService/QuorumService/LiveDecisionService(secret ballots, quorum, proxy/weighted votes), incl.MailReplyHandlervote-by-email casting. Polls leaf is for informal straw polls only.Out of scope
Specs only. Implementation runs through Hydra later. Do not merge until reviewed.