From eb18a0b366014ba8713c461baae13acd5857a472 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 23 Aug 2026 13:00:42 +0000 Subject: [PATCH 1/4] docs: replace formal code of conduct with community notice Remove CODE_OF_CONDUCT.md and leftover file pointers. Add the community notice to the README and drop CoC requirements from CONTRIBUTING. Co-authored-by: Christoffer Hallas --- CODE_OF_CONDUCT.md | 37 ------------------------------------- CONTRIBUTING.md | 10 ++-------- README.md | 5 ++++- docs/README.md | 1 - 4 files changed, 6 insertions(+), 47 deletions(-) delete mode 100644 CODE_OF_CONDUCT.md diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md deleted file mode 100644 index dd2e1230..00000000 --- a/CODE_OF_CONDUCT.md +++ /dev/null @@ -1,37 +0,0 @@ -# Code of Conduct - -## Our Commitment - -We are committed to a respectful, harassment-free community focused on building useful software together. - -## Expected Behavior - -- Be respectful, constructive, and specific. -- Assume good intent while reviewing technical decisions critically. -- Focus on ideas and implementation, not personal attacks. -- Welcome contributors with different backgrounds and experience levels. - -## Unacceptable Behavior - -- Harassment, discrimination, or hateful conduct. -- Personal insults, intimidation, or sustained hostility. -- Publishing private information without explicit consent. -- Deliberate disruption of community collaboration. - -## Scope - -This code of conduct applies in repository spaces and project communication channels where contributors represent this project. - -## Enforcement - -Modoterra Corporation and its designated maintainers have sole and final discretion to interpret, apply, and enforce this Code of Conduct. - -To the maximum extent permitted by law, Modoterra Corporation may take any action it deems appropriate in response to conduct it considers harmful, disruptive, unsafe, unlawful, or inconsistent with project goals, including but not limited to warning, content removal, issue or pull request closure, contribution rejection, temporary suspension, permanent ban, or escalation to legal authorities. - -Enforcement decisions are final. - -## Reporting - -If you experience or witness unacceptable behavior, report it privately to project maintainers at [oss@modoterra.xyz](mailto:oss@modoterra.xyz). - -Please include as much detail as possible so maintainers can investigate appropriately. diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 26f9afcb..7d971b3a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -85,14 +85,8 @@ Use GitHub issues for bugs and concrete proposals. Include: - `xo` / commit version if relevant; - a minimal reproduction when possible. -## Code of conduct - -All participation is governed by [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) -(same policy as other Modoterra projects). Report conduct issues to -[oss@modoterra.xyz](mailto:oss@modoterra.xyz). - -Maintainers may refuse or revert contributions that violate the CLA, project -standards, or the code of conduct. +Maintainers may refuse or revert contributions that violate the CLA or project +standards. ## Security diff --git a/README.md b/README.md index bd82db42..f3e341ff 100644 --- a/README.md +++ b/README.md @@ -174,13 +174,16 @@ which assigns copyright and IP in your contribution to Modoterra Corporation. - How to contribute: [`CONTRIBUTING.md`](CONTRIBUTING.md) - Contributor License Agreement: [`CLA.md`](CLA.md) -- Code of conduct: [`CODE_OF_CONDUCT.md`](CODE_OF_CONDUCT.md) - Security: [`SECURITY.md`](SECURITY.md) - Help wanted (broad): [`docs/roadmap.md`](docs/roadmap.md#help-wanted-broad-scope) Pull requests run a **Linux** gate (build, smoke, `echo26`). Multi-OS release builds run only when a GitHub Release is published. +## Community + +We ask for common sense and decency. There is no formal code of conduct. We reserve the right to moderate this community to the extent of the law and the policy of the host (GitHub, X, or wherever this space lives). Contact: hello@modoterra.xyz. + ## License Licensed under the [MIT License](LICENSE). diff --git a/docs/README.md b/docs/README.md index aea57e76..25204036 100644 --- a/docs/README.md +++ b/docs/README.md @@ -11,7 +11,6 @@ lives under `www/` and is published at [https://xo.run](https://xo.run). | [`../CONTRIBUTING.md`](../CONTRIBUTING.md) | How to contribute; CLA by submission | | [`../CLA.md`](../CLA.md) | Contributor agreement (IP assignment to Modoterra) | | [`../LICENSE`](../LICENSE) | MIT License (copyright Modoterra Corporation) | -| [`../CODE_OF_CONDUCT.md`](../CODE_OF_CONDUCT.md) | Community conduct (Modoterra policy) | | [`../SECURITY.md`](../SECURITY.md) | Vulnerability reporting (`security@modoterra.xyz`) | | [`architecture.md`](architecture.md) | Crate ownership and pipeline sketch | | [`sota-gaps.md`](sota-gaps.md) | Current vs SOTA spine; gap inventory | From ebe98fc595783af69078ad6e5665cfc569eadcb2 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 23 Aug 2026 13:12:11 +0000 Subject: [PATCH 2/4] docs: use Labeo community notice wording Replace the README Community section with the recut notice. Co-authored-by: Christoffer Hallas --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3e341ff..b26d08d4 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ builds run only when a GitHub Release is published. ## Community -We ask for common sense and decency. There is no formal code of conduct. We reserve the right to moderate this community to the extent of the law and the policy of the host (GitHub, X, or wherever this space lives). Contact: hello@modoterra.xyz. +Use common sense and decency. There is no formal code of conduct. We reserve the right to moderate this community to the extent of the law and the policy of the host. Write community@modoterra.xyz if you need us. ## License From a2bf59f345973bdb701f01874588119f88684159 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 23 Aug 2026 13:12:34 +0000 Subject: [PATCH 3/4] docs: refresh community notice wording Use the latest Community section text in the README. Co-authored-by: Christoffer Hallas --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b26d08d4..162f3048 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ builds run only when a GitHub Release is published. ## Community -Use common sense and decency. There is no formal code of conduct. We reserve the right to moderate this community to the extent of the law and the policy of the host. Write community@modoterra.xyz if you need us. +Use common sense and decency. There is no formal code of conduct. We reserve the right to moderate this community to the extent of the law and the host’s policy (GitHub, X, or wherever this space lives). Write hello@modoterra.xyz if you need us. ## License From b984412081ed67511701b990eadaab26c4f0cc98 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 23 Aug 2026 13:13:39 +0000 Subject: [PATCH 4/4] docs: set community notice to host-policy wording Use community@modoterra.xyz and drop host names from the README notice. Co-authored-by: Christoffer Hallas --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 162f3048..b26d08d4 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ builds run only when a GitHub Release is published. ## Community -Use common sense and decency. There is no formal code of conduct. We reserve the right to moderate this community to the extent of the law and the host’s policy (GitHub, X, or wherever this space lives). Write hello@modoterra.xyz if you need us. +Use common sense and decency. There is no formal code of conduct. We reserve the right to moderate this community to the extent of the law and the policy of the host. Write community@modoterra.xyz if you need us. ## License