botnote 0.1.19 → 0.1.20
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/README.md
CHANGED
|
@@ -179,14 +179,14 @@ from the public repository without a full source checkout:
|
|
|
179
179
|
|
|
180
180
|
```bash
|
|
181
181
|
codex plugin marketplace add https://github.com/jianhua-wang/botnote.git \
|
|
182
|
-
--sparse
|
|
182
|
+
--sparse .agents/plugins \
|
|
183
183
|
--sparse plugins/botnote
|
|
184
184
|
|
|
185
185
|
codex plugin add botnote@botnote-plugins
|
|
186
186
|
```
|
|
187
187
|
|
|
188
|
-
The
|
|
189
|
-
|
|
188
|
+
The sparse checkout must include `.agents/plugins`, because Codex discovers the
|
|
189
|
+
marketplace manifest from `.agents/plugins/marketplace.json`.
|
|
190
190
|
|
|
191
191
|
For local plugin development, add this marketplace entry to
|
|
192
192
|
`.agents/plugins/marketplace.json` in the repo:
|
package/package.json
CHANGED
|
@@ -506,7 +506,7 @@ botnote --version`})]}),O.jsx(xo,{icon:NB,title:"Claude Code",subtitle:"Recommen
|
|
|
506
506
|
# Manual update, if available in your Claude Code build:
|
|
507
507
|
claude plugin update botnote@botnote`})]}),O.jsx(xo,{icon:GT,title:"Codex",subtitle:"Use the Git marketplace flow; sparse checkout means no full botnote source checkout."}),O.jsxs("div",{className:"grid grid-cols-1 lg:grid-cols-2 gap-3",children:[O.jsx(on,{title:"Install",code:`# No full source checkout required.
|
|
508
508
|
codex plugin marketplace add https://github.com/jianhua-wang/botnote.git \\
|
|
509
|
-
--sparse
|
|
509
|
+
--sparse .agents/plugins \\
|
|
510
510
|
--sparse plugins/botnote
|
|
511
511
|
|
|
512
512
|
codex plugin add botnote@botnote-plugins`}),O.jsx(on,{title:"Update",code:`# Codex refreshes Git marketplaces, then installs from the fresh snapshot.
|
package/web/dist/index.html
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
9
9
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
10
10
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
|
11
|
-
<script type="module" crossorigin src="/assets/index-
|
|
11
|
+
<script type="module" crossorigin src="/assets/index-DEzD2c-n.js"></script>
|
|
12
12
|
<link rel="stylesheet" crossorigin href="/assets/index-DBDF6wZm.css">
|
|
13
13
|
</head>
|
|
14
14
|
<body>
|