@agentrules/cli 0.2.1 → 0.3.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 (3) hide show
  1. package/README.md +3 -2
  2. package/dist/index.js +688 -372
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -105,7 +105,7 @@ A typical single-platform rule structure is:
105
105
  .
106
106
  ├── agentrules.json # Rule config (created by init)
107
107
  ├── README.md # Shown on registry page (optional, not bundled)
108
- ├── LICENSE.md # Full license text (optional, not bundled)
108
+ ├── LICENSE.md # Full license text (optional, not bundled; LICENSE.txt also supported)
109
109
  ├── INSTALL.txt # Shown after install (optional, not bundled)
110
110
  ├── AGENTS.md # Instruction file (optional)
111
111
  └── command/
@@ -193,8 +193,9 @@ agentrules publish [path] [options]
193
193
  # Publish current directory
194
194
  agentrules publish
195
195
 
196
- # Publish a specific rule
196
+ # Publish a specific directory or file (interactive if no agentrules.json)
197
197
  agentrules publish ./my-rule
198
+ agentrules publish .claude/commands/deploy.md
198
199
 
199
200
  # Publish to major version 2
200
201
  agentrules publish --version 2