Recover ferrite bead Z from datasheet evidence without aborting graph_build.

This commit is contained in:
2026-09-21 00:19:06 +02:00
parent 51c09b2176
commit a2d5900b64
13 changed files with 279 additions and 27 deletions
+1 -1
View File
@@ -61,6 +61,6 @@ def test_skills_manifest_bumped_for_prompt_change():
text = (ROOT / "periscope" / "src" / "backend" / "skills_manifest.json").read_text(
encoding="utf-8"
)
assert '"default_model_version": "1.14.0"' in text
assert '"default_model_version": "1.15.0"' in text
validate = load_skill_validator("extract-pintable")
assert validate is not None