@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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. 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.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@annals/agent-mesh",
3
- "version": "0.16.6",
3
+ "version": "0.16.7",
4
4
  "description": "CLI bridge connecting local AI agents to the Agents.Hot platform",
5
5
  "type": "module",
6
6
  "bin": {