agentnomad 0.0.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 +7 -0
  2. package/package.json +13 -0
package/README.md ADDED
@@ -0,0 +1,7 @@
1
+ # agentnomad
2
+
3
+ Save your AI agent setup (Claude Code first) encrypted on your PC and restore it on any machine, in one command.
4
+
5
+ **Status:** in development. This version is a placeholder; the first usable release is coming soon.
6
+
7
+ https://github.com/A1X6/agentnomad
package/package.json ADDED
@@ -0,0 +1,13 @@
1
+ {
2
+ "name": "agentnomad",
3
+ "version": "0.0.1",
4
+ "description": "Save your AI agent setup (Claude Code first) encrypted on your PC and restore it on any machine. In development.",
5
+ "license": "MIT",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/A1X6/agentnomad.git"
9
+ },
10
+ "homepage": "https://github.com/A1X6/agentnomad",
11
+ "keywords": ["claude-code", "ai-agents", "dotfiles", "sync", "cli"],
12
+ "files": ["README.md"]
13
+ }