chore(tasks): mark js01, con18-wss, fwd17-19, con18b completed

This commit is contained in:
2026-08-30 22:12:40 +00:00
parent 57ba9100c9
commit 8261fefd8f
4 changed files with 24 additions and 8 deletions
@@ -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.