Add authenticated designlang extract path for coulomb.social

Interactive Playwright session capture (XDG storageState, mode 0600)
plus a designlang pack wrapper that never prints secrets. Document the
intended OpenBao lane tenants/binky/coulomb-social/bubble-member for
later password custody; interactive capture is the default for Bubble.
This commit is contained in:
tegwick 2026-08-09 01:15:06 +02:00
parent 0da8d36a73
commit 0bf740017e
6 changed files with 355 additions and 0 deletions

9
scripts/package.json Normal file
View file

@ -0,0 +1,9 @@
{
"name": "coulomb-social-scripts",
"private": true,
"type": "module",
"description": "Local tooling for auth capture and design extract (no app runtime)",
"dependencies": {
"playwright": "^1.49.0"
}
}