This repository was archived by the owner on May 29, 2026. It is now read-only.
fix(openspec): link 3 more p2 tier specs to their GitHub issues#114
Merged
Conversation
Follow-up to #112. The intelligence DB and development hydra.json files were missing issue linkage for three tier specs even though matching GitHub issues exist: - p2-meeting-management-core-t3 -> #61 - p2-meeting-management-other-t2 -> #42 - p2-minutes-and-decisions-core-t1 -> #21 When the umbrella specs (p2-meeting-management, p2-motion-and-voting) eventually merge, the supervisor's dep-check walks down to these tier specs. With issue:null they'd report 'deps not merged' forever, exactly the block pattern PR #112 fixed for the umbrellas. No spec content changed — only the 'issue' field in three hydra.json files.
Contributor
Quality Report — ConductionNL/decidesk @
|
| Check | PHP | Vue | Security | License | Tests |
|---|---|---|---|---|---|
| lint | ✅ | ||||
| phpcs | ✅ | ||||
| phpmd | ✅ | ||||
| psalm | ✅ | ||||
| phpstan | ✅ | ||||
| phpmetrics | ✅ | ||||
| eslint | ✅ | ||||
| stylelint | ✅ | ||||
| composer | ✅ | ✅ 100/100 | |||
| npm | ✅ | ✅ 416/416 | |||
| PHPUnit | ✅ | ||||
| Newman | ✅ | ||||
| Playwright | ⏭️ |
Coverage: 0% (0/115 statements)
Quality workflow — 2026-04-19 07:56 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.
Follow-up to #112. Three tier specs had
issue: nullin their hydra.json even though matching issues exist:p2-meeting-management-core-t3\u2192 Implement: Meeting Management — Core T3 #61p2-meeting-management-other-t2\u2192 Implement: Meeting Management — Other T2 #42p2-minutes-and-decisions-core-t1\u2192 Implement: Minutes and Decisions — Core T1 #21When umbrella specs merge, the supervisor's dep-check walks down to these tier specs; with
issue: nullthey'd report 'deps not merged' forever. Same class of block PR #112 fixed for the umbrellas.No spec content changed \u2014 only three JSON fields.