@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 CHANGED
@@ -42,7 +42,7 @@ Options:
42
42
  **Example:**
43
43
  ```bash
44
44
  fractary-codex init
45
- # Creates .fractary/codex.yaml and .codex-cache/
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-cache
241
+ cacheDir: .fractary/codex/cache
242
242
 
243
243
  storage:
244
244
  - type: github