Improved workflow. Ready for git, figma, etc; AND BIGGER TESTS

This commit is contained in:
Renn F
2025-12-23 04:39:46 +01:00
parent b7611c24fc
commit 1753f5c9e6
41 changed files with 3072 additions and 2291 deletions
+1
View File
@@ -72,6 +72,7 @@ class AgentContext:
agent_id: UUID
role: AgentRole
team: Team | None = None
slug: str | None = None # Agent slug (e.g., "be-dev-1")
@property
def level(self) -> PermissionLevel: