yeknal 1.1.9 → 1.2.0

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/README.md +0 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -39,7 +39,6 @@ Behavior:
39
39
  - Uses GitHub API + raw file download by default.
40
40
  - If GitHub API rate limit is hit, it automatically falls back to `git clone` (Git must be installed).
41
41
  - Top-level folders are included only if they contain `SKILL.md`.
42
- - Excludes `Design`, `Security`, `Security_Raw`, and `SEO`.
43
42
  - Sync targets (if parent folder exists):
44
43
  - Gemini: `~/.gemini/antigravity` or `~/.antigravity`
45
44
  - Codex: `~/.codex`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yeknal",
3
- "version": "1.1.9",
3
+ "version": "1.2.0",
4
4
  "description": "CLI to fetch markdown templates and sync AI agent skills",
5
5
  "main": "bin/yeknal.js",
6
6
  "bin": {