7 lines
241 B
Python
7 lines
241 B
Python
"""Lightweight Wiki pointer layer for wx-agent.
|
|
|
|
The module stores topic pages and enhanced slice pointers in PostgreSQL. It does
|
|
not copy original files or become the source of truth; source text remains in
|
|
the 11000 knowledge service.
|
|
"""
|