@buiducnhat/agent-skills 0.1.2 → 0.1.3

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1606,7 +1606,6 @@ function printSummary(agents, projectDir) {
1606
1606
  M.message(` .claude/ - Claude vibe coding settings`);
1607
1607
  M.message(` .ruler/AGENTS.md - Agent instructions`);
1608
1608
  M.message(` .ruler/ruler.toml - Ruler config (agents: ${agents.join(", ")})`);
1609
- M.message(` .ruler/scripts/ - Helper scripts`);
1610
1609
  M.message(` .ruler/skills/ - ${skillCount} workflow skills`);
1611
1610
  M.message("");
1612
1611
  M.message("Agent configurations generated for:");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@buiducnhat/agent-skills",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "Install AI agent skills and ruler configuration for coding assistants",
5
5
  "type": "module",
6
6
  "bin": {