chore(tasks): mark js01, con18-wss, fwd17-19, con18b completed
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
---
|
||||
id: review-002-js01-placeholder-check
|
||||
name: Fix placeholder check skipped when input_schema has no properties (JS-01)
|
||||
status: pending
|
||||
status: completed
|
||||
depends_on: []
|
||||
scope: single
|
||||
risk: low
|
||||
@@ -53,4 +53,8 @@ declared properties, any placeholder is unbound. The existing test
|
||||
One-line fix + one test. Explicitly approved to fold into any commit
|
||||
that is already touching from_jsonschema.rs (e.g. the wire-tests task)
|
||||
if a session prefers — but if touched standalone, keep it its own
|
||||
commit per the small-units convention.
|
||||
commit per the small-units convention.
|
||||
|
||||
## Summary
|
||||
|
||||
Removed the properties.is_empty() early return in spec_name_references_undeclared - placeholder templates with a properties-less input_schema now fail construction (matches from_openapi unbound_placeholders). Both acceptance branches tested.
|
||||
|
||||
Reference in New Issue
Block a user