docs(ospo): community health rollout v2 — README, agents.md, health files, Apache-2.0#10
Merged
Merged
Conversation
Apply the Kiteworks OSPO community health rollout v2 to this repository (modeled on owncloud/web#13815), adapted to the static, PR-based marketplace: - LICENSE: Apache-2.0 (adopt the OSPO migration target directly) - README.md: OSPO v2 rewrite describing the marketplace, publishing workflow, generated API, OSPO contributing policy and OSPO section - agents.md: AI-agent context file with architecture, build/test commands and OSPO policy constraints - CODE_OF_CONDUCT.md, CONTRIBUTING.md, SECURITY.md, SUPPORT.md: standard health files pointing to ownCloud channels and YesWeHack - Pin all GitHub Actions to full commit SHAs (with version comments) per OSPO policy, keeping the current major versions - Declare "license": "Apache-2.0" in tools/ and website/ package.json Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: Thomas Müller <1005065+DeepDiver1975@users.noreply.github.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.
Summary
Applies the Kiteworks OSPO community health rollout v2 (kiteworks.com/opensource) to this repository, modeled on owncloud/web#13815 and adapted to the static, PR-based marketplace (Astro site + TypeScript/Vitest tooling, no backend).
tools/+website/), repository structure, publishing workflow, generated API, Community & Support, Contributing (rebase workflow, Dependabot, PGP/GPG-signed + DCO commits, GitHub Actions policy), Security (security.owncloud.com + YesWeHack), and the OSPO section. No AGPL→Apache migration block (we're already at the target).uses:acrossvalidate.yml,tools-ci.yml,deploy.ymlpinned to full commit SHAs with# vX.Y.Zcomments, keeping the current major versions."license": "Apache-2.0"intools/andwebsite/.Test plan
tools:npm ci && npm test && npm run typecheckpasswebsite:ASTRO_TELEMETRY_DISABLED=1 npm run buildpassesuses:lines are SHA-pinned with version commentspackage.jsonfiles valid;license= Apache-2.0; README + LICENSE agree🤖 Generated with Claude Code