@annals/agent-mesh 0.16.6 → 0.16.7
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/dist/index.js +0 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2851,7 +2851,6 @@ var ERROR_HINTS = {
|
|
|
2851
2851
|
forbidden: "You don't own this agent.",
|
|
2852
2852
|
not_found: "Agent not found.",
|
|
2853
2853
|
agent_offline: "Agent must be online for first publish. Run `agent-mesh connect` first.",
|
|
2854
|
-
email_required: "Public contact email required. Run `agent-mesh profile copy-login-email` to copy your login email (public), or `agent-mesh profile open` to set one manually.",
|
|
2855
2854
|
github_required: "GitHub account required. Visit https://agents.hot/settings to link one.",
|
|
2856
2855
|
validation_error: "Invalid input. Check your SKILL.md frontmatter or command flags.",
|
|
2857
2856
|
permission_denied: "You don't have permission to modify this skill.",
|