Add RetroCamera release adapter#30
Merged
Merged
Conversation
* Add command category support for quip wheel * Document local build workflow * Ensure pipelines restore packages explicitly * Use NuGet client package for V Rising references
* Add persistence support for command categories * Document build script for local verification
* Load persisted command categories * Document build command in AGENTS * Clarify build bootstrap instructions
* Add category navigation for social wheel quips * Update Systems/RetroCamera.cs Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com> --------- Co-authored-by: chatgpt-codex-connector[bot] <199175422+chatgpt-codex-connector[bot]@users.noreply.github.com>
* Reset social wheel to categories on close * Restore social wheel helpers and reset behavior
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.
Summary
CHANGELOG.mdto the shared# Changelog/## Unreleased/## vX.Y.Zcontract used by the V mod release tooling.DeployToClient/ClientPluginDirectoryMSBuild deployment controls so CI builds do not copy into a local V Rising install.Test Plan
pwsh .codex/scripts/prerelease-notes.tests.ps1pwsh .codex/scripts/release-hygiene.tests.ps1& 'C:\Program Files\Git\bin\bash.exe' .codex/scripts/version-metadata.shdotnet restore RetroCamera.csproj --source https://api.nuget.org/v3/index.json --source https://nuget.bepinex.dev/v3/index.jsondotnet build RetroCamera.csproj --configuration Release --no-restore -p:Version=1.5.4 -p:DeployToClient=false -p:RunGenerateREADME=falseNotes
codex-preserve-main-wip-2026-05-18atc1e7994.codex, so the pushed adapter branch uses the hyphenated namecodex-retrocamera-release-adapter.