hotsheet 0.20.0-beta.10 → 0.20.0-beta.11
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/cli.js +1 -1
- package/dist/client/app.global.js +99 -99
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -53348,7 +53348,7 @@ pageRoutes.get("/", (c) => {
|
|
|
53348
53348
|
] }),
|
|
53349
53349
|
/* @__PURE__ */ jsx("div", { className: "settings-field", children: [
|
|
53350
53350
|
/* @__PURE__ */ jsx("label", { children: "Worklist preamble" }),
|
|
53351
|
-
/* @__PURE__ */ jsx("textarea", { id: "settings-worklist-preamble", rows: 4, placeholder: "Optional project-specific notes for the AI, added near the top of worklist.md." }),
|
|
53351
|
+
/* @__PURE__ */ jsx("textarea", { id: "settings-worklist-preamble", className: "settings-textarea", rows: 4, placeholder: "Optional project-specific notes for the AI, added near the top of worklist.md." }),
|
|
53352
53352
|
/* @__PURE__ */ jsx("span", { className: "settings-hint", id: "settings-worklist-preamble-hint", children: [
|
|
53353
53353
|
'Free-text notes added under a "Project Notes" heading near the top of ',
|
|
53354
53354
|
/* @__PURE__ */ jsx("code", { children: ".hotsheet/worklist.md" }),
|