13 lines
365 B
Python
13 lines
365 B
Python
|
|
"""
|
||
|
|
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__ = []
|