mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-27 12:56:01 -06:00
a770218518
* refactor(agents): consolidate session slug creation * refactor(commands): consolidate config validation * refactor(infra): consolidate stale pid termination * refactor(tui): reuse canonical sleep helper * chore(scripts): burn resolved entries from collision baseline * fix(refactor): preserve cross-platform helper contracts * fix(plugin-sdk): keep approval helper private * chore(scripts): burn resolved wrapper shadowing entry * chore(scripts): refresh wrapper shadowing baseline * test(agents): target canonical session slug helper * chore(plugin-sdk): refresh API baseline
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.plugin-sdk-api-baseline.jsonl— one content-derived record per Plugin SDK module and export.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.jsonplugin-sdk-api-baseline.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 Plugin SDK API baseline:
pnpm plugin-sdk:api:gen - Validate Plugin SDK API contract manifest:
pnpm plugin-sdk:api:check
The Plugin SDK contract sorts modules by import specifier and exports by kind
then name. Its line-delimited records keep concurrent changes to separate
exports mergeable. Export records carry the normalized declaration and an
explicit closureHash for surface-reachable repo declarations. Committed
records omit source paths so file moves do not change the contract; origin
source fields remain available in the local pretty JSON snapshot.
- Regenerate SQLite sessions/transcripts schema baseline:
pnpm sqlite:sessions-schema:gen - Validate SQLite sessions/transcripts schema baseline:
pnpm sqlite:sessions-schema:check