refactor(spec): move AgentRole/Run/Memory/AgentSurface into System/Agent/ subdir

This commit is contained in:
2026-07-12 18:43:11 +08:00
parent a4449f03c4
commit be4260bcd0
8 changed files with 9 additions and 9 deletions
@@ -1,5 +1,5 @@
import Spec.Prelude
import Spec.System.Run
import Spec.System.Agent.Run
/-!
# AgentSurface Agent (ADR-0018)
+1 -1
View File
@@ -1,5 +1,5 @@
import Spec.Prelude
import Spec.System.Run
import Spec.System.Agent.Run
/-!
# Lock —— 项目锁与排他不变式
+1 -1
View File
@@ -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