agentic-home-cli 0.1.0 → 0.1.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 (2) hide show
  1. package/README.md +3 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # agentic-home-cli
2
2
 
3
- One command to gather global agent skills and shared instructions into a managed home, then connect installed agents with symlinks.
3
+ All your skills should live in one place.
4
+
5
+ Coding harnesses scatter skills across `~/.claude`, `~/.cursor`, and other directories. This CLI brings them together in one shared folder and links each harness to it.
4
6
 
5
7
  **Requirements:** macOS or Linux, Python 3.11+, and Git for three-way text merges. No runtime Python dependencies, embedded LLM, network requests, or background service.
6
8
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "agentic-home-cli",
3
- "version": "0.1.0",
4
- "description": "Consolidate global agent skills and instructions with safe, resumable conflicts",
3
+ "version": "0.1.1",
4
+ "description": "All your skills should live in one place. Coding harnesses scatter skills across ~/.claude, ~/.cursor, and other directories. This CLI brings them together in one shared folder and links each harness to it.",
5
5
  "license": "UNLICENSED",
6
6
  "bin": { "agentic": "bin/agentic.cjs" },
7
7
  "files": ["bin/agentic.cjs", "agentic_cli/*.py", "README.md"],