chiltepin 0.47.1 → 0.47.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/dist/bin.js +2 -2
- package/dist/bin.js.map +1 -1
- package/package.json +4 -4
- package/templates/docs/getting-started.md +1 -1
package/README.md
CHANGED
|
@@ -130,7 +130,7 @@ Every block has a strict schema. Look up its fields and a working example with `
|
|
|
130
130
|
Install the [authoring skill](https://github.com/jdiejim/chiltepin/blob/main/skills/chiltepin/SKILL.md):
|
|
131
131
|
|
|
132
132
|
```bash
|
|
133
|
-
npx skills add jdiejim/chiltepin -g
|
|
133
|
+
npx skills add jdiejim/chiltepin -g -y
|
|
134
134
|
```
|
|
135
135
|
|
|
136
136
|
Then ask your agent:
|
package/dist/bin.js
CHANGED
|
@@ -2921,7 +2921,7 @@ function examples() {
|
|
|
2921
2921
|
...rows,
|
|
2922
2922
|
"",
|
|
2923
2923
|
` ${cyan("chiltepin <file.md>")} ${dim("renders + opens a doc \u2014 the fastest preview")}`,
|
|
2924
|
-
` ${cyan("npx skills add jdiejim/chiltepin")} ${dim("installs the authoring skill into your AI agent")}`,
|
|
2924
|
+
` ${cyan("npx skills add jdiejim/chiltepin -g -y")} ${dim("installs the authoring skill into your AI agent")}`,
|
|
2925
2925
|
` ${dim("Docs:")} https://github.com/jdiejim/chiltepin`,
|
|
2926
2926
|
""
|
|
2927
2927
|
].join("\n");
|
|
@@ -3022,7 +3022,7 @@ Created ${result.created.length} file(s), skipped ${result.skipped.length}.`)
|
|
|
3022
3022
|
`Next: ${pc5.cyan("chiltepin check")} ${pc5.dim("\xB7")} ${pc5.cyan("chiltepin docs/getting-started.md")} ${pc5.dim("(render + open)")}`
|
|
3023
3023
|
);
|
|
3024
3024
|
console.log(
|
|
3025
|
-
`AI: ${pc5.cyan("npx skills add jdiejim/chiltepin")} ${pc5.dim("installs the authoring skill into Claude Code, Cursor, Codex, and 70+ agents")}`
|
|
3025
|
+
`AI: ${pc5.cyan("npx skills add jdiejim/chiltepin -g -y")} ${pc5.dim("installs the authoring skill into Claude Code, Cursor, Codex, and 70+ agents")}`
|
|
3026
3026
|
);
|
|
3027
3027
|
}
|
|
3028
3028
|
async function main(argv) {
|