@forwardimpact/libcli 0.1.6 → 0.1.7

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 +17 -2
package/package.json CHANGED
@@ -1,7 +1,22 @@
1
1
  {
2
2
  "name": "@forwardimpact/libcli",
3
- "version": "0.1.6",
4
- "description": "Shared CLI infrastructure for the Forward Impact monorepo",
3
+ "version": "0.1.7",
4
+ "description": "Agent-friendly CLIs: argument parsing, grep-friendly help output, JSON mode, and skill-doc links surfaced in `--help`.",
5
+ "keywords": [
6
+ "cli",
7
+ "agent",
8
+ "arguments",
9
+ "help",
10
+ "grep"
11
+ ],
12
+ "forwardimpact": {
13
+ "capability": "agent-capability",
14
+ "needs": [
15
+ "Parse CLI args and render help",
16
+ "Render colored tables and JSON output",
17
+ "Surface skill-doc links in CLI --help output"
18
+ ]
19
+ },
5
20
  "license": "Apache-2.0",
6
21
  "author": "D. Olsson <hi@senzilla.io>",
7
22
  "type": "module",