app
Dock Bar SDK
Public Made by Adomby adom
The Adom Hydrogen dock bar SDK: drop a dock.json/dockbar.json manifest into your wiki app repo and it becomes a dock candidate. Full manifest reference (webview, container_command steps with --print-url, console show/hide, the ai block) plus the click lifecycle, defaults, testing, and the publisher checklist.
{
"slug": "hydrogen-dock-sdk",
"title": "Dock Bar SDK",
"type": "app",
"version": "1.1.1",
"description": "The Adom Hydrogen dock bar SDK: drop a dock.json/dockbar.json manifest into your wiki app's repo and it becomes a dock candidate. Full manifest reference \u2014 webview, container_command steps with --print-url, console show/hide, and the ai block (new vs existing thread, staged vs auto submit, typed tutorial mode) \u2014 plus the click lifecycle, defaults, testing, and the publisher checklist.",
"tags": [
"adom-hydrogen",
"dock",
"sdk",
"manifest"
],
"dependencies": {},
"discovery_triggers": [
"make my app dock-ready",
"add my app to the hydrogen dock",
"dock.json reference",
"dockbar.json manifest",
"dock bar sdk"
],
"discovery_pitch": "The manifest contract for putting a wiki app in the Adom Hydrogen dock bar: dock.json fields, launch steps, AI-thread options, and defaults.",
"sample_prompts": [
{
"label": "Make an app dock-ready",
"prompt": "make my wiki app launchable from the Adom Hydrogen dock"
},
{
"label": "AI thread on launch",
"prompt": "when my dock app opens, stage a prompt in a new AI thread without submitting it"
}
],
"scripts": {
"install": "./install.sh",
"uninstall": "./uninstall.sh"
},
"hero": {
"path": "docs/hero.png"
}
}