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) <noreply@anthropic.com>
This commit is contained in:
Anthony Ettinger 2026-08-03 13:47:46 +00:00
parent 806e78127c
commit 270d4e6c30
2 changed files with 3 additions and 3 deletions

View file

@ -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. - LogicSRC CLI, SDK, TUI, PWA, MCP, and curl-compatible API conventions.
- CommandBoard.run reference implementation. - CommandBoard.run reference implementation.
- Monorepo-maintained plugin system. - 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. - CoinPay as the default payment, DID, wallet, and escrow plugin.
- uGig as the default jobs and gigs marketplace plugin. - uGig as the default jobs and gigs marketplace plugin.
- c0mpute as a work-in-progress compute jobs and worker pools plugin. - c0mpute as a work-in-progress compute jobs and worker pools plugin.

4
package-lock.json generated
View file

@ -7753,7 +7753,7 @@
}, },
"packages/cli": { "packages/cli": {
"name": "@logicsrc/cli", "name": "@logicsrc/cli",
"version": "0.1.0", "version": "0.1.1",
"dependencies": { "dependencies": {
"@logicsrc/account-core": "file:../account-core", "@logicsrc/account-core": "file:../account-core",
"@logicsrc/openontology": "file:../openontology", "@logicsrc/openontology": "file:../openontology",
@ -7910,7 +7910,7 @@
}, },
"plugins/credential-sharing": { "plugins/credential-sharing": {
"name": "@logicsrc/plugin-credential-sharing", "name": "@logicsrc/plugin-credential-sharing",
"version": "0.1.0", "version": "0.1.1",
"dependencies": { "dependencies": {
"@logicsrc/account-core": "file:../../packages/account-core", "@logicsrc/account-core": "file:../../packages/account-core",
"@logicsrc/plugin-core": "file:../../packages/plugin-core", "@logicsrc/plugin-core": "file:../../packages/plugin-core",