Files
curriculum-project-hub/spec/Spec/System/User.lean
T
sjfhsjfh 63416e06ea refactor(spec): move FeishuProfile to FeishuConnection, clean docs
- FeishuProfile 从 User.lean 移到 FeishuConnection.lean
- User.lean 只留用户创建路径声明
- 清理所有 doc comment
2026-07-12 09:33:33 +08:00

13 lines
288 B
Lean4

import Spec.Prelude
/-!
# User —— 用户创建路径
用户实体见 `Hierarchy.User`;飞书绑定见 `Spec.System.FeishuConnection`。
用户创建当前只钉管理员直接创建;飞书自助注册→管理员审批未钉死(`OPEN`)。
-/
namespace Spec.System
end Spec.System