docs: add a code of conduct#140
Merged
Merged
Conversation
Last gap on GitHub's community checklist. Deliberately not the Contributor Covenant — its enforcement ladder promises a review process a single maintainer doesn't have, and an unmet published promise is worse than no promise if it's ever tested. This one commits only to what would actually happen, which is that I read everything, delete what crosses the line, and block if it continues. Contact is security@considus.com rather than a new conduct@ mailbox, so it reaches somewhere that's already watched. Points security reports at SECURITY.md so they don't land in a public issue. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
What this changes
Adds
CODE_OF_CONDUCT.md. This was the last gap on GitHub's community checklist, which the repo was sitting at 6 of 7 on.Deliberately not the Contributor Covenant. Its enforcement ladder commits to a review and investigation process that a single maintainer doesn't have, and an unmet published promise is worse than no promise if it's ever tested. This version commits only to what would actually happen, which is that I read everything, delete what crosses the line and say why, and block if it continues. It states there's no committee and no appeals process rather than implying there is one.
Contact is
security@considus.comrather than a newconduct@mailbox, so it lands somewhere already watched, and it points actual security reports atSECURITY.mdso they don't end up in a public issue.The real value is moderation cover rather than the score. If someone is abusive in an issue, deleting the comment becomes a stated rule being applied rather than a judgement call.
How it was tested
Documentation only, no app or test changes. GitHub picks
CODE_OF_CONDUCT.mdup from the repository root automatically and links it in the sidebar.swift run coreverify(52/52 green)swift testxcodebuild teston a simulatorCI runs the full set regardless, and all four required checks have to pass before this can merge.
Non-negotiables
kSecAttrSynchronizable: falseon every Keychain itemSources/CatchlightCore/Crypto/🤖 Generated with Claude Code