chore(requirements): sync github 2026-08-01 - #912
Closed
hmctsclaudecode[bot] wants to merge 1 commit into
Closed
hmctsclaudecode[bot] wants to merge 1 commit into
hmctsclaudecode[bot] wants to merge 1 commit into
Conversation
Reconciles the requirements baseline with the live GitHub state. - REQ-0110 (#438): approved -> verified, impl from merged PR #863 - 8 impl_paths corrections where earlier syncs recorded an incomplete file list (impl_commit_sha unchanged on all 8): REQ-0007, REQ-0074, REQ-0078, REQ-0100, REQ-0101, REQ-0102, REQ-0124, REQ-0135 No requirement is deleted and no status is lowered. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
🎭 Playwright E2E Test Results82 tests 45 ✅ 8m 32s ⏱️ For more details on these errors, see this check. Results for commit e01e9f2. |
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.
Nightly requirements-sync for 2026-08-01. Adds
requirements/migrations/011_sync_github_2026_08_01.sql(the only file changed).Delta
New requirements: 0
Status changes: 1
approved→verified,impl_commit_sha/impl_pathspopulated from merged PR #863Combined into a single
UPDATEwith one version bump (v1 → v2); the status and both implrequirement_changerows share version 2, as one logical edit.Impl changes: 8 — all
impl_paths-only;impl_commit_shais unchanged on every one, so no merged PR moved.These are corrections to data earlier syncs recorded incompletely, with two distinct root causes:
files(first: 100)and silently truncated the tail. This run pages all PR file lists to completion.apps/web/.env.example, or.dockerignorefor REQ-0124) that an earlier run's exclusion filter dropped. Dotfiles are in scope —.gitignore(REQ-0124) and.claude/hooks/post-write.sh(REQ-0078) were already recorded, so excluding them was inconsistent.Every change is additive — no path is removed from any requirement. Their
requirement_change.change_summaryreadsimpl_paths corrected — earlier sync recorded an incomplete file listrather thanmerged PR(s) changed, so the audit trail does not claim a PR moved when none did.Below-the-gate cases
None. Every issue backing an existing requirement is still present in the repo, and none was closed as
NOT_PLANNED. No requirement is deleted, no status is lowered, and no ref is reused.Verification
yarn requirements:buildsucceeds (159 requirements)PRAGMA integrity_check→okPRAGMA foreign_key_check→ emptyrequirement.versionequals its highestrequirement_change.versionReviewer notes
Board status could not be read. The GitHub App token lacks
read:project: theProjectV2node query returnsFORBIDDENandissue.projectItemscomes back empty. As in migrations 004–010, this run used the established proxy — issue closed asCOMPLETEDplus a merged closing PR ⇒verified. Please confirm #438 is actually "Done" on the CaTH Kanban before merging. A consequence of the proxy is that genuinely new issues sitting inRefined Tickets/In Progress(not yet closed) cannot be detected, which is why this run reports 0 new requirements.Overlap with open PR #911. PR #911 (
chore/requirements-sync-2026-07-31) also sets REQ-0110 toverifiedwith the same merge SHA5421d745. I did not commit onto that branch, because:012migration failsPRAGMA foreign_key_check— it writesrequirement_change/requirement_linkrows for requirements 239, 270 and 277, which do not exist in master (max id 159). Those threeUPDATEs silently affect zero rows, leaving orphaned change rows. It appears authored against a different, larger baseline (it also inserts ids up to 288).status_changedrows (approved → verifiedthenimplemented → verified) for one real-world transition.This PR is therefore based on master and is self-contained. If #911 merges first, close this one or drop the REQ-0110 section and renumber — the 8
impl_pathscorrections are independent of #911 and still apply either way. #911's failingforeign_key_checkis pre-existing and needs a human decision regardless.🤖 Generated with Claude Code