@fractary/codex-cli 0.2.2 → 0.4.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 -3
- package/dist/cli.cjs +1004 -1232
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +754 -983
- package/dist/cli.js.map +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -42,7 +42,7 @@ Options:
|
|
|
42
42
|
**Example:**
|
|
43
43
|
```bash
|
|
44
44
|
fractary-codex init
|
|
45
|
-
# Creates .fractary/codex.yaml and .codex
|
|
45
|
+
# Creates .fractary/codex/config.yaml and .fractary/codex/cache/
|
|
46
46
|
```
|
|
47
47
|
|
|
48
48
|
### `fetch` - Fetch Documents
|
|
@@ -234,11 +234,11 @@ Options:
|
|
|
234
234
|
|
|
235
235
|
## Configuration
|
|
236
236
|
|
|
237
|
-
Codex uses `.fractary/codex.yaml` for configuration:
|
|
237
|
+
Codex uses `.fractary/codex/config.yaml` for configuration:
|
|
238
238
|
|
|
239
239
|
```yaml
|
|
240
240
|
organization: myorg
|
|
241
|
-
cacheDir: .codex
|
|
241
|
+
cacheDir: .fractary/codex/cache
|
|
242
242
|
|
|
243
243
|
storage:
|
|
244
244
|
- type: github
|