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.
- package/README.md +3 -0
- package/package.json +9 -0
package/README.md
ADDED
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
|
+
}
|