Revert "feat: Enterprise DSS architecture implementation"
Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled
Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled
This reverts commit 9dbd56271e.
This commit is contained in:
@@ -2,21 +2,11 @@
|
||||
DSS Core Module - Configuration and Context Management.
|
||||
|
||||
Extended with Context Compiler for design system context resolution.
|
||||
|
||||
Enterprise Architecture:
|
||||
- LOCAL mode: Uses LocalAnalysisCache for fast, offline-capable validation
|
||||
- REMOTE mode: Full analysis via API
|
||||
- CI mode: Authoritative enforcement, uploads metrics to dashboard
|
||||
"""
|
||||
|
||||
from .compiler import EMERGENCY_SKIN, ContextCompiler
|
||||
from .config import DSSConfig, DSSMode
|
||||
from .context import DSSContext
|
||||
from .local_cache import (
|
||||
LocalAnalysisCache,
|
||||
LocalCacheValidator,
|
||||
get_project_cache,
|
||||
)
|
||||
from .mcp_extensions import (
|
||||
COMPILER,
|
||||
get_active_context,
|
||||
@@ -33,9 +23,6 @@ __all__ = [
|
||||
"DSSContext",
|
||||
"ContextCompiler",
|
||||
"EMERGENCY_SKIN",
|
||||
"LocalAnalysisCache",
|
||||
"LocalCacheValidator",
|
||||
"get_project_cache",
|
||||
"get_active_context",
|
||||
"resolve_token",
|
||||
"validate_manifest",
|
||||
|
||||
Reference in New Issue
Block a user