@principal-ai/principal-view-cli 0.4.3 → 0.4.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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"formats.d.ts","sourceRoot":"","sources":["../../src/commands/formats.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;
|
|
1
|
+
{"version":3,"file":"formats.d.ts","sourceRoot":"","sources":["../../src/commands/formats.ts"],"names":[],"mappings":"AAAA;;GAEG;AAEH,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAC;AA8fpC,wBAAgB,oBAAoB,IAAI,OAAO,CA6B9C"}
|
package/dist/commands/formats.js
CHANGED
|
@@ -186,7 +186,14 @@ ${chalk.cyan('3. Template syntax (Handlebars):')}
|
|
|
186
186
|
- eq, ne, lt, gt, lte, gte, and, or, not
|
|
187
187
|
- Example: {{#if (gt count 10)}}Many{{/if}}
|
|
188
188
|
|
|
189
|
-
${chalk.cyan('4. Template
|
|
189
|
+
${chalk.cyan('4. Template requirements:')}
|
|
190
|
+
${chalk.bold('IMPORTANT:')} The ${chalk.yellow('"events"')} field is ${chalk.bold('REQUIRED')} in all templates
|
|
191
|
+
- Must be a non-empty object mapping event names to templates
|
|
192
|
+
- All event names must exist in the canvas
|
|
193
|
+
- Use to customize how each event type is displayed
|
|
194
|
+
- Example: { "event.name": "Template with {{variables}}" }
|
|
195
|
+
|
|
196
|
+
${chalk.cyan('5. Template style:')}
|
|
190
197
|
- Clear, concise summary line
|
|
191
198
|
- 3-5 detail steps showing workflow
|
|
192
199
|
- Use emojis for visual scanning (✅ ❌ 📋)
|
package/dist/index.cjs
CHANGED
|
@@ -247811,7 +247811,14 @@ ${source_default.cyan("3. Template syntax (Handlebars):")}
|
|
|
247811
247811
|
- eq, ne, lt, gt, lte, gte, and, or, not
|
|
247812
247812
|
- Example: {{#if (gt count 10)}}Many{{/if}}
|
|
247813
247813
|
|
|
247814
|
-
${source_default.cyan("4. Template
|
|
247814
|
+
${source_default.cyan("4. Template requirements:")}
|
|
247815
|
+
${source_default.bold("IMPORTANT:")} The ${source_default.yellow('"events"')} field is ${source_default.bold("REQUIRED")} in all templates
|
|
247816
|
+
- Must be a non-empty object mapping event names to templates
|
|
247817
|
+
- All event names must exist in the canvas
|
|
247818
|
+
- Use to customize how each event type is displayed
|
|
247819
|
+
- Example: { "event.name": "Template with {{variables}}" }
|
|
247820
|
+
|
|
247821
|
+
${source_default.cyan("5. Template style:")}
|
|
247815
247822
|
- Clear, concise summary line
|
|
247816
247823
|
- 3-5 detail steps showing workflow
|
|
247817
247824
|
- Use emojis for visual scanning (\u2705 \u274C \u{1F4CB})
|