You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(spec) Update devtools, integration catalog, and motor actuation migration spec
- Refresh devtools spec for current CLI surface
- Add new integration test IDs to catalog
- Update solution-motor-actuation-backend-parity migration notes
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
Copy file name to clipboardExpand all lines: specs/integration-test-list.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,8 @@ This section is the smallest must-pass set. Keep it narrowly scoped, determinist
146
146
| INT-218 | Skill catalog overlay precedence |`suggested_skills/` entries shadow canonical `skills/` entries when resolving skill reads and catalog entries, with overlay duplicates taking precedence over the approved tree. |
147
147
| INT-219 | Skill overlay promotion publication contract | The promotion arbiter publishes the session overlay into canonical `skills/`, records the approved base commit and resulting promotion commit, and persists a traceable promotion record. |
148
148
| INT-220 | Skill overlay promotion conflict gate | Dirty canonical repo state or unresolved overlay conflicts fail closed, do not publish a commit, and still emit a promotion record with the conflict reason. |
149
+
| INT-222 | Skill overlay seeding replay contract | A retained skill-training session seeds `suggested_skills/` from the canonical `skills/` snapshot, records the approved base commit and repository root metadata, and resolves later reads against the seeded overlay first. |
150
+
| INT-223 | Skill overlay deletion publication contract | A seeded overlay promotion applies deletions as part of the session diff, records the deleted paths in the promotion result, and removes deleted files from canonical `skills/` on publication. |
149
151
| INT-066 | Fluid-on-electronics failure coupling | In electromechanical simulations with fluids enabled, fluid contact with powered electrical components triggers electrical failure state and benchmark failure/penalty path. |
150
152
| INT-067 | Steerability exact-pointing + mention payload contract | Face/edge/vertex/part/subassembly selections and `@`-mentions are accepted over API/UI boundary, preserved in prompt payload, and observable in run traces/events used by the agent. |
151
153
| INT-068 | Line-targeted steering contract |`@path/file.py:start-end` style references resolve and provide the exact requested code span to the agent context in the majority path; invalid ranges fail with explicit user-visible validation errors. |
0 commit comments