@super-hands/connect 0.1.6 → 0.1.7

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/client.mjs +5 -3
  2. package/package.json +1 -1
package/client.mjs CHANGED
@@ -37,7 +37,7 @@ function codexConfigBlock(args) {
37
37
  }
38
38
 
39
39
  // lib/connect-skill.ts
40
- var CONNECT_SKILL_VERSION = 2;
40
+ var CONNECT_SKILL_VERSION = 3;
41
41
  var CONNECT_SKILL_DIR = MCP_SERVER_KEY;
42
42
  var CONNECT_SKILL_FILENAME = "SKILL.md";
43
43
  var VERSION_MARKER = `[//]: # (superhands-skill-version: ${CONNECT_SKILL_VERSION})`;
@@ -60,8 +60,10 @@ Before you build, change, or restyle any UI:
60
60
 
61
61
  1. Call the \`superhands_get_guidance\` MCP tool with \`intent\` set to what
62
62
  you have been asked to build, in plain language \u2014 for example "a sign-in
63
- page with email and password and an error state". The decisions that govern
64
- that work come back in full, ahead of the rest.
63
+ page with email and password and an error state", and
64
+ \`skill_version: ${CONNECT_SKILL_VERSION}\` \u2014 the version of this file, so
65
+ the server can tell you when this file is out of date. The decisions that
66
+ govern that work come back in full, ahead of the rest.
65
67
  2. Build to what comes back. Where a decision names a case it deliberately
66
68
  does not govern, your own judgment resumes there.
67
69
  3. When you have finished \u2014 not part-way through \u2014 send the files you wrote or
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@super-hands/connect",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "description": "Connect the coding agents on this machine to your team's Superhands MCP server. Writes each client's own config; reads no repository, uploads nothing.",
5
5
  "bin": {
6
6
  "superhands-connect": "client.mjs"