markitect-main/markitect/spaces/transclusion/__init__.py

13 lines
365 B
Python
Raw Normal View History

"""
Persistent transclusion context for Information Spaces.
This package extends the existing TransclusionContext with:
- Database persistence for context state
- Cross-space reference resolution
- Reference graph for dependency tracking
- Variable scope layers (space, document, request)
"""
# Transclusion extensions will be implemented in Phase 3
__all__ = []