Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Draws an **elbowed arrow** between `<item>` elements or group borders. Must be written as a direct child of `<frame>` or inside a frame-level `<connections>` tag, **outside** layout tags. Use the same
Instruction file imported from xaligo/xaligo (.github/instructions/07-xal-spec/07-14-xal-specification-connection-tag.instructions.md). Copyright stays with the author.
07.14 XAL specification: <connection> Tag
<connection> Tag
Draws an elbowed arrow between <item> elements or group borders.
Must be written as a direct child of <frame> or inside a frame-level
<connections> tag, outside layout tags.
Use the same catalog IDs as <item id="N">, or assign id, name, or ref
to an AWS/group tag, for src / dst.
<frame width="1122" height="794" class="pa-4"> <aws-cloud id="cloud" title="AWS Cloud"> <public-subnet id="public" title="Public Subnet"> <item id="1178" /> <item id="1189" /> </public-subnet> </aws-cloud> <!-- connections go last, as direct children of frame or inside <connections> --> <connections grid="8"> <connection src="1178" dst="1189" /> <connection src="public" dst="cloud" kind="route" /> </connections></frame>
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/xaligo-xaligo-07-14-xal-specification-connection-tag-ins-a50b99/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "xaligo-xaligo-07-14-xal-specification-connection-tag-ins-a50b99",
"kind": "skill",
"name": "07-14-xal-specification-connection-tag",
"description": "Draws an **elbowed arrow** between `<item>` elements or group borders. Must be written as a direct child of `<frame>` or inside a frame-level `<connections>` tag, **outside** layout tags. Use the same catalog IDs as `<item id=\"N\">`, or assign `id`, `name`, or `ref` to an AWS/group tag, for `src` / `dst`.",
"publisher": "xaligo",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-instructions"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Draws an **elbowed arrow** between `<item>` elements or group borders. Must be written as a direct child of `<frame>` or inside a frame-level `<connections>` tag, **outside** layout tags. Use the same catalog IDs as `<item id=\"N\">`, or assign `id`, `name`, or `ref` to an AWS/group tag, for `src` / `dst`."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-instructions",
"repository": "https://github.com/xaligo/xaligo",
"path": ".github/instructions/07-xal-spec/07-14-xal-specification-connection-tag.instructions.md",
"ref": "3228a2a65681af78ce61c41ca13390844c93bab1",
"url": "https://github.com/xaligo/xaligo/blob/3228a2a65681af78ce61c41ca13390844c93bab1/.github/instructions/07-xal-spec/07-14-xal-specification-connection-tag.instructions.md",
"key": "xaligo/xaligo/.github/instructions/07-xal-spec/07-14-xal-specification-connection-tag.instructions.md"
},
"applies_to": ".github/instructions/manual/**"
},
"instructions": "# 07.14 XAL specification: `<connection>` Tag\n\n## `<connection>` Tag\n\nDraws an **elbowed arrow** between `<item>` elements or group borders.\nMust be written as a direct child of `<frame>` or inside a frame-level\n`<connections>` tag, **outside** layout tags.\nUse the same catalog IDs as `<item id=\"N\">`, or assign `id`, `name`, or `ref`\nto an AWS/group tag, for `src` / `dst`.\n\n```xml\n<frame width=\"1122\" height=\"794\" class=\"pa-4\">\n <aws-cloud id=\"cloud\" title=\"AWS Cloud\">\n <public-subnet id=\"public\" title=\"Public Subnet\">\n <item id=\"1178\" />\n <item id=\"1189\" />\n </public-subnet>\n ",
"cost": {
"context_tokens": 212
}
}
Fetch it by URL: GET /api/v1/registry/xaligo-xaligo-07-14-xal-specification-connection-tag-ins-a50b99/manifest?version=1.0.0
Reviews
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.