From 270d4e6c301b0899c407efd18efa05549d0c4d38 Mon Sep 17 00:00:00 2001 From: Anthony Ettinger Date: Mon, 3 Aug 2026 13:47:46 +0000 Subject: [PATCH] chore: say teams in the README, and sync the lockfile workspace versions The README's v1.0.0 priorities listed Credential Sharing as covering ".env, Doppler, Railway variables, and GitHub Secrets" -- the same drift just fixed on the marketing page in #123. End-to-end-encrypted team vaults shipped on 2026-07-13 and sh1pt landed as a provider on 07-30, so the highest-traffic surface in the repo still told readers teams did not exist. Separately, packages/cli and plugins/credential-sharing were bumped to 0.1.1 in their package.json without the lockfile following, so it still recorded 0.1.0 for both. Reconciled with `npm install --package-lock-only`; the diff is those two version fields and nothing else. This was cosmetic rather than breaking -- `npm ci` tolerated the mismatch, which is why CI never caught it. Co-Authored-By: Claude Opus 5 (1M context) --- README.md | 2 +- package-lock.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5dbad63..caa828e 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ It provides read-only resources for docs and schemas, validation/example tools, - LogicSRC CLI, SDK, TUI, PWA, MCP, and curl-compatible API conventions. - CommandBoard.run reference implementation. - Monorepo-maintained plugin system. -- Credential Sharing OpenSpec for .env, Doppler, Railway variables, and GitHub Secrets. +- Credential Sharing OpenSpec for end-to-end-encrypted team vaults, .env, Doppler, Railway variables, GitHub Secrets, and sh1pt. - CoinPay as the default payment, DID, wallet, and escrow plugin. - uGig as the default jobs and gigs marketplace plugin. - c0mpute as a work-in-progress compute jobs and worker pools plugin. diff --git a/package-lock.json b/package-lock.json index 607511f..c021d60 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7753,7 +7753,7 @@ }, "packages/cli": { "name": "@logicsrc/cli", - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "@logicsrc/account-core": "file:../account-core", "@logicsrc/openontology": "file:../openontology", @@ -7910,7 +7910,7 @@ }, "plugins/credential-sharing": { "name": "@logicsrc/plugin-credential-sharing", - "version": "0.1.0", + "version": "0.1.1", "dependencies": { "@logicsrc/account-core": "file:../../packages/account-core", "@logicsrc/plugin-core": "file:../../packages/plugin-core",