refactor: strengthen architecture CI gates and runtime contracts

This commit is contained in:
jxxghp
2026-08-25 17:02:29 +08:00
parent 605bf8174a
commit b914e8b6e4
123 changed files with 4240 additions and 1342 deletions
+3 -3
View File
@@ -1,10 +1,10 @@
from pathlib import Path
from typing import Any, Optional, List, Dict
from typing import Any, Dict, List, Optional
from app.schemas.workflow import FileItem as _SchemaFileItem
from app.chain import ChainBase
from app.application.directory import DirectoryHelper
from app.chain import ChainBase
from app.runtime.log import logger
from app.schemas.workflow import FileItem as _SchemaFileItem
class StorageChain(ChainBase):