mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 11:55:47 -06:00
d2afbd05ad
* refactor(plugin-sdk): replace API baselines with diffs * perf(plugin-sdk): bound API diff resources * fix(plugin-sdk): isolate API diff dependencies * fix(release): forward Plugin SDK acknowledgement * fix(release): enforce SDK acknowledgement on publish * chore: preserve generated-doc ignore policy * fix(release): freeze SDK API evidence before publish * fix(ci): satisfy SDK evidence guards * fix(release): bind complete SDK evidence * fix(release): authenticate plugin SDK evidence * fix(plugin-sdk): abort interrupted API diffs * test(ui): freeze page clock in background-tasks rail e2e The rail transcript is compared byte-for-byte across the detail-panel round-trip while it renders live relative ages; on slow CI runners the second boundary ticks between the two reads (11s -> 12s) and fails the equality assertion. Fix the page Date with Playwright setFixedTime while keeping timers running so the tasks.list polling assertions still hold. Repro: a 1.5s stall between the reads fails pre-fix with the exact CI diff and passes post-fix. * fix(scripts): drop unused export on dependency-evidence CLI main Knip's workflow scan re-roots script references after an actions/checkout step that sets path:, so the new trusted-tooling checkout in openclaw-npm-release.yml stops marking this CLI as a workflow entry and its exported main() surfaces as an unused export in check-dependencies. Nothing imports main; the module invokes it through its own entry guard, so the export keyword was dead surface either way. --------- Co-authored-by: Peter Steinberger <steipete@gmail.com>
23 lines
999 B
Markdown
23 lines
999 B
Markdown
# Generated Docs Artifacts
|
|
|
|
Generated contract files are tracked drift-detection artifacts. Full pretty
|
|
snapshots remain local inspection artifacts.
|
|
|
|
**Tracked (committed to git):**
|
|
|
|
- `config-baseline.sha256` — hashes of config baseline JSON artifacts.
|
|
- `config-baseline.counts.json` — maximum entry counts for each config baseline kind.
|
|
- `sqlite-session-transcript-schema-baseline.sha256` — hash of the sessions/transcripts SQLite schema baseline.
|
|
|
|
**Local only (gitignored):**
|
|
|
|
- `config-baseline.json`, `config-baseline.core.json`, `config-baseline.channel.json`, `config-baseline.plugin.json`
|
|
- `.artifacts/sqlite-session-transcript-schema-baseline.sql`
|
|
|
|
Do not edit any of these files by hand.
|
|
|
|
- Regenerate config baseline: `pnpm config:docs:gen`
|
|
- Validate config baseline: `pnpm config:docs:check`
|
|
- Regenerate SQLite sessions/transcripts schema baseline: `pnpm sqlite:sessions-schema:gen`
|
|
- Validate SQLite sessions/transcripts schema baseline: `pnpm sqlite:sessions-schema:check`
|