chiltepin 0.47.3 → 0.47.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 +3 -3
- package/templates/skill/SKILL.md +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "chiltepin",
|
|
3
|
-
"version": "0.47.
|
|
3
|
+
"version": "0.47.4",
|
|
4
4
|
"description": "Documentation-as-code CLI: write Markdown with typed YAML blocks for API docs, architecture & system design (C4, ERDs, sequence diagrams), frontend & design systems, ADRs and decision records, planning, and slide presentations. Validate like code with `chiltepin check`, export to HTML, slides, or PDF. AI-native — one-command agent skill (npx skills add jdiejim/chiltepin -g -y) and a visual Studio.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"type": "module",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"react": "^18.3.1",
|
|
27
27
|
"yaml": "^2.6.1",
|
|
28
28
|
"chiltepin-core": "0.24.0",
|
|
29
|
-
"chiltepin-
|
|
30
|
-
"chiltepin-
|
|
29
|
+
"chiltepin-render": "0.33.2",
|
|
30
|
+
"chiltepin-studio": "0.16.2"
|
|
31
31
|
},
|
|
32
32
|
"optionalDependencies": {
|
|
33
33
|
"playwright": "^1.49.0"
|
package/templates/skill/SKILL.md
CHANGED
|
@@ -62,7 +62,8 @@ at the end explains which reference each task needs.
|
|
|
62
62
|
the Markdown. Add `-p` to open it. For a deck, `slides <file>` instead.
|
|
63
63
|
|
|
64
64
|
Handoff: the `.md` and `.html` paths, the actual check result, and any
|
|
65
|
-
unresolved diagnostics.
|
|
65
|
+
unresolved diagnostics. Then one line on what to do next: open the `.html`
|
|
66
|
+
in a browser, or run `npx -y chiltepin studio` to edit the document visually.
|
|
66
67
|
Explain block selection only when the user asks or a tradeoff needs explanation.
|
|
67
68
|
|
|
68
69
|
Editing an existing doc: read it whole first. Change the one block, and
|