engrm 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 (2) hide show
  1. package/dist/cli.js +1 -0
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -2166,6 +2166,7 @@ switch (command) {
2166
2166
  printUsage();
2167
2167
  break;
2168
2168
  }
2169
+ process.exit(0);
2169
2170
  async function handleInit(flags) {
2170
2171
  const tokenFlag = flags.find((f) => f.startsWith("--token"));
2171
2172
  if (tokenFlag) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "engrm",
3
- "version": "0.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "Cross-device, team-shared memory layer for AI coding agents",
5
5
  "type": "module",
6
6
  "main": "dist/server.js",