@mutagent/cli 0.1.156 → 0.1.157

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 +8 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -251,8 +251,7 @@ mutagent auth login
251
251
  ```
252
252
 
253
253
  > `mutagent login` is the canonical command. `mutagent auth login` is preserved
254
- > as a back-compat alias; both delegate to the same shared action module.
255
- > See `docs/cli-design-principles.md` → "Login Unification".
254
+ > as a back-compat alias; both behave identically.
256
255
 
257
256
  ### 2. Post-Onboarding (Interactive)
258
257
 
@@ -656,12 +655,14 @@ bun run verify # Full verification (lint + typecheck + build + test)
656
655
 
657
656
  ---
658
657
 
659
- ## Documentation
658
+ ## See Also
660
659
 
661
- - [Full Documentation](https://docs.mutagent.io)
662
- - [CLI Commands Reference](https://docs.mutagent.io/cli/commands)
663
- - [Integration Guides](https://docs.mutagent.io/integrations/overview)
664
- - [Tracing Setup](https://docs.mutagent.io/tracing/setup)
660
+ - **[@mutagent/sdk](https://www.npmjs.com/package/@mutagent/sdk)** — TypeScript SDK for programmatic access
661
+ - **[docs.mutagent.io](https://docs.mutagent.io)** — Full platform documentation
662
+ - **[CLI Commands Reference](https://docs.mutagent.io/cli/commands)** — All commands with flags
663
+ - **[Integration Guides](https://docs.mutagent.io/integrations/overview)** — Mastra, LangChain, LangGraph, Vercel AI
664
+ - **[Tracing Setup](https://docs.mutagent.io/tracing/setup)** — OTel integration walkthrough
665
+ - **[mutagent.io](https://mutagent.io)** — Homepage
665
666
 
666
667
  ---
667
668
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mutagent/cli",
3
- "version": "0.1.156",
3
+ "version": "0.1.157",
4
4
  "description": "Bun-native CLI for MutagenT AI platform - AI-first agent integration",
5
5
  "type": "module",
6
6
  "bin": {