Release summaries
agent-workflow-command-center-readiness-evidence
Document the production-readiness evidence gates for the Managed CompanyOS Agent/Workflow Command Center slice.
maintainer
Maintainers get a release-facing checklist for command-center promotion gates, verification commands, known authority gates, and evidence packet shape.
integrator
Integrators get explicit guidance that examples and app hosts remain deterministic consumers while module/bundle surfaces own command-center behavior.
b2-operating-cockpit-bundle-promotion
Promote OperatingCockpitPreview and all operating-cockpit screens into bundle.managed-companyos.
maintainer
OperatingCockpitPreview, OriginChip, COCKPIT_ORIGIN_KINDS, all ten screen components (AuditTrailScreen, CommunicationInboxScreen, DashboardScreen, DryRunConsoleScreen, EvidenceMapScreen, HomeScreen, PolicyGateScreen, StarterKitScreen, ThreadDetailScreen, WorkGraphScreen), OperatingCockpitScreen enum, state helpers (createInitialOperatingCockpitState, createInMemoryOperatingCockpitPersistence, parseOperatingCockpitState, reduceOperatingCockpitState, serializeOperatingCockpitState), EMPTY_COMMUNICATION_DATA sentinel, and navigation/href preview data are now exported from the canonical bundle.managed-companyos surface under ui/cockpit/templates/operating-cockpit.
integrator
Import OperatingCockpitPreview and related types from @lssm-tech/bundle.managed-companyos/ui/cockpit/templates/operating-cockpit instead of the deprecated example package shim.
commos-bundle-provider-props
Add personalization + rolemorph props to CommOS bundle templates (G006/G007 wiring)
maintainer
InboxTemplate, ThreadsTemplate, HandoffsTemplate, and ThreadDetailTemplate now accept optional `personalization?: ResolvedPreferenceProfile` and `rolemorph?: RoleMorphProjection` props. Both default to fail-closed values (empty profile, EMPTY_ROLEMORPH) when omitted. Templates converted to 'use client' to mount React context providers at the template boundary.
customer
CommOS screens in CompanyOS applications now respect persona preferences (density, guidance) and role-based capability gating automatically when the parent page passes the resolved personalization and rolemorph values.
cross-platform-managed-companyos-bundle
Promote operating-cockpit view-model adapters as pure synchronous exports safe for both Next.js RSC and Expo React Native consumers.
maintainer
Four new view-model builders exported: buildMobileCockpitViewModel, buildMobileWorkGraphViewModel, buildMobileAuditLogViewModel, buildMobileInboxViewModel. All are pure synchronous functions with no server-only imports.
integrator
Mobile consumers (Expo / React Native) can now import mobile view-model builders directly from @lssm-tech/bundle.managed-companyos without bundler errors. Web RSC consumers are unaffected.
customer
CompanyOS surfaces (cockpit, work-graph, audit-log, inbox) are now available on native iOS and Android via the mobile-monolith superapp shell.
integration-hub-uplift-phase-1-bundle
Additive bump for the Lane 0 integration atoms + capability projection landed in `bundle.managed-companyos`.
integrator
New capability atoms (`CapabilityButton`, `CapabilityLens`, `CapabilityFallback`) plus the `IntegrationCapability` enum + `useIntegrationCapabilities` hook are now consumable from the bundle for Phase 2 screen lanes.
maintainer
Lane 0 atoms + `integration-rolemorph.ts` carry `@frozen-until: integration-hub-uplift-phase-3 (Lane 0 owner)` markers and are CODEOWNERS-pinned for Phase 2; non-Lane-0 commits are rejected on those paths.
integration-hub-uplift-phase-2-screens
Add first-class bundle-owned Integration Hub management screens and normalized catalog seams to bundle.managed-companyos.
integrator
Four new tab templates are now available: CredentialsTabTemplate, SecretsTabTemplate, ConfigTabTemplate, IntegrationAuditTabTemplate. Existing IntegrationHubTemplate and IntegrationDetailTemplate are updated with capability-gated actions, persona-adaptive layouts, bundle-owned health/details and Info affordances, and read-only configure states for inspect-only personas. Consumers can feed normalized records through buildIntegrationHubViewModelFromCatalog instead of rebuilding catalog behavior in apps or examples.
maintainer
New organisms (IntegrationAuditFeed, IntegrationConfigForm, CredentialsScreen, SecretsScreen, ConnectionsTableView, SyncConfigsTableView) and 8 view-model families landed. The reusable catalog seam now exports normalized catalog/connection records, filter state, health summary, and action descriptor contracts from the bundle. Keep future Integration Hub list/detail behavior routed through these bundle-owned VM/UI surfaces.
managed-companyos-app-runtime
Add executable managed CompanyOS app-layer foundations with Next.js web/API monoliths and a VPS worker/WebSocket runtime.
maintainer
Managed CompanyOS now has test-backed app-layer runtime surfaces instead of PRD-only scaffolding.
integrator
Integrators can evaluate provider-neutral managed and BYOK flows through deterministic web, API, worker, and WebSocket surfaces while production provider choices remain approval-gated.
managed-companyos-bundle
Add the provider-neutral Managed CompanyOS product-composition bundle.
maintainer
Maintainers get a provider-neutral bundle boundary for the managed CompanyOS app ecosystem without importing app, example, or provider SDK code.
integrator
Integrators can compose web/API/worker app layers from deterministic tenant, integration, approval, replay, evidence, and health readiness fixtures before selecting live providers.
agent
Agents can validate managed/BYOK parity, redacted credential refs, fail-closed approval gates, evidence receipts, and forbidden imports through focused tests.
managed-companyos-capability-graph
Add canonical capability graph + special-ops/ops-sprint/work-graph view-models to @lssm-tech/bundle.managed-companyos.
maintainer
Introduces src/capability-graph/ as the production-owned shape source-of-truth for the Special Ops capability graph. Adds CapabilityNodeKind, CapabilityStatus (incl. disabled), CapabilityNode, CapabilityEdge, CapabilityGraph, pure builders (createSpecialOpsCapabilityGraph, createSpecialOpsWorkspaceProfile, createSpecialOpsSeedRunReceipt, attachSpecialOpsCapabilityGraph), read helpers, and projection selectors (selectCockpitProjection, selectOpsSprintProjection, selectWorkGraphProjection). Disabled or restricted nodes surface a [redacted-capability] label and a disabled effective status with no raw secret material. View-models for special-ops/ai-ops-sprint/work-graph carry a deterministic locale (default en) and an optional displayCopy map keyed by ManagedCompanyOsI18nKey for T7/T9 localization. Legacy Managed* type aliases remain exported for one migration cycle.
integrator
Import the new capability graph and projections from @lssm-tech/bundle.managed-companyos to power the Special Ops cockpit, AI Ops Sprint, and Work Graph surfaces. View-model builders accept an optional locale and displayCopy map so API/worker/web layers can hydrate localized strings without forking the builders. No new runtime dependencies; no imports from packages/apps/* or packages/examples/*.
managed-companyos-cockpit-ui-export
Expose the managed CompanyOS cockpit UI subpath used by promoted operating-cockpit shims.
integrator
Consumers can import the promoted operating cockpit template from the managed-companyos bundle export map instead of failing package subpath resolution.
maintainer
The source and publish export maps now include the canonical UI barrel and nested UI subpaths needed by the B2 shim-delete path.
managed-companyos-composition
Document the provider-neutral Managed CompanyOS composition bundle and managed/BYOK ownership parity surface.
maintainer
Maintainers get a release capsule for the composition bundle boundary, redacted-secret guardrails, and provider-neutral app-facing seams.
integrator
Integrators can evaluate managed and BYOK ownership modes through deterministic DTO/view-model helpers before provider approval.
agent
Agents can trace managed/BYOK parity and provider-neutral smoke expectations to focused bundle tests and docs.
managed-companyos-ecosystem
Release the provider-neutral Managed CompanyOS ecosystem slice across web, API, worker, integration, workflow, replay, evidence, and operator readiness surfaces.
maintainer
Maintainers get a single release capsule for the Managed CompanyOS PRD implementation and its remaining provider/compliance caveats.
integrator
Integrators can exercise deterministic managed/BYOK setup, workflow, replay/evidence, health/degraded, and WebSocket proof surfaces without production provider defaults.
agent
Agents can follow PRD evidence through the ecosystem handoff packet, runbook, release readiness matrix, and focused tests.
managed-companyos-product-surface-i18n
Add locale-aware Managed CompanyOS product-surface copy owned by the bundle translation catalogs.
maintainer
Managed CompanyOS product-surface route and degraded-state display copy now resolves through bundle-owned i18n catalogs instead of app-local business dictionaries.
integrator
App shells can request localized product-surface snapshots by passing locale preferences into bundle helpers while keeping ids, paths, evidence refs, and safety reasons stable.
agent
I18n work should keep Managed CompanyOS business copy in the bundle catalog and verify no app-local duplicate dictionaries are introduced for shared product surfaces.
managed-companyos-production-hardening
Close Managed CompanyOS production-readiness gaps with persistence, provider wiring, deployment artifacts, live WebSocket proof, and production E2E evidence.
maintainer
Production-hardening artifacts now cover deployment, durable state, provider-neutral reference dispatch harness, live WebSocket proof, and E2E verification.
integrator
Integrators can run the production E2E proof with env-backed credentials and mounted durable state while raw secrets remain out of git.
managed-companyos-provider-strategy-readiness
Document the Managed CompanyOS provider-strategy closure and release-readiness gates for broad managed/BYOK provider catalog support.
maintainer
Maintainers get an explicit provider matrix and release gate for catalog-ready versus live-dispatch-ready Managed CompanyOS providers.
integrator
Integrators can rely on managed/BYOK parity by default while treating BYOK-only, regulated, unofficial, and live-session providers as documented exceptions until dispatch evidence exists.
managed-companyos-s6-release-readiness
Add Managed CompanyOS S6 release-readiness evidence helpers, docs, operator runbook, and provider-catalog parity handoff covering T1–T3 app surfaces.
maintainer
Maintainers get an executable S6 acceptance matrix, provider-catalog parity gate, final-evidence packet shape, and a consolidated operator runbook covering web/worker/API app surfaces.
integrator
Integrators get provider-neutral smoke harness guidance, managed/BYOK provider-catalog parity requirements, environment validation runbook requirements, and /llms.txt guidance without committing provider secrets.
agent
Agents can run release-readiness tests and docs guardrails that reject compliance, credential-custody, production-provider, and autonomous reserved-action overclaims. The /llms.txt surface provides full route inventory, role roster, redaction policy, and AI-dispatch rules.
managed-companyos-verification-guardrails
Tighten Managed CompanyOS verification guardrails for explicit ownership gating and provider-neutral raw-secret scans.
maintainer
Maintainers get passing managed-companyos package tests/typecheck plus provider-neutral safety scan evidence for explicit managed/BYOK ownership and redacted defaults.
integrator
Integrators keep deterministic fail-closed provider dispatch and raw-secret scanning without false positives from Markdown paths or design-token labels.
next-app-tsgo-prebuild
Move Next.js app production type validation out of `next build` and into explicit package-local `tsgo` prebuild checks, while preserving Next app build success with `typescript.ignoreBuildErrors`.
maintainer
Next app builds now run `bun x tsgo --project tsconfig.build.json --noEmit` before `next build`, and Next itself skips its slower built-in TypeScript validation step.
integrator
App package builds keep type safety through an explicit tsgo prebuild script. Consumers should continue using each app's `build` or `typecheck` script instead of invoking Next's internal type validation directly.
customer
Production app output is unchanged; this release only makes the build pipeline faster and more explicit about where TypeScript validation runs.
special-ops-monolith-production-docs
Document the database-first Special Ops monolith production cutover, seed contract, capability graph gates, and verification evidence path.
maintainer
Maintainers now have an explicit Special Ops production runbook separating deterministic proof paths from approval-gated DB seed, capability graph, AI Ops Sprint, work-graph, and provider cutover work.
integrator
Integrators can follow the documented API, worker, and web surface map while preserving no-example-runtime-import, redaction, tenant isolation, and degraded-state honesty boundaries.
customer
The Special Ops production path is documented as fictive, redacted, and approval-gated before real customer data or live provider dispatch is admitted.
t6-i18n-managed-companyos-catalog-expansion
expand en/fr/es catalogs to cover PRD domains (additive)
maintainer
expand en/fr/es catalogs to cover PRD domains (additive)
integrator
expand en/fr/es catalogs to cover PRD domains (additive)
