mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-26 12:26:38 -06:00
0606e31d0e
* feat(gateway): broker GitHub publication * refactor(gateway): split publication owners * fix(gateway): enforce publication branch authority * fix(gateway): bind publication to remote identity * fix(gateway): bind publication recovery to remote state * fix(gateway): preserve publication git state * fix(gateway): retain publication recovery authority * fix(gateway): commit publication index atomically * fix(gateway): narrow publication index errors * refactor(gateway): keep publication CAS errors private * fix(gateway): recover publication index transactions * fix(agents): describe GitHub publication tool * fix(gateway): harden publication base fetch * fix(gateway): reject publication filter semantics * fix(gateway): verify publication creation base * refactor(agents): align publication tool options * fix(gateway): isolate publication object lineage * refactor(gateway): use shared table probe * test(gateway): keep publication helpers in routed suite * perf(ui): lazy-load GitHub publication request * fix(gateway): preserve publication support contracts * fix(gateway): recover publication before authority checks * fix(gateway): fence local publication snapshots * fix(android): format generated protocol models * fix(gateway): harden publication recovery * fix(gateway): fence publication recovery * fix(ui): reset completed publication cycles
10 lines
305 B
TypeScript
10 lines
305 B
TypeScript
export {
|
|
SessionGitHubPublicationResultSchema,
|
|
SessionGitHubPublishParamsSchema,
|
|
} from "./schema/session-github-publication.js";
|
|
export {
|
|
WORKER_GITHUB_PUBLICATION_PROTOCOL_FEATURE,
|
|
WorkerGitHubPublishParamsSchema,
|
|
WorkerGitHubPublishResponseFrameSchema,
|
|
} from "./schema/worker-admission.js";
|