feat(openclaw): complete CESP v1.0 coverage — add resource.limit, session.end, task.progress#156
Merged
garysheng merged 1 commit intoPeonPing:mainfrom Feb 15, 2026
Conversation
Adds the 3 missing CESP categories to the OpenClaw adapter: - resource.limit: rate limit, token quota, model fallback, throttling Aliases: ratelimit, rate.limit, quota, fallback, throttled, token.limit - session.end: agent disconnect, shutdown Aliases: disconnect, shutdown, goodbye - task.progress: long-running tasks (backfill, sync, builds) Aliases: progress, running, backfill, syncing Also adds semantic OpenClaw aliases for existing categories: - deployed, merged → task.complete - building, working → task.acknowledge - blocked, approval → input.required - crash, build.failed → task.error - heartbeat.first → session.start This completes full CESP v1.0 coverage (6 core + 3 extended).
|
@tag-assistant is attempting to deploy a commit to the Gary Sheng's projects Team on Vercel. A member of the Team first needs to authorize it. |
hst1189
pushed a commit
to hst1189/peon-ping
that referenced
this pull request
Mar 23, 2026
…gs (PeonPing#156) Adds the 3 missing CESP categories to the OpenClaw adapter: - resource.limit: rate limit, token quota, model fallback, throttling Aliases: ratelimit, rate.limit, quota, fallback, throttled, token.limit - session.end: agent disconnect, shutdown Aliases: disconnect, shutdown, goodbye - task.progress: long-running tasks (backfill, sync, builds) Aliases: progress, running, backfill, syncing Also adds semantic OpenClaw aliases for existing categories: - deployed, merged → task.complete - building, working → task.acknowledge - blocked, approval → input.required - crash, build.failed → task.error - heartbeat.first → session.start This completes full CESP v1.0 coverage (6 core + 3 extended).
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.
Adds the 3 missing CESP categories to the OpenClaw adapter, completing full v1.0 spec coverage (6 core + 3 extended).
New mappings
resource.limitratelimit,quota,fallback,throttled,token.limitsession.enddisconnect,shutdown,goodbyetask.progressprogress,running,backfill,syncingAdditional aliases
deployed/merged→ task.complete,building/working→ task.acknowledge,blocked/approval→ input.required,crash/build.failed→ task.error,heartbeat.first→ session.startFollow-up to #148.