@fractary/codex 0.2.0 → 0.2.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 +4 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -226,9 +226,12 @@ MIT - see [LICENSE](LICENSE)
|
|
|
226
226
|
|
|
227
227
|
## Documentation
|
|
228
228
|
|
|
229
|
-
- [
|
|
229
|
+
- [Command Reference](../../docs/guides/command-reference.md) - Complete command reference for all interfaces
|
|
230
230
|
- [API Reference](../../docs/guides/api-reference.md) - Complete API documentation
|
|
231
|
+
- [CLI Integration Guide](../../docs/guides/cli-integration.md) - How to integrate into CLI applications
|
|
231
232
|
- [Configuration Guide](../../docs/guides/configuration.md) - Configuration reference
|
|
233
|
+
- [Naming Conventions](../../docs/guides/naming-conventions.md) - Naming standards across all interfaces
|
|
234
|
+
- [MCP Migration Guide](../../docs/guides/mcp-migration-guide.md) - Migrating to new MCP tool names
|
|
232
235
|
- [Troubleshooting](../../docs/guides/troubleshooting.md) - Common issues and solutions
|
|
233
236
|
- [Examples](../../docs/examples/) - Real-world usage patterns
|
|
234
237
|
|