maqam 0.1.5 → 0.1.6

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/bin/maqam.js +1 -1
  2. package/package.json +1 -1
package/bin/maqam.js CHANGED
@@ -14,7 +14,7 @@ Maqam
14
14
  Usage:
15
15
  maqam [--port 8787]
16
16
 
17
- Starts the local Maqam enterprise agent framework console.
17
+ Starts the local Maqam agent framework console.
18
18
  `);
19
19
  process.exit(0);
20
20
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maqam",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Maqam is an MIT-licensed agent framework for governed workflows, policy, evidence, skills, CLI workers, and crawler-backed research.",
5
5
  "license": "MIT",
6
6
  "author": {