@super-hands/connect 0.1.20 → 0.1.21

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 +17 -10
  2. package/package.json +1 -1
package/client.mjs CHANGED
@@ -42,7 +42,7 @@ function codexConfigBlock(args) {
42
42
  }
43
43
 
44
44
  // lib/connect-skill.ts
45
- var CONNECT_SKILL_VERSION = 13;
45
+ var CONNECT_SKILL_VERSION = 14;
46
46
  var CONNECT_SKILL_DIR = MCP_SERVER_KEY;
47
47
  var CONNECT_SKILL_FILENAME = "SKILL.md";
48
48
  var VERSION_MARKER = `[//]: # (superhands-skill-version: ${CONNECT_SKILL_VERSION})`;
@@ -122,15 +122,22 @@ Before you build, change, or restyle any UI:
122
122
  summary, passing \`handled\` for anything you already covered.
123
123
  6. When you have finished \u2014 not part-way through \u2014 send the files you wrote or
124
124
  changed with \`superhands_report_completed_build\`, naming the \`route\` if
125
- you know it. The team looks at what their agents build there; it records
126
- and does not review, so a failed report costs the work nothing. A successful
127
- response ends with the run's Instructions receipt; include it once in your
128
- final response so the person can see what was handed over up front, picked
129
- up during the work, or only named for later. It is context provenance, not
130
- proof that anything was applied.
131
- 7. In that final response, state the concrete output change each picked-up
132
- Instruction caused. If one caused no change, say so. This is your account of
133
- the work, not a Superhands review or verification.
125
+ you know it, and \`instructionChanges\`: for each Instruction you were
126
+ handed up front or picked up during the work, its key exactly as it was
127
+ handed to you and one line on the concrete change it caused in what you
128
+ built \u2014 \`{ "key": "skill#every-view-has-its-states", "change": "added
129
+ loading, empty and error states to the orders table" }\`. If one caused no
130
+ change, say that in its line rather than leaving it out. The team looks at
131
+ what their agents build there and reads those lines as your words; it
132
+ records and does not review, so a failed report costs the work nothing. A
133
+ successful response ends with the run's Instructions receipt; include it
134
+ once in your final response so the person can see what was handed over up
135
+ front, picked up during the work, or only named for later, and what you
136
+ reported each changed. It is context provenance, not proof that anything
137
+ was applied.
138
+ 7. In that final response, state the same concrete output change each
139
+ picked-up Instruction caused, in your own words. This is your account of the
140
+ work, not a Superhands review or verification.
134
141
  8. When you finish, say you followed the team's Instructions \u2014 never that your
135
142
  work was checked. Reading Instructions is not a check, reporting a build is
136
143
  not a review, and nothing has looked at what you built.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@super-hands/connect",
3
- "version": "0.1.20",
3
+ "version": "0.1.21",
4
4
  "description": "Connect the coding agents on this machine to your team's Superhands MCP server — with `start`, from a machine that has no Superhands account at all. Refresh it later with `update` (no token needed), and take it back off again with `uninstall`. Writes each client's own config; reads no repository, uploads nothing.",
5
5
  "bin": {
6
6
  "superhands-connect": "client.mjs"