letmeknow-cli 0.4.1 → 0.4.2
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 +1 -1
- package/SKILL.md +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -102,7 +102,7 @@ Typing, focusing, expanding `<details>`, validation, scrolling, and other local
|
|
|
102
102
|
|
|
103
103
|
`render` accepts page CSS in its `css` field. A `response` may include `css` to replace it; omitting `css` preserves it.
|
|
104
104
|
|
|
105
|
-
Modern CSS is supported, including grid, flexbox, media queries, variables, transitions, and print styles. External stylesheets, `@import`, scripts, inline handlers, and inline `style` attributes are blocked. Local assets work in HTML and CSS.
|
|
105
|
+
Modern CSS is supported, including grid, flexbox, media queries, variables, transitions, and print styles. External stylesheets, `@import`, scripts, inline handlers, and inline `style` attributes are blocked. Local assets work in HTML and CSS. The built-in style is deliberately document-like and avoids decorative cards, gradients, shadows, and rounded controls.
|
|
106
106
|
|
|
107
107
|
## One browser client
|
|
108
108
|
|
package/SKILL.md
CHANGED
|
@@ -47,6 +47,8 @@ Use semantic HTML: headings, sections, paragraphs, lists, tables, `dl`, forms, l
|
|
|
47
47
|
|
|
48
48
|
The optional `css` field supports modern CSS, including grid, flexbox, media queries, variables, transitions, and print styles. External stylesheets, `@import`, and remote resources do not work. Use relative session assets.
|
|
49
49
|
|
|
50
|
+
Unless the human asks for a visual treatment, keep the page document-like: plain backgrounds, restrained typography, square corners, and simple borders. Avoid gradients, shadows, pill badges, rounded card grids, and decorative dashboard styling by default.
|
|
51
|
+
|
|
50
52
|
A full `render` intentionally replaces the current page, resets drafts, and cancels actions from the previous render. Use `response` rather than `render` after a user action.
|
|
51
53
|
|
|
52
54
|
## Forms
|