@fractary/codex-cli 0.2.2 → 0.3.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.
- package/README.md +10 -0
- package/dist/cli.cjs +932 -1187
- package/dist/cli.cjs.map +1 -1
- package/dist/cli.js +927 -1183
- package/dist/cli.js.map +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -328,6 +328,16 @@ All commands use lazy-loading to avoid SDK initialization overhead for simple op
|
|
|
328
328
|
|
|
329
329
|
MIT
|
|
330
330
|
|
|
331
|
+
## Documentation
|
|
332
|
+
|
|
333
|
+
- [Command Reference](../docs/guides/command-reference.md) - Complete command reference for all interfaces
|
|
334
|
+
- [API Reference](../docs/guides/api-reference.md) - Complete API documentation
|
|
335
|
+
- [CLI Integration Guide](../docs/guides/cli-integration.md) - How to integrate into CLI applications
|
|
336
|
+
- [Configuration Guide](../docs/guides/configuration.md) - Configuration reference
|
|
337
|
+
- [Naming Conventions](../docs/guides/naming-conventions.md) - Naming standards across all interfaces
|
|
338
|
+
- [MCP Migration Guide](../docs/guides/mcp-migration-guide.md) - Migrating to new MCP tool names
|
|
339
|
+
- [Troubleshooting](../docs/guides/troubleshooting.md) - Common issues and solutions
|
|
340
|
+
|
|
331
341
|
## Links
|
|
332
342
|
|
|
333
343
|
- [GitHub Repository](https://github.com/fractary/codex)
|