chiltepin 0.47.6 → 0.47.8

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 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 -y
133
+ npx skills add jdiejim/chiltepin -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 -g -y")} ${dim("installs the authoring skill into your AI agent")}`,
2924
+ ` ${cyan("npx skills add jdiejim/chiltepin -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 -g -y")} ${pc5.dim("installs the authoring skill into Claude Code, Cursor, Codex, and 70+ agents")}`
3025
+ `AI: ${pc5.cyan("npx skills add jdiejim/chiltepin -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) {