shin-engine 1.0.1 → 1.0.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/bin/ee.js +4 -4
  2. package/package.json +1 -1
package/bin/ee.js CHANGED
@@ -158,12 +158,12 @@ async function main() {
158
158
  }
159
159
 
160
160
  if (cmd === "--help" || cmd === "-h") {
161
- log("Usage: ee <command>");
161
+ log("Usage: shin <command>");
162
162
  log("");
163
163
  log("Commands:");
164
- log(" ee start Start the EE backend (first run downloads + installs)");
165
- log(" ee stop Stop the EE backend");
166
- log(" ee status Check if EE is running");
164
+ log(" shin start Start the EE backend (first run downloads + installs)");
165
+ log(" shin stop Stop the EE backend");
166
+ log(" shin status Check if EE is running");
167
167
  return;
168
168
  }
169
169
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "shin-engine",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Engineering Experience Engine — engineering judgment for AI coding agents",
5
5
  "bin": {
6
6
  "shin": "bin/ee.js"