Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3901 commits
Select commit Hold shift + click to select a range
a83284c
Merge pull request #1340 from OpenDCAI/codex/runtime-inbox-wake-bus
shuxueshuxue Apr 30, 2026
e94c4b1
fix: identify runtime chat notifications (#1341)
shuxueshuxue Apr 30, 2026
d088f5c
test: update external runtime inbox yatu (#1342)
shuxueshuxue Apr 30, 2026
1a619e9
fix: keep chat sends durable when managed agent is cold
shuxueshuxue Apr 30, 2026
00e5845
docs: clarify chat wake without runtime thread
shuxueshuxue Apr 30, 2026
9676ad7
fix: make runtime chat notifications durable projections (#1345)
shuxueshuxue Apr 30, 2026
5d2b039
docs: capture durable runtime inbox yatu (#1346)
shuxueshuxue Apr 30, 2026
b903501
feat: add runtime inbox stream state
shuxueshuxue May 1, 2026
22a9943
refactor: wire runtime inbox stream into threads state
shuxueshuxue May 1, 2026
2fa74fc
feat: expose runtime inbox websocket stream
shuxueshuxue May 1, 2026
ee5569e
test: cover runtime inbox websocket delivery
shuxueshuxue May 1, 2026
3f17fa2
docs: add runtime inbox websocket yatu
shuxueshuxue May 1, 2026
d39b186
Merge pull request #1347 from OpenDCAI/feat/runtime-inbox-websocket
shuxueshuxue May 1, 2026
7887177
fix: forward websocket upgrades through frontend proxy
shuxueshuxue May 1, 2026
719efc6
Merge pull request #1348 from OpenDCAI/fix/runtime-inbox-websocket-proxy
shuxueshuxue May 1, 2026
cac7352
refactor: extract shared work item primitive
shuxueshuxue May 1, 2026
75396eb
feat: add chat workflow storage plane
shuxueshuxue May 1, 2026
65167d6
feat: add chat workflow work item services
shuxueshuxue May 1, 2026
efca69e
feat: expose chat workflow data routes
shuxueshuxue May 1, 2026
ec48830
test: cover chat workflow service scoping
shuxueshuxue May 1, 2026
ab73738
style: format chat workflow data plane
shuxueshuxue May 1, 2026
5893022
fix: accept supabase auth clock skew during registration
shuxueshuxue May 1, 2026
13c4fdd
refactor: remove tool task repo protocol alias
shuxueshuxue May 1, 2026
12e4215
feat: allow owner-only group chats
shuxueshuxue May 1, 2026
95e7835
feat: allow chat task create status
shuxueshuxue May 1, 2026
1426d2b
feat: expose chat task dependencies
shuxueshuxue May 1, 2026
9fc32a8
feat: add chat workflow event storage contract
shuxueshuxue May 2, 2026
a5a464c
feat: add chat workflow event supabase repo
shuxueshuxue May 2, 2026
38c5801
feat: add chat workflow event service
shuxueshuxue May 2, 2026
d1164fb
feat: expose chat workflow event api
shuxueshuxue May 2, 2026
38dbd0c
test: cover chat workflow event primitive
shuxueshuxue May 2, 2026
7360c75
fix: authenticate runtime inbox websocket with header
shuxueshuxue May 2, 2026
8f375fb
feat: add chat message delivery scope contract
shuxueshuxue May 2, 2026
77ddcb9
feat: apply addressed visibility in message storage
shuxueshuxue May 2, 2026
9fffb09
feat: expose addressed chat sends through messaging service
shuxueshuxue May 2, 2026
764eb16
feat: target runtime delivery for addressed messages
shuxueshuxue May 2, 2026
cdfcf03
test: cover addressed chat delivery scope
shuxueshuxue May 2, 2026
0775e4b
style: satisfy full ruff format check
shuxueshuxue May 2, 2026
34ebf88
feat: let chat owners add members
shuxueshuxue May 2, 2026
112d72a
fix: make direct chat lookup deterministic (#1359)
shuxueshuxue May 3, 2026
07ce621
chore: remove stale runtime import note (#1360)
shuxueshuxue May 3, 2026
c88a210
refactor: route runtime notifications through gateway (#1361)
shuxueshuxue May 3, 2026
5ce2d57
refactor(messaging): require explicit read watermark
shuxueshuxue May 5, 2026
ac69b97
feat(chat): require mark-read sequence body
shuxueshuxue May 5, 2026
c7a5dd5
fix(chat-tools): mark rendered history by returned seq
shuxueshuxue May 5, 2026
3b8574e
test(chat-api): cover explicit mark-read watermark
shuxueshuxue May 5, 2026
2644ca1
test(messaging): cover consumed unread boundaries
shuxueshuxue May 5, 2026
d271d12
Merge pull request #1362 from OpenDCAI/refactor/chat-read-watermark
shuxueshuxue May 6, 2026
2a297c4
fix: keep addressed chat history visible
shuxueshuxue May 6, 2026
b38baad
Merge pull request #1363 from OpenDCAI/fix/chat-addressing-wake-only
shuxueshuxue May 6, 2026
a27d87f
feat: store owner capability profile
shuxueshuxue May 6, 2026
83632e9
feat: add backend capability gate
shuxueshuxue May 6, 2026
b4a9a6b
feat: issue restricted guest owner tokens
shuxueshuxue May 6, 2026
f1b3a03
fix: gate owner-only mutation routes
shuxueshuxue May 6, 2026
d9a0eb9
fix: gate resource inspection routes
shuxueshuxue May 6, 2026
374c45b
Merge pull request #1364 from OpenDCAI/guest-owner-capabilities
shuxueshuxue May 6, 2026
ca30e3f
fix: gate monitor control plane (#1365)
shuxueshuxue May 6, 2026
39070ae
test: specify web runtime profile surfaces
shuxueshuxue May 6, 2026
9690f05
refactor: add web runtime profile app factory
shuxueshuxue May 6, 2026
7aa04e2
test: specify communication profile lifespan
shuxueshuxue May 6, 2026
ebdf77b
refactor: add external runtime inbox profile
shuxueshuxue May 6, 2026
e153be9
fix: route external notifications without managed reader
shuxueshuxue May 6, 2026
6403964
Merge pull request #1366 from OpenDCAI/codex/local-communication-profile
shuxueshuxue May 6, 2026
e0ed520
deploy: add local communication schema
shuxueshuxue May 7, 2026
6ae861e
deploy: add local rest gateway
shuxueshuxue May 7, 2026
95d7b73
deploy: add local communication compose
shuxueshuxue May 7, 2026
87ac90e
test: cover local communication deploy
shuxueshuxue May 7, 2026
c8a2a9e
docs: document local communication backend
shuxueshuxue May 7, 2026
3444ef5
refactor: collapse guest owner profile to boolean
shuxueshuxue May 7, 2026
4299750
Merge pull request #1367 from OpenDCAI/codex/local-communication-compose
shuxueshuxue May 7, 2026
8e0450b
refactor: amputate local communication schema fork (#1368)
shuxueshuxue May 7, 2026
14135bb
feat: add executable app schema baseline
shuxueshuxue May 7, 2026
b96b9e2
Merge pull request #1369 from OpenDCAI/codex/schema-init-discipline
shuxueshuxue May 7, 2026
9fc549d
feat: add app schema applier
shuxueshuxue May 7, 2026
e8bfdfe
Merge pull request #1370 from OpenDCAI/codex/app-schema-applier
shuxueshuxue May 7, 2026
2ffd381
feat: add cli minimal deploy contract
shuxueshuxue May 7, 2026
06d49a8
Merge pull request #1371 from OpenDCAI/codex/cli-minimal-deploy
shuxueshuxue May 7, 2026
1fdb1ad
fix: make cli minimal deploy repeatable (#1372)
shuxueshuxue May 7, 2026
0af23a8
fix: wire cli minimal backend runtime (#1373)
shuxueshuxue May 7, 2026
25c96c6
fix: route frontend openapi probe to backend (#1374)
shuxueshuxue May 7, 2026
39d3292
fix: verify staging openapi route (#1375)
shuxueshuxue May 7, 2026
2970cce
docs: clarify deploy profile boundary
shuxueshuxue May 7, 2026
30e4044
Merge pull request #1376 from OpenDCAI/docs/deploy-boundary
shuxueshuxue May 7, 2026
5bd04f6
fix: make cli-minimal self-host bootstrap real (#1377)
shuxueshuxue May 7, 2026
4d7b029
docs: clarify cli-minimal remote connect flow
shuxueshuxue May 7, 2026
877c363
test: rename cli minimal deploy contract tests
shuxueshuxue May 7, 2026
964d20d
test: clarify rejected schema fork guard
shuxueshuxue May 7, 2026
cd99bfb
test: name rejected schema fork guard
shuxueshuxue May 7, 2026
f5e69a9
docs: call removed local deploy path historical
shuxueshuxue May 7, 2026
a70b195
docs: show cli minimal connect commands
shuxueshuxue May 7, 2026
8d54981
Add chat workflow state version guard
shuxueshuxue May 11, 2026
cbf758b
Merge pull request #1378 from OpenDCAI/workflow/chat-workflow-state-v…
shuxueshuxue May 11, 2026
fe71469
Add workflow event state version guards
shuxueshuxue May 11, 2026
dcdf5b7
Merge pull request #1379 from OpenDCAI/workflow/event-state-version
shuxueshuxue May 11, 2026
c754dea
Preserve runtime notification transport metadata
shuxueshuxue May 11, 2026
7a7a8a3
Merge pull request #1380 from OpenDCAI/feat/runtime-notification-tran…
shuxueshuxue May 11, 2026
e93aaf8
Default workflow event requester to auth user
shuxueshuxue May 11, 2026
1c96d99
Merge pull request #1381 from OpenDCAI/workflow-event-auth-actor-default
shuxueshuxue May 11, 2026
1d34d7a
Add workflow event runtime notification boundary
shuxueshuxue May 11, 2026
a5c14d6
Merge pull request #1382 from OpenDCAI/workflow-event-runtime-notific…
shuxueshuxue May 11, 2026
efd5ebf
Wire workflow event runtime notifications
shuxueshuxue May 11, 2026
f9b5f62
Merge pull request #1383 from OpenDCAI/workflow-event-runtime-fanout
shuxueshuxue May 11, 2026
af609f9
Notify runtimes on workflow event updates
shuxueshuxue May 11, 2026
502e78f
Merge pull request #1384 from OpenDCAI/workflow-event-update-runtime-…
shuxueshuxue May 11, 2026
9085684
Model workflow event changes explicitly
shuxueshuxue May 11, 2026
81e6b5c
Expose workflow event changes from core service
shuxueshuxue May 12, 2026
2184224
Use current branch in YATU backend setup
shuxueshuxue May 12, 2026
fe8867f
Plan workflow event runtime notifications
shuxueshuxue May 12, 2026
aa2aa4d
Name workflow event runtime planning explicitly
shuxueshuxue May 12, 2026
4bec8fc
Share runtime identity helpers across chat adapters
shuxueshuxue May 12, 2026
809ae7e
Share sync runtime event hook bridge
shuxueshuxue May 12, 2026
3f26b01
Preserve runtime notification metadata through queue (#1392)
shuxueshuxue May 12, 2026
6061f7f
Collapse native notification ingress (#1393)
shuxueshuxue May 12, 2026
061e4b8
Expose workflow action failure contract (#1394)
shuxueshuxue May 12, 2026
262fdab
Extract runtime notification action (#1395)
shuxueshuxue May 12, 2026
64a945f
Add cross-owner agent contact YATU (#1396)
shuxueshuxue May 12, 2026
aba6dd3
Clarify workflow event action emission (#1397)
shuxueshuxue May 12, 2026
f29fac8
Extract runtime notification recipient resolution (#1398)
shuxueshuxue May 12, 2026
2489e68
Guard sync runtime event hook owner loop calls (#1399)
shuxueshuxue May 12, 2026
9a6a95c
Extract chat delivery recipient resolution (#1400)
shuxueshuxue May 12, 2026
ef86dfc
Expose relationship action failure contract (#1401)
shuxueshuxue May 12, 2026
1ee2df6
Collapse managed notifications into thread input gateway (#1402)
shuxueshuxue May 12, 2026
0f12fa1
Plan workflow notifications through runtime action (#1403)
shuxueshuxue May 12, 2026
f5a36d6
Dispatch workflow notifications through runtime action
shuxueshuxue May 12, 2026
a18a70c
Inline runtime notification action planning
shuxueshuxue May 12, 2026
fb80b1a
Expose chat join action failure contract
shuxueshuxue May 12, 2026
9ef28be
Extract runtime chat delivery action (#1407)
shuxueshuxue May 12, 2026
ac90970
Guard runtime gateway action boundary (#1408)
shuxueshuxue May 12, 2026
568421d
Extract runtime thread input action (#1409)
shuxueshuxue May 12, 2026
aca16bf
Centralize runtime actor construction (#1410)
shuxueshuxue May 12, 2026
b299f3d
Extract internal thread input action factory (#1411)
shuxueshuxue May 12, 2026
0b14668
Extract queued thread input action (#1412)
shuxueshuxue May 12, 2026
c1accb4
Route command notices through queued thread input action (#1413)
shuxueshuxue May 12, 2026
d6cbc65
Allow multiple workflow event actions (#1414)
shuxueshuxue May 12, 2026
1f434da
Allow multiple relationship event actions (#1415)
shuxueshuxue May 12, 2026
0d4cdae
Allow multiple join request rejection actions (#1416)
shuxueshuxue May 12, 2026
ea74084
Route thread input requeue through action helper
shuxueshuxue May 12, 2026
1d9b53e
Merge pull request #1417 from OpenDCAI/requeue-thread-input-action
shuxueshuxue May 12, 2026
9415419
Guard runtime envelope construction boundary
shuxueshuxue May 12, 2026
e5a6f58
Merge pull request #1418 from OpenDCAI/guard-runtime-envelope-boundary
shuxueshuxue May 12, 2026
c33aa73
Unify synchronous event action dispatch
shuxueshuxue May 12, 2026
f75c1c8
Merge pull request #1419 from OpenDCAI/unify-sync-event-actions
shuxueshuxue May 12, 2026
b46ebf8
Expose chat message delivery action failure
shuxueshuxue May 12, 2026
2e8a887
Merge pull request #1420 from OpenDCAI/chat-message-delivery-action-e…
shuxueshuxue May 12, 2026
c754989
Run chat message delivery through sync actions
shuxueshuxue May 12, 2026
cd4e63e
Merge pull request #1421 from OpenDCAI/chat-message-delivery-sync-act…
shuxueshuxue May 12, 2026
8b43d2b
Wrap chat join notification action failures
shuxueshuxue May 12, 2026
335909e
Merge pull request #1422 from OpenDCAI/chat-join-notification-action-…
shuxueshuxue May 12, 2026
0a2cb19
Wrap external inbox wake failures after enqueue
shuxueshuxue May 12, 2026
05ac6a2
Merge pull request #1423 from OpenDCAI/external-inbox-wake-action-fai…
shuxueshuxue May 12, 2026
5a5e3f7
Wrap chat event publish failures after send
shuxueshuxue May 12, 2026
ffc188a
Merge pull request #1424 from OpenDCAI/chat-message-event-action-failure
shuxueshuxue May 12, 2026
6d593e1
Use typed caught-up error in chat tool send
shuxueshuxue May 12, 2026
fc758f9
Merge pull request #1425 from OpenDCAI/chat-tool-caught-up-error-type
shuxueshuxue May 12, 2026
3e4bb7e
Run external inbox wake through sync actions
shuxueshuxue May 12, 2026
c6d35ec
Merge pull request #1426 from OpenDCAI/external-inbox-wake-sync-actio…
shuxueshuxue May 12, 2026
3e70d9c
Plan workflow runtime notifications before dispatch
shuxueshuxue May 12, 2026
231f740
Merge pull request #1427 from OpenDCAI/workflow-event-notification-pl…
shuxueshuxue May 12, 2026
f801976
Plan workflow notifications as runtime actions
shuxueshuxue May 12, 2026
a3a050a
Merge pull request #1428 from OpenDCAI/workflow-notification-action-p…
shuxueshuxue May 12, 2026
75416dc
Return runtime notification dispatch count
shuxueshuxue May 12, 2026
7e45191
Merge pull request #1429 from OpenDCAI/runtime-notification-action-count
shuxueshuxue May 12, 2026
b9a7525
Add event action planner primitive
shuxueshuxue May 12, 2026
6739c5b
Merge pull request #1430 from OpenDCAI/event-action-planner-primitive
shuxueshuxue May 12, 2026
15e006b
Route notification inlets through event planners
shuxueshuxue May 12, 2026
940a0ad
Merge pull request #1431 from OpenDCAI/notification-inlet-event-planners
shuxueshuxue May 12, 2026
4c6eb57
Route chat delivery through event planner
shuxueshuxue May 12, 2026
87e72f5
Merge pull request #1432 from OpenDCAI/chat-delivery-event-planner
shuxueshuxue May 12, 2026
aa7d1cf
Add single event action planner helper
shuxueshuxue May 12, 2026
a6043ce
Merge pull request #1433 from OpenDCAI/single-event-action-planner-he…
shuxueshuxue May 12, 2026
d1a0808
Add planned runtime event hook
shuxueshuxue May 12, 2026
08a2d85
Merge pull request #1434 from OpenDCAI/planned-runtime-event-hook
shuxueshuxue May 12, 2026
cdd4e9e
Add runtime notification event hook
shuxueshuxue May 12, 2026
e951da3
Merge pull request #1435 from OpenDCAI/runtime-notification-event-hook
shuxueshuxue May 12, 2026
f2455f5
Plan chat delivery envelopes before dispatch
shuxueshuxue May 12, 2026
67d6342
Merge pull request #1436 from OpenDCAI/chat-delivery-envelope-planning
shuxueshuxue May 12, 2026
4ab353b
Plan thread input envelopes before dispatch
shuxueshuxue May 12, 2026
8b68626
Merge pull request #1437 from OpenDCAI/thread-input-envelope-planning
shuxueshuxue May 12, 2026
42baa32
Align background cleanup test fake close signature
shuxueshuxue May 12, 2026
e4d0a8d
Merge pull request #1438 from OpenDCAI/background-cleanup-fake-close-…
shuxueshuxue May 12, 2026
3f8d0e9
Remove unused multi-planner event helper
shuxueshuxue May 12, 2026
9894a9f
Merge pull request #1439 from OpenDCAI/remove-unused-event-action-pla…
shuxueshuxue May 12, 2026
0d4238c
Remove unused event planner helpers
shuxueshuxue May 12, 2026
50b09e9
Merge pull request #1440 from OpenDCAI/remove-unused-chat-delivery-pl…
shuxueshuxue May 12, 2026
4c6747c
Rename sync callback runner
shuxueshuxue May 12, 2026
0cd22ef
Merge pull request #1441 from OpenDCAI/rename-sync-callback-runner
shuxueshuxue May 12, 2026
c4b0586
Extract planned runtime event runner
shuxueshuxue May 12, 2026
2530b5f
Merge pull request #1442 from OpenDCAI/planned-runtime-event-runner
shuxueshuxue May 12, 2026
a123d95
Return planned runtime event dispatch result
shuxueshuxue May 12, 2026
ac7fab8
Merge pull request #1443 from OpenDCAI/planned-runtime-event-result
shuxueshuxue May 12, 2026
62b541b
Expose async runtime event entrypoints
shuxueshuxue May 12, 2026
627f4f5
Merge pull request #1444 from OpenDCAI/runtime-event-entrypoints
shuxueshuxue May 12, 2026
1ee7b6b
Split runtime event runner from hook adapter
shuxueshuxue May 12, 2026
b975258
Merge pull request #1445 from OpenDCAI/split-runtime-event-runner
shuxueshuxue May 12, 2026
67726cd
Consolidate sync action registries
shuxueshuxue May 12, 2026
de6285a
Merge pull request #1446 from OpenDCAI/sync-action-registry
shuxueshuxue May 12, 2026
8e3b592
Type sync action registries (#1447)
shuxueshuxue May 12, 2026
1ee96f5
Add planned runtime event hook (#1448)
shuxueshuxue May 12, 2026
160f0d1
Bind runtime action dispatchers (#1449)
shuxueshuxue May 12, 2026
6c3fdb9
Bind runtime thread input dispatcher (#1450)
shuxueshuxue May 12, 2026
74092c7
Hide planned runtime events behind chat delivery actions
shuxueshuxue May 12, 2026
4d2119a
Merge pull request #1451 from OpenDCAI/chat-delivery-event-boundary
shuxueshuxue May 12, 2026
d41e590
Route thread input through an inlet boundary
shuxueshuxue May 12, 2026
2286be4
Trim runtime notification test fixtures
shuxueshuxue May 12, 2026
f919b71
Merge pull request #1452 from OpenDCAI/thread-input-inlet-boundary
shuxueshuxue May 12, 2026
0a08dff
Move thread input requeue behind inlet
shuxueshuxue May 12, 2026
79744dd
Merge pull request #1453 from OpenDCAI/thread-input-requeue-inlet-bou…
shuxueshuxue May 12, 2026
df775bc
Trim notification test fixtures
shuxueshuxue May 12, 2026
08f287a
Remove unused single runtime dispatch helpers
shuxueshuxue May 12, 2026
08ad617
Merge pull request #1454 from OpenDCAI/trim-unused-runtime-action-dis…
shuxueshuxue May 12, 2026
997b552
Trim runtime envelope dispatch helpers
shuxueshuxue May 12, 2026
db89ea9
Merge pull request #1455 from OpenDCAI/trim-runtime-envelope-dispatch…
shuxueshuxue May 12, 2026
c9bbc8f
Trim runtime event dispatch surface
shuxueshuxue May 12, 2026
5c4b7fa
Merge pull request #1456 from OpenDCAI/trim-unused-runtime-event-disp…
shuxueshuxue May 12, 2026
81a9aa2
Trim notification batch envelope planner
shuxueshuxue May 12, 2026
16464d8
Merge pull request #1457 from OpenDCAI/trim-notification-envelope-lis…
shuxueshuxue May 12, 2026
21497ee
Trim chat notification dispatcher factories
shuxueshuxue May 12, 2026
490a654
Merge pull request #1458 from OpenDCAI/trim-chat-notification-action-…
shuxueshuxue May 12, 2026
30b5ad7
Trim thread input dispatcher factory
shuxueshuxue May 13, 2026
9a36456
Merge pull request #1459 from OpenDCAI/trim-thread-input-dispatcher-f…
shuxueshuxue May 13, 2026
1382d06
Borrow chat delivery gateway lazily
shuxueshuxue May 13, 2026
833790b
Merge pull request #1460 from OpenDCAI/lazy-chat-delivery-gateway-borrow
shuxueshuxue May 13, 2026
bc840c2
Drain runtime inbox on websocket subscribe
shuxueshuxue May 13, 2026
4a49f39
Merge pull request #1461 from OpenDCAI/runtime-inbox-websocket-initia…
shuxueshuxue May 13, 2026
c00ea31
Accept runtime inbox websocket bearer subprotocol
shuxueshuxue May 13, 2026
5e36427
Merge pull request #1462 from OpenDCAI/runtime-inbox-websocket-subpro…
shuxueshuxue May 13, 2026
e8d402f
Rename runtime event action route module
shuxueshuxue May 13, 2026
67be5fa
Merge pull request #1463 from OpenDCAI/runtime-event-action-route-module
shuxueshuxue May 13, 2026
aa0257c
Privatize sync runtime event hook helper
shuxueshuxue May 13, 2026
50e2fe3
Merge pull request #1464 from OpenDCAI/privatize-sync-runtime-event-hook
shuxueshuxue May 13, 2026
52e5c7c
Inline runtime event sync hook
shuxueshuxue May 13, 2026
9a5de7c
Merge pull request #1465 from OpenDCAI/inline-runtime-event-sync-hook
shuxueshuxue May 13, 2026
9794cb3
Pass runtime event actions lazily
shuxueshuxue May 13, 2026
fbad3ab
Merge pull request #1466 from OpenDCAI/runtime-event-route-lazy-actions
shuxueshuxue May 13, 2026
3b3a476
Split sync event hook bridge from runtime route
shuxueshuxue May 13, 2026
e1a7111
Merge pull request #1467 from OpenDCAI/runtime-event-route-async-core
shuxueshuxue May 13, 2026
25a4f36
Plan workflow event actions lazily
shuxueshuxue May 13, 2026
2377166
Merge pull request #1468 from OpenDCAI/workflow-event-actions-lazy
shuxueshuxue May 13, 2026
4eaaced
Remove premature runtime event route
shuxueshuxue May 13, 2026
ef8c443
Merge pull request #1469 from OpenDCAI/remove-runtime-event-action-route
shuxueshuxue May 13, 2026
4291a24
Clarify blocking runtime event hook
shuxueshuxue May 13, 2026
c571675
Merge pull request #1470 from OpenDCAI/runtime-sync-bridge-contract
shuxueshuxue May 13, 2026
9d55c44
Name after-commit action fanout
shuxueshuxue May 13, 2026
555ee79
Merge pull request #1471 from OpenDCAI/after-commit-actions-primitive
shuxueshuxue May 13, 2026
08126e2
Guard provider webhooks from event actions
shuxueshuxue May 13, 2026
df53ce9
Merge pull request #1472 from OpenDCAI/webhook-event-boundary-contract
shuxueshuxue May 13, 2026
d88dd45
Remove unused delivery dispatcher injection
shuxueshuxue May 13, 2026
7a8922b
Collapse chat delivery runtime action surface
shuxueshuxue May 13, 2026
e64d0ea
Merge pull request #1473 from OpenDCAI/trim-chat-delivery-runtime-bou…
shuxueshuxue May 13, 2026
7357c81
Verify workflow state version on staging deploy (#1474)
shuxueshuxue May 13, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
45 changes: 0 additions & 45 deletions .claude/commands/invit.md

This file was deleted.

76 changes: 0 additions & 76 deletions .claude/commands/spec.md

This file was deleted.

174 changes: 0 additions & 174 deletions .claude/commands/test_leon.md

This file was deleted.

95 changes: 0 additions & 95 deletions .claude/commands/wtls.md

This file was deleted.

Loading
Loading