@cobusgreyling/loop-init 1.2.0 → 1.2.1

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 (1) hide show
  1. package/package.json +9 -3
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@cobusgreyling/loop-init",
3
- "version": "1.2.0",
4
- "description": "Scaffold loop engineering starters into your project by pattern and tool.",
3
+ "version": "1.2.1",
4
+ "description": "Scaffold loop engineering patterns and starters into any project. Supports Grok, Claude Code, Codex and more. npx @cobusgreyling/loop-init . --pattern daily-triage --tool grok",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "loop-init": "./dist/cli.js"
@@ -25,8 +25,14 @@
25
25
  "keywords": [
26
26
  "loop-engineering",
27
27
  "ai-agents",
28
+ "coding-agents",
28
29
  "scaffold",
29
- "starter"
30
+ "starter",
31
+ "claude-code",
32
+ "grok",
33
+ "codex",
34
+ "github-actions",
35
+ "patterns"
30
36
  ],
31
37
  "author": "Cobus Greyling",
32
38
  "license": "MIT",