codegent-cli 0.0.0

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 -0
  2. package/package.json +9 -0
package/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # codegent-cli
2
+
3
+ Reserved package name for **codegent** — a browser-based AI coding-agent orchestrator (real terminals + cross-agent kanban + zero-knowledge relay). Pre-release; the functional CLI ships with v0.3. Project home: https://codegent.io
package/package.json ADDED
@@ -0,0 +1,9 @@
1
+ {
2
+ "name": "codegent-cli",
3
+ "version": "0.0.0",
4
+ "description": "codegent — browser-based AI coding-agent orchestrator. Name reserved; pre-release. The real CLI ships with v0.3.",
5
+ "license": "AGPL-3.0-or-later",
6
+ "keywords": ["codegent", "ai", "coding-agent", "orchestrator", "claude-code", "codex"],
7
+ "files": ["README.md"],
8
+ "engines": { "node": ">=18" }
9
+ }