Skip to content

Promotion prep 2: reconcile groundTruthBranch to main; fix doc drift (#383) - #385

Merged
ptr727 merged 2 commits into
developfrom
promotion-prep-2
Jul 22, 2026
Merged

Promotion prep 2: reconcile groundTruthBranch to main; fix doc drift (#383)#385
ptr727 merged 2 commits into
developfrom
promotion-prep-2

Conversation

@ptr727

Copy link
Copy Markdown
Owner

Second batch of pre-existing cross-commit drift surfaced by the developmain promotion review (#383). Fixed on develop so the promotion carries clean content.

  • registry/repos.json — KiCadLibrary, EspDinIoT, PhotoCleaner, HolidayLights set groundTruthBranch: develop, which AUDIT.md says is never valid (ground truth is always the promoted main; un-promoted develop work "counts when it reaches main"). All four have a main branch, so the override was stale — removed, so they default to main.
  • docs/repo-config-carry.md — the carried-files bullet banned all cross-repo links, stricter than AGENTS.md (which allows a contextually relevant link); aligned. Also added configure.sh's payload-inference fallback (registry-absent carries).
  • STANDUP.md — noted the same configure.sh payload-inference fallback.

spec/validate.py green (no repo on groundTruthBranch: develop); markdownlint clean; CRLF preserved.

🤖 Generated with Claude Code

…383)
Pre-existing cross-commit drift surfaced by the develop->main promotion review.
- registry/repos.json: KiCadLibrary, EspDinIoT, PhotoCleaner, and HolidayLights
set groundTruthBranch: develop, which AUDIT.md says is never valid (ground
truth is always the promoted main; un-promoted develop work counts when it
reaches main). All four have a main branch, so the override was stale - remove
it and let them default to main.
- docs/repo-config-carry.md: the carried-files bullet banned all cross-repo links,
stricter than AGENTS.md, which allows a contextually relevant link; align it.
Add configure.sh's payload-inference fallback (registry-absent carries) to the
configure step.
- STANDUP.md: note the same configure.sh payload-inference fallback.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
CopilotAI review requested due to automatic review settings July 22, 2026 02:40

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR prepares for the develop -> main promotion by removing stale groundTruthBranch: develop overrides from the fleet registry (so affected repos default back to main) and by aligning onboarding/carry documentation with the current rules and repo-config/configure.sh behavior.

Changes:

  • Remove groundTruthBranch: develop from four registry/repos.json entries so they default to main.
  • Update docs/repo-config-carry.md to align the carried-files linking rule with AGENTS.md and document configure.sh's model inference fallback.
  • Update STANDUP.md to mention the same configure.sh fallback when no registry is present.

Reviewed changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 2 comments.

FileDescription
STANDUP.mdDocuments repo-config/configure.sh model selection fallback (registry lookup or carried payload).
registry/repos.jsonRemoves stale per-repo groundTruthBranch: develop overrides so affected repos default to main.
docs/repo-config-carry.mdAligns carried-files link guidance with AGENTS.md and documents configure.sh fallback behavior.

Comment threadregistry/repos.json
Comment threadregistry/repos.json
…al (#385)
KiCadLibrary's note called develop "the recorded ground-truth branch" (the
override this PR removed), so drop that phrase. PhotoCleaner's note claimed there
is no main branch, but main now exists, so restate it as pre-conformance with the
work-in-progress content on develop.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
CopilotAI review requested due to automatic review settings July 22, 2026 02:45

CopilotAI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 3 out of 3 changed files in this pull request and generated no new comments.

@ptr727
ptr727 merged commit 35283a6 into developJul 22, 2026
7 checks passed
@ptr727
ptr727 deleted the promotion-prep-2 branch July 22, 2026 02:48
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@ptr727