@eidentic/cli 0.1.4 → 0.1.5

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 +4 -6
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -37,12 +37,10 @@ eidentic doctor
37
37
  ### `eidentic.config.ts` example
38
38
 
39
39
  ```ts
40
- import { defineConfig } from "eidentic";
41
-
42
- export default defineConfig({
43
- agents: { support: myAgent },
44
- port: 3000,
45
- });
40
+ // eidentic.config.ts export `agents` (and optionally `port`, `auth`, etc.)
41
+ // The CLI picks this up with jiti (no compile step needed).
42
+ export const agents = { support: myAgent };
43
+ export const port = 3000;
46
44
  ```
47
45
 
48
46
  ## Links
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eidentic/cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.5",
4
4
  "type": "module",
5
5
  "license": "Apache-2.0",
6
6
  "description": "The eidentic command-line tool — dev server, project init, component scaffolding, and health diagnostics.",
@@ -34,17 +34,17 @@
34
34
  "hono": "^4.12.0",
35
35
  "jiti": "^2.7.0",
36
36
  "picocolors": "^1.1.1",
37
- "@eidentic/core": "0.2.1",
38
- "@eidentic/eval": "0.1.2",
39
- "@eidentic/server": "0.2.1",
40
- "@eidentic/studio": "0.1.4",
41
- "@eidentic/types": "0.2.0"
37
+ "@eidentic/core": "0.2.2",
38
+ "@eidentic/eval": "0.1.3",
39
+ "@eidentic/studio": "0.1.5",
40
+ "@eidentic/server": "0.2.2",
41
+ "@eidentic/types": "0.2.1"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@types/react": "^19.0.0",
45
45
  "react": "^19.0.0",
46
- "@eidentic/react": "0.1.2",
47
- "@eidentic/skills": "^0.1.2"
46
+ "@eidentic/react": "0.1.3",
47
+ "@eidentic/skills": "^0.1.3"
48
48
  },
49
49
  "keywords": [
50
50
  "ai",