{% extends "base.html" %}
Private Workspace Lifecycle

The private wiki lifecycle is modeled, not activated.

The sequence below shows the future path from plan discovery through workspace-scoped search, answers, audit, export, and retention. Every private step remains non-mutating and not live.

Current State

Public is usable; private remains planned.

These pages are planning and readiness surfaces only. They do not create accounts, start checkout, accept private documents, or enable private workspace answers.

Public knowledge
free and available
Billing
{% if status.billingLive %}active{% else %}planned, not live{% endif %}
Private ingestion
{% if status.privateIngestionLive %}active{% else %}planned, not live{% endif %}
Private Ask/Search
{% if status.privateAskLive or status.privateSearchLive %}active{% else %}planned, not live{% endif %}
{% if page_kind == "readiness" %}
Readiness Matrix

What is available, planned, blocked, and operator-controlled

{% endif %} {% if page_kind == "lifecycle" %}
Lifecycle Preview

Future private workspace flow

1. Discover plans

Visitors can compare planned public and private wiki tiers.

available_public

2. Request access

A bounded interest-request submit route is available for operator follow-up only; it does not create accounts, checkout, private workspaces, or private content intake.

bounded_interest_request_live

3. Verify account

Account verification is required before any private workspace exists.

planned_not_live

4. Create workspace

Workspace creation is not active and needs authorization, idempotency, and audit records.

planned_not_live

5. Invite members

Team roles are planned but inactive until workspace identity exists.

planned_not_live

6. Ingest private sources

Private source intake is blocked until workspace authorization, redaction, storage, and audit are implemented.

planned_not_live

7. Index private knowledge

Private indexes are planned and must remain workspace-scoped.

planned_not_live

8. Ask over authorized workspace context

Private Ask is planned only after authorization, citations, and audit-safe logging exist.

planned_not_live

9. Review citations

Private citations must show only records the active workspace member may access.

planned_not_live

10. Audit and export

Audit and export are modeled as policy previews; no export job is active.

policy_preview_only

11. Retention and deletion controls

Retention windows and deletion requests are policy previews; no deletion job is active.

policy_preview_only
{% endif %} {% if page_kind == "data_boundary" %}
Data Boundary

Paid private access cannot weaken core safety

{% endif %}
Machine-readable planning

Public-safe APIs define the future contract.

Agents can inspect the readiness, lifecycle, retention, audit, and future request schema without submitting private content or triggering a protected workflow.