Compose

Production Workbench — 把学习转化成作品。Per Alex: 不是发文章, 是形成 "学习 → 判断 → 表达 → 作品 → 反过来改变学习选择" 的闭环。

6-level authorship: gather (Lv 0) → cluster (1) → outline (2) → pressure-test (3) → write thesis (4, user only) → write final (5, user first) → publish (6, user only)

In Progress 0

No artifacts in progress. lectio compose-add "Title" --type essay 开始。

Shipped 0

No shipped artifacts yet.

Quick start

# Seed:
lectio compose-add "Why active inference subsumes RL" --type essay

# Outline (LLM allowed):
lectio compose-set <id> --outline-assist light

# Write thesis (USER ONLY — gate enforces this):
lectio compose-set <id> --thesis "..." --thesis-author user

# Transition to draft (gate: thesis_author must be 'user'):
lectio compose-transition <id> draft

# Final + ship (gate: final_decision must be 'user', thesis non-empty):
lectio compose-set <id> --final-decision user --output-path "out.md"
lectio compose-transition <id> shipped

# Audit:
lectio compose-audit