From b0e98ccf2bcc9d92a9e79026928d49dc7f9064aa Mon Sep 17 00:00:00 2001 From: yexiaozhou Date: Thu, 2 Apr 2026 13:52:18 +0800 Subject: [PATCH] docs(layout_optimizer): deprecate align_weight in demo_agent.md Co-Authored-By: Claude Opus 4.6 --- unilabos/layout_optimizer/llm_skill/demo_agent.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unilabos/layout_optimizer/llm_skill/demo_agent.md b/unilabos/layout_optimizer/llm_skill/demo_agent.md index c7b03ea2..8fa369e1 100644 --- a/unilabos/layout_optimizer/llm_skill/demo_agent.md +++ b/unilabos/layout_optimizer/llm_skill/demo_agent.md @@ -86,7 +86,8 @@ Build the optimize request using: - `constraints`: from Step 3 interpret response - `workflow_edges`: from Step 3 interpret response - `seeder`: `"compact_outward"` (default) -- `seeder_overrides`: `{"align_weight": W}` — if user explicitly says "align cardinal", "lock to horizontal/vertical", or "angle locked", use `align_weight: 15.0` instead of default 2.0 +- `seeder_overrides`: generally not needed. Cardinal alignment is handled by the `align_cardinal` intent (generates `prefer_aligned` constraint). Do NOT use `align_weight` in seeder_overrides — it is deprecated. +- `snap_cardinal`: `false` (default). Set `true` only if user explicitly requests snapping to 0/90/180/270. - `run_de`: `true` - `maxiter`: `200` - `seed`: `42`