forked from EduCraft/curriculum-project-hub
refactor(spec): move AgentRole/Run/Memory/AgentSurface into System/Agent/ subdir
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import Spec.Prelude
|
||||
import Spec.System.Run
|
||||
import Spec.System.Agent.Run
|
||||
|
||||
/-!
|
||||
# AgentSurface —— Agent 执行面边界(ADR-0018)
|
||||
@@ -1,5 +1,5 @@
|
||||
import Spec.Prelude
|
||||
import Spec.System.Run
|
||||
import Spec.System.Agent.Run
|
||||
|
||||
/-!
|
||||
# Lock —— 项目锁与排他不变式
|
||||
|
||||
@@ -6,7 +6,7 @@ import Spec.Prelude
|
||||
组织就是租户。project/team 必须归属且仅归属一个 org;team→project grant 必须同 org。
|
||||
组织实体见 `Hierarchy.Organization`;用户见 `Spec.System.User`;平台控制面见
|
||||
`PlatformAdministration`(ADR-0023)。凭据信封见 ADR-0024。Agent 角色配置见
|
||||
`Spec.System.AgentRole`。
|
||||
`Spec.System.Agent.AgentRole`。
|
||||
-/
|
||||
|
||||
namespace Spec.System
|
||||
|
||||
Reference in New Issue
Block a user