usertold 2.0.0
A public, reviewable CLI
- Moved the
usertoldnpm package into a dedicated public repository so its source, shipped files, build checks, and path to the npm registry can be inspected independently from the private UserTold service. - Licensed the client under Apache-2.0 and added explicit trademark and third-party notices.
- Defined a continuously verified package boundary: only supported customer workflows, documentation, and license files ship. Private extraction, raw API, administration, forensics, forced termination, and operator repair commands stay out of the package.
- Added a reviewed release chain. Source, version, and workflow changes reach
mainonly after human approval; merging a new version triggers the full package gate, direct npm publication with provenance, and creation of its GitHub tag and release. No human signing key or long-lived npm publishing token is required in CI.
Complete customer workspace management
- Added complete customer workspace management for organizations, participants, invitations, documented Project settings, and GitHub/Linear delivery configuration.
- Added
auth browser-sessionfor short-lived Playwright, cookie, environment, or JWT browser credentials. - Kept project configuration explicit:
settingsexposes only allowlisted product settings, andknowledgeowns the typed knowledge HTTP action.
This is a major release because commands visible in the 1.x help surface were removed.