docs(openspec): scope schedules-editor's migration off the classic OpenConnector dialect - #226
Merged
Conversation
…hange, planning only) schedules-editor shipped ScheduleEditDialog.vue / SchedulesSection.vue / schedules.js reading and writing the classic OpenConnector dialect directly (GET .../openconnector/synchronization, action: "openconnector:synchronization"). That dialect is being retired fleet-wide in favour of OpenRegister's native Flow engine (ADR-065); the fleet-wide policy is being recorded in parallel as hydra change adr-092-openconnector-dialect-retirement (renumbered from an earlier ADR-091 attempt, which collided with an unrelated, already-merged ADR-091). Actual cutover is gated on openregister's flow-sync-decomposition change landing real decomposed nodes — that change has no tasks.md yet, so implementation has not started there either. This is a NEW change (not folded into schedules-editor): schedules-editor's own tasks.md is fully checked off and its code is already merged (0b6eddc), so it reads as closed work rather than in-progress. Planning only — no code changes. Audits the current classic-dialect call sites, flags AutomationEditDialog.vue as an adjacent surface with the identical call that is NOT in scope here, defines the open design questions for the Flow-native target shape, and gates all real implementation tasks behind the two blocking dependencies above.
Contributor
Quality Report — ConductionNL/openbuild @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| build | ✅ | ||||
| check-manifest | ✅ | ||||
| test-l10n | ✅ | ||||
| check-gitignore | ✅ | ||||
| check-nc-floor | ✅ | ||||
| format | ✅ | ||||
| composer | ✅ | ✅ 106/106 | |||
| npm | ✅ | ✅ 626/626 | |||
| app:check-code | ⏭️ | ||||
| info.xml | ✅ | ||||
| REUSE | ❌ | ||||
| PHPUnit | ✅ | ||||
| Newman | ❌ | ||||
| Playwright | ❌ | ||||
| Hydra gates | ❌ |
Quality workflow — 2026-08-16 16:15 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.
Summary
schedules-editor-flow-migration(kept separate from the already-shipped/closedschedules-editorchange rather than reopening it).ScheduleEditDialog.vue(fetchSynchronizations, actionopenconnector:synchronization),SchedulesSection.vue,manifestValidation/schedules.js.AutomationEditDialog.vuehas an identical call but belongs to an unrelated page (Automations, not schedules-editor).flow-sync-decompositionlanding — this PR is planning only.Related
docs/adr-092-openconnector-dialect-retirement)feat/flow-sync-decomposition-tasksTest plan
openspec validate schedules-editor-flow-migration --strictpasses (skip_specs: true, planning-only change)