Skip to content

fix(README): remove mascot left behind by v1.1.0 merge#88

Merged
amcheste merged 2 commits into
mainfrom
fix/remove-mascot-from-readme
May 12, 2026
Merged

fix(README): remove mascot left behind by v1.1.0 merge#88
amcheste merged 2 commits into
mainfrom
fix/remove-mascot-from-readme

Conversation

@amcheste-ai-agent
Copy link
Copy Markdown
Contributor

The v1.1.0 `develop → main` CLI merge auto-combined the banner addition (from develop) with the mascot insertion (on main's history), keeping both. The banner PR (#86) deliberately removed the mascot line on develop, but git's three-way merge treated the banner addition and the mascot line as non-conflicting changes in different positions, so it kept both.

End state on main right now:
```

← from develop

<img src="assets/logo.png" ... /> ← carried over from main's pre-merge state
```

This PR brings main in line with develop's intent: banner stays, mascot is gone.

Targeting main directly

Unusual but appropriate here — develop already lacks the mascot, so there's no change to make on develop. The drift is purely a v1.1.0 merge-state issue on main, which this PR corrects.

assets/logo.png

The file is preserved in `assets/` for potential reuse. If you'd prefer to delete it entirely (it's currently orphan now that the README doesn't reference it), happy to do a follow-up PR removing the file from both branches.

The v1.1.0 develop → main CLI merge auto-combined the banner addition
(from develop) with the mascot insertion (on main's history), keeping
both. Develop's branch correctly has no mascot — the banner PR #86
removed it deliberately. main ended up with both because git's
three-way merge treated them as non-conflicting additions in different
positions and kept both.

This brings main in line with develop: banner stays, mascot is gone.
assets/logo.png file is preserved for potential reuse — open a
follow-up PR to delete the file too if it's truly unused.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: amcheste <13696614+amcheste@users.noreply.github.com>
@amcheste-ai-agent amcheste-ai-agent Bot requested a review from amcheste as a code owner May 12, 2026 21:27
@github-actions github-actions Bot added the docs label May 12, 2026
Orphan after the mascot reference was removed from the README in
the prior commit. Removing the file too.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: amcheste <13696614+amcheste@users.noreply.github.com>
@amcheste amcheste merged commit 035a711 into main May 12, 2026
7 checks passed
@amcheste amcheste deleted the fix/remove-mascot-from-readme branch May 12, 2026 21:34
amcheste added a commit that referenced this pull request May 12, 2026
The mascot reference was removed from the README in banner PR #86,
but the underlying file was left behind for potential reuse. With
the file confirmed unused, this deletes it.

Develop side of the parallel cleanup. The main-targeting fix
(#88) deletes it on main directly to correct
the v1.1.0 merge state where the mascot reference unexpectedly
survived the develop → main merge.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-Authored-By: amcheste <13696614+amcheste@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants