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
Migrates the public implementation tree from runtime/verilog_generator/ to scripts/python/..., making the released skill package match the staged v0.4.0 bundle layout instead of the earlier source-first layout.
Promotes the scripts.python.workflow.cli command set to the primary public execution entry for scaffold, prompt, validation, workflow routing, batch execution, and existing-RTL flows.
Renames the controlled existing-RTL refinement surface from refine_existing_verilog(...) to improve_existing_verilog(...), and aligns the stable facade with scripts.python.facade.verilog_api.
Replaces assets/refined_verilog_templates/ with assets/verilog_pattern_templates/, and reorganizes references into references/checklists/, references/rules/, references/integration/, references/skill/, and references/workflows/.
Tightens the public release boundary: GitHub release assets are rebuilt from the sanitized repository state, while the raw archive under tmp/ is treated only as local import input and is never uploaded directly.