@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.
Files changed (2) hide show
  1. package/README.md +4 -1
  2. 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
- - [CLI Integration Guide](../../docs/guides/cli-integration.md) - How to integrate into CLI applications
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
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fractary/codex",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Knowledge infrastructure SDK for AI agents - universal references, multi-tier caching, storage abstraction, and sync",
5
5
  "keywords": [
6
6
  "codex",