docs: declare institutional architecture boundary
This commit is contained in:
@@ -21,6 +21,7 @@ from govoplan_core.core.modules import (
|
||||
PermissionDefinition,
|
||||
RoleTemplate,
|
||||
)
|
||||
from govoplan_core.core.provider_governance import declared_module_architecture
|
||||
from govoplan_core.core.search import (
|
||||
CAPABILITY_SEARCH_INDEX_WRITER,
|
||||
SearchProviderRegistration,
|
||||
@@ -209,6 +210,20 @@ manifest = ModuleManifest(
|
||||
order=12,
|
||||
),
|
||||
),
|
||||
architecture=declared_module_architecture(
|
||||
layer="governance_accountability",
|
||||
kind="runtime",
|
||||
maturity="vertical_slice",
|
||||
documentation_ref="README.md",
|
||||
test_ref="tests/test_postgres_search.py",
|
||||
known_limits=("The built-in PostgreSQL index is implemented; optional OpenSearch target evidence is not.",),
|
||||
supported_authority_modes=("external_mirror",),
|
||||
owned_concepts=("derived search index", "search ACL projection", "index change queue"),
|
||||
non_owned_concepts=("source object", "source authorization", "external search engine"),
|
||||
recovery_docs=("README.md",),
|
||||
security_docs=("README.md",),
|
||||
operations_docs=("README.md",),
|
||||
),
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user