@claude-ops/cli 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 +1 -0
  2. package/package.json +16 -0
package/README.md ADDED
@@ -0,0 +1 @@
1
+ # claude-ops\n\nSee everything your AI does. Track it. Plan around it.\n\nComing soon.
package/package.json ADDED
@@ -0,0 +1,16 @@
1
+ {
2
+ "name": "@claude-ops/cli",
3
+ "version": "0.0.1",
4
+ "description": "See everything your AI does. Track it. Plan around it.",
5
+ "keywords": ["claude-code", "ai-ops", "mcp", "developer-tools", "claude", "anthropic"],
6
+ "author": "Gordon Raines",
7
+ "license": "MIT",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/GordonRaines/Claude-ops.git"
11
+ },
12
+ "homepage": "https://claude-ops.com",
13
+ "engines": {
14
+ "node": ">=20"
15
+ }
16
+ }