@inkeep/open-knowledge 0.9.0-beta.15 → 0.9.0-beta.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/assets/skills/discovery/SKILL.md +1 -1
- package/dist/assets/skills/project/SKILL.md +3 -3
- package/dist/cli.mjs +21 -21
- package/dist/constants-BrsDfgAF.mjs +2 -0
- package/dist/dist-BO9a8zPl.mjs +1 -0
- package/dist/{dist-DKgq69uI.mjs → dist-eWWovL1R.mjs} +5 -5
- package/dist/index.mjs +1 -1
- package/dist/init-Bv86j4qK.mjs +1 -0
- package/dist/init-C65xzxs_.mjs +281 -0
- package/dist/{loader-Kl4WTX1f.mjs → loader-CYrZw2xs.mjs} +2 -2
- package/dist/loader-Cc6X8AiE.mjs +1 -0
- package/dist/preview-D1L8os3m.mjs +1 -0
- package/dist/{preview-BeyH-UEE.mjs → preview-DrBr_hFy.mjs} +2 -2
- package/dist/public/assets/{ActivityModeContent-BTXnBQZu.js → ActivityModeContent-DZuWquln.js} +1 -1
- package/dist/public/assets/{DocumentContext-Dc7iRIl7.js → DocumentContext-Dxan0ulz.js} +2 -2
- package/dist/public/assets/{SettingsDialogBody-D_TZUnbh.js → SettingsDialogBody-D6_VytdC.js} +2 -2
- package/dist/public/assets/{SourceEditor-CY0-BmEV.js → SourceEditor-BurQPyPf.js} +2 -2
- package/dist/public/assets/{config-validation-events-tCaPOuUE.js → config-validation-events-D1a8eR7j.js} +5 -5
- package/dist/public/assets/index-nTUe-U2N.js +1914 -0
- package/dist/public/assets/{typing-burst-detector-Couz3KO5.js → typing-burst-detector-BY1B6_tL.js} +2 -2
- package/dist/public/index.html +4 -4
- package/dist/{repair-launch-json-CFr8rkTn.mjs → repair-launch-json-CrR6leuM.mjs} +2 -2
- package/dist/{repair-mcp-configs-B5ZX9sla.mjs → repair-mcp-configs-Bw1jWfGY.mjs} +2 -2
- package/dist/repair-skills-DjdnsgMp.mjs +1 -0
- package/dist/{repair-skills-D2S7rOZx.mjs → repair-skills-PmgRAebo.mjs} +2 -2
- package/dist/{src-CqKV9RHO.mjs → src-DXQs_Tkb.mjs} +2 -2
- package/dist/start-3dXByph1.mjs +1 -0
- package/dist/{start-0hrhk1O7.mjs → start-CCU7nFR1.mjs} +2 -2
- package/dist/{write-project-skill-BQGm1G4f.mjs → write-project-skill-B5IcYKkU.mjs} +2 -2
- package/package.json +1 -1
- package/dist/constants-0K-IjaEA.mjs +0 -2
- package/dist/dist-D-rWIekL.mjs +0 -1
- package/dist/init-DoNyAjRX.mjs +0 -1
- package/dist/init-htUcoMvf.mjs +0 -281
- package/dist/loader-zqrX35Oi.mjs +0 -1
- package/dist/preview-CcFDoic9.mjs +0 -1
- package/dist/public/assets/index-Da6BYW3D.js +0 -1914
- package/dist/repair-skills-BimjofqV.mjs +0 -1
- package/dist/start-CRDIbOn9.mjs +0 -1
|
@@ -3,7 +3,7 @@ name: open-knowledge-discovery
|
|
|
3
3
|
description: "Read when the user asks what Open Knowledge is, wants to install it on a repository, wants to share an Open Knowledge project with collaborators, or asks how `ok init` / `ok install-skill` / OK Desktop set up a project. Do NOT load to perform Open Knowledge reads/writes — the runtime guidance for editing markdown inside an initialized OK project ships as a separate project-local skill at `.claude/skills/open-knowledge/` whenever `ok init` runs. If the user appears to be editing markdown inside a `.ok/` project and this is the only OK skill loaded, advise them to re-run `ok init` to install the project-local skill."
|
|
4
4
|
compatibility: "Any agent host — no MCP server required. Pure discovery + install guidance."
|
|
5
5
|
metadata:
|
|
6
|
-
version: "0.9.0-beta.
|
|
6
|
+
version: "0.9.0-beta.16"
|
|
7
7
|
author: "Inkeep"
|
|
8
8
|
repository: "https://github.com/inkeep/open-knowledge"
|
|
9
9
|
---
|
|
@@ -3,7 +3,7 @@ name: open-knowledge
|
|
|
3
3
|
description: "MUST invoke before reading or editing any `.md` / `.mdx` file, and before any `mcp__open-knowledge__*` tool call (`exec`, `search`, `write_document`, `edit_document`, and the rest). This skill is installed into the repository by `ok init`, so its presence alone means this is an Open Knowledge project — its runtime contract governs every markdown file here, with no need to probe for a `.ok/` directory. Authoritative agent-runtime contract; supersedes the overlapping MCP server `instructions` echo."
|
|
4
4
|
compatibility: "Claude Code, Claude Desktop, Claude Cowork, Claude.ai web. Requires Open Knowledge MCP server + code execution."
|
|
5
5
|
metadata:
|
|
6
|
-
version: "0.9.0-beta.
|
|
6
|
+
version: "0.9.0-beta.16"
|
|
7
7
|
author: "Inkeep"
|
|
8
8
|
repository: "https://github.com/inkeep/open-knowledge"
|
|
9
9
|
---
|
|
@@ -70,8 +70,8 @@ The user watches your edits land in a live browser preview. Open it once at sess
|
|
|
70
70
|
|
|
71
71
|
**Pick how to open the preview by tool capability — not by host name.** Look at the tools actually available to you this session. If a tool can navigate to a URL, it counts as an in-app browser — match on the capability, not on what your host is called.
|
|
72
72
|
|
|
73
|
-
- **You have a `preview_*` tool** (e.g. `preview_start`) → call `preview_start("open-knowledge-ui")
|
|
74
|
-
- **No `preview_*` tool, but you have an in-app / built-in browser tool** —
|
|
73
|
+
- **You have a `preview_*` tool** (e.g. `preview_start`) → call `preview_start("open-knowledge-ui")`; the pane supplies its own origin. To land the pane on a specific target, arm it first: `get_preview_url({ armPaneTarget: true, docName })` (or `folder`) writes a ~30s target so the next base-open lands there. Don't read or edit `.claude/launch.json` — host-managed; the OK lock-collision proxy handles the UI-already-running case. If `preview_start` fails, report it; don't "fix" `launch.json`.
|
|
74
|
+
- **No `preview_*` tool, but you have an in-app / built-in browser tool** — Codex's built-in browser, or any host tool that navigates to a URL (`browser`, `view_url`, `open_url`, `web.browse`, etc.) → call `get_preview_url` once for the **exact** target (`docName` for a doc, `folder` for a folder) and navigate your **in-app browser** straight to the returned `url`. Open that deep URL directly — never the root then navigate. Omit both args only for the root.
|
|
75
75
|
- **Truly no browser-capable tool — if you have ANY tool that navigates to a URL, use the in-app branch above** (a pure stdio host with no URL-navigation tool at all) → call `get_preview_url`, then `open <url>` in the system browser as a last resort, and say so plainly to the user ("opening the preview in your system browser — this host has no in-app browser"). The system browser is the fallback, never the default.
|
|
76
76
|
- **Honor `autoOpen`** (on `get_preview_url`, or on `warning` for write tools). If `false`, do not open or refresh any preview UI; surface the URL only if asked.
|
|
77
77
|
|