Skip to content

fix(repo): resolve bleeding-edge gitmodules conflict markers#269

Merged
th3w1zard1 merged 4 commits into
masterfrom
fix/bleeding-edge-gitmodules
May 24, 2026
Merged

fix(repo): resolve bleeding-edge gitmodules conflict markers#269
th3w1zard1 merged 4 commits into
masterfrom
fix/bleeding-edge-gitmodules

Conversation

@th3w1zard1

@th3w1zard1 th3w1zard1 commented May 24, 2026

Copy link
Copy Markdown
Collaborator

Summary

Forward Commits to Bleeding-Edge failed after PR #268 because bleeding-edge .gitmodules still had merge conflict markers (<<<<<<< HEAD / >>>>>>> b18669b96), causing fatal: bad config line 56.

Fix (already on bleeding-edge): commit f15e4769d removes the three marker lines and keeps the HEAD submodule inventory. Validated with git config -f .gitmodules --list on origin/bleeding-edge.

This PR adds plan documentation and closeout verification only; master .gitmodules was already clean.

Requirements

ID Status
R1 Remove conflict markers f15e4769d on bleeding-edge
R2 Preserve bleeding-edge submodule set ✅ HEAD side kept
R3 Parse validation git config -f .gitmodules --list
R4 Push bleeding-edge origin/bleeding-edge at f15e4769d

Test plan

Plans

Record plan 020 for resolving merge conflict markers on bleeding-edge
and mark plan 019 completed after PR #268 merge.
@chatgpt-codex-connector

Copy link
Copy Markdown

You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.

@github-actions github-actions Bot added the docs label May 24, 2026
Document R1-R4 evidence: fix f15e476 on origin/bleeding-edge, parse
validation, and forward-commits re-run status.
@th3w1zard1 th3w1zard1 merged commit 35940f9 into master May 24, 2026
25 of 27 checks passed
@github-actions github-actions Bot added the package: pykotor Related to PyKotor core label May 24, 2026
@github-actions github-actions Bot added the size/M Medium PR (100-300 lines) label May 24, 2026
github-actions Bot pushed a commit that referenced this pull request May 24, 2026
* docs(plans): add bleeding-edge gitmodules fix plan

Record plan 020 for resolving merge conflict markers on bleeding-edge
and mark plan 019 completed after PR #268 merge.

* docs(plans): record post-merge verification for plan 019

Add verification table for PR #268 merge and pending PyPI regression run.

* docs(plans): finalize pypi regression post-268 verification

* docs(plans): record bleeding-edge gitmodules closeout verification

Document R1-R4 evidence: fix f15e476 on origin/bleeding-edge, parse
validation, and forward-commits re-run status.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs package: pykotor Related to PyKotor core size/M Medium PR (100-300 lines)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant