@creator-notes/cli 0.2.3 → 0.2.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@creator-notes/cli",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "CLI for CreatorNotes — create notes, build canvases, search knowledge from the terminal",
5
5
  "type": "module",
6
6
  "bin": {
@@ -236,6 +236,11 @@ Use `--size` to control text node font size (default: `heading`):
236
236
  | `heading` (default) | Section headers, zone titles, canvas labels |
237
237
  | `paragraph` | Descriptions, annotations, supporting context |
238
238
 
239
+ #### Text Node Style
240
+
241
+ - **Never use ALL CAPS** for text node content. Use title case instead (e.g., "Key Tensions" not "KEY TENSIONS").
242
+ - Keep text labels concise — they are structural signposts, not paragraphs.
243
+
239
244
  #### Positioning Algorithm
240
245
 
241
246
  1. **Build the graph** — list all notes and their relationships.