Skip to content

Revert "docs: add maturity scorecard mirror"#91508

Merged
kevinslin merged 1 commit into
openclaw:mainfrom
kevinslin:dev/kevinlin/revert-91317-maturity-scorecard-docs
Jun 8, 2026
Merged

Revert "docs: add maturity scorecard mirror"#91508
kevinslin merged 1 commit into
openclaw:mainfrom
kevinslin:dev/kevinlin/revert-91317-maturity-scorecard-docs

Conversation

@kevinslin

Copy link
Copy Markdown
Contributor

Summary

Reverts #91317, which added a repo-local docs/maturity-scorecard/** mirror and changed the docs publish sync script to exclude that subtree.

This removes the copied maturity scorecard docs tree from OpenClaw and restores the docs sync script behavior from before #91317.

Real behavior proof

  • Behavior addressed: revert the private maturity scorecard docs mirror added by docs: add maturity scorecard mirror #91317 and restore the docs sync exclusion behavior that existed before that PR.
  • Real environment tested: local OpenClaw worktree on macOS at dev/kevinlin/revert-91317-maturity-scorecard-docs.
  • Exact steps or command run after this patch:
    • git diff --check HEAD~1 HEAD
    • node --input-type=module -e 'await import("./scripts/docs-sync-publish.mjs"); console.log("script-ok");'
    • test ! -e docs/maturity-scorecard && echo docs_maturity_scorecard_removed || echo docs_maturity_scorecard_still_exists
    • git rev-list --left-right --count origin/main...HEAD
  • Evidence after fix:
    • Copied live output:
$ git diff --check HEAD~1 HEAD
no output

$ node --input-type=module -e 'await import("./scripts/docs-sync-publish.mjs"); console.log("script-ok");'
script-ok

$ test ! -e docs/maturity-scorecard && echo docs_maturity_scorecard_removed || echo docs_maturity_scorecard_still_exists
docs_maturity_scorecard_removed

$ git rev-list --left-right --count origin/main...HEAD
0	1
  • Observed result after fix:
    • docs/maturity-scorecard/** is removed.
    • scripts/docs-sync-publish.mjs no longer has the maturity-scorecard publish-exclusion path added by docs: add maturity scorecard mirror #91317.
    • The branch is exactly one revert commit ahead of origin/main.
  • What was not tested:
    • Full end-to-end docs publish sync into an openclaw/docs checkout.
    • Remote CI.

Verification

  • git diff --check HEAD~1 HEAD
  • node --input-type=module -e 'await import("./scripts/docs-sync-publish.mjs"); console.log("script-ok");'
  • test ! -e docs/maturity-scorecard && echo docs_maturity_scorecard_removed || echo docs_maturity_scorecard_still_exists
  • git rev-list --left-right --count origin/main...HEAD

@openclaw-barnacle openclaw-barnacle Bot added docs Improvements or additions to documentation scripts Repository scripts size: XS maintainer Maintainer-authored PR labels Jun 8, 2026
@kevinslin kevinslin merged commit 4c5d8af into openclaw:main Jun 8, 2026
161 of 168 checks passed
@clawsweeper clawsweeper Bot mentioned this pull request Jun 8, 2026
github-actions Bot pushed a commit to Desicool/openclaw that referenced this pull request Jun 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Improvements or additions to documentation maintainer Maintainer-authored PR scripts Repository scripts size: XS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant