This repository was archived by the owner on Apr 3, 2026. It is now read-only.
docs: align SUPPORT.md with repo deprecation#3629
Closed
Copilot wants to merge 2 commits into
Closed
Conversation
Contributor
Quick Pulse
Automation wave checklist
Tip: set DRY_RUN_LIMIT or pass --limit to preview additional CSV entries. |
Contributor
🔏 Commit Signature Verification Failed❌ This PR contains unsigned commits and cannot be merged. Summary:
Unsigned commits: 📚 How to sign your commits:Setup GPG signing (one-time):# Generate GPG key
gpg --full-generate-key
# List keys and copy the key ID
gpg --list-secret-keys --keyid-format=long
# Configure Git to use your key
git config --global user.signingkey YOUR_KEY_ID
git config --global commit.gpgsign true
# Add GPG key to GitHub
gpg --armor --export YOUR_KEY_ID
# Paste output to: GitHub → Settings → SSH and GPG keysFor these commits:# Option 1: Amend the last commit with signature
git commit --amend --no-edit -S
# Option 2: Rebase and sign all commits
git rebase --exec 'git commit --amend --no-edit -n -S' -i 64e02b5c20ed351a525fe8483b183f4ac2d5d6a4
# Force push (carefully!)
git push --force-with-leaseAlternative: SSH signing (GitHub supports this!)# Use your existing SSH key
git config --global gpg.format ssh
git config --global user.signingkey ~/.ssh/id_ed25519.pub
git config --global commit.gpgsign true🔐 Security Policy: All commits must be cryptographically signed to ensure authenticity and integrity. |
Contributor
📝 Status Check Summary✅ Required Checks (must pass for merge)
⚡ Optional Checks (informational only)
Note: Vercel and frontend previews do not block merges. We prioritize backend functionality and security. |
…anonical BlackRoad-OS repos Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Clarify questions regarding repo capabilities
docs: align SUPPORT.md with repo deprecation
Mar 10, 2026
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Pull Request
Description
SUPPORT.mdstill pointed to staleblackroad-dev/prism-consolediscussion/issue links with no deprecation notice, whileREADME.mdalready declared the repo deprecated and moved toBlackRoad-OS. Users had no signal in the support doc about where to actually go.Changes:
⚠️ deprecatedbanner at top ofSUPPORT.mdblackroad-devlinks with the canonicalBlackRoad-OSrepo table (mirrorsREADME.md)#helphub, email support, andSECURITY.mdreferencesType of Change
Testing
Checklist
🤖 Generated with Claude Code
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.