create-metamynd-agent 0.3.1 → 0.3.2

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 (1) hide show
  1. package/package.json +3 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-metamynd-agent",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Scaffold a MetaMynd/AgentSafe-governed AI agent in one command \u2014 logs in, provisions the agent (identity + mandate + SOP + Standards) in a single call, writes agent.metamynd.json, and drops a runnable example.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -27,14 +27,9 @@
27
27
  ],
28
28
  "author": "MetaMynd",
29
29
  "license": "MIT",
30
- "homepage": "https://github.com/jasimp18/AgentSafe/tree/main/integrations/create-metamynd-agent#readme",
31
- "repository": {
32
- "type": "git",
33
- "url": "git+https://github.com/jasimp18/AgentSafe.git",
34
- "directory": "integrations/create-metamynd-agent"
35
- },
30
+ "homepage": "https://metamynd.ai/developers/quickstart",
36
31
  "bugs": {
37
- "url": "https://github.com/jasimp18/AgentSafe/issues"
32
+ "url": "https://metamynd.ai/en/support/contact"
38
33
  },
39
34
  "publishConfig": {
40
35
  "access": "public"