3fe919e37c
Move SKILL.md + references/ scripts/ evals/ from skills/halcon/ up to the plugin root. Per Claude Code plugins-reference, a plugin with SKILL.md at its root and no skills/ subdir is auto-loaded as a single-skill plugin (v2.1.142+), so the invocation name = frontmatter name = halcon → clean /halcon. Bump plugin.json 2.0.0 → 2.0.1 so existing installs receive the update. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
18 lines
445 B
XML
18 lines
445 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<hdevelop file_version="1.2" halcon_version="24.11.1.0">
|
|
<procedure name="main">
|
|
<interface/>
|
|
<body>
|
|
<l>Values := [1, 2, 3, 4, 10]</l>
|
|
<l>Total := sum(Values)</l>
|
|
<l>gen_image_const (Img, 'byte', 20, 10)</l>
|
|
<l>threshold (Img, Region, 0, 128)</l>
|
|
<l>area_center (Region, Area, RowC, ColC)</l>
|
|
<l>Message := 'driven by HDevEngine'</l>
|
|
</body>
|
|
<docu id="main">
|
|
<parameters/>
|
|
</docu>
|
|
</procedure>
|
|
</hdevelop>
|