惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
Vercel News
Vercel News
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
量子位
Y
Y Combinator Blog
IT之家
IT之家
博客园 - 聂微东
L
LangChain Blog
爱范儿
爱范儿
H
Help Net Security
GbyAI
GbyAI
F
Fortinet All Blogs
B
Blog
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
C
Check Point Blog
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
D
DataBreaches.Net
Last Week in AI
Last Week in AI
WordPress大学
WordPress大学
B
Blog RSS Feed
酷 壳 – CoolShell
酷 壳 – CoolShell
宝玉的分享
宝玉的分享

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
Merge branch 'main' of https://github.com/openclaw/opencl...
vincentkoc · 2026-06-19 · via Recent Commits to openclaw:main

@@ -16,11 +16,8 @@ This skill owns the operational workflow for:

16161717

- `taxonomy.yaml`

1818

- `docs/maturity-scores.yaml`

19-

- `docs/maturity-scorecard.md`

20-

- `docs/taxonomy.md`

21-

- `docs/taxonomy-outline.md`

22-

- `scripts/render-maturity-docs.mjs`

23-

- `.github/workflows/maturity-scorecard.yml`

19+

- `docs/concepts/qa-e2e-automation.md`

20+

- `qa/scenarios/index.yaml`

24212522

Keep person-specific, maintainer-private, Discord archive, and discrawl facts

2623

out of this repo. If a score needs private evidence, use the redacted

@@ -31,35 +28,47 @@ out of this repo. If a score needs private evidence, use the redacted

3128

- `taxonomy.yaml` is the hand-edited source of truth for surfaces, levels,

3229

QA profiles, categories, feature coverage IDs, docs refs, LTS overrides, and

3330

completeness-instruction paths.

31+

- Feature `coverageIds` are ANDed proof targets, not aliases. A feature may

32+

list multiple IDs when each ID proves part of one capability.

33+

- Keep categories and feature names unique, product-shaped, and broader than raw

34+

coverage IDs. Do not promote generic IDs into standalone feature names.

35+

- Avoid duplicate coverage-ID bundles under different feature names in one

36+

category.

3437

- `docs/maturity-scores.yaml` is the aggregate score source committed in this

3538

repo. It is the only committed score data; do not add generated inventory

3639

directories.

37-

- `docs/maturity-scorecard.md`, `docs/taxonomy.md`, and

38-

`docs/taxonomy-outline.md` are deterministic docs generated from the root

39-

taxonomy and aggregate score source.

40+

- There is no committed maturity-doc renderer or `pnpm maturity:*` script in

41+

this repo. Do not invent generated scorecard files; update the source YAML

42+

and current docs directly.

4043

- `qa-evidence.json` artifacts provide per-run QA scorecard evidence. They can

4144

enrich generated artifact docs, but they are not committed as inventory.

42454346

## Commands

44474548

Run from the openclaw repo root.

464947-

Render committed docs:

50+

Validate YAML structure after source edits:

48514952

```bash

50-

pnpm maturity:render

53+

node <<'NODE'

54+

const fs = require("node:fs");

55+

const YAML = require("yaml");

56+

for (const file of ["taxonomy.yaml", "docs/maturity-scores.yaml", "qa/scenarios/index.yaml"]) {

57+

YAML.parse(fs.readFileSync(file, "utf8"));

58+

}

59+

NODE

5160

```

526153-

Check generated docs are current:

62+

Check docs when touching docs prose:

54635564

```bash

56-

pnpm maturity:check

65+

pnpm check:docs

5766

```

586759-

Render an evidence-enriched docs artifact from downloaded QA artifacts:

68+

Run focused QA/profile checks when changing coverage IDs or profile membership:

60696170

```bash

62-

pnpm maturity:render -- --evidence-dir .artifacts/maturity-evidence --output-dir .artifacts/maturity-docs

71+

pnpm openclaw qa coverage --json

6372

```

64736574

## Scoring Workflow

@@ -75,13 +84,13 @@ When asked to score or refresh a surface:

7584

discrawl or unredacted private archives.

7685

5. Update `docs/maturity-scores.yaml` only when the score change is backed by

7786

public or redacted artifact evidence.

78-

6. Run `pnpm maturity:render`.

79-

7. Run `pnpm maturity:check`.

87+

6. Run the YAML validation command from this skill.

88+

7. Run `pnpm check:docs` if docs prose changed, and focused QA coverage checks

89+

if coverage IDs or profile membership changed.

80908191

For subjective score changes, make the smallest defensible edit and leave the

82-

evidence path in the PR or task summary. The deterministic renderer owns

83-

Markdown structure; manual prose tweaks belong in taxonomy, score source, or

84-

the renderer rather than in generated docs.

92+

evidence path in the PR or task summary. Keep manual prose in current docs and

93+

keep score data in `docs/maturity-scores.yaml`.

85948695

## Default Completeness Process

8796

@@ -158,13 +167,9 @@ Bands:

158167

- `Alpha`: 50-70

159168

- `Experimental`: 0-50

160169161-

## GitHub Action

162-163-

The `Maturity scorecard` workflow verifies committed generated docs on PRs and

164-

pushes. Manual dispatch can also download QA artifacts from another workflow run

165-

with `source_run_id` and `artifact_pattern`, render evidence-enriched docs into

166-

`.artifacts/maturity-docs`, and upload them as a GitHub artifact.

170+

## Artifacts

167171168172

Do not add the maintainer repo's `docs/kevinslin/maturity-scorecard/inventory/`

169-

tree to openclaw. Those generated reports are intentionally replaced here by

170-

short-lived artifact docs and the committed aggregate scorecard pages.

173+

tree to openclaw. Evidence-enriched scorecard outputs belong in short-lived

174+

artifacts, not committed generated docs, unless this repo adds an explicit

175+

renderer/check workflow first.