Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
3741 commits
Select commit Hold shift + click to select a range
5bbb0f1
Merge pull request #1295 from OpenDCAI/codex/skill-simplify-followup
shuxueshuxue Apr 25, 2026
5a24b11
refactor(skill): build packages through one constructor
shuxueshuxue Apr 25, 2026
8ca7033
refactor(library): use shared skill package builder
shuxueshuxue Apr 25, 2026
cbac9ef
refactor(hub): use shared package builder for skill install
shuxueshuxue Apr 25, 2026
726d576
refactor(hub): use shared package builder for snapshots
shuxueshuxue Apr 25, 2026
3aa4b31
refactor(import): use shared skill package builder
shuxueshuxue Apr 25, 2026
9028351
Merge pull request #1297 from OpenDCAI/codex/skill-followup-next
shuxueshuxue Apr 25, 2026
6451e15
refactor(chat): derive creator from auth token
shuxueshuxue Apr 25, 2026
1af5e11
Merge pull request #1296 from OpenDCAI/codex/chat-create-auth-derived
shuxueshuxue Apr 25, 2026
a60ae28
refactor(skill): carry parsed document metadata
shuxueshuxue Apr 25, 2026
8673316
refactor(library): read parsed Skill metadata once
shuxueshuxue Apr 25, 2026
118f403
refactor(import): read parsed Skill metadata once
shuxueshuxue Apr 25, 2026
13e3424
refactor(hub): use parsed Skill descriptions
shuxueshuxue Apr 25, 2026
d03bb47
refactor(runtime): reuse parsed Skill documents
shuxueshuxue Apr 25, 2026
45a1126
refactor(skill): remove stray document helpers
shuxueshuxue Apr 25, 2026
f52e854
Merge pull request #1298 from OpenDCAI/codex/skill-followup-next-2
shuxueshuxue Apr 25, 2026
7ac24e2
refactor(config): require Skill descriptions at resolve
shuxueshuxue Apr 26, 2026
e283c00
refactor(runtime): expose Skill descriptions to load_skill
shuxueshuxue Apr 26, 2026
9123979
refactor(hub): require Skill snapshot descriptions
shuxueshuxue Apr 26, 2026
79b2f5a
refactor(library): derive Skill descriptions from documents
shuxueshuxue Apr 26, 2026
61ec1fa
refactor(snapshot): materialize Skill document descriptions
shuxueshuxue Apr 26, 2026
1e69b6c
Merge pull request #1299 from OpenDCAI/codex/skill-followup-next-3
shuxueshuxue Apr 26, 2026
47648b6
feat(chat): expose message seq cursor
shuxueshuxue Apr 26, 2026
652d833
Merge pull request #1300 from OpenDCAI/codex/chat-message-pagination-…
shuxueshuxue Apr 26, 2026
bc91dca
refactor(skill): require Library Skill descriptions
shuxueshuxue Apr 26, 2026
ec9b663
refactor(skill): require package document descriptions
shuxueshuxue Apr 26, 2026
881bb09
refactor(storage): require Skill descriptions in schema
shuxueshuxue Apr 26, 2026
96491d9
refactor(storage): reject blank Skill descriptions from Supabase
shuxueshuxue Apr 26, 2026
2aeef68
test(skill): remove empty description fixtures
shuxueshuxue Apr 26, 2026
91012cb
Merge pull request #1301 from OpenDCAI/codex/skill-followup-next-4
shuxueshuxue Apr 26, 2026
d2d60d2
test(seed): require Skill metadata in SKILL.md
shuxueshuxue Apr 26, 2026
fb92ad3
refactor(seed): read Skill metadata from SKILL.md
shuxueshuxue Apr 26, 2026
580a542
test(seed): publish parsed Skill package version
shuxueshuxue Apr 26, 2026
b606def
refactor(seed): publish Skill package version
shuxueshuxue Apr 26, 2026
a6b6297
test(library): require Skill content descriptions
shuxueshuxue Apr 26, 2026
bf9c80a
refactor(library): parse Skill descriptions at content boundary
shuxueshuxue Apr 26, 2026
b1dec21
Merge pull request #1302 from OpenDCAI/codex/skill-followup-next-5
shuxueshuxue Apr 26, 2026
7d7e7c7
schema: persist relationship request messages
shuxueshuxue Apr 26, 2026
65d1450
test(panel): create Skills from SKILL.md content
shuxueshuxue Apr 26, 2026
5ac15a0
test(panel): reject non-Skill fields on Skill routes
shuxueshuxue Apr 26, 2026
d94899e
refactor(panel): add Skill request field gate
shuxueshuxue Apr 26, 2026
7905f9e
refactor(panel): reject non-Skill fields on create
shuxueshuxue Apr 26, 2026
59d4e50
refactor(panel): reject non-Skill fields on update
shuxueshuxue Apr 26, 2026
94de8e0
messaging: carry relationship request messages
shuxueshuxue Apr 26, 2026
aa929cc
tools: expose relationship request messages
shuxueshuxue Apr 26, 2026
b8001d6
threads: include relationship request messages
shuxueshuxue Apr 26, 2026
c3665f4
api: accept relationship request messages
shuxueshuxue Apr 26, 2026
715df69
Merge pull request #1304 from OpenDCAI/codex/skill-followup-next-6
shuxueshuxue Apr 26, 2026
56fe3f0
Merge pull request #1303 from OpenDCAI/codex/relationship-request-mes…
shuxueshuxue Apr 26, 2026
6413734
test(library): create Skills without desc arguments
shuxueshuxue Apr 26, 2026
27e631d
test(library): reject direct Skill descriptions
shuxueshuxue Apr 26, 2026
706a6ca
refactor(library): add Skill desc argument guard
shuxueshuxue Apr 26, 2026
b7bf683
refactor(library): reject Skill desc on create
shuxueshuxue Apr 26, 2026
94475c2
test(library): reject whitespace Skill descriptions
shuxueshuxue Apr 26, 2026
6686714
Merge pull request #1305 from OpenDCAI/codex/skill-followup-next-7
shuxueshuxue Apr 26, 2026
ab457cf
feat: show relationship request messages in contacts
shuxueshuxue Apr 26, 2026
4c6130d
Merge pull request #1306 from OpenDCAI/codex/relationship-message-ui
shuxueshuxue Apr 26, 2026
7183012
test(package): require Skill version in SKILL.md
shuxueshuxue Apr 26, 2026
e03317b
refactor(package): derive Skill package version from SKILL.md
shuxueshuxue Apr 26, 2026
52ba7c1
test(runtime): require resolved Skill version consistency
shuxueshuxue Apr 26, 2026
32a4f5a
refactor(runtime): validate resolved Skill version
shuxueshuxue Apr 26, 2026
dfec9f9
test(skill): use versioned SKILL.md fixtures
shuxueshuxue Apr 26, 2026
0c83d2c
Merge pull request #1307 from OpenDCAI/codex/skill-followup-next-8
shuxueshuxue Apr 26, 2026
5cd7d04
test(config): require resolved Skill content invariants
shuxueshuxue Apr 26, 2026
384b682
refactor(config): enforce resolved Skill content invariants
shuxueshuxue Apr 26, 2026
afabe28
refactor(resolver): use ResolvedSkill as validation boundary
shuxueshuxue Apr 26, 2026
c63a116
refactor(runtime): remove duplicate Skill identity checks
shuxueshuxue Apr 26, 2026
7edcae1
refactor(hub): trust resolved Skill snapshot boundaries
shuxueshuxue Apr 26, 2026
1b6f413
fix: notify requester on chat join rejection
shuxueshuxue Apr 26, 2026
59be2b3
Merge pull request #1309 from OpenDCAI/codex/skill-followup-next-9
shuxueshuxue Apr 26, 2026
baf5c8b
Merge pull request #1308 from OpenDCAI/codex/chat-join-reject-notific…
shuxueshuxue Apr 26, 2026
965eb2c
test(library): reject separate Skill names
shuxueshuxue Apr 26, 2026
ddbb6c2
refactor(panel): allow Skill create requests without names
shuxueshuxue Apr 26, 2026
2418a65
refactor(panel): reject Skill name request fields
shuxueshuxue Apr 26, 2026
dafbed0
refactor(library): derive Skill names from SKILL.md
shuxueshuxue Apr 26, 2026
c7d3457
test(panel): allow unnamed resource requests
shuxueshuxue Apr 26, 2026
fe8cc9b
Merge pull request #1310 from OpenDCAI/codex/skill-followup-next-10
shuxueshuxue Apr 26, 2026
29a2d77
feat(chat): notify agent requesters about relationship decisions
shuxueshuxue Apr 26, 2026
124d34d
Merge pull request #1311 from OpenDCAI/codex/relationship-decision-no…
shuxueshuxue Apr 26, 2026
e6eba2a
refactor(storage): harden Skill schema JSON invariants
shuxueshuxue Apr 26, 2026
540b5ea
refactor(config): separate Skill package id from content hash
shuxueshuxue Apr 26, 2026
8b28372
refactor(storage): constrain Skill package ownership
shuxueshuxue Apr 26, 2026
ed832c9
refactor(storage): bind Agent Skills to matching packages
shuxueshuxue Apr 26, 2026
bbc1541
test(storage): keep Skill schema replays idempotent
shuxueshuxue Apr 26, 2026
ed5d0ba
Merge pull request #1312 from OpenDCAI/codex/skill-db-schema-hardening
shuxueshuxue Apr 26, 2026
3d46bb1
refactor(runtime): allow queue-only notifications
shuxueshuxue Apr 26, 2026
914cabd
feat(messaging): add pure wake policy composer
shuxueshuxue Apr 26, 2026
a0353ba
refactor(runtime): pass chat wake intent through envelopes
shuxueshuxue Apr 26, 2026
2e24c5b
refactor(messaging): compose chat wake decisions in dispatcher
shuxueshuxue Apr 26, 2026
190c6bf
refactor(messaging): keep receiver quiet policy out of access
shuxueshuxue Apr 26, 2026
6db356a
Merge pull request #1313 from OpenDCAI/codex/thin-wake-policy
shuxueshuxue Apr 26, 2026
50d062a
fix(hub): reject invalid Skill packages before library write
shuxueshuxue Apr 26, 2026
7b511d0
test(marketplace): slim Skill action wording fixtures
shuxueshuxue Apr 26, 2026
c02c6bd
test(frontend): share wording page render harnesses
shuxueshuxue Apr 26, 2026
e3e0fdc
test(storage): table-drive AgentConfig schema guards
shuxueshuxue Apr 26, 2026
016e198
test(storage): table-drive duplicate config guards
shuxueshuxue Apr 26, 2026
811b8e1
Merge pull request #1314 from OpenDCAI/codex/skill-yatu-after-schema
shuxueshuxue Apr 26, 2026
f765356
docs(test): add product yatu cards
shuxueshuxue Apr 26, 2026
6bdce41
Merge pull request #1315 from OpenDCAI/codex/yatu-test-cards-20260426
shuxueshuxue Apr 26, 2026
f17db38
fix(frontend): send chat messages from auth identity (#1316)
shuxueshuxue Apr 26, 2026
3248183
docs(test): index current merged yatu artifacts (#1317)
shuxueshuxue Apr 26, 2026
31e9814
docs(test): index multi-agent yatu summaries (#1318)
shuxueshuxue Apr 26, 2026
67a9949
refactor: name no-wake chat delivery action
shuxueshuxue Apr 26, 2026
ee77f7f
fix: keep no-wake chat out of runtime delivery
shuxueshuxue Apr 26, 2026
f37c915
refactor: remove wake flag from chat delivery requests
shuxueshuxue Apr 26, 2026
46d1f5a
docs: cover natural chat wake YATU flows
shuxueshuxue Apr 26, 2026
2f2c0d2
docs: keep YATU artifacts out of repo cards
shuxueshuxue Apr 26, 2026
2852a5b
Merge pull request #1319 from OpenDCAI/codex/chat-no-wake-history-onl…
shuxueshuxue Apr 26, 2026
6ce9f92
auth: persist external user creator
shuxueshuxue Apr 26, 2026
bffeb1d
Merge pull request #1320 from OpenDCAI/codex/external-user-owner-cont…
shuxueshuxue Apr 26, 2026
dead642
refactor: name schema sources semantically
shuxueshuxue Apr 26, 2026
200a18d
Merge pull request #1321 from OpenDCAI/codex/schema-source-names-clea…
shuxueshuxue Apr 26, 2026
b81739f
test: add chat yatu cards
shuxueshuxue Apr 26, 2026
ef549b0
Merge pull request #1322 from OpenDCAI/codex/yatu-cards-current
shuxueshuxue Apr 26, 2026
05573fc
fix: track external user creator schema source (#1323)
shuxueshuxue Apr 26, 2026
9c279c7
docs: correct CLI skill guide entry (#1324)
shuxueshuxue Apr 26, 2026
1660fcd
refactor: hardcut settings models to gpt-5.5 (#1325)
shuxueshuxue Apr 26, 2026
f571ff2
refactor: resolve runtime owners for external users
shuxueshuxue Apr 26, 2026
908f68b
feat: route external chat delivery to runtime inbox
shuxueshuxue Apr 26, 2026
50446c4
feat: add external runtime inbox drain
shuxueshuxue Apr 26, 2026
a89dad9
test: cover external runtime inbox delivery
shuxueshuxue Apr 26, 2026
4febb75
docs: add external runtime inbox yatu card
shuxueshuxue Apr 26, 2026
f3214b2
style: format runtime inbox router tests
shuxueshuxue Apr 26, 2026
cae88f6
Merge pull request #1326 from OpenDCAI/codex/claude-code-adapter-inbox
shuxueshuxue Apr 26, 2026
cc286de
fix: use runtime supabase client factory (#1327)
shuxueshuxue Apr 26, 2026
301608f
fix(auth): make Supabase HTTP policy explicit
shuxueshuxue Apr 26, 2026
7433374
fix(identity): make invite use replayable by consumer
shuxueshuxue Apr 26, 2026
b452681
fix(auth): recover registration bootstrap on retry
shuxueshuxue Apr 26, 2026
c9ace8d
docs(yatu): clarify external runtime inbox proof
shuxueshuxue Apr 26, 2026
747a86b
docs: point quick start at SDK repo
shuxueshuxue Apr 26, 2026
4917e03
Merge pull request #1328 from OpenDCAI/codex/current-dev-yatu-surface…
shuxueshuxue Apr 26, 2026
bc8ab00
test: remove retired chat identity wording
shuxueshuxue Apr 26, 2026
50c7a57
docs: align app yatu cards with cel cli
shuxueshuxue Apr 27, 2026
435534d
feat: add runtime inbox wait endpoint
shuxueshuxue Apr 27, 2026
9836e55
Merge pull request #1329 from OpenDCAI/codex/claude-active-wakeup
shuxueshuxue Apr 27, 2026
3985152
feat: route relationship notifications to external inbox
shuxueshuxue Apr 27, 2026
78632a0
Merge pull request #1330 from OpenDCAI/codex/external-relationship-ru…
shuxueshuxue Apr 27, 2026
315fda4
fix: notify external chat join rejections
shuxueshuxue Apr 27, 2026
db6f421
Merge pull request #1331 from OpenDCAI/codex/chat-join-external-rejec…
shuxueshuxue Apr 27, 2026
556c86a
feat(chat): expose unread read API
shuxueshuxue Apr 28, 2026
77ca61d
Merge pull request #1332 from OpenDCAI/codex/chat-read-api
shuxueshuxue Apr 28, 2026
1115067
fix(chat): share unread read action
shuxueshuxue Apr 28, 2026
ea3c265
Merge pull request #1333 from OpenDCAI/codex/chat-read-empty-cursor
shuxueshuxue Apr 28, 2026
93453df
fix(runtime): derive external chat inbox from unread state
shuxueshuxue Apr 28, 2026
0236073
Merge pull request #1334 from OpenDCAI/codex/runtime-inbox-stale-chat…
shuxueshuxue Apr 28, 2026
2c82861
fix(messaging): advance caught-up sender watermark
shuxueshuxue Apr 28, 2026
b134e90
Merge pull request #1335 from OpenDCAI/codex/caught-up-send-watermark
shuxueshuxue Apr 28, 2026
96e5ee7
fix(runtime): deliver external chat notifications once
shuxueshuxue Apr 28, 2026
14f1bbb
Merge pull request #1336 from OpenDCAI/codex/runtime-inbox-chat-token…
shuxueshuxue Apr 28, 2026
ad2b0a8
docs: clarify worktree dev ports
shuxueshuxue Apr 28, 2026
bb10eb3
Merge pull request #1337 from OpenDCAI/codex/readme-worktree-port-truth
shuxueshuxue Apr 28, 2026
5f2526e
fix: declare staging local workspace root
shuxueshuxue Apr 30, 2026
8b2ce0f
Merge pull request #1338 from OpenDCAI/codex/staging-local-workspace-…
shuxueshuxue Apr 30, 2026
5df051a
fix: support explicit two-person group chats
shuxueshuxue Apr 30, 2026
736c26e
Merge pull request #1339 from OpenDCAI/codex/two-person-group-chat
shuxueshuxue Apr 30, 2026
e90920d
feat: add runtime inbox wake bus
shuxueshuxue Apr 30, 2026
6d30b52
refactor: attach runtime inbox wake bus
shuxueshuxue Apr 30, 2026
44e12c5
refactor: drain runtime inbox from wake signals
shuxueshuxue Apr 30, 2026
76c0b08
refactor: publish external inbox wake signals
shuxueshuxue Apr 30, 2026
2985e36
test: declare runtime inbox wake bus fixtures
shuxueshuxue Apr 30, 2026
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
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