Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/agent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"dependencies": {
"@aestheticfunction/dspack-emit": "^0.6.0",
"@aestheticfunction/dspack-export": "^0.5.0",
"@aestheticfunction/dspack-gen": "^0.3.2",
"@aestheticfunction/dspack-gen": "^0.4.0",
"@aestheticfunction/dspack-spec": "^0.4.4",
"@dspack-studio/agui-bridge": "workspace:*",
"@dspack-studio/composer-core": "workspace:*",
Expand Down
6 changes: 5 additions & 1 deletion apps/agent/src/scenarios/break-scripts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ const MALFORMED = { totally: "not-a-surface", widgets: [1, 2, 3] };
export const BREAK_SCRIPTS: Record<string, ScriptEntry[]> = {
"scripted:break:no-alertdialog": [{ output: NO_ALERTDIALOG }, { output: REPAIRED }],
"scripted:break:ok-label": [{ output: OK_LABEL }, { output: REPAIRED }],
"scripted:break:unsupported-component": [{ output: UNSUPPORTED }],
// Three identical entries: since dspack-gen 0.4.0 an emitter refusal rides
// the repair loop, so the scenario replays the same unprojectable surface
// through both repairs — demonstrating that a declared casualty stays
// refused (verbatim reason, terminal failed-gate) even WITH repair turns.
"scripted:break:unsupported-component": [{ output: UNSUPPORTED }, { output: UNSUPPORTED }, { output: UNSUPPORTED }],
"scripted:break:malformed": [{ output: MALFORMED }, { output: MALFORMED }, { output: MALFORMED }],
};
2 changes: 1 addition & 1 deletion apps/composer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"typecheck": "node scripts/demo-assets.mjs && tsc -p tsconfig.json"
},
"dependencies": {
"@aestheticfunction/dspack-gen": "^0.3.2",
"@aestheticfunction/dspack-gen": "^0.4.0",
"@aestheticfunction/dspack-spec": "^0.4.4",
"@astryxdesign/core": "0.1.4",
"@astryxdesign/theme-neutral": "0.1.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"typecheck": "tsc -p tsconfig.json"
},
"dependencies": {
"@aestheticfunction/dspack-gen": "^0.3.2",
"@aestheticfunction/dspack-gen": "^0.4.0",
"@astryxdesign/core": "0.1.4",
"@astryxdesign/theme-butter": "0.1.4",
"@astryxdesign/theme-chocolate": "0.1.4",
Expand Down
18 changes: 9 additions & 9 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading