@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.
- package/README.md +8 -7
- 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
|
|
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
|
-
##
|
|
658
|
+
## See Also
|
|
660
659
|
|
|
661
|
-
- [
|
|
662
|
-
- [
|
|
663
|
-
- [
|
|
664
|
-
- [
|
|
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
|
|