docs(ospo): community health rollout v2 — README, agents.md, health files#434
Conversation
1104a05 to
f12962a
Compare
…iles Introduced by the Kiteworks Open Source Program Office (OSPO) on May 5, 2026. Changes: - README.md: rewritten with OSPO v2 template — license-specific migration guidance, Community & Support section, Contributing workflow, Security section pointing to security.owncloud.com + YesWeHack bug bounty - agents.md: AI agent context file with architecture, build commands, and OSPO Policy Constraints (GitHub Actions, Dependabot, Git Workflow) - CODE_OF_CONDUCT.md: redirect to https://owncloud.com/contribute/code-of-conduct/ - CONTRIBUTING.md: redirect to https://owncloud.com/contribute/ - SECURITY.md: redirect to https://security.owncloud.com + YesWeHack - SUPPORT.md: redirect to https://owncloud.com/contact-us/ + channels OSPO: https://kiteworks.com/opensource Signed-off-by: David Walter <david.walter@kiteworks.com>
f12962a to
d366a93
Compare
| ## Part of ownCloud Classic (OC10) | ||
|
|
||
| ```js | ||
| This app extends [ownCloud Server](https://github.com/owncloud/core) with in-browser text editing capabilities. It is shipped as part of the [ownCloud Server Docker image](https://hub.docker.com/r/owncloud/server). |
There was a problem hiding this comment.
| This app extends [ownCloud Server](https://github.com/owncloud/core) with in-browser text editing capabilities. It is shipped as part of the [ownCloud Server Docker image](https://hub.docker.com/r/owncloud/server). | |
| This app extends [ownCloud Classic Server](https://github.com/owncloud/core) with in-browser text editing capabilities. It is shipped as part of the [ownCloud Classic Server Docker image](https://hub.docker.com/r/owncloud/server). |
dj4oC
left a comment
There was a problem hiding this comment.
Documentation-only PR: rewrites README.md/CONTRIBUTING.md and adds CODE_OF_CONDUCT.md, SECURITY.md, SUPPORT.md, and agents.md as part of the ~110-repo Kiteworks OSPO community health rollout. No PHP, JS, or app runtime code is touched in files_texteditor.
Findings
Nothing blocking.
- Security: No prompt-injection or hidden instructions found in
agents.mdor elsewhere; it explicitly reinforces security discipline (SHA-pinned GitHub Actions, verified sources, signed + DCO commits). The new SECURITY.md + bug-bounty section strengthens (not weakens) the vulnerability-reporting process. No secrets or suspicious/typosquatted URLs. - Stability: Install instructions and the
agents.mdbuild/test commands (make dist,make test-php-unit,make test-php-style) were checked against this repo's actual Makefile and paths — accurate, no copy-paste-from-template errors. Minor: the previous CI/SonarCloud quality badges and the "Preview apps" JS API doc section were dropped from README in favor of the generic OSPO template — worth a maintainer sanity check that no useful contributor-facing content was lost. - Performance: N/A — no runtime code changed.
- Coverage: No PHPUnit/Playwright/WCAG requirement applies (no backend logic or in-app UI surface changed). Minor: the PR's own Test plan checklist is still all unchecked — consider ticking those off before merge.
Verdict
Commenting (no blocking issues; already has a MEMBER approval)
🤖 Automated review by Claude Code (security · stability · performance · coverage)
Generated by Claude Code
|
This PR (docs/OSPO rollout) only modifies root-directory files ( Per this routine's policy, root-directory edits are out of scope for automated review: commenting and stopping here. No security/stability/performance/coverage assessment was run since there is no application code in this diff. A human maintainer should review and merge this at their discretion (note: it changes SECURITY.md reporting channels and contribution/licensing language, which is a governance decision, not a code-review one). 🤖 Automated review by Claude Code (security · stability · performance · coverage) Generated by Claude Code |
Summary
This PR is part of the Kiteworks OSPO community health rollout (kiteworks.com/opensource), applied to all ~110 public ownCloud repositories starting May 5, 2026.
Test plan
🤖 Generated with Claude Code as part of the ownCloud OSPO rollout.
Kiteworks OSPO: https://kiteworks.com/opensource