yeknal 1.0.6 → 1.1.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 (3) hide show
  1. package/README.md +4 -1
  2. package/bin/yeknal.js +1482 -183
  3. package/package.json +5 -5
package/README.md CHANGED
@@ -57,7 +57,9 @@ npx yeknal skills
57
57
  ```
58
58
 
59
59
  Behavior:
60
- - Source mode is GitHub-only.
60
+ - Source mode is GitHub download.
61
+ - Uses GitHub API + raw file download by default.
62
+ - If GitHub API rate limit is hit, it automatically falls back to `git clone` (Git must be installed).
61
63
  - Top-level folders are included only if they contain `SKILL.md`.
62
64
  - Excludes `Design`, `Security`, `Security_Raw`, and `SEO`.
63
65
  - Sync targets (if parent folder exists):
@@ -71,6 +73,7 @@ Optional environment variable overrides:
71
73
  - `YEKNAL_GEMINI_PARENT`
72
74
  - `YEKNAL_CODEX_PARENT`
73
75
  - `YEKNAL_CLAUDE_PARENT`
76
+ - `YEKNAL_GITHUB_TOKEN` (or `GITHUB_TOKEN`) for higher GitHub API rate limits (optional)
74
77
 
75
78
  ## Examples
76
79