create-metamynd-agent 0.3.0 → 0.3.1

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/index.mjs +1 -1
  2. package/package.json +2 -2
package/index.mjs CHANGED
@@ -18,7 +18,7 @@ import readline from 'node:readline';
18
18
  import crypto from 'node:crypto';
19
19
 
20
20
  const GUARD_PKG = '@metamynd/agentsafe-guard';
21
- const GUARD_VERSION = '^0.3.0';
21
+ const GUARD_VERSION = '^0.4.0';
22
22
  const DEFAULT_API = 'https://metamynd.ai/api/v1';
23
23
 
24
24
  // ---------- tiny ANSI ----------
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "create-metamynd-agent",
3
- "version": "0.3.0",
4
- "description": "Scaffold a MetaMynd/AgentSafe-governed AI agent in one command logs in, provisions the agent (identity + mandate + SOP + Standards) in a single call, writes agent.metamynd.json, and drops a runnable example.",
3
+ "version": "0.3.1",
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": {
7
7
  "create-metamynd-agent": "index.mjs"