thinkpool-pair 0.7.402 → 0.7.403
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.
- package/README.md +0 -25
- package/bridge.mjs +1 -1
- package/codex-session.mjs +1 -1
- package/package.json +1 -2
- package/publish-manifest.json +8 -9
- package/demo-project.mjs +0 -1
package/README.md
CHANGED
|
@@ -206,17 +206,6 @@ The report lists configured project directories, local bridge records, known
|
|
|
206
206
|
outbound domains, remote storage categories, and the report’s limits. It does
|
|
207
207
|
not print provider keys, refresh tokens, or bridge private keys.
|
|
208
208
|
|
|
209
|
-
To try thinkpool without pointing an agent at a real repository, create the
|
|
210
|
-
fixed disposable sample under the bridge’s local state directory:
|
|
211
|
-
|
|
212
|
-
```bash
|
|
213
|
-
npx thinkpool-pair@latest demo-project
|
|
214
|
-
```
|
|
215
|
-
|
|
216
|
-
The command installs no dependencies, changes no Git repository, and never
|
|
217
|
-
overwrites an existing sample file. It prints the exact folder and next step.
|
|
218
|
-
Run it again to restore any missing sample files while preserving your edits.
|
|
219
|
-
|
|
220
209
|
Structured session state is stored below `~/.thinkpool-pair/` so an agent lane
|
|
221
210
|
can resume after a bridge restart. Protect that directory like other local
|
|
222
211
|
developer credentials and session state.
|
|
@@ -310,20 +299,6 @@ npm --prefix bridge run build:package
|
|
|
310
299
|
node bridge/.publish-package/publish-guard.mjs
|
|
311
300
|
```
|
|
312
301
|
|
|
313
|
-
The same checkout can also produce deterministic readable-source evidence:
|
|
314
|
-
|
|
315
|
-
```bash
|
|
316
|
-
npm --prefix bridge run source:export
|
|
317
|
-
npm --prefix bridge run source:verify
|
|
318
|
-
```
|
|
319
|
-
|
|
320
|
-
The export includes the bridge runtime allowlist, release tooling, dependency
|
|
321
|
-
lock, per-file SHA-256 values, and an aggregate digest over the release identity
|
|
322
|
-
and ordered file checksums. Publishing refuses source that differs from the
|
|
323
|
-
checked-out commit. The export remains proprietary until Thinkpool, UAB selects
|
|
324
|
-
an OSI licence and authorizes public publication.
|
|
325
|
-
See `public/security/bridge-source.txt` for the current status.
|
|
326
|
-
|
|
327
302
|
The staging build preserves the runtime module/file graph but removes comments,
|
|
328
303
|
formatting, and local symbol names. It emits no source maps and integrity-binds
|
|
329
304
|
every published file. Raw `npm pack` and `npm publish` from `bridge/` are
|