chore(docs): move the remaining internal dev docs out of this public repo - #316
Merged
Conversation
…repo vibemis is public and shouldn't carry internal agent/dev artifacts. Both files are preserved in the private vibemis-agent-meta repo (commit bbf449b): - docs/DECISIONS-PENDING.md — internal agent-decision governance record (BL-2073..2077) -> vibemis-agent-meta docs/DECISIONS-PENDING.md - docs/engineering/VRR-IMPLEMENTATION-AUDIT.md — internal VRR-vs-Nonary audit; a copy already lived in the meta repo, and the two corrections this copy had picked up were folded back in before deleting it -> vibemis-agent-meta docs/engineering/BL-2292-vrr-implementation-diff.md This empties docs/engineering/ from the public tree. The only code change is dropping the now-dangling "See docs/DECISIONS-PENDING.md" pointer from the SER_DISPLAY_HDR_CAPABILITY comment in streamingpreferences.cpp (plus its internal ticket/date prefix). The comment already states the full rationale inline, so no information is lost; behaviour is unchanged. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01YXK9weXrotvnLqZw5JJecC
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.
vibemisis public and shouldn't carry internal agent/dev artifacts. Follow-up to closing #315 (BL-2541 handoff, same reason).Both files are preserved in the private
vibemis-agent-metarepo (commitbbf449b) — nothing is lost:docs/DECISIONS-PENDING.md— internal agent-decision governance record (BL-2073…BL-2077)vibemis-agent-metadocs/DECISIONS-PENDING.mddocs/engineering/VRR-IMPLEMENTATION-AUDIT.md— internal VRR-vs-Nonary engineering auditvibemis-agent-metadocs/engineering/BL-2292-vrr-implementation-diff.mdThe audit already had a copy in the meta repo; this public copy had drifted two lines ahead (the audio-invariants CI guard moved into
dev-build.yml). Those corrections were folded into the meta copy first, so the surviving copy is the newer one.This empties
docs/engineering/from the public tree.Code change
One comment, no behaviour change: the
SER_DISPLAY_HDR_CAPABILITYcomment inapp/settings/streamingpreferences.cppended withSee docs/DECISIONS-PENDING.md.— a now-dangling pointer. Dropped that sentence and the internalBL-2076 (design review, user-delegated …)prefix. The comment already carries the full rationale inline (no reliable panel-HDR-capability query exists in the SDL2/Qt6 stack), so nothing is lost.Verification
git grep -E 'DECISIONS-PENDING|VRR-IMPLEMENTATION-AUDIT'→ no hits remain.🤖 Generated with Claude Code
https://claude.ai/code/session_01YXK9weXrotvnLqZw5JJecC