Commit a05d30e
T3 — Bind creation and execution to the originating project (#5707)
* [T-20260910-0003] Bind execution to originating project
* Fix workflow chat project scope lookup
* Bind media and imports to originating project
* docs(marketing): rename category to Agent-First Creative Workspace (#5711)
* docs(marketing): rename category to Agent-First Creative Workspace
Replace "Creative AI Workspace" wording across marketing pages, docs
pages, and READMEs with "Agent-First Creative Workspace", regenerating
the derived public/llms.txt and public/index.md from the updated
generator script.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WCzsABL9a7Ztit2E4o8FAB
* docs: fix broken source links in project-scoping PRD
HTML-Proofer resolves these against the built Jekyll site, not the
repo tree, so relative paths into web/src and packages/models 404.
Match the doc's own GitHub-blob-URL convention used elsewhere.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WCzsABL9a7Ztit2E4o8FAB
---------
Co-authored-by: Claude <noreply@anthropic.com>
* Fix reference-to-video review findings (#5710)
* fix(storyboard): widen the board cast to its shots' entities on load (#5712)
* feat(chat): add reference-to-video mode and agent capability (#5713)
* fix(compute): honor the full WorkerSpec in the Vast.ai provider (#5714)
* fix(release): bump electron-builder to 26.16.1
The macOS release job has failed on every run since 2026-09-06 in
"Build Electron (macOS/Linux)":
security set-key-partition-list ... -k *** <tmp>.keychain
security: SecKeychainUnlock: The user name or passphrase you entered
is not correct.
electron-builder creates its own temp keychain with a random password,
imports the p12, then passed the *p12* password to
set-key-partition-list instead of the keychain's own unlock password.
That mismatch was tolerated by macOS 26.5.2 (runner image 20260728) and
is rejected by 26.6.2 (image 20260831) — the last green mac build ran on
the older image, and nothing in this repo changed.
26.16.1 fixes it upstream ("use keychain password for
set-key-partition-list"); no other version in the 26.15.x line carries
the fix.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MuPJ6656wv9MxF6UZGteg3
* docs: refresh project resource inventory (#5717)
Co-authored-by: Sprite <noreply@sprites.dev>
* [T-20260910-0002] Expose project ownership on legacy resource APIs (#5718)
* feat: expose project ownership on legacy resource APIs
* fix: declare workspace project ownership input
* fix: satisfy workspace payload lint rule
---------
Co-authored-by: Sprite <noreply@sprites.dev>
* Fix project session focus restoration (#5708)
* Persist separate project workspace sessions
* Fix workspace tab test isolation
* Fix active tab focus after project tab closes
* Fix project session focus restoration
---------
Co-authored-by: Sprite <noreply@sprites.dev>
* Fix project-scoped chat media execution
* [T-20260910-0003] Bind execution to originating project
* Fix workflow chat project scope lookup
* Bind media and imports to originating project
* Fix project-scoped chat media execution
* fix: remove duplicate project scope declarations
* fix: preserve omitted workflow project scope on update
* test: cover project-scoped workflow creation
* fix: skip database lookup for inline workflow runs
---------
Co-authored-by: Sprite <noreply@sprites.dev>
Co-authored-by: Claude <noreply@anthropic.com>1 parent 8894a91 commit a05d30e
25 files changed
Lines changed: 236 additions & 35 deletions
File tree
- packages
- agents
- src/capabilities
- tests
- cli/src/harness
- execution/src/service
- models/src
- protocol
- src/api-schemas
- tests
- runtime/src
- websocket/src
- lib
- session
- trpc/routers
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
58 | 62 | | |
59 | 63 | | |
60 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| 120 | + | |
120 | 121 | | |
121 | 122 | | |
122 | 123 | | |
| |||
129 | 130 | | |
130 | 131 | | |
131 | 132 | | |
132 | | - | |
| 133 | + | |
| 134 | + | |
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
| |||
195 | 197 | | |
196 | 198 | | |
197 | 199 | | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
198 | 203 | | |
199 | 204 | | |
200 | 205 | | |
201 | 206 | | |
202 | 207 | | |
203 | 208 | | |
204 | 209 | | |
205 | | - | |
| 210 | + | |
| 211 | + | |
| 212 | + | |
| 213 | + | |
| 214 | + | |
| 215 | + | |
| 216 | + | |
| 217 | + | |
206 | 218 | | |
207 | 219 | | |
208 | 220 | | |
| |||
230 | 242 | | |
231 | 243 | | |
232 | 244 | | |
233 | | - | |
| 245 | + | |
| 246 | + | |
234 | 247 | | |
235 | 248 | | |
236 | 249 | | |
| |||
251 | 264 | | |
252 | 265 | | |
253 | 266 | | |
| 267 | + | |
| 268 | + | |
| 269 | + | |
254 | 270 | | |
255 | 271 | | |
256 | 272 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
463 | 478 | | |
464 | 479 | | |
465 | 480 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| 515 | + | |
515 | 516 | | |
516 | 517 | | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
517 | 521 | | |
518 | 522 | | |
519 | 523 | | |
| |||
528 | 532 | | |
529 | 533 | | |
530 | 534 | | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
531 | 547 | | |
532 | 548 | | |
533 | 549 | | |
| |||
573 | 589 | | |
574 | 590 | | |
575 | 591 | | |
576 | | - | |
| 592 | + | |
| 593 | + | |
577 | 594 | | |
578 | 595 | | |
579 | 596 | | |
| |||
631 | 648 | | |
632 | 649 | | |
633 | 650 | | |
| 651 | + | |
634 | 652 | | |
635 | 653 | | |
636 | 654 | | |
| |||
656 | 674 | | |
657 | 675 | | |
658 | 676 | | |
659 | | - | |
| 677 | + | |
660 | 678 | | |
661 | 679 | | |
662 | 680 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
108 | 111 | | |
109 | 112 | | |
110 | 113 | | |
| |||
172 | 175 | | |
173 | 176 | | |
174 | 177 | | |
| 178 | + | |
175 | 179 | | |
176 | 180 | | |
177 | 181 | | |
| |||
187 | 191 | | |
188 | 192 | | |
189 | 193 | | |
| 194 | + | |
190 | 195 | | |
191 | 196 | | |
192 | 197 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
187 | 194 | | |
188 | 195 | | |
189 | 196 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
| |||
280 | 281 | | |
281 | 282 | | |
282 | 283 | | |
| 284 | + | |
283 | 285 | | |
284 | 286 | | |
285 | 287 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| 67 | + | |
67 | 68 | | |
68 | 69 | | |
69 | 70 | | |
| |||
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | | - | |
| 101 | + | |
| 102 | + | |
101 | 103 | | |
102 | 104 | | |
103 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
283 | | - | |
| 283 | + | |
284 | 284 | | |
285 | 285 | | |
286 | 286 | | |
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
| 310 | + | |
310 | 311 | | |
311 | 312 | | |
312 | 313 | | |
| |||
0 commit comments