codegent-cli 0.0.0 → 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 (1) hide show
  1. package/package.json +17 -6
package/package.json CHANGED
@@ -1,9 +1,20 @@
1
1
  {
2
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.",
3
+ "version": "0.0.1",
4
+ "description": "codegent \u2014 browser-based AI coding-agent orchestrator. Name reserved; pre-release. The real CLI ships with v0.3.",
5
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
- }
6
+ "keywords": [
7
+ "codegent",
8
+ "ai",
9
+ "coding-agent",
10
+ "orchestrator",
11
+ "claude-code",
12
+ "codex"
13
+ ],
14
+ "files": [
15
+ "README.md"
16
+ ],
17
+ "engines": {
18
+ "node": ">=18"
19
+ }
20
+ }